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

12 3 4 5 6

  /cts/tests/tests/graphics/src/android/graphics/cts/
PathMeasureTest.java 59 float[] pos2 = { 1f, 2f }; local
61 assertFalse(mPathMeasure.getPosTan(distance, pos2, tan2));
  /external/chromium_org/sandbox/win/tests/validation_tests/
commands.cc 35 base::string16::size_type pos2 = string->find_last_not_of(L'"'); local
37 if (base::string16::npos == pos1 || base::string16::npos == pos2)
40 (*string) = string->substr(pos1, pos2 + 1);
  /external/chromium_org/third_party/WebKit/Source/platform/
Length.cpp 100 size_t pos2; local
102 while ((pos2 = str->find(' ', pos)) != kNotFound) {
103 r[i++] = parseHTMLAreaCoordinate(str->characters8() + pos, pos2 - pos);
104 pos = pos2 + 1;
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 269 uint64_t pos1, pos2, pos3; local
286 pos2 = VP8BitWriterPos(bw);
293 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3);
294 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 139 float *pos2 = v2->data[pos]; local
162 pos2[0] += right_adj;
163 pos2[1] += top_adj;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 212 int k, n, j, pos1, pos2; local
259 pos2 = k * UPDATE/2;
261 maskdata->DataBufferLo[pos1] = inLo[QLOOKAHEAD + pos2];
262 maskdata->DataBufferHi[pos1] = inHi[pos2++];
393 int frameCntr, activeFrameCntr, n, pos1, pos2; local
428 pos2 = frameCntr * UPDATE/2;
429 for(n = 0; n < UPDATE/2; n++, pos1++, pos2++)
431 maskdata->DataBufferLo[pos1] = inSignal[pos2];
  /external/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_mixer_manager_alsa_linux.cc 1298 char* pos2 = strchr(deviceName, ','); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 139 float *pos2 = v2->data[pos]; local
