/third_party/python/Lib/lib2to3/pgen2/ |
H A D | tokenize.py | 73 # Tail end of ' string. 75 # Tail end of " string. 77 # Tail end of ''' string. 79 # Tail end of """ string. 190 tok_type, token, start, end, line = t 193 self.prev_row, self.prev_col = end 375 pos = end = endmatch.end(0) 376 yield (STRING, contstr + line[:end], 377 strstart, (lnum, end), contlin [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | cfg.cpp | 81 BasicBlock* end, in ComputeStructuredOrder() 90 auto terminal = [end](cbb_ptr bb) { return bb == end; }; in ComputeStructuredOrder() 207 fn->begin(), fn->end(), in SplitLoopHeader() 209 assert(header_it != fn->end()); in SplitLoopHeader() 215 for (; latch_block_iter != fn->end(); ++latch_block_iter) { in SplitLoopHeader() 218 if (std::find(pred.begin(), pred.end(), latch_block_iter->id()) != in SplitLoopHeader() 219 pred.end()) { in SplitLoopHeader() 223 assert(latch_block_iter != fn->end() && "Could not find the latch."); in SplitLoopHeader() 326 std::find(block_preds.begin(), block_preds.end(), latch_bloc in SplitLoopHeader() 80 ComputeStructuredOrder(Function* func, BasicBlock* root, BasicBlock* end, std::list<BasicBlock*>* order) ComputeStructuredOrder() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_attr_parse.c | 94 const u8 *end = pos + len; in wps_parse_vendor_ext_wfa() local 97 while (end - pos >= 2) { in wps_parse_vendor_ext_wfa() 100 if (elen > end - pos) in wps_parse_vendor_ext_wfa() 598 const u8 *pos, *end; in wps_parse_msg() local 606 end = pos + wpabuf_len(msg); in wps_parse_msg() 608 while (pos < end) { in wps_parse_msg() 609 if (end - pos < 4) { in wps_parse_msg() 612 (unsigned long) (end - pos)); in wps_parse_msg() 622 if (len > end - pos) { in wps_parse_msg() 649 * end o in wps_parse_msg() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mbo.c | 69 const u8 *mbo, *end; in wpas_mbo_get_bss_attr() local 78 end = mbo + 2 + mbo[1]; in wpas_mbo_get_bss_attr() 81 return get_ie(mbo, end - mbo, attr); in wpas_mbo_get_bss_attr() 87 u8 start, u8 end) in wpas_mbo_non_pref_chan_attr_body() 93 for (i = start; i < end; i++) in wpas_mbo_non_pref_chan_attr_body() 109 struct wpabuf *mbo, u8 start, u8 end) in wpas_mbo_non_pref_chan_attr() 111 size_t size = end - start + 3; in wpas_mbo_non_pref_chan_attr() 117 wpas_mbo_non_pref_chan_attr_body(wpa_s, mbo, start, end); in wpas_mbo_non_pref_chan_attr() 132 u8 end) in wpas_mbo_non_pref_chan_subelement() 134 size_t size = end in wpas_mbo_non_pref_chan_subelement() 85 wpas_mbo_non_pref_chan_attr_body(struct wpa_supplicant *wpa_s, struct wpabuf *mbo, u8 start, u8 end) wpas_mbo_non_pref_chan_attr_body() argument 108 wpas_mbo_non_pref_chan_attr(struct wpa_supplicant *wpa_s, struct wpabuf *mbo, u8 start, u8 end) wpas_mbo_non_pref_chan_attr() argument 130 wpas_mbo_non_pref_chan_subelement(struct wpa_supplicant *wpa_s, struct wpabuf *mbo, u8 start, u8 end) wpas_mbo_non_pref_chan_subelement() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | gas_server.c | 168 const u8 *pos, *end, *adv_proto, *query_req; in gas_server_rx_initial_req() local 178 end = data + len; in gas_server_rx_initial_req() 180 if (end - pos < 2 || pos[0] != WLAN_EID_ADV_PROTO) { in gas_server_rx_initial_req() 187 if (end - pos < adv_proto_len || adv_proto_len < 2) { in gas_server_rx_initial_req() 198 if (end - pos < 2) { in gas_server_rx_initial_req() 204 if (end - pos < query_req_len) { in gas_server_rx_initial_req() 213 if (pos < end) { in gas_server_rx_initial_req() 216 pos, end - pos); in gas_server_rx_initial_req() 372 const u8 *pos, *end; in gas_server_rx() local 381 end in gas_server_rx() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_attr_parse.c | 94 const u8 *end = pos + len; in wps_parse_vendor_ext_wfa() local 97 while (end - pos >= 2) { in wps_parse_vendor_ext_wfa() 100 if (elen > end - pos) in wps_parse_vendor_ext_wfa() 598 const u8 *pos, *end; in wps_parse_msg() local 606 end = pos + wpabuf_len(msg); in wps_parse_msg() 608 while (pos < end) { in wps_parse_msg() 609 if (end - pos < 4) { in wps_parse_msg() 612 (unsigned long) (end - pos)); in wps_parse_msg() 622 if (len > end - pos) { in wps_parse_msg() 649 * end o in wps_parse_msg() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mbo.c | 70 const u8 *mbo, *end; in wpas_mbo_get_bss_attr() local 79 end = mbo + 2 + mbo[1]; in wpas_mbo_get_bss_attr() 82 return get_ie(mbo, end - mbo, attr); in wpas_mbo_get_bss_attr() 117 u8 start, u8 end) in wpas_mbo_non_pref_chan_attr_body() 123 for (i = start; i < end; i++) in wpas_mbo_non_pref_chan_attr_body() 139 struct wpabuf *mbo, u8 start, u8 end) in wpas_mbo_non_pref_chan_attr() 141 size_t size = end - start + 3; in wpas_mbo_non_pref_chan_attr() 147 wpas_mbo_non_pref_chan_attr_body(wpa_s, mbo, start, end); in wpas_mbo_non_pref_chan_attr() 162 u8 end) in wpas_mbo_non_pref_chan_subelement() 164 size_t size = end in wpas_mbo_non_pref_chan_subelement() 115 wpas_mbo_non_pref_chan_attr_body(struct wpa_supplicant *wpa_s, struct wpabuf *mbo, u8 start, u8 end) wpas_mbo_non_pref_chan_attr_body() argument 138 wpas_mbo_non_pref_chan_attr(struct wpa_supplicant *wpa_s, struct wpabuf *mbo, u8 start, u8 end) wpas_mbo_non_pref_chan_attr() argument 160 wpas_mbo_non_pref_chan_subelement(struct wpa_supplicant *wpa_s, struct wpabuf *mbo, u8 start, u8 end) wpas_mbo_non_pref_chan_subelement() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | gas_server.c | 163 const u8 *pos, *end, *adv_proto, *query_req; in gas_server_rx_initial_req() local 172 end = data + len; in gas_server_rx_initial_req() 174 if (end - pos < 2 || pos[0] != WLAN_EID_ADV_PROTO) { in gas_server_rx_initial_req() 181 if (end - pos < adv_proto_len || adv_proto_len < 2) { in gas_server_rx_initial_req() 192 if (end - pos < 2) { in gas_server_rx_initial_req() 198 if (end - pos < query_req_len) { in gas_server_rx_initial_req() 207 if (pos < end) { in gas_server_rx_initial_req() 210 pos, end - pos); in gas_server_rx_initial_req() 326 const u8 *pos, *end; in gas_server_rx() local 335 end in gas_server_rx() [all...] |
/third_party/zlib/examples/ |
H A D | gun.c | 28 gun will decompress from stdin to stdout. The names must end in .gz, -gz, 45 magic header bytes. Since the end of Unix compress stream is marked by the 46 end-of-file, they cannot be concatenated. If a Unix compress stream is 88 returns end-of-file or error. Return 0 on error. */ 196 lunpipe() will return Z_OK on success, Z_BUF_ERROR for an unexpected end of 212 unsigned end; /* last valid entry in prefix/suffix tables */ in lunpipe() local 245 end = flags ? 256 : 255; in lunpipe() 268 if (end >= mask && bits < max) { in lunpipe() 279 if (NEXT() == -1) { /* EOF is end of compressed data */ in lunpipe() 291 if (NEXT() == -1) /* can't end i in lunpipe() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | pci-common.c | 472 offset > rp->end) in pci_phys_mem_access_prot() 510 if (offset < rp->start || (offset + size) > rp->end) in pci_legacy_read() 550 if (offset < rp->start || (offset + size) > rp->end) in pci_legacy_write() 617 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range() 632 resource_size_t *start, resource_size_t *end) in pci_resource_to_user() 640 *end = region.end; in pci_resource_to_user() 652 *end = rsrc->end; in pci_resource_to_user() 775 res->end in pci_process_bridge_OF_ranges() 630 pci_resource_to_user(const struct pci_dev *dev, int bar, const struct resource *rsrc, resource_size_t *start, resource_size_t *end) pci_resource_to_user() argument [all...] |
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | srmmu.c | 203 printk("Vaddr %lx is bigger than nocache end 0x%lx\n", in srmmu_free_nocache() 227 unsigned long end); 565 extern void tsunami_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end); 572 extern void tsunami_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end); 580 unsigned long start, unsigned long end); 588 unsigned long start, unsigned long end); 632 unsigned long end); 642 unsigned long end); 648 unsigned long end); 655 extern void hypersparc_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end); 679 srmmu_early_allocate_ptable_skeleton(unsigned long start, unsigned long end) srmmu_early_allocate_ptable_skeleton() argument 714 srmmu_allocate_ptable_skeleton(unsigned long start, unsigned long end) srmmu_allocate_ptable_skeleton() argument 771 srmmu_inherit_prom_mappings(unsigned long start, unsigned long end) srmmu_inherit_prom_mappings() argument 1247 turbosparc_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) turbosparc_flush_cache_range() argument 1298 turbosparc_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) turbosparc_flush_tlb_range() argument 1685 smp_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) smp_flush_cache_range() argument 1702 smp_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) smp_flush_tlb_range() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | pci-common.c | 548 offset > rp->end) in pci_phys_mem_access_prot() 586 if (offset < rp->start || (offset + size) > rp->end) in pci_legacy_read() 626 if (offset < rp->start || (offset + size) > rp->end) in pci_legacy_write() 693 if (roffset < rp->start || (roffset + size) > rp->end) in pci_mmap_legacy_page_range() 708 resource_size_t *start, resource_size_t *end) in pci_resource_to_user() 716 *end = region.end; in pci_resource_to_user() 728 *end = rsrc->end; in pci_resource_to_user() 851 res->end in pci_process_bridge_OF_ranges() 706 pci_resource_to_user(const struct pci_dev *dev, int bar, const struct resource *rsrc, resource_size_t *start, resource_size_t *end) pci_resource_to_user() argument [all...] |
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | srmmu.c | 203 printk("Vaddr %lx is bigger than nocache end 0x%lx\n", in srmmu_free_nocache() 227 unsigned long end); 566 extern void tsunami_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end); 573 extern void tsunami_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end); 581 unsigned long start, unsigned long end); 589 unsigned long start, unsigned long end); 633 unsigned long end); 643 unsigned long end); 649 unsigned long end); 656 extern void hypersparc_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end); 680 srmmu_early_allocate_ptable_skeleton(unsigned long start, unsigned long end) srmmu_early_allocate_ptable_skeleton() argument 715 srmmu_allocate_ptable_skeleton(unsigned long start, unsigned long end) srmmu_allocate_ptable_skeleton() argument 772 srmmu_inherit_prom_mappings(unsigned long start, unsigned long end) srmmu_inherit_prom_mappings() argument 1246 turbosparc_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) turbosparc_flush_cache_range() argument 1297 turbosparc_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) turbosparc_flush_tlb_range() argument 1684 smp_flush_cache_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) smp_flush_cache_range() argument 1701 smp_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) smp_flush_tlb_range() argument [all...] |
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | gc.c | 36 uint32_t start, uint32_t end); 39 uint32_t start, uint32_t end); 173 /* Point c->check_ino past the end of the last bucket. */ in jffs2_garbage_collect_pass() 503 uint32_t start = 0, end = 0, nrfrags = 0; in jffs2_garbage_collect_live() local 537 end = frag->ofs + frag->size; in jffs2_garbage_collect_live() 555 if((start >> PAGE_SHIFT) < ((end-1) >> PAGE_SHIFT)) { in jffs2_garbage_collect_live() 557 ret = jffs2_garbage_collect_hole(c, jeb, f, fn, start, end); in jffs2_garbage_collect_live() 560 ret = jffs2_garbage_collect_dnode(c, jeb, f, fn, start, end); in jffs2_garbage_collect_live() 608 don't want to force wastage of the end of a block if splitting would in jffs2_garbage_collect_pristine() 1015 uint32_t start, uint32_t end) in jffs2_garbage_collect_hole() 1013 jffs2_garbage_collect_hole(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, uint32_t start, uint32_t end) jffs2_garbage_collect_hole() argument 1164 jffs2_garbage_collect_dnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *orig_jeb, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, uint32_t start, uint32_t end) jffs2_garbage_collect_dnode() argument [all...] |
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | gc.c | 36 uint32_t start, uint32_t end); 39 uint32_t start, uint32_t end); 173 /* Point c->check_ino past the end of the last bucket. */ in jffs2_garbage_collect_pass() 503 uint32_t start = 0, end = 0, nrfrags = 0; in jffs2_garbage_collect_live() local 537 end = frag->ofs + frag->size; in jffs2_garbage_collect_live() 555 if((start >> PAGE_SHIFT) < ((end-1) >> PAGE_SHIFT)) { in jffs2_garbage_collect_live() 557 ret = jffs2_garbage_collect_hole(c, jeb, f, fn, start, end); in jffs2_garbage_collect_live() 560 ret = jffs2_garbage_collect_dnode(c, jeb, f, fn, start, end); in jffs2_garbage_collect_live() 608 don't want to force wastage of the end of a block if splitting would in jffs2_garbage_collect_pristine() 1015 uint32_t start, uint32_t end) in jffs2_garbage_collect_hole() 1013 jffs2_garbage_collect_hole(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, uint32_t start, uint32_t end) jffs2_garbage_collect_hole() argument 1164 jffs2_garbage_collect_dnode(struct jffs2_sb_info *c, struct jffs2_eraseblock *orig_jeb, struct jffs2_inode_info *f, struct jffs2_full_dnode *fn, uint32_t start, uint32_t end) jffs2_garbage_collect_dnode() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 246 iterator end() { return Instructions.end(); } in end() function 247 const_iterator end() const { return Instructions.end(); } in end() function 300 if (J1I != PossibleRedIdx.end()) { in isPairInSame() 302 if (J2I != PossibleRedIdx.end() && J1I->second == J2I->second) in isPairInSame() 485 } // end anonymous namespace 812 if (Roots.find(V) != Roots.end()) in collectPossibleRoots() 827 if (Roots.find(0) != Roots.end()) { in collectPossibleRoots() 927 if (V.find(0) == V.end()) in findRootsBase() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | map.h | 317 insert(other.begin(), other.end()); in Map() 511 if (++tree_it == tree->end()) { in operator ++() 568 iterator end() { return iterator(); } in end() function in google::protobuf::Map::InnerMap 570 const_iterator end() const { return const_iterator(); } in end() function in google::protobuf::Map::InnerMap 594 } while (tree_it != tree->end()); in clear() 704 if (tree_it != tree->end()) { in FindHelper() 709 return std::make_pair(end(), b); in FindHelper() 724 GOOGLE_DCHECK(find(node->kv.first) == end()); in InsertUnique() 862 } while (++tree_it != tree->end()); in TransferTree() 1022 }; // end o 1104 iterator end() { return iterator(elements_->end()); } end() function in google::protobuf::Map 1108 const_iterator end() const { end() function in google::protobuf::Map [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_sip.c | 147 const char *end; in sip_parse_addr() local 156 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end); in sip_parse_addr() 166 ret = in6_pton(cp, limit - cp, (u8 *)&addr->ip6, -1, &end); in sip_parse_addr() 170 if (end < limit && *end == ']') in sip_parse_addr() 171 end++; in sip_parse_addr() 180 *endp = end; in sip_parse_addr() 211 /* Search for @, but stop at the end of the line. in skp_epaddr_len() 242 const char *start = dptr, *limit = dptr + datalen, *end; in ct_sip_parse_request() local 268 if (!sip_parse_addr(ct, dptr, &end, add in ct_sip_parse_request() 545 const char *end; ct_sip_parse_param() local 573 const char *start, *end; ct_sip_parse_address_param() local 601 char *end; ct_sip_parse_numerical_param() local 650 const char *end; sdp_parse_addr() local 1534 const char *dptr, *end; sip_help_tcp() local [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_sip.c | 147 const char *end; in sip_parse_addr() local 156 ret = in4_pton(cp, limit - cp, (u8 *)&addr->ip, -1, &end); in sip_parse_addr() 166 ret = in6_pton(cp, limit - cp, (u8 *)&addr->ip6, -1, &end); in sip_parse_addr() 170 if (end < limit && *end == ']') in sip_parse_addr() 171 end++; in sip_parse_addr() 180 *endp = end; in sip_parse_addr() 211 /* Search for @, but stop at the end of the line. in skp_epaddr_len() 242 const char *start = dptr, *limit = dptr + datalen, *end; in ct_sip_parse_request() local 268 if (!sip_parse_addr(ct, dptr, &end, add in ct_sip_parse_request() 545 const char *end; ct_sip_parse_param() local 573 const char *start, *end; ct_sip_parse_address_param() local 601 char *end; ct_sip_parse_numerical_param() local 650 const char *end; sdp_parse_addr() local 1539 const char *dptr, *end; sip_help_tcp() local [all...] |
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | ssl3_record.c | 320 * end. in ssl3_get_record() 592 goto end; in ssl3_get_record() 611 goto end; in ssl3_get_record() 619 goto end; in ssl3_get_record() 624 goto end; in ssl3_get_record() 655 goto end; in ssl3_get_record() 666 goto end; in ssl3_get_record() 679 goto end; in ssl3_get_record() 684 goto end; in ssl3_get_record() 691 size_t end; in ssl3_get_record() local [all...] |
/third_party/openssl/ssl/record/ |
H A D | ssl3_record.c | 320 * end. in ssl3_get_record() 592 goto end; in ssl3_get_record() 611 goto end; in ssl3_get_record() 619 goto end; in ssl3_get_record() 624 goto end; in ssl3_get_record() 655 goto end; in ssl3_get_record() 666 goto end; in ssl3_get_record() 679 goto end; in ssl3_get_record() 684 goto end; in ssl3_get_record() 691 size_t end; in ssl3_get_record() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211_capa.c | 1844 int end) in nl80211_set_ht40_mode() 1850 if (chan->freq - 10 >= start && chan->freq + 10 <= end) in nl80211_set_ht40_mode() 1857 int end) in nl80211_set_ht40_mode_sec() 1865 if (chan->freq - 30 >= start && chan->freq - 10 <= end) in nl80211_set_ht40_mode_sec() 1867 if (chan->freq + 10 >= start && chan->freq + 30 <= end) in nl80211_set_ht40_mode_sec() 1873 static void nl80211_reg_rule_max_eirp(u32 start, u32 end, u32 max_eirp, in nl80211_reg_rule_max_eirp() argument 1885 (u32) chan->freq + 10 <= end) in nl80211_reg_rule_max_eirp() 1892 static void nl80211_reg_rule_ht40(u32 start, u32 end, in nl80211_reg_rule_ht40() argument 1901 nl80211_set_ht40_mode(&results->modes[m], start, end); in nl80211_reg_rule_ht40() 1909 u32 start, end, max_b in nl80211_reg_rule_sec() local 1843 nl80211_set_ht40_mode(struct hostapd_hw_modes *mode, int start, int end) nl80211_set_ht40_mode() argument 1856 nl80211_set_ht40_mode_sec(struct hostapd_hw_modes *mode, int start, int end) nl80211_set_ht40_mode_sec() argument 1933 nl80211_set_vht_mode(struct hostapd_hw_modes *mode, int start, int end, int max_bw) nl80211_set_vht_mode() argument 1984 u32 start, end, max_bw; nl80211_reg_rule_vht() local 2083 u32 start, end, max_eirp = 0, max_bw = 0, flags = 0; nl80211_get_reg() local 2184 char *end = pos + sizeof(str); nl80211_dump_chan_list() local [all...] |
/third_party/mbedtls/library/ |
H A D | ssl_tls12_server.c | 1592 * (At the end because we need information from the EC-based extensions in ssl_parse_client_hello() 1694 const unsigned char *end = ssl->out_msg + MBEDTLS_SSL_OUT_CONTENT_LEN; in ssl_write_cid_ext() local 1706 if (end < p || (size_t) (end - p) < (unsigned) (ssl->own_cid_len + 5)) { in ssl_write_cid_ext() 1929 const unsigned char *end = ssl->out_msg + MBEDTLS_SSL_OUT_CONTENT_LEN; in ssl_write_ecjpake_kkpp_ext() local 1942 if (end - p < 4) { in ssl_write_ecjpake_kkpp_ext() 1952 p + 2, (size_t) (end - p - 2), &kkpp_len, in ssl_write_ecjpake_kkpp_ext() 1962 p + 2, (size_t) (end - p - 2), &kkpp_len, in ssl_write_ecjpake_kkpp_ext() 1984 const unsigned char *end = ssl->out_msg + MBEDTLS_SSL_OUT_CONTENT_LEN; in ssl_write_use_srtp_ext() local 2007 if ((size_t) (end in ssl_write_use_srtp_ext() 2361 unsigned char *end = buf + MBEDTLS_SSL_OUT_CONTENT_LEN - 4; ssl_write_server_hello() local 2422 const unsigned char * const end = ssl->out_msg + MBEDTLS_SSL_OUT_CONTENT_LEN; ssl_write_certificate_request() local 3375 ssl_parse_client_dh_public(mbedtls_ssl_context *ssl, unsigned char **p, const unsigned char *end) ssl_parse_client_dh_public() argument 3433 ssl_decrypt_encrypted_pms(mbedtls_ssl_context *ssl, const unsigned char *p, const unsigned char *end, unsigned char *peer_pms, size_t *peer_pmslen, size_t peer_pmssize) ssl_decrypt_encrypted_pms() argument 3519 ssl_parse_encrypted_pms(mbedtls_ssl_context *ssl, const unsigned char *p, const unsigned char *end, size_t pms_offset) ssl_parse_encrypted_pms() argument 3603 ssl_parse_client_psk_identity(mbedtls_ssl_context *ssl, unsigned char **p, const unsigned char *end) ssl_parse_client_psk_identity() argument 3661 unsigned char *p, *end; ssl_parse_client_key_exchange() local [all...] |
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A D | memtype.h | 12 u64 end; member 34 extern struct memtype *memtype_erase(u64 start, u64 end); 41 static inline struct memtype *memtype_erase(u64 start, u64 end) in memtype_erase() argument
|
/kernel/linux/linux-5.10/arch/m68k/sun3/ |
H A D | dvma.c | 48 unsigned long end; in dvma_map_iommu() local 53 end = vaddr + len; in dvma_map_iommu() 55 while(vaddr < end) { in dvma_map_iommu()
|