Searched refs:ib (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
H A Dd8_31pf.cpp173 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...]
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
H A Dc8_31pf.cpp444 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
573 Word16 ib; local
[all...]
H A Ds10_8pf.cpp191 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/
H A DNIOTest.java61 IntBuffer ib = IntBuffer.wrap(intArray);
62 intBufferTest(ib);
355 IntBuffer ib = bb.asIntBuffer();
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
487 intBufferTest(IntBuffer ib) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java379 int ia, ib;
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
[all...]
/frameworks/base/libs/rs/
H A DrsScriptC_Lib.cpp1062 uint32_t ib = (uint32_t)(b * 255.f + 0.5f); local
1063 return rs888to565(ir, ig, ib);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java9248 IntentBindRecord ib = r.record.bindings.get(r.record.intent);
9249 if (ib != null) {
9250 ret = ib.binder;

Completed in 165 milliseconds