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

  /external/llvm/test/tools/llvm-nm/X86/
radix.s 165 .type i22,@object # @i22
166 .globl i22
168 i22: label
170 .size i22, 4
205 //CHECK: 0000000000000084 D i22
231 //OCTAL: 0000000000000124 D i22
257 //HEX: 0000000000000054 D i22
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/X86/
radix.s 165 .type i22,@object # @i22
166 .globl i22
168 i22: label
170 .size i22, 4
205 //CHECK: 0000000000000084 D i22
231 //OCTAL: 0000000000000124 D i22
257 //HEX: 0000000000000054 D i22
  /external/swiftshader/src/Device/
ETC_Decoder.cpp 431 const int i22 = intensityModifier[cw2][2]; local
436 subblockColors1[2].set(r2 + i22, g2 + i22, b2 + i22);
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 431 const int i22 = intensityModifier[cw2][2]; local
436 subblockColors1[2].set(r2 + i22, g2 + i22, b2 + i22);
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 66 int i22[] = {1, 0, 1, 1}; local
81 assert(std::is_heap_until(i22, i22+4) == i22+3);
is_heap.pass.cpp 66 int i22[] = {1, 0, 1, 1}; local
81 assert(std::is_heap(i22, i22+4) == (std::is_heap_until(i22, i22+4) == i22+4));
is_heap_until_comp.pass.cpp 67 int i22[] = {1, 0, 1, 1}; local
82 assert(std::is_heap_until(i22, i22+4, std::greater<int>()) == i22+1);
is_heap_comp.pass.cpp 67 int i22[] = {1, 0, 1, 1}; local
82 assert(std::is_heap(i22, i22+4, std::greater<int>()) == (std::is_heap_until(i22, i22+4, std::greater<int>()) == i22+4));
    [all...]
  /external/libaom/libaom/aom_dsp/
fft_common.h 302 const T_VEC i22 = load(input + 22 * stride); \
337 const T_VEC w26 = add(i6, i22); \
338 const T_VEC w27 = sub(i6, i22); \
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1380 int i22 = 22; local
    [all...]

Completed in 1043 milliseconds