HomeSort by relevance Sort by last modified time
    Searched defs:pos1 (Results 1 - 22 of 22) sorted by null

  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d1035pf.cpp 134 Word16 i, j, pos1, pos2, sign, tmp;
152 pos1 = add (i, j); // position of pulse "j"
164 cod[pos1] = sign;
174 if (sub (pos2, pos1) < 0)
212 register Word16 i, j, pos1, pos2; local
231 pos1 = i + j; /* position of pulse "j" */
244 *(cod + pos1) = sign;
255 if (pos2 < pos1)
d8_31pf.cpp 566 Word16 pos1; local
589 pos1 = (linear_codewords[j] << 2) + j;
601 if (pos1 < L_SUBFR)
603 cod[pos1] = sign; /* avoid buffer overflow */
612 if (pos2 < pos1)
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 120 int16 pos1; local
127 pos1 = ((index & mask) + offset);
133 pos1 += NB_POS;
135 pos[0] = pos1;
147 int16 pos1, pos2, tmp; local
154 /* pos1 = (((index >> N) & mask) + offset); */
155 pos1 = (int16)(add_int32((shr_int32(index, N) & mask), (int32)(offset)));
160 if (pos2 < pos1) /* ((pos2 - pos1) < 0) */
164 pos1 += NB_POS; /* pos1 += NB_POS; *
    [all...]
  /external/freetype/src/truetype/
ttpload.c 170 FT_ULong pos1, pos2; local
175 pos1 = pos2 = 0;
184 pos1 = FT_NEXT_ULONG( p );
185 pos2 = pos1;
195 pos1 = FT_NEXT_USHORT( p );
196 pos2 = pos1;
201 pos1 <<= 1;
214 if ( pos2 >= pos1 )
215 *asize = (FT_UInt)( pos2 - pos1 );
217 *asize = (FT_UInt)( face->glyf_len - pos1 );
    [all...]
  /external/icu4c/samples/uciter8/
uciter8.c 47 int32_t i, pos1, pos2, middle, length; local
61 pos1=iter1->move(iter1, middle, UITER_ZERO);
62 if(pos1!=middle) {
63 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
102 pos1=iter1->move(iter1, 0, UITER_START);
103 if(pos1<0) {
141 pos1=iter1->move(iter1, middle, UITER_ZERO);
142 if(pos1!=middle) {
143 log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
154 pos1=iter1->move(iter1, 1, UITER_ZERO)
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
itrbnf.cpp 255 FieldPosition pos1, pos2; local
263 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
287 intFormatResult = formatter->format(intFormatNum, "BLABLA", intFormatResult, pos1, status);
    [all...]
  /external/grub/netboot/
sk_g16.c 170 * If POS0,POS1 contain the following ID, then we know
1111 pos1 = inb(SK_POS1), local
1118 "## pos0=%#hX pos1=%#hX pos2=%#hX pos3=%#hX pos4=%#hX\n",
1119 SK_NAME, text, pos0, pos1, pos2, (pos3<<14), pos4);
  /external/icu4c/test/intltest/
itrbnf.cpp 252 FieldPosition pos1, pos2; local
260 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
284 intFormatResult = formatter->format(intFormatNum, "BLABLA", intFormatResult, pos1, status);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 691 int pos1 = 0; local
693 pos1++;
696 if (pos2 > pos1) {
697 String kind = mTokenString.substring(pos1 + 1, pos2);
    [all...]
  /external/bluetooth/glib/tests/
sequence-test.c 1048 int pos1 = queue_link_index (seq, link1); local
1053 g_assert (pos1 == pos2);
1057 g_assert (pos1 < pos2);
1061 g_assert (pos1 > pos2);
  /external/chromium/third_party/icu/source/test/cintltst/
cnumtst.c 110 UFieldPosition pos1; local
207 pos1.field = 0; /* Integer Section */
208 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
216 unum_format(cur_def, l, result, resultlength, &pos1, &status);
228 if(pos1.beginIndex == 1 && pos1.endIndex == 12)
232 pos1.beginIndex, pos1.endIndex);
264 pos1.beginIndex, pos1.endIndex)
879 UFieldPosition pos1; local
    [all...]
custrtst.c 1194 int32_t i, pos1, pos2, middle, length; local
    [all...]
  /external/freetype/src/autofit/
aflatin.c 905 FT_Pos pos1 = seg1->pos; local
907 FT_Pos dist = pos2 - pos1;
    [all...]
aflatin2.c 958 FT_Pos pos1 = seg1->pos; local
960 FT_Pos dist = pos2 - pos1;
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 110 UFieldPosition pos1; local
207 pos1.field = 0; /* Integer Section */
208 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
216 unum_format(cur_def, l, result, resultlength, &pos1, &status);
228 if(pos1.beginIndex == 1 && pos1.endIndex == 12)
232 pos1.beginIndex, pos1.endIndex);
264 pos1.beginIndex, pos1.endIndex)
900 UFieldPosition pos1; local
    [all...]
custrtst.c 1194 int32_t i, pos1, pos2, middle, length; local
    [all...]
  /external/v8/test/cctest/
test-debug.cc 2251 char* pos1 = strstr(message, prefix); local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1031 milliseconds