/external/clang/test/Sema/ |
array-init.c | 169 int i3[] = {}; //expected-warning{{zero size arrays are an extension}} expected-warning{{use of GNU empty initializer extension}} local
|
/external/clang/test/SemaCXX/ |
member-expr.cpp | 16 int i3 = x.Enumerator; local
|
overloaded-builtin-operators.cpp | 44 int i3 = ~s; local
|
conditional-expr.cpp | 142 I i3(i1 ? J() : I());
|
/external/mesa3d/src/mesa/program/ |
prog_noise.c | 527 int i3, j3, k3, l3; /* The integer offsets for the fourth simplex corner */ local 552 i3 = simplex[c][0] >= 1 ? 1 : 0; 566 x3 = x0 - i3 + 3.0f * G4; /* Offsets for fourth corner in (x,y,z,w) coords */ 621 grad4(perm[ii + i3 + perm[jj + j3 + perm[kk + k3 + perm[ll + l3]]]],
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 314 i3 = Icon("ICON3") 317 i3.attach(t3.canvas)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkdnd.py | 314 i3 = Icon("ICON3") 317 i3.attach(t3.canvas)
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
LetterQuad.java | 401 short i3 = (short) (i0 + 3);
local 404 idx[3] = i0; idx[4] = i2; idx[5] = i3;
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
idct_v6.asm | 87 ldr r12,[r0, #(2*2)] ; i3 | i2 105 pkhtb r6, r12, r14, asr #16 ; i3 | i7
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
is_heap_until.pass.cpp | 26 int i3[] = {1, 0}; local 29 assert(std::is_heap_until(i3, i3+2) == i3+2);
|
is_heap.pass.cpp | 26 int i3[] = {1, 0}; local 29 assert(std::is_heap(i3, i3+2) == (std::is_heap_until(i3, i3+2) == i3+2));
|
is_heap_until_comp.pass.cpp | 27 int i3[] = {1, 0}; local 30 assert(std::is_heap_until(i3, i3+2, std::greater<int>()) == i3+1);
|
is_heap_comp.pass.cpp | 27 int i3[] = {1, 0}; local 30 assert(std::is_heap(i3, i3+2, std::greater<int>()) == (std::is_heap_until(i3, i3+2, std::greater<int>()) == i3+2)); [all...] |
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
genmbcs.c | [all...] |
/external/icu4c/tools/makeconv/ |
genmbcs.cpp | [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
v3_asid.c | 556 int i1, i2, i3, is_range, which; 598 i3 = i2 + strspn(val->value + i2, "0123456789"); 599 if (val->value[i3] != '\0') {
|
/external/iputils/ |
ping.c | 197 int i1, i2, i3, i4; 200 &i1, &i2, &i3, &i4, &dummy) == 4) { 205 ptr[2] = i3; [all...] |
/external/openssl/crypto/x509v3/ |
v3_asid.c | 556 int i1, i2, i3, is_range, which; 598 i3 = i2 + strspn(val->value + i2, "0123456789"); 599 if (val->value[i3] != '\0') {
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
heap-checker_unittest.cc | 1232 Inner i3; member in struct:Nesting [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
heap-checker_unittest.cc | 1232 Inner i3; member in struct:Nesting [all...] |
/external/clang/lib/Headers/ |
emmintrin.h | 1095 _mm_set_epi32(int i3, int i2, int i1, int i0) 1097 return (__m128i)(__v4si){ i0, i1, i2, i3}; 1149 _mm_setr_epi32(int i0, int i1, int i2, int i3) 1151 return (__m128i)(__v4si){ i0, i1, i2, i3}; [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_scb_types.h | 1133 u32 i3; member in struct:dsp_magic_snoop_task
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_scb_types.h | 1133 u32 i3; member in struct:dsp_magic_snoop_task
|
/prebuilts/sdk/renderscript/clang-include/ |
emmintrin.h | 1095 _mm_set_epi32(int i3, int i2, int i1, int i0) 1097 return (__m128i)(__v4si){ i0, i1, i2, i3}; 1149 _mm_setr_epi32(int i0, int i1, int i2, int i3) 1151 return (__m128i)(__v4si){ i0, i1, i2, i3}; [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
IntegerTest.java | 218 Integer i3 = new Integer(-1000); local 219 assertTrue("Equality test failed", i1.equals(i2) && !(i1.equals(i3))); [all...] |