HomeSort by relevance Sort by last modified time
    Searched refs:fives (Results 1 - 7 of 7) sorted by null

  /external/valgrind/memcheck/tests/amd64/
xsave-avx.c 239 UChar* fives = memalign_zeroed64(XSAVE_AREA_SIZE); local
240 my_memset(fives, 0x55, XSAVE_AREA_SIZE);
242 fives[24] = 0x80;
243 fives[25] = 0x1f;
244 fives[26] = 0;
245 fives[27] = 0;
247 fives[512] = 7;
249 for (i = 1; i <= 23; i++) fives[512+i] = 0;
254 UChar* p = &fives[32 + 16 * i];
259 fives[4/*FTW*/] = 0xFF
    [all...]
  /external/v8/test/mjsunit/es6/
arrow-functions.js 43 var fives = []; variable
45 if (v % 5 === 0) fives.push(v);
47 assertEquals([5, 10], fives);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
formatter.py 155 fives = ['v', 'l', 'd']
163 label = ones[index] + fives[index] + label
166 s = fives[index]
  /prebuilts/gdb/linux-x86/lib/python2.7/
formatter.py 155 fives = ['v', 'l', 'd']
163 label = ones[index] + fives[index] + label
166 s = fives[index]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 155 fives = ['v', 'l', 'd']
163 label = ones[index] + fives[index] + label
166 s = fives[index]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 155 fives = ['v', 'l', 'd']
163 label = ones[index] + fives[index] + label
166 s = fives[index]
  /external/valgrind/none/tests/amd64/
sse4-64.c 154 static V128 fives = { 0x55,0x55,0x55,0x55, 0x55,0x55,0x55,0x55, variable
351 memcpy(dstv, fives, sizeof(dstv)); \
372 memcpy(dstv, fives, sizeof(dstv)); \
    [all...]

Completed in 209 milliseconds