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

  /external/llvm/test/tools/llvm-nm/X86/
radix.s 137 .type i18,@object # @i18
138 .globl i18
140 i18: label
142 .size i18, 4
200 //CHECK: 0000000000000068 D i18
226 //OCTAL: 0000000000000104 D i18
252 //HEX: 0000000000000044 D i18
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-nm/X86/
radix.s 137 .type i18,@object # @i18
138 .globl i18
140 i18: label
142 .size i18, 4
200 //CHECK: 0000000000000068 D i18
226 //OCTAL: 0000000000000104 D i18
252 //HEX: 0000000000000044 D i18
  /external/clang/test/Analysis/
pr22954.c 301 struct ii i18 = {{1, 2, 3, 4}, 5, 6}; local
302 i18.i = 10;
303 i18.j = 11;
304 i18.s2 = strdup("hello");
306 memcpy(i18.s1, input, 100);
307 clang_analyzer_eval(i18.s1[0] == 1); // expected-warning{{UNKNOWN}}\
308 expected-warning{{Potential leak of memory pointed to by 'i18.s2'}}
309 clang_analyzer_eval(i18.s1[1] == 2); // expected-warning{{UNKNOWN}}
310 clang_analyzer_eval(i18.s1[2] == 3); // expected-warning{{UNKNOWN}}
311 clang_analyzer_eval(i18.s1[3] == 4); // expected-warning{{UNKNOWN}
    [all...]
  /external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 62 int i18[] = {0, 1, 1, 1}; local
77 assert(std::is_heap_until(i18, i18+4) == i18+1);
is_heap.pass.cpp 62 int i18[] = {0, 1, 1, 1}; local
77 assert(std::is_heap(i18, i18+4) == (std::is_heap_until(i18, i18+4) == i18+4));
is_heap_until_comp.pass.cpp 63 int i18[] = {0, 1, 1, 1}; local
78 assert(std::is_heap_until(i18, i18+4, std::greater<int>()) == i18+4);
is_heap_comp.pass.cpp 63 int i18[] = {0, 1, 1, 1}; local
78 assert(std::is_heap(i18, i18+4, std::greater<int>()) == (std::is_heap_until(i18, i18+4, std::greater<int>()) == i18+4));
    [all...]
  /external/libaom/libaom/aom_dsp/
fft_common.h 298 const T_VEC i18 = load(input + 18 * stride); \
331 const T_VEC w19 = add(i2, i18); \
332 const T_VEC w20 = sub(i2, i18); \
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 1975 jint i18 = bit_cast<jint, jfloat>(f8); local
2045 jint i18 = bit_cast<jint, jfloat>(f8); local
2114 jint i18 = bit_cast<jint, jfloat>(f8); local
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1372 int i18 = 18; local
    [all...]

Completed in 236 milliseconds