Searched refs:i78 (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
H A Dis_heap_until.pass.cpp157 int i78[] = {0, 1, 0, 1, 0, 1}; local
220 assert(std::is_heap_until(i78, i78+6) == i78+1);
H A Dis_heap.pass.cpp157 int i78[] = {0, 1, 0, 1, 0, 1}; local
220 assert(std::is_heap(i78, i78+6) == (std::is_heap_until(i78, i78+6) == i78+6));
H A Dis_heap_until_comp.pass.cpp158 int i78[] = {0, 1, 0, 1, 0, 1}; local
221 assert(std::is_heap_until(i78, i78+6, std::greater<int>()) == i78+4);
H A Dis_heap_comp.pass.cpp158 int i78[] = {0, 1, 0, 1, 0, 1}; local
221 assert(std::is_heap(i78, i78+6, std::greater<int>()) == (std::is_heap_until(i78, i78+6, std::greater<int>()) == i78+6));
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp1370 const deUint32 i78 = getBits(blockModeData, 7, 8); local
1374 if (i78 == 3)
1383 switch (i78)

Completed in 313 milliseconds