/external/icu/icu4c/source/test/cintltst/ |
utf16tst.c | 351 int32_t i0, i=0, j, k, expectedIndex; local 354 i0=i; 357 log_err("U16_NEXT(from %d)=U+%04x != U+%04x\n", i0, c, result[cpIndex]); 359 j=i0; 379 j=i0=i; 384 log_err("U16_NEXT(from %d)=U+%04x != U+%04x=U16_GET(at %d)\n", i0, c, c2, j);
|
utf8tst.c | 414 int32_t i0, i=0, j, k, expectedIndex; local 417 i0=i; 421 log_err("U8_NEXT(from %d)=U+%04x != U+%04x\n", i0, c, expected); 423 j=i0; 427 log_err("U8_NEXT_OR_FFFD(from %d)=U+%04x != U+%04x\n", i0, c, expected); 432 j=i0; 452 j=i0=i; 457 log_err("U8_NEXT(from %d)=U+%04x != U+%04x=U8_GET(at %d)\n", i0, c, c2, j); 462 log_err("U8_NEXT_OR_FFFD(from %d)=U+%04x != U+%04x=U8_GET_OR_FFFD(at %d)\n", i0, expected, c2, j); [all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
TypedBlock.java | 182 int i0 = i; local 196 types[n] = new TypeData.ClassName(desc.substring(i0, ++i2)); 198 types[n] = new TypeData.ClassName(desc.substring(i0 + 1, ++i2 - 1) 203 types[n] = new TypeData.ClassName(desc.substring(i0, ++i));
|
/external/jetty/src/java/org/eclipse/jetty/util/security/ |
Password.java | 153 int i0 = i1 * 256 + i2; local 154 String x = Integer.toString(i0, 36); 192 int i0 = Integer.parseInt(x, 36); local 193 int i1 = (i0 / 256); 194 int i2 = (i0 % 256);
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
codegen_unittest.cc | 271 CodeGen::Node i0 = MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 1, i1); local 273 RunTest(i0); 293 CodeGen::Node i0 = MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 1, i1); local 295 RunTest(i0); 321 CodeGen::Node i0 = MakeInstruction(BPF_LD + BPF_W + BPF_ABS, 1, i1); local 323 RunTest(i0);
|
/external/libcxx/src/ |
debug.cpp | 353 __i_node* i0 = __find_iterator(__i0); local 354 __c_node* c0 = i0 != nullptr ? i0->__c_ : nullptr; 355 if (i == nullptr && i0 != nullptr)
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/ |
b2PolygonShape.cpp | 167 int32 i0 = 0; local 172 if (x > x0 || (x == x0 && ps[i].y < ps[i0].y)) 174 i0 = i; 181 int32 ih = i0; 214 if (ie == i0)
|
/external/opencv3/modules/ts/src/ |
ts_arrtest.cpp | 292 int i0 = i == 0 ? OUTPUT : INPUT_OUTPUT; local 294 size_t sizei = test_array[i0].size(); 305 err_level = get_success_error_level( test_case_idx, i0, (int)j ); 306 code = cmpEps2(ts, test_mat[i0][j], test_mat[i1][j], err_level, element_wise_relative_error, arr_names[i0]); 310 for( i0 = 0; i0 < (int)test_array.size(); i0++ ) 312 size_t sizei0 = test_array[i0].size(); 313 if( i0 == REF_INPUT_OUTPUT || i0 == OUTPUT || i0 == TEMP [all...] |
/external/v8/test/cctest/compiler/ |
test-instruction.cc | 150 int i0 = R.NewInstr(); local 167 CHECK_EQ(b0, R.GetBasicBlock(i0)); 200 TestInstr* i0 = TestInstr::New(R.zone(), 100); local 203 R.code->AddInstruction(i0); 220 TestInstr* i0 = TestInstr::New(R.zone(), 100); local 223 R.code->AddInstruction(i0); 245 TestInstr* i0 = TestInstr::New(R.zone(), 100); local 248 R.code->AddInstruction(i0);
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c2_11pf.cpp | 73 * The code length is 40, containing 2 nonzero pulses: i0...i1. 75 * Pulse i0 can have 2x8=16 possible positions, pulse i1 can have 78 * i0 : 1, 6, 11, 16, 21, 26, 31, 36. 179 The code length is 40, containing 2 nonzero pulses: i0...i1. 181 Pulse i0 can have 2x8=16 possible positions, pulse i1 can have 184 i0 : 1, 6, 11, 16, 21, 26, 31, 36. 411 Word16 i0; local 456 * i0 loop: try 8 positions. * 458 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP [all...] |
c2_9pf.cpp | 197 The code length is 40, containing 2 nonzero pulses: i0...i1. All pulses can 198 have two possible amplitudes: +1 or -1. Pulse i0 can have 8 possible positions, 203 first i0 : 0, 5, 10, 15, 20, 25, 30, 35. 205 second i0 : 1, 6, 11, 16, 21, 26, 31, 36. 209 first i0 : 0, 5, 10, 15, 20, 25, 30, 35. 211 second i0 : 2, 7, 12, 17, 22, 27, 32, 37. 215 first i0 : 0, 5, 10, 15, 20, 25, 30, 35. 217 second i0 : 1, 6, 11, 16, 21, 26, 31, 36. 221 first i0 : 0, 5, 10, 15, 20, 25, 30, 35. 223 second i0 : 1, 6, 11, 16, 21, 26, 31, 36 595 Word16 i0; local [all...] |
c3_14pf.cpp | 155 The code length is 40, containing 3 nonzero pulses: i0...i2. 157 Pulse i0 can have 8 possible positions, pulses i1 and i2 can have 160 i0 : 0, 5, 10, 15, 20, 25, 30, 35. 381 Word16 i0; local 434 * i0 loop: try 8 positions. * 438 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 440 if (dn2[i0] >= 0) 442 ps0 = dn[i0]; [all...] |
c4_17pf.cpp | 165 The code length is 40, containing 4 nonzero pulses: i0...i3. 167 Pulse i0 to i2 can have 8 possible positions, pulse i3 can have 170 i0 : 0, 5, 10, 15, 20, 25, 30, 35. 394 Word16 i0; local 448 * i0 loop: try 4 positions (use position with max of corr.). * 451 for (i0 = ipos[0]; i0 < L_CODE; i0 += STEP) 453 if (dn2[i0] >= 0) 455 ps0 = dn[i0]; [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
c2t64fx.c | 56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local 235 for (i0 = 0; i0 < L_SUBFR; i0 += STEP) 237 ps1 = dn[i0]; 256 ix = i0; 269 i0 = (ix >> 1); /* pos of pulse 1 (0..31) */ 278 i0 += NB_POS; 291 *index = add1((i0 << 6), i1);
|
/frameworks/base/core/java/android/net/ |
SntpClient.java | 222 int i0 = ((b0 & 0x80) == 0x80 ? (b0 & 0x7F) + 0x80 : b0); local 227 return ((long)i0 << 24) + ((long)i1 << 16) + ((long)i2 << 8) + (long)i3;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
debug.cpp | 353 __i_node* i0 = __find_iterator(__i0); local 354 __c_node* c0 = i0 != nullptr ? i0->__c_ : nullptr; 355 if (i == nullptr && i0 != nullptr)
|
/toolchain/binutils/binutils-2.25/bfd/ |
elfxx-ia64.c | 487 bfd_vma t0, t1, i0, i1, i2; local 495 i0 = (t0 >> 5) & 0x1ffffffffffLL; 507 t0 = (i1 << 46) | (i0 << 5) | template_val;
|
/external/deqp/framework/common/ |
tcuFuzzyImageCompare.cpp | 134 int i0 = de::clamp(x0, 0, w-1); local 142 deUint32 p00 = readUnorm8<NumChannels>(src, i0, j0); 144 deUint32 p01 = readUnorm8<NumChannels>(src, i0, j1);
|
/external/fdlibm/ |
e_pow.c | 109 int i0,i1,i,j,k,yisint,n; local 113 i0 = ((*(int*)&one)>>29)^1; i1=1-i0;
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
btConvexShape.cpp | 92 const vec_int4 i0 = {v ,0,0,0}; local 98 vec_int4 imax01 = spu_sel(i1,i0,retGt01);
|
/external/libvncserver/client_examples/ |
SDLvncviewer.c | 202 int i0 = x * realWidth / cl->width; local 209 for (i = i0; i < i1; i++) {
|
/external/libvpx/libvpx/vp8/encoder/ |
encodemb.c | 188 int i0; local 217 i0 = !type; 235 for (i = eob; i-- > i0;) 396 final_eob = i0 - 1;
|
/external/libvpx/libvpx/vpx_dsp/ |
fastssim.c | 123 int i0; local 125 i0 = 2 * i; 126 i1 = FS_MINI(i0 + 1, w2); 127 dst1[j * w + i] = src1[j0offs + i0] + src1[j0offs + i1] 128 + src1[j1offs + i0] + src1[j1offs + i1]; 129 dst2[j * w + i] = src2[j0offs + i0] + src2[j0offs + i1] 130 + src2[j1offs + i0] + src2[j1offs + i1]; 154 int i0; local 156 i0 = 2 * i; 157 i1 = FS_MINI(i0 + 1, _w) 203 int i0; local [all...] |
/external/opencv/cvaux/src/ |
cvsegment.cpp | 367 char *i0, *i1, *i3, *i4 = 0; local 391 i0 = ptr + x - is_hole; 396 i1 = i0 + deltas[s]; 404 *i0 = (char) (nbd | -128); 409 i3 = i0; 444 if( i4 == i0 && i3 == i1 )
|
/external/tcpdump/ |
print-udp.c | 108 uint32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]); local 112 i0 & 0xffff, 113 i1, i0 & 0x800000? "*" : "")); 115 if (i0 & 0x1f0000) 116 ND_PRINT((ndo, " f%d", (i0 >> 16) & 0x1f)); 117 if (i0 & 0x3f000000) 118 ND_PRINT((ndo, " s%d", (i0 >> 24) & 0x3f)); 129 uint32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]); local 139 if ((i0 >> 30) == 1) { 141 hasopt = i0 & 0x800000 [all...] |