Searched refs:fives (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/memcheck/tests/amd64/ |
D | xsave-avx.c | 239 UChar* fives = memalign_zeroed64(XSAVE_AREA_SIZE); in test_xrstor() local 240 my_memset(fives, 0x55, XSAVE_AREA_SIZE); in test_xrstor() 242 fives[24] = 0x80; in test_xrstor() 243 fives[25] = 0x1f; in test_xrstor() 244 fives[26] = 0; in test_xrstor() 245 fives[27] = 0; in test_xrstor() 247 fives[512] = 7; in test_xrstor() 249 for (i = 1; i <= 23; i++) fives[512+i] = 0; in test_xrstor() 254 UChar* p = &fives[32 + 16 * i]; in test_xrstor() 259 fives[4/*FTW*/] = 0xFF; in test_xrstor() [all …]
|
/external/python/cpython2/Lib/ |
D | formatter.py | 155 fives = ['v', 'l', 'd'] 163 label = ones[index] + fives[index] + label 166 s = fives[index]
|
/external/valgrind/none/tests/amd64/ |
D | 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)); \
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|