HomeSort by relevance Sort by last modified time
    Searched refs:ib (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d8_31pf.cpp 173 Word16 ib; local
202 ib =
210 ib,
214 ib = ia - (Word16)(tempWord32 >> 1);
216 ib =
218 ib,
226 pos_indx[index1] = ib + (ic & 1);
229 ib =
235 ib =
237 ib,
351 Word16 ib; local
    [all...]
  /external/chromium/net/third_party/nss/ssl/bodge/
secure_memcmp.c 47 NSS_SecureMemcmp(const void *ia, const void *ib, size_t n)
50 const unsigned char *b = (const unsigned char*) ib;
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
c8_31pf.cpp 444 Word16 ib; local
453 ib = pos_indxB >> 1;
455 tempWord32 = ((Word32) ib * 5) << 1;
459 ib = (Word16) tempWord32;
469 ib += ic;
471 ib += ia;
473 indx = ib << 3;
477 ib = ((Word16)(pos_indxB & 1)) << 1;
481 ib += ic;
483 ib += ia
573 Word16 ib; local
    [all...]
s10_8pf.cpp 191 Word16 i, j, k, pos, ia, ib;
249 ib = ipos[3];
288 ib = i3;
293 i3 = ib;
317 ib = ipos[5];
348 ib = i5;
353 i5 = ib;
379 ib = ipos[7];
412 ib = i7;
417 i7 = ib;
570 Word16 pos, ia, ib; local
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
NIOTest.java 61 IntBuffer ib = IntBuffer.wrap(intArray); local
62 intBufferTest(ib);
355 IntBuffer ib = bb.asIntBuffer(); local
357 checkBuffer(ib);
358 assertEquals(1, ib.capacity());
359 assertEquals(0xA4A3A2A1, ib.get());
362 ib = bb.asIntBuffer();
364 checkBuffer(ib);
365 assertEquals(1, ib.capacity());
366 assertEquals(0xA1A2A3A4, ib.get())
    [all...]
  /external/sqlite/android/
OldPhoneNumberUtils.cpp 197 int ia, ib; local
207 ib = strlen(b);
208 if (ia == 0 || ib == 0) {
214 ib--;
218 while (ia >= 0 && ib >=0) {
230 cb = b[ib];
233 ib--;
242 ia--; ib--; matched++;
260 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
273 if (matchIntlPrefix(a, ia + 1) && matchIntlPrefix(b, ib +1))
    [all...]
  /external/clearsilver/util/
neo_net.c 361 sock->ib = 0;
421 if (sock->il - sock->ib > 0)
423 if (sock->ib + x <= sock->il)
426 l = sock->il - sock->ib;
428 memcpy(buf + buflen - x, sock->ibuf + sock->ib, l);
429 sock->ib += l;
453 if (sock->il - sock->ib > 0)
455 nl = memchr(sock->ibuf + sock->ib, '\n', sock->il - sock->ib);
458 l = sock->il - sock->ib;
    [all...]
neo_net.h 29 int ib; member in struct:_neo_sock
  /external/icu4c/layout/
IndicRearrangementProcessor.cpp 69 le_int32 ia, ib, ic, id, ix, x; local
125 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
139 glyphStorage.setCharIndex(lastGlyph, ib, success);
146 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
159 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
260 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
277 glyphStorage.setCharIndex(lastGlyph, ib, success);
285 ib = glyphStorage.getCharIndex(firstGlyph + 1, success);
301 glyphStorage.setCharIndex(lastGlyph - 1, ib, success);
316 ib = glyphStorage.getCharIndex(firstGlyph + 1, success)
    [all...]
  /bionic/libm/src/
e_jnf.c 166 int32_t i,hx,ix,ib; local
188 GET_FLOAT_WORD(ib,b);
189 for(i=1; i<n && (((uint32_t)ib) != 0xff800000); i++){
192 GET_FLOAT_WORD(ib,b);
  /external/grub/netboot/
sk_g16.c 422 struct init_block ib; member in struct:SK_ram
951 (p->ram)->ib.mode = mode; /* Set operation mode */
955 (p->ram)->ib.paddr[i] = *(nic->node_addr+i);
960 (p->ram)->ib.laddr[i] = 0; /* We do not use logical addressing */
965 (p->ram)->ib.rdrp = (int) p->rmdhead | RMDNUMMASK;
966 (p->ram)->ib.tdrp = (int) p->tmdhead | TMDNUMMASK;
1015 (unsigned int) &(p->ram)->ib);
1135 (unsigned int) &(p->ram)->ib);
  /external/srec/srec/cfront/
sp_fft.c 174 unsigned m, n, n2, i, j, i0, is, id, ii, ib; local
195 ib = 0;
202 butterflyIndex[ib++] = butterflies;
212 butterflyIndex[ib] = i0;
216 ii = ib;
224 ib++;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ColorPickerDialog.java 158 int ib = floatToByte(a[10] * r + a[11] * g + a[12] * b); local
161 pinToByte(ig), pinToByte(ib));
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 379 int ia, ib; local
391 ib = indexOfLastNetworkChar (b);
394 while (ia >= 0 && ib >=0) {
406 cb = b.charAt(ib);
409 ib--;
418 ia--; ib--; matched++;
437 if (matched >= MIN_MATCH && (ia < 0 || ib < 0)) {
451 && matchIntlPrefix (b, ib +1)
457 && matchIntlPrefixAndCC(b, ib +1)
462 if (matchTrunkPrefix(b, ib + 1
    [all...]
  /external/quake/quake/src/QW/client/
view.c 544 int ir, ig, ib; local
594 ib = i*a + b;
599 if (ib > 255)
600 ib = 255;
604 ramps[2][i] = gammatable[ib];
614 ib = basepal[2];
619 newpal[2] = ramps[2][ib];
  /external/quake/quake/src/WinQuake/
view.cpp 534 int ir, ig, ib;
582 ib = (int) (i*a + b);
587 if (ib > 255)
588 ib = 255;
592 ramps[2][i] = gammatable[ib];
602 ib = basepal[2];
607 newpal[2] = ramps[2][ib];
  /external/openssl/crypto/sha/
sha_locl.h 86 # define Xupdate(a,ix,ia,ib,ic,id) (ix=(a)=(ia^ib^ic^id))
99 # define Xupdate(a,ix,ia,ib,ic,id) do { (a)=(ia^ib^ic^id); \
103 # define Xupdate(a,ix,ia,ib,ic,id) ( (a)=(ia^ib^ic^id), \
  /external/dbus/bus/
config-parser.c 2797 DBusList *ib; local
2818 DBusList *ib; local
    [all...]
  /external/skia/src/core/
SkScan_Path.cpp 540 InverseBlitter ib; local
544 ib.setBlitter(blitter, clipRgn.getBounds(), shiftEdgesUp);
545 blitter = &ib;
  /external/e2fsprogs/e2fsck/
pass1b.c 107 intptr_t ia, ib; local
110 ib = (intptr_t)b;
112 return (ia-ib);
  /external/webkit/JavaScriptCore/runtime/
Structure.cpp 1032 unsigned ib = static_cast<PropertyMapEntry* const*>(b)[0]->index; local
    [all...]
  /external/speex/libspeex/
smallft.c 45 int k1, l1, l2, ib; local
70 ib=nf-i+1;
71 ifac[ib+1]=ifac[ib];
  /external/libpng/
pngrtran.c 498 int ir, ig, ib; local
518 for (ib = 0; ib < num_blue; ib++)
520 int d_index = index_g | ib;
521 /* int db = abs(ib - b); */
522 int db = ((ib > b) ? ib - b : b - ib);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 474 int ir, ig, ib; local
493 for (ib = 0; ib < num_blue; ib++)
495 int d_index = index_g | ib;
496 /* int db = abs(ib - b); */
497 int db = ((ib > b) ? ib - b : b - ib);
    [all...]
  /build/tools/droiddoc/templates/assets/
prettify.js 3 var aa="!",ba="!=",ca="!==",F="#",da="%",ea="%=",G="&",fa="&&",ja="&&=",ka="&=",H="(",la="*",ma="*=",na="+=",oa=",",pa="-=",qa="->",ra="/",sa="/=",ta=":",ua="::",va=";",I="<",wa="<<",xa="<<=",ya="<=",za="=",Aa="==",Ba="===",J=">",Ca=">=",Da=">>",Ea=">>=",Fa=">>>",Ga=">>>=",Ha="?",Ia="@",L="[",M="^",Ta="^=",Ua="^^",Va="^^=",Wa="{",O="|",Xa="|=",Ya="||",Za="||=",$a="~",ab="break",bb="case",cb="continue",db="delete",eb="do",fb="else",gb="finally",hb="instanceof",ib="return",jb="throw",kb="try",lb="typeof",
4 mb="(?:^^|[+-]",nb="\\$1",ob=")\\s*",pb="&amp;",qb="&lt;",rb="&gt;",sb="&quot;",tb="&#",ub="x",vb="'",wb='"',xb=" ",yb="XMP",zb="</",Ab='="',P="",Q="\\",Bb="b",Cb="t",Db="n",Eb="v",Fb="f",Gb="r",Hb="u",Ib="0",Jb="1",Kb="2",Lb="3",Mb="4",Nb="5",Ob="6",Pb="7",Qb="\\x0",Rb="\\x",Sb="-",Tb="]",Ub="\\\\u[0-9A-Fa-f]{4}|\\\\x[0-9A-Fa-f]{2}|\\\\[0-3][0-7]{0,2}|\\\\[0-7]{1,2}|\\\\[\\s\\S]|-|[^-\\\\]",R="g",Vb="\\B",Wb="\\b",Xb="\\D",Yb="\\d",Zb="\\S",$b="\\s",ac="\\W",bc="\\w",cc="(?:\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]|\\\\u[A-Fa-f0-9]{4}|\\\\x[A-Fa-f0-9]{2}|\\\\[0-9]+|\\\\[^ux0-9]|\\(\\?[:!=]|[\\(\\)\\^]|[^\\x5B\\x5C\\(\\)\\^]+)",
11 (function(){var N=function(){for(var a=[aa,ba,ca,F,da,ea,G,fa,ja,ka,H,la,ma,na,oa,pa,qa,ra,sa,ta,ua,va,I,wa,xa,ya,za,Aa,Ba,J,Ca,Da,Ea,Fa,Ga,Ha,Ia,L,M,Ta,Ua,Va,Wa,O,Xa,Ya,Za,$a,ab,bb,cb,db,eb,fb,gb,hb,ib,jb,kb,lb],b=mb,c=0;c<a.length;++c)b+=O+a[c].replace(/([^=<>:&a-z])/g,nb);b+=ob;return b}(),Ja=/&/g,Ka=/</g,La=/>/g,Kd=/\"/g;function Ld(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb).replace(Kd,sb)}function ga(a){return a.replace(Ja,pb).replace(Ka,qb).replace(La,rb)}var Md=/&lt;/g,Nd=/&gt;/g,
14 P))){c=o;d=z;break}}function l(j){if(j.charAt(0)!==Q)return j.charCodeAt(0);switch(j.charAt(1)){case Bb:return 8;case Cb:return 9;case Db:return 10;case Eb:return 11;case Fb:return 12;case Gb:return 13;case Hb:case ub:return parseInt(j.substring(2),16)||j.charCodeAt(1);case Ib:case Jb:case Kb:case Lb:case Mb:case Nb:case Ob:case Pb:return parseInt(j.substring(1),8);default:return j.charCodeAt(1)}}function n(j){if(j<32)return(j<16?Qb:Rb)+j.toString(16);var f=String.fromCharCode(j);if(f===Q||f===Sb||

Completed in 883 milliseconds

1 2