HomeSort by relevance Sort by last modified time
    Searched defs:i0 (Results 51 - 75 of 99) sorted by null

1 23 4

  /external/clang/test/Sema/
designated-initializers.c 202 int i0; variable
  /external/jdiff/src/jdiff/
DiffMyers.java 368 int i0 = 0, i1 = 0; local
370 while (i0 < len0 || i1 < len1)
372 if (changed0[1+i0] || changed1[1+i1])
374 int line0 = i0, line1 = i1;
377 while (changed0[1+i0]) ++i0;
381 script = new change(line0, line1, i0 - line0, i1 - line1, script);
385 i0++; i1++;
400 int i0 = len0, i1 = len1; local
404 while (i0 >= 0 || i1 >= 0
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 398 short i0 = (short) (quadIdx * 4); local
399 short i1 = (short) (i0 + 1);
400 short i2 = (short) (i0 + 2);
401 short i3 = (short) (i0 + 3);
403 idx[0] = i0; idx[1] = i1; idx[2] = i2;
404 idx[3] = i0; idx[4] = i2; idx[5] = i3;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 128 const int i0 = 0; local
165 for (i = eob; i-- > i0;) {
298 final_eob = i0 - 1;
  /external/lzma/C/
Ppmd7.c 262 unsigned i0 = U2I(oldNU); local
264 if (i0 == i1)
270 InsertNode(p, oldPtr, i0);
273 SplitBlock(p, oldPtr, i0, i1);
  /external/mesa3d/src/mesa/program/
prog_noise.c 215 int i0 = FASTFLOOR(x); local
216 int i1 = i0 + 1;
217 float x0 = x - i0;
225 n0 = t0 * t0 * grad1(perm[i0 & 0xff], x0);
  /external/srec/srec/cfront/
sp_fft.c 174 unsigned m, n, n2, i, j, i0, is, id, ii, ib; local
210 for (i0 = is; i0 < n; i0 += id)
212 butterflyIndex[ib] = i0;
213 if (i0 != 0)
428 fftdata r0, r1, r2, r3, i0, i1, i2, i3; local
440 i0 = data[1];
448 data[1] = i0 + i2;
454 i0 -= i2
    [all...]
  /external/tcpdump/
print-udp.c 122 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]); local
126 i0 & 0xffff,
127 i1, i0 & 0x800000? "*" : "");
129 if (i0 & 0x1f0000)
130 printf(" f%d", (i0 >> 16) & 0x1f);
131 if (i0 & 0x3f000000)
132 printf(" s%d", (i0 >> 24) & 0x3f);
142 u_int32_t i0 = EXTRACT_32BITS(&((u_int *)hdr)[0]); local
152 if ((i0 >> 30) == 1) {
154 hasopt = i0 & 0x800000
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
IdentityHashMapTest.java 308 Integer i0 = new Integer(0); local
309 m.put(i0, "int");
312 assertEquals("Failed adding to bucket containing null2", "int", m.get(i0)
  /external/aac/libSBRenc/src/
env_est.cpp 158 FIXP_DBL *RESTRICT i0 = imagValues[k]; local
167 tr0 = r0[j]; tr1 = r1[j]; ti0 = i0[j]; ti1 = i1[j];
183 r0[j] = tr0; r1[j] = tr1; i0[j] = ti0; i1[j] = ti1;
251 FIXP_DBL *RESTRICT i0 = imagValues[k]; local
258 tr0 = r0[j]; ti0 = i0[j];
269 r0[j] = tr0; i0[j] = ti0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_setup.c 98 LLVMValueRef i0 = lp_build_const_int32(gallivm, 0); local
105 res = LLVMBuildInsertElement(bld, res, a, i0, "");
  /external/libvorbis/lib/
vorbisenc.c 682 int i,i0=0,singleblock=0; local
688 if(!hi->impulse_block_p)i0=1;
753 vorbis_encode_tonemask_setup(vi,hi->block[i0].tone_mask_setting,0,
773 vorbis_encode_compand_setup(vi,hi->block[i0].noise_compand_setting,0,
789 vorbis_encode_peak_setup(vi,hi->block[i0].tone_peaklimit_setting,0,
801 vorbis_encode_noisebias_setup(vi,hi->block[i0].noise_bias_setting,0,
805 (i0==0?hi->impulse_noisetune:0.));
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 98 LLVMValueRef i0 = lp_build_const_int32(gallivm, 0); local
105 res = LLVMBuildInsertElement(bld, res, a, i0, "");
  /external/opencv/cv/src/
cvcontours.cpp 539 schar *i0 = ptr, *i1, *i3, *i4 = 0; local
560 i1 = i0 + deltas[s];
568 *i0 = (schar) (nbd | -128);
576 i3 = i0;
621 if( i4 == i0 && i3 == i1 )
652 schar *i0 = ptr, *i1, *i3, *i4; local
659 assert( (*i0 & -2) != 0 );
666 i1 = i0 + deltas[s];
672 i3 = i0;
689 if( i3 == stop_ptr || (i4 == i0 && i3 == i1)
711 schar *i0 = ptr, *i1, *i3, *i4; local
    [all...]
cvimgwarp.cpp 1847 unsigned i0, i1; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_est.cpp 956 int i0, int j0, int type_pred, int FS_en, int *hp_guess)
1012 ilow = i0 - range;
1013 if (i0 - ilow > 2047) /* clip to conform with the standard */
1015 ilow = i0 - 2047;
1022 ihigh = i0 + range - 1;
1023 if (ihigh - i0 > 2047) /* clip to conform with the standard */
1025 ihigh = i0 + 2047;
1269 int i0 = *imin; \/* current position *\/ local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 76 Int i0, Int j0, Int type_pred, Int fullsearch, Int *hp_guess);
771 Int i0, Int j0, Int type_pred, Int FS_en, Int *hp_guess)
809 ilow = i0 - range;
812 ihigh = i0 + range - 1;
824 ilow = i0 - range;
827 ihigh = i0 + range - 1;
838 imin = i0;
852 mot[mbnum][0].x = (imin - i0) << 1;
861 if (video->forwardRefVop->predictionType == I_VOP && j0 == 0 && i0 <= 64 && type_pred != 1)
871 CandidateSelection(mvx, mvy, &num_can, i0 >> 4, j0 >> 4, video, type_pred)
1186 Int i0 = *imin; \/* current position *\/ local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 1125 u32 i0; 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 1125 u32 i0; member in struct:dsp_magic_snoop_task
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 328 int i0 = 0; local
330 return s_wglExtProcs->wglChoosePixelFormatARB(dc,&i0, &f0, 1, &iPixelFormat, &numpf);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1507 LLVMValueRef i0 = lp_build_const_int32(gallivm, 0); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 1226 Inner i0; member in struct:Nesting
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 1226 Inner i0; member in struct:Nesting
    [all...]
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 893 // int i0 = i;
894 // while (i0 < i2)
895 // newcode[j++] = code[i0++];
908 int i0 = i2 + 12; local
909 i2 = i0 + (highbyte - lowbyte + 1) * 4;
910 while (i0 < i2) {
911 int offset = newOffset(i, ByteArray.read32bit(code, i0),
915 i0 += 4;
938 int i0 = i2 + 8; local
1185 int i0 = i2 + 12; local
1199 int i0 = i2 + 8; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_soa.c 1507 LLVMValueRef i0 = lp_build_const_int32(gallivm, 0); local
    [all...]

Completed in 1615 milliseconds

1 23 4