HomeSort by: relevance | last modified time | path
    Searched refs:STRIDE (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
sort.cc 81 #define REORDER_23(TYPE, STRIDE, OFFSET) \
88 memmove (out + 2*STRIDE, e2 + OFFSET, sizeof (TYPE));\
89 memcpy (out, &t0, sizeof (TYPE)); out += STRIDE; \
112 #define REORDER_45(TYPE, STRIDE, OFFSET) \
121 memmove (out + 4*STRIDE, e4 + OFFSET, sizeof (TYPE));\
122 memcpy (out, &t0, sizeof (TYPE)); out += STRIDE; \
123 memcpy (out, &t1, sizeof (TYPE)); out += STRIDE; \
124 memcpy (out, &t2, sizeof (TYPE)); out += STRIDE; \
  /src/external/gpl3/gcc.old/dist/gcc/
sort.cc 83 #define REORDER_23(TYPE, STRIDE, OFFSET) \
90 memmove (out + 2*STRIDE, e2 + OFFSET, sizeof (TYPE));\
91 memcpy (out, &t0, sizeof (TYPE)); out += STRIDE; \
114 #define REORDER_45(TYPE, STRIDE, OFFSET) \
123 memmove (out + 4*STRIDE, e4 + OFFSET, sizeof (TYPE));\
124 memcpy (out, &t0, sizeof (TYPE)); out += STRIDE; \
125 memcpy (out, &t1, sizeof (TYPE)); out += STRIDE; \
126 memcpy (out, &t2, sizeof (TYPE)); out += STRIDE; \
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprOpenMP.h 24 /// [ lower-bound : length : stride ]
27 /// [ lower-bound : : stride ]
30 /// [ : length : stride ]
33 /// [ : : stride ]
41 /// Each of the lower-bound, length, and stride expressions if specified must be
45 /// { lower-bound, lower-bound + stride, lower-bound + 2 * stride,... ,
46 /// lower-bound + ((length - 1) * stride) }
49 /// The stride must evaluate to a positive integer.
52 /// When the stride is absent it defaults to 1
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
entry.c 496 #define STRIDE 8
499 #define STRIDE 1
502 #define STRIDE_FACTOR (STRIDE*STRIPE)
514 /* Round up to our stride factor */
528 for (j=i; j<num; j+= STRIDE) {
531 e += STRIDE;
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
x86_64-mont5.pl 166 $STRIDE=2**5*8; # 5 is "window size"
167 $N=$STRIDE/4; # should match cache line size
187 for($k=0;$k<$STRIDE/16-4;$k+=4) {
231 for($k=0;$k<$STRIDE/16-4;$k+=4) {
251 lea $STRIDE($bp),$bp
324 for($k=0;$k<$STRIDE/16;$k+=4) {
344 lea $STRIDE($bp),$bp
595 $STRIDE=2**5*8; # 5 is "window size"
596 $N=$STRIDE/4; # should match cache line size
618 for($i=0;$i<$STRIDE/16-4;$i+=4)
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
x86_64-mont5.pl 164 $STRIDE=2**5*8; # 5 is "window size"
165 $N=$STRIDE/4; # should match cache line size
185 for($k=0;$k<$STRIDE/16-4;$k+=4) {
229 for($k=0;$k<$STRIDE/16-4;$k+=4) {
249 lea $STRIDE($bp),$bp
322 for($k=0;$k<$STRIDE/16;$k+=4) {
342 lea $STRIDE($bp),$bp
593 $STRIDE=2**5*8; # 5 is "window size"
594 $N=$STRIDE/4; # should match cache line size
616 for($i=0;$i<$STRIDE/16-4;$i+=4)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
x86_64-mont5.pl 162 $STRIDE=2**5*8; # 5 is "window size"
163 $N=$STRIDE/4; # should match cache line size
183 for($k=0;$k<$STRIDE/16-4;$k+=4) {
227 for($k=0;$k<$STRIDE/16-4;$k+=4) {
247 lea $STRIDE($bp),$bp
320 for($k=0;$k<$STRIDE/16;$k+=4) {
340 lea $STRIDE($bp),$bp
591 $STRIDE=2**5*8; # 5 is "window size"
592 $N=$STRIDE/4; # should match cache line size
614 for($i=0;$i<$STRIDE/16-4;$i+=4)
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/sha/asm/
sha512-x86_64.pl 189 my $STRIDE=$SZ;
190 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ-1));
228 lea $STRIDE($Tbl),$Tbl # round++
  /src/crypto/external/bsd/openssl/dist/crypto/sha/asm/
sha512-x86_64.pl 189 my $STRIDE=$SZ;
190 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ-1));
228 lea $STRIDE($Tbl),$Tbl # round++
  /src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/
sha512-x86_64.pl 187 my $STRIDE=$SZ;
188 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ-1));
226 lea $STRIDE($Tbl),$Tbl # round++
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
arm.cc 12829 #define CHECK(STRIDE, ELSIZE, CLASS, TEST) \
12831 for (i = 0; i < idx; i += (STRIDE)) \
  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm.cc 13025 #define CHECK(STRIDE, ELSIZE, CLASS, TEST) \
13027 for (i = 0; i < idx; i += (STRIDE)) \

Completed in 116 milliseconds