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

1 2 3 4 5 6

  /frameworks/av/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/wpa_supplicant_8/src/utils/
ext_password_test.c 47 char *pos, *pos2; local
61 pos2 = pos;
62 while (*pos2 != '|' && *pos2 != '\0')
63 pos2++;
64 buf = ext_password_alloc(pos2 - pos);
67 wpabuf_put_data(buf, pos, pos2 - pos);
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
userdatarequest.cpp 39 char *tmp, *pos, *pos2; local
51 pos2 = strchr(pos, ':');
52 if (pos2 == NULL) {
56 *pos2++ = '\0';
59 queryInfo->setText(pos2);
  /external/oprofile/daemon/liblegacy/
opd_image.c 82 struct list_head * pos2; local
86 list_for_each_safe(pos, pos2, &opd_images[i]) {
opd_mapping.c 57 struct list_head * pos, * pos2; local
59 list_for_each_safe(pos, pos2, &proc->maps) {
opd_sample_files.c 39 struct list_head * pos2; local
48 list_for_each_safe(pos, pos2, &lru_list) {
opd_proc.c 89 struct list_head * pos, *pos2; local
92 list_for_each_safe(pos, pos2, &opd_procs[hash]) {
344 struct list_head * pos2; local
348 list_for_each_safe(pos, pos2, &opd_procs[i]) {
416 struct list_head * pos, * pos2; local
418 list_for_each_safe(pos, pos2, &proc->maps) {
  /external/oprofile/daemon/
opd_kernel.c 115 struct list_head * pos2; local
118 list_for_each_safe(pos, pos2, &modules) {
opd_anon.c 51 struct list_head * pos2; local
54 list_for_each_safe(pos, pos2, &lru) {
83 struct list_head * pos2; local
88 list_for_each_safe(pos, pos2, &hashes[hash]) {
  /external/oprofile/libutil++/
child_reader.h 96 ssize_t pos2; member in class:child_reader
  /external/wpa_supplicant_8/src/wps/
wps_er_ssdp.c 26 char buf[MULTICAST_MAX_READ], *pos, *pos2, *start; local
84 pos2 = os_strstr(start, "max-age=");
85 if (pos2 == NULL)
87 pos2 += 8;
88 max_age = atoi(pos2);
91 pos2 = os_strstr(start, "uuid:");
92 if (pos2) {
93 pos2 += 5;
94 while (*pos2 == ' ')
95 pos2++
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
dec_alg_codebook.cpp 147 int16 pos1, pos2, tmp; local
158 pos2 = add_int16((int16)(index & mask), offset); /* pos2 = ((index & mask) + offset); */
160 if (pos2 < pos1) /* ((pos2 - pos1) < 0) */
168 pos2 += NB_POS; /* pos2 += NB_POS; */
176 pos2 += NB_POS; /* pos2 += NB_POS; */
181 pos[1] = pos2;
    [all...]
  /external/chromium_org/media/audio/alsa/
alsa_util.cc 56 size_t pos2 = device_name.find(','); local
57 control_name = (pos2 == std::string::npos) ?
59 kMixerPrefix + device_name.substr(pos1, pos2 - pos1);
  /external/chromium_org/third_party/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/chromium_org/v8/test/cctest/
test-liveedit.cc 65 : pos1(pos1_param), pos2(pos2_param),
68 int pos2; member in class:__anon21173::DiffChunkStruct
82 void AddChunk(int pos1, int pos2, int len1, int len2) {
83 current_chunk_ = new(zone_) 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/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/icu/icu4c/source/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/oprofile/libop/
op_alloc_counter.c 89 struct list_head * pos, * pos2; local
90 list_for_each_safe(pos, pos2, &ctr_arc[i].next) {
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttpload.c 178 FT_ULong pos1, pos2; local
183 pos1 = pos2 = 0;
194 pos2 = pos1;
197 pos2 = FT_NEXT_ULONG( p );
205 pos2 = pos1;
208 pos2 = FT_NEXT_USHORT( p );
211 pos2 <<= 1;
226 if ( pos2 > face->glyf_len )
231 pos2, gindex + 1, face->glyf_len ));
232 pos2 = face->glyf_len
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_gtc.c 108 const u8 *pos2, *end; local
119 pos2 = pos;
120 while (pos2 < end && *pos2)
121 pos2++;
122 if (pos2 == end) {
130 pos, pos2 - pos);
132 (pos2 - pos != (int) sm->identity_len ||
143 sm->identity_len = pos2 - pos;
161 pos = pos2 + 1
    [all...]
  /frameworks/compile/mclinker/unittests/
BinTreeTest.cpp 60 BinaryTree<int>::iterator pos2 = mergeTree->root(); local
61 mergeTree->join<TreeIteratorBase::Rightward>(pos2,1);
62 --pos2;
63 mergeTree->join<TreeIteratorBase::Rightward>(pos2,1);
64 mergeTree->join<TreeIteratorBase::Leftward>(pos2,1);
103 BinaryTree<int>::iterator pos2 = mergeTree->root(); local
104 mergeTree->merge<TreeIteratorBase::Rightward>(pos2,*m_pTestee);
116 BinaryTree<int>::iterator pos2 = mergeTree->root(); local
118 mergeTree->merge<TreeIteratorBase::Rightward>(pos2,*m_pTestee);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 74 float *pos2 = v2->data[pos]; local
77 const float dx = fabsf(pos0[0] - pos2[0]);
78 const float dy = fabsf(pos0[1] - pos2[1]);
96 pos2[1] = pos2[1] - half_width - bias;
99 if (pos0[0] < pos2[0]) {
103 pos2[0] -= 0.5f;
110 pos2[0] += 0.5f;
119 pos2[0] = pos2[0] - half_width + bias
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_line.c 74 float *pos2 = v2->data[pos]; local
77 const float dx = fabsf(pos0[0] - pos2[0]);
78 const float dy = fabsf(pos0[1] - pos2[1]);
96 pos2[1] = pos2[1] - half_width - bias;
99 if (pos0[0] < pos2[0]) {
103 pos2[0] -= 0.5f;
110 pos2[0] += 0.5f;
119 pos2[0] = pos2[0] - half_width + bias
    [all...]
  /bionic/tests/
stdio_test.cpp 579 fpos_t pos2; local
585 EXPECT_EQ(0, fgetpos(fp, &pos2));
599 ASSERT_EQ(1, static_cast<off_t>(pos2));
606 ASSERT_EQ(0, fsetpos(fp, &pos2));

Completed in 1243 milliseconds

1 2 3 4 5 6