Home
last modified time | relevance | path

Searched refs:pos2 (Results 101 - 125 of 196) sorted by relevance

12345678

/third_party/ffmpeg/libavcodec/
H A Dqdmc.c428 int amp2, phase2, pos2, off; in read_wave_data() local
433 pos2 = 0; in read_wave_data()
446 pos2 += group_size; in read_wave_data()
450 if (pos2 >= s->frame_size) in read_wave_data()
H A Damrnbdec.c485 const int pos2 = (pulse_position[i + 4] << 2) + i; in decode_8_pulses_31bits() local
488 fixed_sparse->x[i + 4] = pos2; in decode_8_pulses_31bits()
490 fixed_sparse->y[i + 4] = pos2 < pos1 ? -sign : sign; in decode_8_pulses_31bits()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dspp_client.c269 char *pos2; in process_update_node() local
270 pos2 = os_strrchr(pos, '/'); in process_update_node()
271 if (pos2 == NULL) { in process_update_node()
274 *pos2 = '\0'; in process_update_node()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dspp_client.c269 char *pos2; in process_update_node() local
270 pos2 = os_strrchr(pos, '/'); in process_update_node()
271 if (pos2 == NULL) { in process_update_node()
274 *pos2 = '\0'; in process_update_node()
/third_party/lzma/CPP/Windows/
H A DFileDir.cpp466 int pos2 = NName::FindSepar(path2.Ptr((unsigned)pos + 1)); in CreateComplexDir() local
467 if (pos2 < 0) in CreateComplexDir()
470 pos += 1 + pos2; in CreateComplexDir()
H A DSystemInfo.cpp668 const int pos2 = s2.Find(']', (unsigned)pos + 1); in AddCpuFeatures()
669 if (pos2 >= 0) in AddCpuFeatures()
671 s2.DeleteFrom((unsigned)pos2); in AddCpuFeatures()
/third_party/jinja2/
H A Dlexer.py822 pos2 = m.end()
848 elif pos2 == pos:
854 pos = pos2
/third_party/node/deps/v8/third_party/jinja2/
H A Dlexer.py803 pos2 = m.end()
829 elif pos2 == pos:
834 pos = pos2
/third_party/node/tools/inspector_protocol/jinja2/
H A Dlexer.py699 pos2 = m.end()
724 elif pos2 == pos:
728 pos = pos2
/third_party/python/Lib/test/
H A Daudiotests.py288 pos2 = f.tell()
289 self.assertEqual(pos2, 2)
291 f.setpos(pos2)
H A Dtest_code.py652 pos2 = list(positions_from_location_table(func.__code__))
653 for l1, l2 in zip(pos1, pos2):
655 self.assertEqual(len(pos1), len(pos2))
/third_party/skia/third_party/externals/jinja2/
H A Dlexer.py803 pos2 = m.end()
829 elif pos2 == pos:
834 pos = pos2
/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_util.cpp599 std::string::size_type pos2 = str.find(flag); in GetUTCTime() local
600 while (std::string::npos != pos2) { in GetUTCTime()
601 result.push_back(str.substr(pos1, pos2 - pos1)); in GetUTCTime()
602 pos1 = pos2 + flag.size(); in GetUTCTime()
603 pos2 = str.find(flag, pos1); in GetUTCTime()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c702 int32_t pos2 = ubrk_first(bi2); in TestBreakIteratorRules() local
705 if (pos2 != pos) { in TestBreakIteratorRules()
706 log_err("FAIL: iterator from ubrk_openBinaryRules does not match original, get pos = %d instead of %d", pos2, pos); in TestBreakIteratorRules()
708 pos2 = ubrk_next(bi2); in TestBreakIteratorRules()
710 } while ((pos != UBRK_DONE || pos2 != UBRK_DONE) && maxCount-- > 0); in TestBreakIteratorRules()
/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp924 int pos2 = arcType.Find(L'.', pos); in FindFormatForArchiveType() local
925 if (pos2 < 0) in FindFormatForArchiveType()
926 pos2 = (int)arcType.Len(); in FindFormatForArchiveType()
927 const UString name = arcType.Mid(pos, (unsigned)pos2 - pos); in FindFormatForArchiveType()
937 pos = (unsigned)pos2 + 1; in FindFormatForArchiveType()
/third_party/icu/icu4c/source/test/intltest/
H A Dnmfmapts.cpp125 FieldPosition pos1(FieldPosition::DONT_CARE), pos2(FieldPosition::DONT_CARE), pos3(FieldPosition::DONT_CARE), pos4(FieldPosition::DONT_CARE); in testAPI()
136 res4 = cur_fr->format(l, res4, pos2); in testAPI()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstring_view.h429 size_type pos2, size_type count2) const {
430 return substr(pos1, count1).compare(v.substr(pos2, count2));
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h124 size_type pos1, size_type count1, basic_string_view v, size_type pos2, size_type count2) const;
376 size_type pos1, size_type count1, basic_string_view v, size_type pos2, size_type count2) const in compare()
378 return substr(pos1, count1).compare(v.substr(pos2, count2)); in compare()
375 compare( size_type pos1, size_type count1, basic_string_view v, size_type pos2, size_type count2) const compare() argument
/third_party/alsa-lib/src/ucm/
H A Dutils.c263 struct list_head *pos1, *pos2; in uc_mgr_open_ctl() local
281 list_for_each(pos2, &ctl_list->dev_list) { in uc_mgr_open_ctl()
282 ctl_dev = list_entry(pos2, struct ctl_dev, list); in uc_mgr_open_ctl()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_cred.c283 const u8 *pos2; in tlsv1_set_key_pem() local
288 pos2 = search_tag("Proc-Type: 4,ENCRYPTED", pos, end - pos); in tlsv1_set_key_pem()
289 if (pos2) { in tlsv1_set_key_pem()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.c1228 char *url2, *end2, *pos2; in radius_server_encapsulate_eap() local
1260 pos2 = url2; in radius_server_encapsulate_eap()
1262 os_memcpy(pos2, url, pos - url); in radius_server_encapsulate_eap()
1263 pos2 += pos - url; in radius_server_encapsulate_eap()
1264 os_snprintf(pos2, end2 - pos2, MACSTR, MAC2STR(sess->mac_addr)); in radius_server_encapsulate_eap()
1265 pos2 += ETH_ALEN * 3 - 1; in radius_server_encapsulate_eap()
1266 os_memcpy(pos2, pos + 3, os_strlen(pos + 3)); in radius_server_encapsulate_eap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_server.c1061 char *url2, *end2, *pos2; in radius_server_encapsulate_eap() local
1093 pos2 = url2; in radius_server_encapsulate_eap()
1095 os_memcpy(pos2, url, pos - url); in radius_server_encapsulate_eap()
1096 pos2 += pos - url; in radius_server_encapsulate_eap()
1097 os_snprintf(pos2, end2 - pos2, MACSTR, MAC2STR(sess->mac_addr)); in radius_server_encapsulate_eap()
1098 pos2 += ETH_ALEN * 3 - 1; in radius_server_encapsulate_eap()
1099 os_memcpy(pos2, pos + 3, os_strlen(pos + 3)); in radius_server_encapsulate_eap()
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.c838 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device() local
851 list_for_each_entry(pos2, &thermal_cdev_list, node) { in thermal_zone_bind_cooling_device()
852 if (pos2 == cdev) { in thermal_zone_bind_cooling_device()
857 if (tz != pos1 || cdev != pos2) { in thermal_zone_bind_cooling_device()
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_core.c830 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device() local
841 list_for_each_entry(pos2, &thermal_cdev_list, node) { in thermal_zone_bind_cooling_device()
842 if (pos2 == cdev) in thermal_zone_bind_cooling_device()
846 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_core.c635 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device() local
649 list_for_each_entry(pos2, &thermal_cdev_list, node) { in thermal_zone_bind_cooling_device()
650 if (pos2 == cdev) in thermal_zone_bind_cooling_device()
654 if (tz != pos1 || cdev != pos2) in thermal_zone_bind_cooling_device()

Completed in 36 milliseconds

12345678