HomeSort by relevance Sort by last modified time
    Searched full:pos2 (Results 76 - 100 of 326) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/isl/
map.h 444 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
446 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
448 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
450 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
452 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
454 enum isl_dim_type type1, int pos1, enum isl_dim_type type2, int pos2);
  /external/wpa_supplicant_8/hostapd/
config_file.c 40 char buf[128], *pos, *pos2; local
82 pos2 = pos;
83 while (*pos2 != ' ' && *pos2 != '\t' && *pos2 != '\0')
84 pos2++;
85 *pos2 = '\0';
222 char buf[512], *pos, *start, *pos2; local
446 pos2 = pos;
447 while (*pos2 != '\0' && *pos2 != ' ' &
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 723 int pos2 = arcType.Find(L'.', pos); local
724 if (pos2 < 0)
725 pos2 = arcType.Len();
726 const UString name = arcType.Mid(pos, pos2 - pos);
736 pos = pos2 + 1;
ArchiveCommandLine.cpp 492 int pos2 = s.Find(L':', pos + 1); local
493 if (pos2 < 0)
496 CEventSetEnd eventSetEnd((const wchar_t *)s + ((unsigned)pos2 + 1));
497 s.DeleteFrom(pos2);
    [all...]
  /external/pdfium/core/fxge/win32/
cfx_psrenderer.cpp 194 CFX_PointF pos2 = pPathData->GetPoint(i + 2); local
197 pos2 = pObject2Device->Transform(pos2);
199 buf << " " << pos1.x << " " << pos1.y << " " << pos2.x << " " << pos2.y
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 3047 char *names, *pos, *pos2; local
    [all...]
  /external/lzma/CPP/Windows/
FileDir.cpp 383 int pos2 = NName::FindSepar(path2.Ptr(pos + 1)); local
384 if (pos2 < 0)
387 pos += 1 + pos2;
  /external/python/cpython3/Lib/test/
audiotests.py 287 pos2 = f.tell()
288 self.assertEqual(pos2, 2)
290 f.setpos(pos2)
  /external/v8/src/debug/
liveedit.js 380 function DiffChunk(pos1, pos2, len1, len2) {
382 this.pos2 = pos2;
423 return pos + chunk.pos2 + chunk.len2 - chunk.pos1 - chunk.len1;
440 return pos - diff_chunk.pos1 + diff_chunk.pos2;
526 pos_diff = chunk.pos2 + chunk.len2 - (chunk.pos1 + chunk.len1);
    [all...]
  /external/wpa_supplicant_8/src/utils/
common.c 775 const char *pos, *pos2, *pos3; local
791 pos2 = os_strchr(pos, '-');
793 if (pos2 && (!pos3 || pos2 < pos3)) {
794 pos2++;
795 freq[count].max = atoi(pos2);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-flow-inline.h 1132 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2]
1139 unsigned HOST_WIDE_INT pos2,
1142 if (pos1 >= pos2
1144 || pos1 < (pos2 + size2)))
1146 if (pos2 >= pos1
1148 || pos2 < (pos1 + size1)))
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 153 FieldPosition pos2 = new FieldPosition(0); local
160 res2 = pat.format(l, res2, pos2);
  /external/icu/icu4c/source/test/intltest/
dtfmapts.cpp 167 FieldPosition pos1(FieldPosition::DONT_CARE), pos2(FieldPosition::DONT_CARE);
176 res2 = it->format(d, res2, pos2);
nmfmapts.cpp 125 FieldPosition pos1(FieldPosition::DONT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT_CARE);
136 res4 = cur_fr->format(l, res4, pos2);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatAPI.java 150 FieldPosition pos2 = new FieldPosition(0); local
157 res2 = pat.format(l, res2, pos2);
  /external/wpa_supplicant_8/hs20/client/
spp_client.c 269 char *pos2; local
270 pos2 = os_strrchr(pos, '/');
271 if (pos2 == NULL) {
274 *pos2 = '\0';
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 3793 char *copy = NULL, *id, *pos2; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
d4_17pf.cpp 46 the calculation of pos[2] incorrectly. The correct formula is pos2 =i*5+2,
47 not pos2 = i*5 + 1.
194 * pos3 pos2 pos1 pos0
222 pos[2] = i * 5 + 2; /* pos2 =i*5+2 */
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/pdfium/core/fxge/agg/
fx_agg_driver.cpp 1085 CFX_PointF pos2 = pPoints[i + 1].m_Point; local
    [all...]
  /external/v8/src/compiler/
register-allocator.h 48 LifetimePosition pos2) {
49 if (pos1 > pos2) std::swap(pos1, pos2);
51 if (next.IsGapPosition()) return next < pos2;
52 return next.NextFullStart() < pos2;
    [all...]
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.cc 1298 char* pos2 = strchr(deviceName, ','); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
peers.cpp 842 int pos2 = text.lastIndexOf(']'); local
843 if (pos2 >= pos) {
844 items = text.mid(pos + 1, pos2 - pos - 1).
1272 int pos2 = text.lastIndexOf(']'); local
1273 if (pos2 >= pos) {
1275 text.mid(pos + 1, pos2 - pos - 1).
    [all...]
  /art/runtime/
subtype_check_info_test.cc 281 #define MAKE_ENCODED_PATH(pos0, pos1, pos2) \
284 ((pos2) << (BitString::kBitSizeAtPosition[0] + BitString::kBitSizeAtPosition[1])))
  /external/swiftshader/third_party/LLVM/lib/Support/Unix/
Path.inc 482 size_t pos2 = path.rfind('/', pos-1);
483 if (pos2 == std::string::npos)
486 return StringRef(path).substr(pos2+1,pos-pos2-1);

Completed in 1191 milliseconds

1 2 34 5 6 7 8 91011>>