Home
last modified time | relevance | path

Searched refs:fives (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/tests/amd64/
Dxsave-avx.c239 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/v8/test/mjsunit/es6/
Darrow-functions.js43 var fives = []; variable
45 if (v % 5 === 0) fives.push(v);
47 assertEquals([5, 10], fives);
/external/valgrind/none/tests/amd64/
Dsse4-64.c154 static V128 fives = { 0x55,0x55,0x55,0x55, 0x55,0x55,0x55,0x55, variable
351 memcpy(dstv, fives, sizeof(dstv)); \
372 memcpy(dstv, fives, sizeof(dstv)); \