Search

June 24, 2013
General »
...starting at floor(len/2)-2 and the 4 starting at floor(len/4)-1...
June 24, 2013
General »
...movl    $16, (%esp)
    calll   __d_array_cast_len
    movdqa  __D5test51ayG16i, %xmm0
    paddd   __D5test51byG16i, %xmm0
    movdqa...
June 24, 2013
General »
...i < len / 4; ++i)
{
    hash *= 37;
    hash += *(const uint32_t *)str;
    str += 4;
}
switch (len...
June 20, 2013
Announce »
...8, 4(%esp)
	calll	__d_array_cast_len
	testl	%eax, %eax
	je	LBB0_3
	movapd...
June 11, 2013
Issues »
...len = 64 * 1024 - 1;
    char buffer[len + 1]; // + '\0'
    size_t beg = 0, end = len...
June 10, 2013
Learn »
...have say

struct S{
	char* ptr;
	int len;
}

shared S s;

s.ptr is also...
May 30, 2013
Beta »
...module ab;

struct AB
{
	int a;
	int len() { return (new AB).a; }
}
unittest {}


DMD v...
May 23, 2013
Announce »
...immutable _type = type;  enum len = PLen(TY); private immutable _len = len; ...}

In the current compiler...
May 23, 2013
Announce »
...TY) { /*...*/immutable uint type=TY; immutable ubyte len=PLen(TY); /*...*/ }
auto PProcess(PT)(PT* p...
May 20, 2013
Issues »
...int len() { return (new AB).a; }
}

unittest
{
}

////////////////////////
module ba;

struct BA
{
    int b;
    int len...
58 59 60 61 62 63 64 65 66 67 68 69
Next ›   Last »