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

  /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/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/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/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 13023 #define CHECK(STRIDE, ELSIZE, CLASS, TEST) \
13025 for (i = 0; i < idx; i += (STRIDE)) \

Completed in 68 milliseconds