/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | mbo_ap.c | 37 char channels[200], *pos, *end; in mbo_ap_parse_non_pref_chan() local 64 end = pos + sizeof(channels); in mbo_ap_parse_non_pref_chan() 67 ret = os_snprintf(pos, end - pos, "%s%u", in mbo_ap_parse_non_pref_chan() 69 if (os_snprintf_error(end - pos, ret)) { in mbo_ap_parse_non_pref_chan() 86 const u8 *pos, *attr, *end; in mbo_ap_check_sta_assoc() local 101 end = pos + len; in mbo_ap_check_sta_assoc() 102 while (end - pos > 1) { in mbo_ap_check_sta_assoc() 105 if (2 + ie_len > end - pos) in mbo_ap_check_sta_assoc() 117 char *pos = buf, *end = buf + buflen; in mbo_ap_get_info() local 126 ret = os_snprintf(pos, end in mbo_ap_get_info() 211 const u8 *pos, *end; mbo_ap_wnm_notification_req() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | mbo_ap.c | 37 char channels[200], *pos, *end; in mbo_ap_parse_non_pref_chan() local 64 end = pos + sizeof(channels); in mbo_ap_parse_non_pref_chan() 67 ret = os_snprintf(pos, end - pos, "%s%u", in mbo_ap_parse_non_pref_chan() 69 if (os_snprintf_error(end - pos, ret)) { in mbo_ap_parse_non_pref_chan() 86 const u8 *pos, *attr, *end; in mbo_ap_check_sta_assoc() local 101 end = pos + len; in mbo_ap_check_sta_assoc() 102 while (end - pos > 1) { in mbo_ap_check_sta_assoc() 105 if (2 + ie_len > end - pos) in mbo_ap_check_sta_assoc() 117 char *pos = buf, *end = buf + buflen; in mbo_ap_get_info() local 126 ret = os_snprintf(pos, end in mbo_ap_get_info() 211 const u8 *pos, *end; mbo_ap_wnm_notification_req() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_backup.c | 539 const u8 *end = pos + len; in dpp_parse_recipient_infos() local 559 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in dpp_parse_recipient_infos() 567 end = pos + hdr.length; in dpp_parse_recipient_infos() 580 if (asn1_get_sequence(pos, end - pos, &hdr, &end) < 0) in dpp_parse_recipient_infos() 584 if (asn1_get_integer(pos, end - pos, &val, &pos) < 0) in dpp_parse_recipient_infos() 592 pos, end - pos); in dpp_parse_recipient_infos() 594 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !hdr.constructed || in dpp_parse_recipient_infos() 694 if (asn1_get_alg_id(pos, end - pos, &oid, NULL, NULL, &pos) < 0) in dpp_parse_recipient_infos() 713 if (asn1_get_next(pos, end in dpp_parse_recipient_infos() 728 dpp_parse_encrypted_content_info(const u8 *pos, const u8 *end, struct dpp_enveloped_data *data) dpp_parse_encrypted_content_info() argument 803 const u8 *pos, *end; dpp_parse_enveloped_data() local 860 const u8 *pos = buf, *end = buf + len, *next; dpp_parse_one_asymmetric_key() local 1102 const u8 *pos = key_pkg, *end = key_pkg + key_pkg_len; dpp_parse_dpp_asymmetric_key_package() local [all...] |
/third_party/ninja/src/ |
H A D | clparser.cc | 48 const char* end = in + line.size(); in FilterShowIncludes() local 50 if (end - in > (int)prefix.size() && in FilterShowIncludes() 62 transform(path.begin(), path.end(), path.begin(), ToLowerASCII); in IsSystemInclude() 70 transform(line.begin(), line.end(), line.begin(), ToLowerASCII); in FilterInputFilename() 93 size_t end = output.find_first_of("\r\n", start); in Parse() local 94 if (end == string::npos) in Parse() 95 end = output.size(); in Parse() 96 string line = output.substr(start, end - start); in Parse() 122 if (end < output.size() && output[end] in Parse() [all...] |
/third_party/node/benchmark/child_process/ |
H A D | child-process-params.js | 32 bench.end(n); 37 bench.end(n); 42 bench.end(n); 51 bench.end(n); 56 bench.end(n); 65 bench.end(n); 70 bench.end(n); 75 bench.end(n); 80 bench.end(n); 90 bench.end( [all...] |
/third_party/python/Tools/scripts/ |
H A D | abitype.py | 63 end = pos 64 while tokens[end][1] not in ',}': 65 if tokens[end][1] == '(': 68 end += 1 69 if tokens[end][1] == '(': nesting+=1 70 if tokens[end][1] == ')': nesting-=1 71 end += 1 72 assert end < real_end 74 end1 = end-1 78 if tokens[end][ 196 end = m.end() global() variable [all...] |
/third_party/openssl/test/ |
H A D | sslbuffertest.c | 58 goto end; in test_func() 63 goto end; in test_func() 82 goto end; in test_func() 84 goto end; in test_func() 87 goto end; in test_func() 89 goto end; in test_func() 101 goto end; in test_func() 106 goto end; in test_func() 116 goto end; in test_func() 119 goto end; in test_func() [all...] |
/third_party/skia/modules/skparagraph/include/ |
H A D | DartTypes.h | 93 ? std::for_each(std::begin(c), std::end(c), f) in directional_for_each() 99 SkRange() : start(), end() {} in SkRange() 100 SkRange(T s, T e) : start(s), end(e) {} in SkRange() 104 T start, end; 107 return start == other.start && end == other.end; in operator ==() 110 T width() const { return end - start; } in width() 114 end += delta; in Shift() 118 return start <= other.start && end >= other.end; in contains() [all...] |
/third_party/curl/lib/ |
H A D | strtok.c | 33 Curl_strtok_r(char *ptr, const char *sep, char **end) in Curl_strtok_r() argument 37 ptr = *end; in Curl_strtok_r() 47 /* set the end pointer to the first byte after the start */ in Curl_strtok_r() 48 *end = start + 1; in Curl_strtok_r() 52 while(**end && !strchr(sep, **end)) in Curl_strtok_r() 53 ++*end; in Curl_strtok_r() 55 if(**end) { in Curl_strtok_r() 56 /* the end is not a null byte */ in Curl_strtok_r() 57 **end in Curl_strtok_r() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 126 /// Returns the value alive at the end of the instruction, if any. This can 138 /// Return the end point of the last live range segment to interact with 141 /// The end point is an invalid SlotIndex only if the live range doesn't 144 /// The end point may be at or past the end of the instruction's basic 159 /// The start point is inclusive, the end point exclusive. These intervals 160 /// are rendered as [start,end). 163 SlotIndex end; // End point of the interval (exclusive) member 170 : start(S), end(E), valno(V) { in Segment() 176 return start <= I && I < end; [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_client_ocsp.c | 117 const u8 *pos, *end; in tls_process_ocsp_single_response() local 150 end = hdr.payload + hdr.length; in tls_process_ocsp_single_response() 161 if (x509_parse_algorithm_identifier(pos, end - pos, &alg, &pos)) in tls_process_ocsp_single_response() 165 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in tls_process_ocsp_single_response() 192 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in tls_process_ocsp_single_response() 216 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in tls_process_ocsp_single_response() 240 pos = end; in tls_process_ocsp_single_response() 241 end = resp + len; in tls_process_ocsp_single_response() 244 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in tls_process_ocsp_single_response() 259 if (asn1_get_next(pos, end in tls_process_ocsp_single_response() 324 const u8 *pos, *end; tls_process_ocsp_responses() local 358 const u8 *pos, *end; tls_process_basic_ocsp_response() local 683 const u8 *pos, *end; tls_process_ocsp_response() local [all...] |
H A D | tlsv1_cred.c | 64 * the chain - add the new certificate to the end. in tlsv1_add_cert_der() 110 const u8 *pos, *end; in tlsv1_add_cert() local 126 end = search_tag(pem_cert_end, pos, buf + len - pos); in tlsv1_add_cert() 127 if (end == NULL) { in tlsv1_add_cert() 129 "certificate end tag (%s)", pem_cert_end); in tlsv1_add_cert() 133 der = base64_decode(pos, end - pos, &der_len); in tlsv1_add_cert() 149 end += os_strlen(pem_cert_end); in tlsv1_add_cert() 150 pos = search_tag(pem_cert_begin, end, buf + len - end); in tlsv1_add_cert() 268 const u8 *pos, *end; in tlsv1_set_key_pem() local 309 const u8 *pos, *end; tlsv1_set_key_enc_pem() local 449 const u8 *pos, *end; pkcs12_certbag() local 523 pkcs12_parse_attr_friendly_name(const u8 *pos, const u8 *end) pkcs12_parse_attr_friendly_name() argument 550 pkcs12_parse_attr_local_key_id(const u8 *pos, const u8 *end) pkcs12_parse_attr_local_key_id() argument 579 const u8 *end = pos + len; pkcs12_parse_attr() local 628 const u8 *pos = buf, *end = buf + len; pkcs12_safebag() local 705 const u8 *pos, *end; pkcs12_safecontents() local 745 pkcs12_parse_content_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) pkcs12_parse_content_data() argument 767 pkcs12_parse_content_enc_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) pkcs12_parse_content_enc_data() argument 887 const u8 *end = buf + len; pkcs12_parse_content() local 929 const u8 *pos, *end; pkcs12_parse() local 1131 const u8 *pos, *end; tlsv1_set_dhparams_der() local 1206 const u8 *pos, *end; tlsv1_set_dhparams_blob() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_client_ocsp.c | 117 const u8 *pos, *end; in tls_process_ocsp_single_response() local 146 end = hdr.payload + hdr.length; in tls_process_ocsp_single_response() 157 if (x509_parse_algorithm_identifier(pos, end - pos, &alg, &pos)) in tls_process_ocsp_single_response() 161 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in tls_process_ocsp_single_response() 186 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in tls_process_ocsp_single_response() 208 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in tls_process_ocsp_single_response() 231 pos = end; in tls_process_ocsp_single_response() 232 end = resp + len; in tls_process_ocsp_single_response() 241 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in tls_process_ocsp_single_response() 254 if (asn1_get_next(pos, end in tls_process_ocsp_single_response() 317 const u8 *pos, *end; tls_process_ocsp_responses() local 349 const u8 *pos, *end; tls_process_basic_ocsp_response() local 652 const u8 *pos, *end; tls_process_ocsp_response() local [all...] |
/third_party/mbedtls/library/ |
H A D | mps_reader.c | 111 mbedtls_mps_size_t frag_offset, end; in mps_reader_serving_from_accumulator() local 114 end = rd->end; in mps_reader_serving_from_accumulator() 116 return end < frag_offset; in mps_reader_serving_from_accumulator() 131 .end = 0, in mps_reader_zero() 224 rd->end = 0; in mbedtls_mps_reader_feed() 235 mbedtls_mps_size_t frag_len, frag_offset, end, frag_fetched, frag_remaining; in mbedtls_mps_reader_get() local 244 end = rd->end; in mbedtls_mps_reader_get() 257 * end en in mbedtls_mps_reader_get() 399 mbedtls_mps_size_t end; mbedtls_mps_reader_commit() local [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkcs8.c | 99 goto end; in pkcs8_main() 103 goto end; in pkcs8_main() 129 goto end; in pkcs8_main() 133 goto end; in pkcs8_main() 202 goto end; in pkcs8_main() 211 goto end; in pkcs8_main() 220 goto end; in pkcs8_main() 223 goto end; in pkcs8_main() 228 goto end; in pkcs8_main() 232 goto end; in pkcs8_main() [all...] |
H A D | genrsa.c | 94 goto end; in genrsa_main() 103 goto end; in genrsa_main() 107 goto end; in genrsa_main() 124 goto end; in genrsa_main() 128 goto end; in genrsa_main() 154 goto end; in genrsa_main() 166 goto end; in genrsa_main() 171 goto end; in genrsa_main() 175 goto end; in genrsa_main() 180 goto end; in genrsa_main() [all...] |
/third_party/openssl/apps/ |
H A D | pkcs8.c | 99 goto end; in pkcs8_main() 103 goto end; in pkcs8_main() 129 goto end; in pkcs8_main() 133 goto end; in pkcs8_main() 202 goto end; in pkcs8_main() 211 goto end; in pkcs8_main() 220 goto end; in pkcs8_main() 223 goto end; in pkcs8_main() 228 goto end; in pkcs8_main() 232 goto end; in pkcs8_main() [all...] |
H A D | genrsa.c | 94 goto end; in genrsa_main() 103 goto end; in genrsa_main() 107 goto end; in genrsa_main() 124 goto end; in genrsa_main() 128 goto end; in genrsa_main() 154 goto end; in genrsa_main() 166 goto end; in genrsa_main() 171 goto end; in genrsa_main() 175 goto end; in genrsa_main() 180 goto end; in genrsa_main() [all...] |
/third_party/skia/third_party/externals/brotli/research/ |
H A D | sieve.cc | 19 TextIdx end, TextIdx middle, SampleIdx minPresence, SampleIdx iteration) { in dryRun() 24 for (TextIdx i = 0; i < end; ++i) { in dryRun() 49 Slot* map, TextIdx* shortcut, TextIdx end, TextIdx middle, in createDictionary() 55 for (TextIdx i = 0; i < end; ++i) { in createDictionary() 65 output.insert(output.end(), &data[from], &data[to]); in createDictionary() 74 output.insert(output.end(), &data[from], &data[to]); in createDictionary() 139 TextIdx end = total - sliceLen; in sieve_generate() local 141 while (hashLen < 29 && ((1u << hashLen) < end)) { in sieve_generate() 158 for (TextIdx i = 0; i < end; ++i) { in sieve_generate() 201 sliceLen, map.data(), shortcut.data(), end, en in sieve_generate() 18 dryRun(TextIdx sliceLen, Slot* map, TextIdx* shortcut, TextIdx end, TextIdx middle, SampleIdx minPresence, SampleIdx iteration) dryRun() argument 48 createDictionary(const uint8_t* data, TextIdx sliceLen, Slot* map, TextIdx* shortcut, TextIdx end, TextIdx middle, SampleIdx minPresence, SampleIdx iteration) createDictionary() argument [all...] |
/third_party/elfutils/libdw/ |
H A D | dwarf_ranges.c | 37 /* Read up begin/end pair and increment read pointer. 41 - If it's end of rangelist, don't set anything and return 2 62 uint64_t begin = 0, end = 0, base = *basep, addr_idx; in __libdw_read_begin_end_pair_inc() local 88 if (__libdw_addrx (cu, addr_idx, &end) != 0) in __libdw_read_begin_end_pair_inc() 92 *endp = end; in __libdw_read_begin_end_pair_inc() 104 end = read_4ubyte_unaligned_inc (dbg, addr); in __libdw_read_begin_end_pair_inc() 107 *endp = begin + end; in __libdw_read_begin_end_pair_inc() 120 Dwarf_Addr end; in __libdw_read_begin_end_pair_inc() local 133 end); in __libdw_read_begin_end_pair_inc() 139 if (unlikely (end in __libdw_read_begin_end_pair_inc() 164 uint64_t begin = 0, end = 0, base = *basep, addr_idx; __libdw_read_begin_end_pair_inc() local 271 uint64_t begin = 0, end = 0, base = *basep, addr_idx; __libdw_read_begin_end_pair_inc() local 540 Dwarf_Addr end; dwarf_ranges() local [all...] |
/third_party/toybox/toys/posix/ |
H A D | cut.c | 8 * "-" counts as start to end. Using spaces to separate a comma-separated list 24 or dash separated ranges (inclusive, with X- meaning to end of line and -X 85 unsigned start = pairs[2*i], end = pairs[(2*i)+1], count; in cut_line() local 88 // input: start/end position, count=difference between them in cut_line() 93 if (!end || end>len) end = len; in cut_line() 94 count = end-start; in cut_line() 96 // Find start and end of output string for the relevant selection type in cut_line() 110 count = unicolumns(s, end in cut_line() 183 char *end = str; get_range() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | formatquery.c | 909 goto end; in _mesa_GetInternalformativ() 928 goto end; in _mesa_GetInternalformativ() 941 goto end; in _mesa_GetInternalformativ() 1003 goto end; in _mesa_GetInternalformativ() 1012 goto end; in _mesa_GetInternalformativ() 1016 goto end; in _mesa_GetInternalformativ() 1023 goto end; in _mesa_GetInternalformativ() 1035 goto end; in _mesa_GetInternalformativ() 1070 goto end; in _mesa_GetInternalformativ() 1074 goto end; in _mesa_GetInternalformativ() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 62 /// Clients can use this in conjunction with capacity() to write past the end 129 iterator end() { return begin() + size(); } in end() function in llvm::SmallVectorTemplateCommon 130 const_iterator end() const { return begin() + size(); } in end() function in llvm::SmallVectorTemplateCommon 133 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() 134 const_reverse_iterator rbegin() const{ return const_reverse_iterator(end()); } in rbegin() 168 return end()[-1]; 172 return end()[-1]; 214 ::new ((void*) this->end()) T(Elt); 221 ::new ((void*) this->end()) T(::std::move(Elt)); in push_back() 227 this->end() in pop_back() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | module.h | 232 iterator end() { return iterator(&functions_, functions_.end()); } in end() function in spvtools::opt::Module 234 const_iterator end() const { return cend(); } in end() function in spvtools::opt::Module 373 return capabilities_.end(); in capability_end() 377 return make_range(capabilities_.begin(), capabilities_.end()); in capabilities() 381 return make_range(capabilities_.begin(), capabilities_.end()); in capabilities() 388 return ext_inst_imports_.end(); in ext_inst_import_end() 392 return make_range(ext_inst_imports_.begin(), ext_inst_imports_.end()); in ext_inst_imports() 397 return make_range(ext_inst_imports_.begin(), ext_inst_imports_.end()); in ext_inst_imports() 401 inline Module::inst_iterator Module::debug1_end() { return debugs1_.end(); } in debug1_end() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | module.h | 232 iterator end() { return iterator(&functions_, functions_.end()); } in end() function in spvtools::opt::Module 234 const_iterator end() const { return cend(); } in end() function in spvtools::opt::Module 373 return capabilities_.end(); in capability_end() 377 return make_range(capabilities_.begin(), capabilities_.end()); in capabilities() 381 return make_range(capabilities_.begin(), capabilities_.end()); in capabilities() 388 return ext_inst_imports_.end(); in ext_inst_import_end() 392 return make_range(ext_inst_imports_.begin(), ext_inst_imports_.end()); in ext_inst_imports() 397 return make_range(ext_inst_imports_.begin(), ext_inst_imports_.end()); in ext_inst_imports() 401 inline Module::inst_iterator Module::debug1_end() { return debugs1_.end(); } in debug1_end() [all...] |