/third_party/lz4/contrib/gen_manual/ |
H A D | gen_manual.cpp | 57 size_t spos, epos; in trim_comments() local 60 epos = s.find("*/"); in trim_comments() 61 s = s.substr(spos+3, epos-(spos+3)); in trim_comments() 76 size_t const epos = line.find(terminator); in get_lines() local 77 if (!terminator.empty() && epos!=string::npos) { in get_lines() 91 size_t spos, epos; in print_line() local 96 epos = line.find("*/"); in print_line() 97 if (spos!=string::npos && epos!=string::npos) { in print_line()
|
/third_party/python/Lib/lib2to3/pgen2/ |
H A D | tokenize.py | 450 spos, epos, pos = (lnum, start), (lnum, end), end 455 yield (NUMBER, token, spos, epos, line) 465 yield (newline, token, spos, epos, line) 472 yield (COMMENT, token, spos, epos, line) 502 yield (STRING, token, spos, epos, line) 507 token, spos, epos, line) 510 tok = (NAME, token, spos, epos, line) 547 yield (OP, token, spos, epos, line)
|
/third_party/python/Lib/ |
H A D | tokenize.py | 532 spos, epos, pos = (lnum, start), (lnum, end), end 539 yield TokenInfo(NUMBER, token, spos, epos, line) 542 yield TokenInfo(NL, token, spos, epos, line) 544 yield TokenInfo(NEWLINE, token, spos, epos, line) 548 yield TokenInfo(COMMENT, token, spos, epos, line) 591 yield TokenInfo(STRING, token, spos, epos, line) 594 yield TokenInfo(NAME, token, spos, epos, line) 602 yield TokenInfo(OP, token, spos, epos, line)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 2047 const u8 *epos; in sae_parse_password_identifier() local 2064 epos = *pos; in sae_parse_password_identifier() 2065 epos++; /* skip IE type */ in sae_parse_password_identifier() 2066 len = *epos++; /* IE length */ in sae_parse_password_identifier() 2067 if (len > end - epos || len < 1) in sae_parse_password_identifier() 2069 epos++; /* skip ext ID */ in sae_parse_password_identifier() 2074 os_memcmp(sae->tmp->pw_id, epos, len) != 0)) { in sae_parse_password_identifier() 2085 os_memcpy(sae->tmp->pw_id, epos, len); in sae_parse_password_identifier() 2089 *pos = epos + len; in sae_parse_password_identifier() 2097 const u8 *epos; in sae_parse_rejected_groups() local 2128 const u8 *epos; sae_parse_akm_suite_selector() local [all...] |
/third_party/toybox/toys/pending/ |
H A D | vi.c | 233 size_t epos, spos = 0; in cut_str() local 245 for (e = s, epos = spos; ; ) { in cut_str() 246 if (epos<=end && epos+e->node->len>end) break; in cut_str() 247 epos += e->node->len; in cut_str() 316 size_t epos, spos = 0; in text_strchr() local 323 epos = spos+i; in text_strchr() 325 for (; i < s->node->len; i++, epos++) in text_strchr() 326 if (s->node->data[i] == c) return epos; in text_strchr() 337 size_t epos, spo in text_strrchr() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | beacon.c | 436 u8 *pos, *epos, *csa_pos; in hostapd_gen_probe_resp() local 481 epos = ((u8 *) resp) + MAX_PROBERESP_LEN; in hostapd_gen_probe_resp() 509 pos = hostapd_eid_country(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 526 pos = hostapd_get_rsne(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 527 pos = hostapd_eid_bss_load(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 528 pos = hostapd_eid_rm_enabled_capab(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 529 pos = hostapd_get_mde(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 577 pos = hostapd_get_rsnxe(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 595 pos = hostapd_get_wpa_ie(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 596 pos = hostapd_get_osen_ie(hapd, pos, epos in hostapd_gen_probe_resp() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | beacon.c | 373 u8 *pos, *epos, *csa_pos; in hostapd_gen_probe_resp() local 413 epos = ((u8 *) resp) + MAX_PROBERESP_LEN; in hostapd_gen_probe_resp() 441 pos = hostapd_eid_country(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 460 pos = hostapd_eid_wpa(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 462 pos = hostapd_eid_bss_load(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 464 pos = hostapd_eid_rm_enabled_capab(hapd, pos, epos - pos); in hostapd_gen_probe_resp() 527 pos = hostapd_eid_wpa(hapd, pos, epos - pos); in hostapd_gen_probe_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_peap.c | 637 const u8 *epos; in eap_peap_phase2_request() local 640 epos = eap_hdr_validate(EAP_VENDOR_MICROSOFT, 0x21, in eap_peap_phase2_request() 642 if (epos) { in eap_peap_phase2_request() 647 epos, eleft); in eap_peap_phase2_request()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_peap.c | 673 const u8 *epos; in eap_peap_phase2_request() local 676 epos = eap_hdr_validate(EAP_VENDOR_MICROSOFT, 0x21, in eap_peap_phase2_request() 678 if (epos) { in eap_peap_phase2_request() 683 epos, eleft); in eap_peap_phase2_request()
|
/third_party/backends/backend/ |
H A D | umax1220u-common.c | 1115 int epos, ecnt, x, y; in locate_black_stripe() local 1118 epos = 0; in locate_black_stripe() 1136 epos += dpos; in locate_black_stripe() 1141 epos = 70; in locate_black_stripe() 1143 epos = (epos + ecnt / 2) / ecnt; in locate_black_stripe() 1144 return epos; in locate_black_stripe()
|
H A D | umax_pp_low.c | 9747 float epos; in edgePosition() local 9756 epos = 0; in edgePosition() 9782 epos += dpos; in edgePosition() 9792 epos = 70; in edgePosition() 9794 epos = epos / ecnt; in edgePosition() 9797 i = ((int) epos) * width; in edgePosition() 9813 return epos; in edgePosition()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numfmtst.h | 31 int32_t epos; member
|
H A D | numfmtst.cpp | 8819 assertEquals("end", expected[idx].epos, fp.getEndIndex()); in verifyFieldPositionIterator()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_config_file.c | 2236 const char *epos; in parse_sae_password() local 2242 epos = os_strchr(pos2, '|'); in parse_sae_password() 2243 if (epos) { in parse_sae_password() 2244 tmp = os_malloc(epos - pos2 + 1); in parse_sae_password() 2247 os_memcpy(tmp, pos2, epos - pos2); in parse_sae_password() 2248 tmp[epos - pos2] = '\0'; in parse_sae_password()
|