/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...] |
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | skills.cpp | 97 auto it = std::find(entities_.begin(), entities_.end(), entity); in AddEntity() 98 if (it == entities_.end()) { in AddEntity() 110 return std::find(entities_.begin(), entities_.end(), entity) != entities_.end(); in HasEntity() 121 auto it = std::find(entities_.begin(), entities_.end(), entity); in RemoveEntity() 122 if (it != entities_.end()) { in RemoveEntity() 158 auto it = std::find(actions_.begin(), actions_.end(), action); in AddAction() 159 if (it == actions_.end()) { in AddAction() 171 return std::find(actions_.begin(), actions_.end(), action) != actions_.end(); in HasAction() [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/node/deps/openssl/openssl/apps/ |
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 | 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/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...] |
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A D | bebob_stream.c | 75 goto end; in snd_bebob_stream_get_rate() 83 goto end; in snd_bebob_stream_get_rate() 87 goto end; in snd_bebob_stream_get_rate() 92 end: in snd_bebob_stream_get_rate() 104 goto end; in snd_bebob_stream_set_rate() 109 goto end; in snd_bebob_stream_set_rate() 116 end: in snd_bebob_stream_set_rate() 135 goto end; in snd_bebob_stream_get_clock_src() 143 goto end; in snd_bebob_stream_get_clock_src() 147 goto end; in snd_bebob_stream_get_clock_src() [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/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/ffmpeg/libavformat/ |
H A D | subfile.c | 30 int64_t end; member 39 { "end", "end offset", OFFSET(end), AV_OPT_TYPE_INT64, {.i64 = 0}, 0, INT64_MAX, D }, 74 if (!c->end) in subfile_open() 75 c->end = INT64_MAX; in subfile_open() 77 if (c->end <= c->start) { in subfile_open() 78 av_log(h, AV_LOG_ERROR, "end before start\n"); in subfile_open() 103 int64_t rest = c->end - c->pos; in subfile_read() 118 int64_t new_pos, end; in subfile_seek() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | StringSegment.java | 23 private int end; field in StringSegment 29 this.end = str.length(); in StringSegment() 38 assert start <= end; in setOffset() 53 assert start + delta <= end; in adjustOffset() 67 end = start + length; in setLength() 71 end = str.length(); in resetLength() 76 return end - start; in length() 85 public CharSequence subSequence(int start, int end) { in subSequence() argument 86 return str.subSequence(start + this.start, end + this.start); in subSequence() 97 assert start < end; in getCodePoint() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | StringSegment.java | 25 private int end; field in StringSegment 31 this.end = str.length(); in StringSegment() 40 assert start <= end; in setOffset() 55 assert start + delta <= end; in adjustOffset() 69 end = start + length; in setLength() 73 end = str.length(); in resetLength() 78 return end - start; in length() 87 public CharSequence subSequence(int start, int end) { in subSequence() argument 88 return str.subSequence(start + this.start, end + this.start); in subSequence() 99 assert start < end; in getCodePoint() [all...] |
/third_party/openssl/demos/mac/ |
H A D | poly1305.c | 100 goto end; in main() 107 goto end; in main() 114 goto end; in main() 121 goto end; in main() 128 goto end; in main() 134 goto end; in main() 146 goto end; in main() 156 goto end; in main() 170 goto end; in main() 176 goto end; in main() [all...] |
/kernel/linux/linux-6.6/rust/alloc/vec/ |
H A D | into_iter.rs | 46 pub(super) end: *const T, // If T is a ZST, this is actually ptr+len. This encoding is picked so that 47 // ptr == end is a quick test for the Iterator being empty, that works 129 self.end = self.buf.as_ptr(); in fmt() 140 // For th ZST case, it is crucial that we mutate `end` here, not `ptr`. in fmt() 141 // `ptr` must stay aligned, while `end` may be unaligned. in fmt() 142 self.end = self.ptr; in fmt() 152 // all those checks. We have `this.buf` ≤ `this.ptr` ≤ `this.end`, in fmt() 154 // range. `end` ≤ `buf + cap`, so the range will be in-bounds. in fmt() 164 this.ptr.sub_ptr(buf)..this.end.sub_ptr(buf) in fmt() 191 if self.ptr == self.end { in next() [all...] |
/third_party/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-extensions.c | 171 x509_get_skid(uint8_t **p, const uint8_t *end, mbedtls_x509_buf *skid) in x509_get_skid() argument 176 ret = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_OCTET_STRING); in x509_get_skid() 185 return *p != end; in x509_get_skid() 221 uint8_t *bufferPointer, **p, *end; in lws_mbedtls_x509_parse_general_name() local 244 end = name_buf->MBEDTLS_PRIVATE_V30_ONLY(p) + in lws_mbedtls_x509_parse_general_name() 253 ret = mbedtls_x509_get_name( p, end, &rfc822Name ); in lws_mbedtls_x509_parse_general_name() 281 lws_x509_get_general_names(uint8_t **p, const uint8_t *end, in lws_x509_get_general_names() argument 291 r = mbedtls_asn1_get_tag(p, end, &len, MBEDTLS_ASN1_CONSTRUCTED | in lws_x509_get_general_names() 296 if (*p + len != end) in lws_x509_get_general_names() 299 while (*p < end) { in lws_x509_get_general_names() 371 x509_get_akid(uint8_t **p, uint8_t *end, lws_mbedtls_x509_authority *akid) x509_get_akid() argument 439 const uint8_t *end = p + crt->MBEDTLS_PRIVATE_V30_ONLY(v3_ext).MBEDTLS_PRIVATE_V30_ONLY(len); lws_x509_get_crt_ext() local [all...] |
/third_party/icu/tools/unicode/c/genprops/misc/ |
H A D | ucdstrip.c | 38 char *end=strrchr(line, '#'); in main() local 44 if(end!=NULL && end!=line && ((c=*(end-1))==' ' || c=='\t')) { in main() 46 while(end!=line && ((c=*(end-1))==' ' || c=='\t')) { in main() 47 --end; in main() 49 *end=0; in main()
|
/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...] |
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | mmu.c | 172 static void init_pte(pmd_t *pmdp, unsigned long addr, unsigned long end, in init_pte() argument 191 } while (ptep++, addr += PAGE_SIZE, addr != end); in init_pte() 197 unsigned long end, phys_addr_t phys, in alloc_init_cont_pte() 222 next = pte_cont_addr_end(addr, end); in alloc_init_cont_pte() 232 } while (addr = next, addr != end); in alloc_init_cont_pte() 235 static void init_pmd(pud_t *pudp, unsigned long addr, unsigned long end, in init_pmd() argument 246 next = pmd_addr_end(addr, end); in init_pmd() 267 } while (pmdp++, addr = next, addr != end); in init_pmd() 273 unsigned long end, phys_addr_t phys, in alloc_init_cont_pmd() 300 next = pmd_cont_addr_end(addr, end); in alloc_init_cont_pmd() 196 alloc_init_cont_pte(pmd_t *pmdp, unsigned long addr, unsigned long end, phys_addr_t phys, pgprot_t prot, phys_addr_t (*pgtable_alloc)(int), int flags) alloc_init_cont_pte() argument 272 alloc_init_cont_pmd(pud_t *pudp, unsigned long addr, unsigned long end, phys_addr_t phys, pgprot_t prot, phys_addr_t (*pgtable_alloc)(int), int flags) alloc_init_cont_pmd() argument 313 alloc_init_pud(pgd_t *pgdp, unsigned long addr, unsigned long end, phys_addr_t phys, pgprot_t prot, phys_addr_t (*pgtable_alloc)(int), int flags) alloc_init_pud() argument 375 unsigned long addr, end, next; __create_pgd_mapping_locked() local 495 __map_memblock(pgd_t *pgdp, phys_addr_t start, phys_addr_t end, pgprot_t prot, int flags) __map_memblock() argument 571 phys_addr_t start, end; map_mem() local 830 pgtable_range_aligned(unsigned long start, unsigned long end, unsigned long floor, unsigned long ceiling, unsigned long mask) pgtable_range_aligned() argument 849 unmap_hotplug_pte_range(pmd_t *pmdp, unsigned long addr, unsigned long end, bool free_mapped, struct vmem_altmap *altmap) unmap_hotplug_pte_range() argument 870 unmap_hotplug_pmd_range(pud_t *pudp, unsigned long addr, unsigned long end, bool free_mapped, struct vmem_altmap *altmap) unmap_hotplug_pmd_range() argument 903 unmap_hotplug_pud_range(p4d_t *p4dp, unsigned long addr, unsigned long end, bool free_mapped, struct vmem_altmap *altmap) unmap_hotplug_pud_range() argument 936 unmap_hotplug_p4d_range(pgd_t *pgdp, unsigned long addr, unsigned long end, bool free_mapped, struct vmem_altmap *altmap) unmap_hotplug_p4d_range() argument 955 unmap_hotplug_range(unsigned long addr, unsigned long end, bool free_mapped, struct vmem_altmap *altmap) unmap_hotplug_range() argument 981 free_empty_pte_table(pmd_t *pmdp, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_empty_pte_table() argument 1018 free_empty_pmd_table(pud_t *pudp, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_empty_pmd_table() argument 1058 free_empty_pud_table(p4d_t *p4dp, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_empty_pud_table() argument 1098 free_empty_p4d_table(pgd_t *pgdp, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_empty_p4d_table() argument 1117 free_empty_tables(unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling) free_empty_tables() argument 1149 vmemmap_populate(unsigned long start, unsigned long end, int node, struct vmem_altmap *altmap) vmemmap_populate() argument 1161 vmemmap_free(unsigned long start, unsigned long end, struct vmem_altmap *altmap) vmemmap_free() argument 1239 unsigned long next, end; pud_free_pmd_page() local 1265 unsigned long end = start + size; __remove_pgd_mapping() local 1366 unsigned long end = start + (1UL << PA_SECTION_SHIFT); prevent_bootmem_remove_notifier() local 1416 phys_addr_t start, end, addr; validate_bootmem_online() local [all...] |
/kernel/linux/linux-5.10/mm/kasan/ |
H A D | init.c | 97 unsigned long end) in zero_pte_populate() 106 while (addr + PAGE_SIZE <= end) { in zero_pte_populate() 114 unsigned long end) in zero_pmd_populate() 120 next = pmd_addr_end(addr, end); in zero_pmd_populate() 122 if (IS_ALIGNED(addr, PMD_SIZE) && end - addr >= PMD_SIZE) { in zero_pmd_populate() 141 } while (pmd++, addr = next, addr != end); in zero_pmd_populate() 147 unsigned long end) in zero_pud_populate() 153 next = pud_addr_end(addr, end); in zero_pud_populate() 154 if (IS_ALIGNED(addr, PUD_SIZE) && end - addr >= PUD_SIZE) { in zero_pud_populate() 181 } while (pud++, addr = next, addr != end); in zero_pud_populate() 96 zero_pte_populate(pmd_t *pmd, unsigned long addr, unsigned long end) zero_pte_populate() argument 113 zero_pmd_populate(pud_t *pud, unsigned long addr, unsigned long end) zero_pmd_populate() argument 146 zero_pud_populate(p4d_t *p4d, unsigned long addr, unsigned long end) zero_pud_populate() argument 186 zero_p4d_populate(pgd_t *pgd, unsigned long addr, unsigned long end) zero_p4d_populate() argument 240 unsigned long end = (unsigned long)shadow_end; kasan_populate_early_shadow() local 352 kasan_remove_pte_table(pte_t *pte, unsigned long addr, unsigned long end) kasan_remove_pte_table() argument 371 kasan_remove_pmd_table(pmd_t *pmd, unsigned long addr, unsigned long end) kasan_remove_pmd_table() argument 397 kasan_remove_pud_table(pud_t *pud, unsigned long addr, unsigned long end) kasan_remove_pud_table() argument 424 kasan_remove_p4d_table(p4d_t *p4d, unsigned long addr, unsigned long end) kasan_remove_p4d_table() argument 452 unsigned long addr, end, next; kasan_remove_zero_shadow() local [all...] |
/kernel/linux/linux-6.6/mm/kasan/ |
H A D | init.c | 93 unsigned long end) in zero_pte_populate() 102 while (addr + PAGE_SIZE <= end) { in zero_pte_populate() 110 unsigned long end) in zero_pmd_populate() 116 next = pmd_addr_end(addr, end); in zero_pmd_populate() 118 if (IS_ALIGNED(addr, PMD_SIZE) && end - addr >= PMD_SIZE) { in zero_pmd_populate() 137 } while (pmd++, addr = next, addr != end); in zero_pmd_populate() 147 unsigned long end) in zero_pud_populate() 153 next = pud_addr_end(addr, end); in zero_pud_populate() 154 if (IS_ALIGNED(addr, PUD_SIZE) && end - addr >= PUD_SIZE) { in zero_pud_populate() 179 } while (pud++, addr = next, addr != end); in zero_pud_populate() 92 zero_pte_populate(pmd_t *pmd, unsigned long addr, unsigned long end) zero_pte_populate() argument 109 zero_pmd_populate(pud_t *pud, unsigned long addr, unsigned long end) zero_pmd_populate() argument 146 zero_pud_populate(p4d_t *p4d, unsigned long addr, unsigned long end) zero_pud_populate() argument 188 zero_p4d_populate(pgd_t *pgd, unsigned long addr, unsigned long end) zero_p4d_populate() argument 240 unsigned long end = (unsigned long)shadow_end; kasan_populate_early_shadow() local 352 kasan_remove_pte_table(pte_t *pte, unsigned long addr, unsigned long end) kasan_remove_pte_table() argument 374 kasan_remove_pmd_table(pmd_t *pmd, unsigned long addr, unsigned long end) kasan_remove_pmd_table() argument 400 kasan_remove_pud_table(pud_t *pud, unsigned long addr, unsigned long end) kasan_remove_pud_table() argument 427 kasan_remove_p4d_table(p4d_t *p4d, unsigned long addr, unsigned long end) kasan_remove_p4d_table() argument 455 unsigned long addr, end, next; kasan_remove_zero_shadow() local [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...] |