Searched defs:pos1 (Results 1 - 21 of 21) sorted by relevance

/external/oprofile/libutil++/
H A Dchild_reader.h94 ssize_t pos1; member in class:child_reader
/external/icu4c/samples/uciter8/
H A Duciter8.c47 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
[all...]
/external/freetype/src/truetype/
H A Dttpload.c177 FT_ULong pos1, pos2; local
182 pos1 = pos2 = 0;
191 pos1 = FT_NEXT_ULONG( p );
192 pos2 = pos1;
202 pos1 = FT_NEXT_USHORT( p );
203 pos2 = pos1;
208 pos1 <<= 1;
214 if ( pos1 > face->glyf_len )
219 pos1, gindex, face->glyf_len ));
241 if ( pos2 >= pos1 )
[all...]
/external/v8/test/cctest/
H A Dtest-liveedit.cc67 : pos1(pos1_param), pos2(pos2_param),
69 int pos1; member in class:__anon12938::DiffChunkStruct
83 void AddChunk(int pos1, int pos2, int len1, int len2) { argument
84 current_chunk_ = new DiffChunkStruct(pos1, pos2, len1, len2);
108 int pos1 = 0; local
116 int diff_pos1 = chunk->pos1;
117 int similar_part_length = diff_pos1 - pos1;
123 ASSERT(pos1 + j < len1);
125 ASSERT_EQ(s1[pos1 + j], s2[pos2 + j]);
128 pos1
[all...]
H A Dtest-debug.cc2539 char* pos1 = strstr(message, prefix); local
2540 if (pos1 == NULL) {
2543 pos1 += strlen(prefix);
2544 char* pos2 = strchr(pos1, '"');
2549 int len = static_cast<int>(pos2 - pos1);
2553 OS::StrNCpy(buf, pos1, len);
/external/webp/src/enc/
H A Dsyntax.c314 uint64_t pos1, pos2, pos3; local
319 pos1 = VP8BitWriterPos(bw);
347 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3);
H A Dframe.c419 uint64_t pos1, pos2, pos3; local
426 pos1 = VP8BitWriterPos(bw);
460 it->luma_bits_ = pos2 - pos1;
/external/skia/src/views/
H A DSkTouchGesture.cpp184 static float center(float pos0, float pos1) { argument
185 return (pos0 + pos1) * 0.5f;
/external/icu4c/test/intltest/
H A Ditrbnf.cpp252 FieldPosition pos1, pos2; local
260 intFormatResult = formatter->format(intFormatNum, ruleSetName, intFormatResult, pos1, status);
284 intFormatResult = formatter->format(intFormatNum, "BLABLA", intFormatResult, pos1, status);
/external/oprofile/opjitconv/
H A Dopjitconv.c106 struct list_head * pos1, * pos2; local
107 list_for_each_safe(pos1, pos2, list) {
108 struct pathname * pname = list_entry(pos1, struct pathname,
441 struct list_head * pos1, * pos2; local
442 list_for_each_safe(pos1, pos2, anon_dirs) {
443 struct pathname * pname = list_entry(pos1, struct pathname,
483 struct list_head * pos1, * pos2; local
555 list_for_each_safe(pos1, pos2, &jd_fnames) {
557 list_entry(pos1, struct pathname, neighbor);
/external/freetype/src/autofit/
H A Daflatin.c974 FT_Pos pos1 = seg1->pos; local
978 if ( seg1->dir + seg2->dir == 0 && pos2 > pos1 )
981 FT_Pos dist = pos2 - pos1;
H A Daflatin2.c974 FT_Pos pos1 = seg1->pos; local
976 FT_Pos dist = pos2 - pos1;
/external/grub/netboot/
H A Dsk_g16.c1111 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/cintltst/
H A Dcustrtst.c1194 int32_t i, pos1, pos2, middle, length; local
1208 pos1=iter1->move(iter1, middle, UITER_ZERO);
1209 if(pos1!=middle) {
1210 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
1249 pos1=iter1->move(iter1, 0, UITER_START);
1250 if(pos1<0) {
1288 pos1=iter1->move(iter1, middle, UITER_ZERO);
1289 if(pos1!=middle) {
1290 log_err("%s->move(from end to middle %d)=%d does not move to the middle\n", n1, middle, pos1);
1301 pos1
[all...]
H A Dcnumtst.c162 UFieldPosition pos1; local
259 pos1.field = 0; /* Integer Section */
260 resultlengthneeded=unum_format(cur_def, l, NULL, resultlength, &pos1, &status);
268 unum_format(cur_def, l, result, resultlength, &pos1, &status);
280 if(pos1.beginIndex == 1 && pos1.endIndex == 12)
284 pos1.beginIndex, pos1.endIndex);
316 pos1.beginIndex, pos1
1274 UFieldPosition pos1; local
[all...]
/external/libvpx/mkvparser/
H A Dmkvparser.cpp4555 long long pos1 = start; local
4559 while (pos1 < stop) {
4561 const long long id = ReadUInt(pReader, pos1, len);
4563 assert((pos1 + len) <= stop);
4565 pos1 += len; //consume id
4567 const long long size = ReadUInt(pReader, pos1, len);
4569 assert((pos1 + len) <= stop);
4571 pos1 += len; //consume length of size
4580 pos1 += size; //consume payload
4581 assert(pos1 <
5049 long long pos1 = start; local
[all...]
/external/v8/src/
H A Dliveedit.cc92 int pos1 = 0; local
95 if (pos1 < len1_) {
97 Direction dir = get_direction(pos1, pos2);
101 pos1++;
106 pos1++;
117 writer.skip1(len1_ - pos1);
147 int CompareUpToTail(int pos1, int pos2) { argument
148 if (pos1 < len1_) {
150 int cached_res = get_value4(pos1, pos2);
154 if (input_->Equals(pos1, pos
415 AddChunk(int pos1, int pos2, int len1, int len2) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 584 milliseconds