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

1 2 3 4

  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
q_pulse.h 36 Word16 pos2, /* (i) position of the pulse 2 */
41 Word16 pos2, /* (i) position of the pulse 2 */
47 Word16 pos2, /* (i) position of the pulse 2 */
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d1035pf.cpp 134 Word16 i, j, pos1, pos2, sign, tmp;
172 pos2 = add (i, j); // position of pulse "j+5"
174 if (sub (pos2, pos1) < 0)
178 cod[pos2] = add (cod[pos2], sign);
212 register Word16 i, j, pos1, pos2; local
252 pos2 = i + j; /* position of pulse "j+5" */
255 if (pos2 < pos1)
259 *(cod + pos2) += sign;
d8_31pf.cpp 567 Word16 pos2; local
609 pos2 = (linear_codewords[j + 4] << 2) + j;
612 if (pos2 < pos1)
617 if (pos2 < L_SUBFR)
619 cod[pos2] += sign; /* avoid buffer overflow */
  /external/v8/test/cctest/
test-liveedit.cc 67 : pos1(pos1_param), pos2(pos2_param),
70 int pos2; member in class:__anon11824::DiffChunkStruct
83 void AddChunk(int pos1, int pos2, int len1, int len2) {
84 current_chunk_ = new DiffChunkStruct(pos1, pos2, len1, len2);
109 int pos2 = 0; local
118 int diff_pos2 = pos2 + similar_part_length;
120 ASSERT_EQ(diff_pos2, chunk->pos2);
124 ASSERT(pos2 + j < len2);
125 ASSERT_EQ(s1[pos1 + j], s2[pos2 + j]);
129 pos2 = diff_pos2 + chunk->len2
    [all...]
  /external/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 17 char *tmp, *pos, *pos2; local
29 pos2 = strchr(pos, ':');
30 if (pos2 == NULL) {
34 *pos2++ = '\0';
37 queryInfo->setText(pos2);
wpagui.ui.h 114 char buf[2048], *pos, *pos2; local
243 pos2 = strchr(pos, '\n');
244 if (pos2)
245 *pos2 = '\0';
248 if (pos2)
249 pos = pos2 + 1;
584 char *pos = msg, *pos2; local
607 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
608 if (pos2)
609 pos2++
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 17 char *tmp, *pos, *pos2; local
29 pos2 = strchr(pos, ':');
30 if (pos2 == NULL) {
34 *pos2++ = '\0';
37 queryInfo->setText(pos2);
wpagui.ui.h 114 char buf[2048], *pos, *pos2; local
243 pos2 = strchr(pos, '\n');
244 if (pos2)
245 *pos2 = '\0';
248 if (pos2)
249 pos = pos2 + 1;
582 char *pos = msg, *pos2; local
605 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
606 if (pos2)
607 pos2++
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui/
userdatarequest.ui.h 17 char *tmp, *pos, *pos2; local
29 pos2 = strchr(pos, ':');
30 if (pos2 == NULL) {
34 *pos2++ = '\0';
37 queryInfo->setText(pos2);
wpagui.ui.h 114 char buf[2048], *pos, *pos2; local
243 pos2 = strchr(pos, '\n');
244 if (pos2)
245 *pos2 = '\0';
248 if (pos2)
249 pos = pos2 + 1;
582 char *pos = msg, *pos2; local
605 pos2 = strchr(pos, str_match(pos, WPA_CTRL_REQ) ? ':' : ' ');
606 if (pos2)
607 pos2++
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 32 char buf[MULTICAST_MAX_READ], *pos, *pos2, *start; local
90 pos2 = os_strstr(start, "max-age=");
91 if (pos2 == NULL)
93 pos2 += 8;
94 max_age = atoi(pos2);
97 pos2 = os_strstr(start, "uuid:");
98 if (pos2) {
99 pos2 += 5;
100 while (*pos2 == ' ')
101 pos2++
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 45 char *tmp, *pos, *pos2; local
57 pos2 = strchr(pos, ':');
58 if (pos2 == NULL) {
62 *pos2++ = '\0';
65 queryInfo->setText(pos2);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 45 char *tmp, *pos, *pos2; local
57 pos2 = strchr(pos, ':');
58 if (pos2 == NULL) {
62 *pos2++ = '\0';
65 queryInfo->setText(pos2);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 45 char *tmp, *pos, *pos2; local
57 pos2 = strchr(pos, ':');
58 if (pos2 == NULL) {
62 *pos2++ = '\0';
65 queryInfo->setText(pos2);
  /external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/
hlr_auc_gw.c 116 char buf[200], *pos, *pos2; local
153 pos2 = strchr(pos, ':');
154 if (pos2 == NULL) {
160 *pos2 = '\0';
168 pos = pos2 + 1;
171 pos2 = strchr(pos, ':');
172 if (pos2 == NULL) {
177 *pos2 = '\0';
183 pos = pos2 + 1;
186 pos2 = strchr(pos, ':')
254 char buf[200], *pos, *pos2; local
    [all...]
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 117 char buf[200], *pos, *pos2; local
154 pos2 = strchr(pos, ':');
155 if (pos2 == NULL) {
161 *pos2 = '\0';
169 pos = pos2 + 1;
172 pos2 = strchr(pos, ':');
173 if (pos2 == NULL) {
178 *pos2 = '\0';
184 pos = pos2 + 1;
187 pos2 = strchr(pos, ':')
255 char buf[200], *pos, *pos2; local
    [all...]
  /external/icu4c/samples/uciter8/
uciter8.c 47 int32_t i, pos1, pos2, middle, length; local
52 pos2=iter2->getIndex(iter2, UITER_LENGTH);
53 if(length!=pos2) {
54 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2);
67 pos2=iter2->move(iter2, middle, UITER_ZERO);
68 if(pos2!=middle) {
69 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n2, middle, pos2);
112 pos2=iter2->move(iter2, 0, UITER_START);
113 if(pos2<0) {
147 pos2=iter2->move(iter2, middle, UITER_ZERO)
    [all...]
  /external/webkit/Source/WebCore/platform/
Length.cpp 108 size_t pos2; local
110 while ((pos2 = str->find(' ', pos)) != notFound) {
111 r[i++] = parseLength(str->characters() + pos, pos2 - pos);
112 pos = pos2+1;
134 size_t pos2; local
136 while ((pos2 = str->find(',', pos)) != notFound) {
137 r[i++] = parseLength(str->characters() + pos, pos2 - pos);
138 pos = pos2+1;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
q_pulse.c 53 Word16 pos2, /* (i) position of the pulse 2 */
62 if (((pos2 ^ pos1) & NB_POS) == 0)
65 if(pos1 <= pos2) /* ((pos1 - pos2) <= 0) */
67 /* index = ((pos1 & mask) << N) + (pos2 & mask); */
68 index = L_deposit_l(add1((((Word16) (pos1 & mask)) << N), ((Word16) (pos2 & mask))));
71 /* ((pos2 & mask) << N) + (pos1 & mask); */
72 index = L_deposit_l(add1((((Word16) (pos2 & mask)) << N), ((Word16) (pos1 & mask))));
82 if (vo_sub((Word16) (pos1 & mask), (Word16) (pos2 & mask)) <= 0)
84 /* index = ((pos2 & mask) << N) + (pos1 & mask); *
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_gtc.c 114 const u8 *pos2, *end; local
125 pos2 = pos;
126 while (pos2 < end && *pos2)
127 pos2++;
128 if (pos2 == end) {
136 pos, pos2 - pos);
138 (pos2 - pos != (int) sm->identity_len ||
149 sm->identity_len = pos2 - pos;
167 pos = pos2 + 1
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gtc.c 114 const u8 *pos2, *end; local
125 pos2 = pos;
126 while (pos2 < end && *pos2)
127 pos2++;
128 if (pos2 == end) {
136 pos, pos2 - pos);
138 (pos2 - pos != (int) sm->identity_len ||
149 sm->identity_len = pos2 - pos;
167 pos = pos2 + 1
    [all...]
  /external/freetype/src/truetype/
ttpload.c 177 FT_ULong pos1, pos2; local
182 pos1 = pos2 = 0;
192 pos2 = pos1;
195 pos2 = FT_NEXT_ULONG( p );
203 pos2 = pos1;
206 pos2 = FT_NEXT_USHORT( p );
209 pos2 <<= 1;
224 if ( pos2 >= face->glyf_len )
229 pos2, gindex + 1, face->glyf_len ));
230 pos2 = face->glyf_len
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-diff.js 37 var pos2 = 0;
46 s2.substring(pos2, pos2 + similar_length));
50 pos2 += similar_length;
54 print(s2.substring(pos2, diff_array[i + 2]));
55 print(">>> " + pos2 + " " + diff_array[i + 2]);
57 pos2 = diff_array[i + 2];
62 assertEquals(similar_length, s2.length - pos2);
64 s2.substring(pos2, pos2 + similar_length))
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c 673 char *pos, *pos2; local
681 pos2 = os_strstr(pos, "</Base64>");
682 if (pos2 == NULL)
684 *pos2 = '\0';
688 *pos2 = '<';
699 char *pos, *pos2, saved; local
715 pos2 = pos;
716 while (*pos2 != '\0' && *pos2 != '"' && *pos2 != '>'
743 char *buf, *start, *end, *pos, *pos2, *payload; local
1062 char *pos, *pos2; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 673 char *pos, *pos2; local
681 pos2 = os_strstr(pos, "</Base64>");
682 if (pos2 == NULL)
684 *pos2 = '\0';
688 *pos2 = '<';
699 char *pos, *pos2, saved; local
715 pos2 = pos;
716 while (*pos2 != '\0' && *pos2 != '"' && *pos2 != '>'
743 char *buf, *start, *end, *pos, *pos2, *payload; local
1062 char *pos, *pos2; local
    [all...]

Completed in 1749 milliseconds

1 2 3 4