HomeSort by relevance Sort by last modified time
    Searched refs:fives (Results 1 - 8 of 8) 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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
formatter.py 155 fives = ['v', 'l', 'd']
163 label = ones[index] + fives[index] + label
166 s = fives[index]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
formatter.py 155 fives = ['v', 'l', 'd']
163 label = ones[index] + fives[index] + label
166 s = fives[index]
  /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 255 milliseconds