162 pos2[0] += right_adj;
163 pos2[1] += top_adj;
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 116 struct list_head * pos2; local
120 list_for_each_safe(pos, pos2, &opd_modules) {
  /external/oprofile/daemon/
opd_sfile.c 534 struct list_head * pos2; local
535 list_for_each_safe(pos, pos2, &sf->cg_hash[i]) {
556 struct list_head * pos2; local
558 list_for_each_safe(pos, pos2, &lru_list) {
605 struct list_head * pos2; local
611 list_for_each_safe(pos, pos2, &lru_list) {
  /external/webp/src/enc/
syntax.c 269 uint64_t pos1, pos2, pos3; local
286 pos2 = VP8BitWriterPos(bw);
293 enc->pic_->stats->header_bytes[0] = (int)((pos2 - pos1 + 7) >> 3);
294 enc->pic_->stats->header_bytes[1] = (int)((pos3 - pos2 + 7) >> 3);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lpc_analysis.c 212 int k, n, j, pos1, pos2; local
259 pos2 = k * UPDATE/2;
261 maskdata->DataBufferLo[pos1] = inLo[QLOOKAHEAD + pos2];
262 maskdata->DataBufferHi[pos1] = inHi[pos2++];
393 int frameCntr, activeFrameCntr, n, pos1, pos2; local
428 pos2 = frameCntr * UPDATE/2;
429 for(n = 0; n < UPDATE/2; n++, pos1++, pos2++)
431 maskdata->DataBufferLo[pos1] = inSignal[pos2];
  /external/wpa_supplicant_8/hs20/client/
spp_client.c 262 char *pos2; local
263 pos2 = os_strrchr(pos, '/');
264 if (pos2 == NULL) {
267 *pos2 = '\0';
  /external/wpa_supplicant_8/src/tls/
tlsv1_cred.c 241 const u8 *pos2; local
246 pos2 = search_tag("Proc-Type: 4,ENCRYPTED", pos, end - pos);
247 if (pos2) {
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local
166 pos2 = MSIZE - 2;
172 p0 = &rrixiy[pos2];
197 pos2--;
  /packages/apps/Nfc/nci/jni/
RouteDataSet.cpp 47 std::string::size_type pos2 = aid.find_first_of (delimiter); local
54 if (pos2 == std::string::npos)
63 sscanf (aid.substr(pos1, pos2-pos1+1).c_str(), "%x", &num);
66 pos1 = pos2 + 1;
67 pos2 = aid.find_first_of (delimiter, pos1);
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 575 int pos2 = (pos & ~3) + 8; local
576 int low = ByteArray.read32bit(code, pos2);
577 int high = ByteArray.read32bit(code, pos2 + 4);
579 visitTableSwitch(pos, code, n, pos2 + 8, ByteArray.read32bit(code, pos2 - 4));
583 int pos2 = (pos & ~3) + 8; local
584 int n = ByteArray.read32bit(code, pos2);
585 visitLookupSwitch(pos, code, n, pos2 + 4, ByteArray.read32bit(code, pos2 - 4));
  /external/oprofile/opjitconv/
opjitconv.c 106 struct list_head * pos1, * pos2; local
107 list_for_each_safe(pos1, pos2, list) {
441 struct list_head * pos1, * pos2; local
442 list_for_each_safe(pos1, pos2, anon_dirs) {
483 struct list_head * pos1, * pos2; local
555 list_for_each_safe(pos1, pos2, &jd_fnames) {
  /external/pdfium/core/src/fpdfdoc/
doc_formcontrol.cpp 69 FX_POSITION pos2 = pSubDict->GetStartPos(); local
70 while (pos2) {
72 CPDF_Object* pObj2 = pSubDict->GetNextElement(pos2, csKey2);
  /external/wpa_supplicant_8/src/utils/
common.c 648 const char *pos, *pos2, *pos3; local
664 pos2 = os_strchr(pos, '-');
666 if (pos2 && (!pos3 || pos2 < pos3)) {
667 pos2++;
668 freq[count].max = atoi(pos2);
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 154 char buf[2000], *pos, *pos2; local
172 pos2 = os_strchr(pos, '=');
173 if (pos2 == NULL) {
180 *pos2++ = '\0';
181 if (*pos2 == '"') {
182 if (os_strchr(pos2 + 1, '"') == NULL) {
184 "quotation '%s'.", *line, pos2);
190 if (wpa_config_set(ssid, pos, pos2, *line) < 0)
215 char buf[256], *pos, *pos2; local
230 pos2 = os_strchr(pos, '=')
    [all...]
hs20_supplicant.c 564 const u8 *pos2; local
593 pos2 = pos;
597 while (pos2 + 4 <= pos && prov->friendly_name_count < OSU_MAX_ITEMS) {
599 if (pos2 + 1 + pos2[0] > pos || pos2[0] < 3) {
604 os_memcpy(f->lang, pos2 + 1, 3);
605 os_memcpy(f->text, pos2 + 1 + 3, pos2[0] - 3);
606 pos2 += 1 + pos2[0]
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnf.cpp 252 FieldPosition pos1, pos2; local
261 doubleFormatResult = formatter->format(doubleFormatNum, ruleSetName, doubleFormatResult, pos2, status);
290 doubleFormatResult = formatter->format(doubleFormatNum, "TRUC", doubleFormatResult, pos2, status);
331 FieldPosition pos2; local
332 formatter->format((int64_t)4, formatter->getRuleSetName(0), result, pos2, status = U_ZERO_ERROR);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 551 int pos1, pos2; local
635 pos2 = (int16_t)(WEBRTC_SPL_MUL_16_16(k, UPDATE)/2);
637 maskdata->DataBufferLoQ0[pos1] = inLoQ0[QLOOKAHEAD + pos2];
638 maskdata->DataBufferHiQ0[pos1] = inHiQ0[pos2++];
    [all...]
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 1190 int32_t i, pos1, pos2, middle, length; local
    [all...]

Completed in 1608 milliseconds

12 3 4 5 6