Home
last modified time | relevance | path

Searched refs:end (Results 301 - 325 of 19480) sorted by relevance

1...<<11121314151617181920>>...780

/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_stream.c74 goto end; in snd_bebob_stream_get_rate()
82 goto end; in snd_bebob_stream_get_rate()
86 goto end; in snd_bebob_stream_get_rate()
91 end: in snd_bebob_stream_get_rate()
103 goto end; in snd_bebob_stream_set_rate()
108 goto end; in snd_bebob_stream_set_rate()
115 end: in snd_bebob_stream_set_rate()
134 goto end; in snd_bebob_stream_get_clock_src()
142 goto end; in snd_bebob_stream_get_clock_src()
146 goto end; in snd_bebob_stream_get_clock_src()
[all...]
/kernel/linux/linux-6.6/arch/m68k/coldfire/
H A Ddevice.c117 .end = MCFFEC_BASE0 + MCFFEC_SIZE0 - 1,
122 .end = MCF_IRQ_FECRX0,
127 .end = MCF_IRQ_FECTX0,
132 .end = MCF_IRQ_FECENTC0,
153 .end = MCFFEC_BASE1 + MCFFEC_SIZE1 - 1,
158 .end = MCF_IRQ_FECRX1,
163 .end = MCF_IRQ_FECTX1,
168 .end = MCF_IRQ_FECENTC1,
195 .end = MCFQSPI_BASE + MCFQSPI_SIZE - 1,
200 .end
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dbidiconf.cpp90 char *end; in parseLevels() local
91 uint32_t value=(uint32_t)strtoul(start, &end, 10); in parseLevels()
92 if(end<=start || (!U_IS_INV_WHITESPACE(*end) && *end!=0 && *end!=';') in parseLevels()
100 start=end; in parseLevels()
109 char *end; in parseOrdering() local
110 uint32_t value=(uint32_t)strtoul(start, &end, 10); in parseOrdering()
111 if(end< in parseOrdering()
322 char *end; TestBidiTest() local
479 char *end; TestBidiCharacterTest() local
[all...]
/third_party/openssl/test/
H A Dv3ext.c32 goto end; in test_pathlen()
36 end: in test_pathlen()
184 goto end; in test_addr_ranges()
190 goto end; in test_addr_ranges()
194 goto end; in test_addr_ranges()
196 goto end; in test_addr_ranges()
199 goto end; in test_addr_ranges()
201 goto end; in test_addr_ranges()
203 goto end; in test_addr_ranges()
206 goto end; in test_addr_ranges()
[all...]
H A Dssl_ctx_test.c40 goto end; in test_set_min_max_version()
44 goto end; in test_set_min_max_version()
47 goto end; in test_set_min_max_version()
49 goto end; in test_set_min_max_version()
51 goto end; in test_set_min_max_version()
53 goto end; in test_set_min_max_version()
56 goto end; in test_set_min_max_version()
58 goto end; in test_set_min_max_version()
60 goto end; in test_set_min_max_version()
62 goto end; in test_set_min_max_version()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/
H A De820.c74 * This function checks if any part of the range <start,end> is mapped
78 u64 start, u64 end, enum e820_type type) in _e820__mapped_any()
87 if (entry->addr >= end || entry->addr + entry->size <= start) in _e820__mapped_any()
94 bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) in e820__mapped_raw_any() argument
96 return _e820__mapped_any(e820_table_firmware, start, end, type); in e820__mapped_raw_any()
100 bool e820__mapped_any(u64 start, u64 end, enum e820_type type) in e820__mapped_any() argument
102 return _e820__mapped_any(e820_table, start, end, type); in e820__mapped_any()
107 * This function checks if the entire <start,end> range is mapped with 'type'.
112 static struct e820_entry *__e820__mapped_all(u64 start, u64 end, in __e820__mapped_all() argument
124 if (entry->addr >= end || entr in __e820__mapped_all()
77 _e820__mapped_any(struct e820_table *table, u64 start, u64 end, enum e820_type type) _e820__mapped_any() argument
148 e820__mapped_all(u64 start, u64 end, enum e820_type type) e820__mapped_all() argument
156 e820__get_entry_type(u64 start, u64 end) e820__get_entry_type() argument
429 u64 end = start + size - 1; __append_e820_table() local
465 u64 end; __e820__range_update() local
544 u64 end; e820__range_remove() local
629 unsigned long long end = start + e820_table->entries[i].size; e820_search_gap() local
1158 u64 end; e820__reserve_resources() local
1240 u64 start, end; e820__reserve_resources_late() local
1317 u64 end; e820__memblock_setup() local
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H A De820.c74 * This function checks if any part of the range <start,end> is mapped
78 u64 start, u64 end, enum e820_type type) in _e820__mapped_any()
87 if (entry->addr >= end || entry->addr + entry->size <= start) in _e820__mapped_any()
94 bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) in e820__mapped_raw_any() argument
96 return _e820__mapped_any(e820_table_firmware, start, end, type); in e820__mapped_raw_any()
100 bool e820__mapped_any(u64 start, u64 end, enum e820_type type) in e820__mapped_any() argument
102 return _e820__mapped_any(e820_table, start, end, type); in e820__mapped_any()
107 * This function checks if the entire <start,end> range is mapped with 'type'.
112 static struct e820_entry *__e820__mapped_all(u64 start, u64 end, in __e820__mapped_all() argument
124 if (entry->addr >= end || entr in __e820__mapped_all()
77 _e820__mapped_any(struct e820_table *table, u64 start, u64 end, enum e820_type type) _e820__mapped_any() argument
148 e820__mapped_all(u64 start, u64 end, enum e820_type type) e820__mapped_all() argument
156 e820__get_entry_type(u64 start, u64 end) e820__get_entry_type() argument
429 u64 end = start + size - 1; __append_e820_table() local
465 u64 end; __e820__range_update() local
544 u64 end; e820__range_remove() local
629 unsigned long long end = start + e820_table->entries[i].size; e820_search_gap() local
1160 u64 end; e820__reserve_resources() local
1242 u64 start, end; e820__reserve_resources_late() local
1319 u64 end; e820__memblock_setup() local
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_http.c164 static nghttp3_ssize sf_parse_key(const uint8_t *begin, const uint8_t *end) { in sf_parse_key() argument
171 for (; p != end && SF_KEY_CHARS[*p]; ++p) in sf_parse_key()
179 const uint8_t *end) { in sf_parse_integer_or_decimal()
189 if (++p == end) { in sf_parse_integer_or_decimal()
200 for (; p != end; ++p) { in sf_parse_integer_or_decimal()
324 const uint8_t *begin, const uint8_t *end) { in sf_parse_string()
331 for (; p != end; ++p) { in sf_parse_string()
334 if (++p == end) { in sf_parse_string()
424 const uint8_t *begin, const uint8_t *end) { in sf_parse_token()
431 for (; p != end in sf_parse_token()
177 sf_parse_integer_or_decimal(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_integer_or_decimal() argument
323 sf_parse_string(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_string() argument
423 sf_parse_token(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_token() argument
499 sf_parse_byteseq(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_byteseq() argument
530 sf_parse_boolean(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_boolean() argument
563 sf_parse_bare_item(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_bare_item() argument
605 sf_parse_params(const uint8_t *begin, const uint8_t *end) sf_parse_params() argument
638 sf_parse_item(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_item() argument
660 nghttp3_sf_parse_item(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) nghttp3_sf_parse_item() argument
665 sf_parse_inner_list(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_inner_list() argument
708 nghttp3_sf_parse_inner_list(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) nghttp3_sf_parse_inner_list() argument
714 sf_parse_item_or_inner_list(nghttp3_sf_value *dest, const uint8_t *begin, const uint8_t *end) sf_parse_item_or_inner_list() argument
746 const uint8_t *p = value, *end = value + valuelen; nghttp3_http_parse_priority() local
[all...]
/third_party/openssl/apps/
H A Dcms.c315 goto end; in cms_main()
324 goto end; in cms_main()
328 goto end; in cms_main()
496 goto end; in cms_main()
502 goto end; in cms_main()
521 goto end; in cms_main()
579 goto end; in cms_main()
585 goto end; in cms_main()
599 goto end; in cms_main()
603 goto end; in cms_main()
[all...]
H A Denc.c162 goto end; in enc_main()
166 goto end; in enc_main()
175 goto end; in enc_main()
291 goto end; in enc_main()
295 goto end; in enc_main()
305 goto end; in enc_main()
347 goto end; in enc_main()
352 goto end; in enc_main()
371 goto end; in enc_main()
378 goto end; in enc_main()
[all...]
H A Ddhparam.c98 goto end; in dhparam_main()
102 goto end; in dhparam_main()
143 goto end; in dhparam_main()
147 goto end; in dhparam_main()
162 goto end; in dhparam_main()
170 goto end; in dhparam_main()
175 goto end; in dhparam_main()
193 goto end; in dhparam_main()
205 goto end; in dhparam_main()
211 goto end; in dhparam_main()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c150 char *end; in set_disallow_aps() local
153 end = pos; in set_disallow_aps()
154 while (*end) { in set_disallow_aps()
155 if (*end == '\0' || *end == ' ') in set_disallow_aps()
157 end++; in set_disallow_aps()
169 if ((end - pos) & 0x01 || in set_disallow_aps()
170 end - pos > 2 * SSID_MAX_LEN || in set_disallow_aps()
172 (end - pos) / 2) < 0) { in set_disallow_aps()
179 ssid[ssid_count].ssid_len = (end in set_disallow_aps()
965 char *pos, *end; wpa_supplicant_ctrl_iface_tdls_chan_switch() local
2038 char *pos, *end, tmp[30]; wpa_supplicant_ctrl_iface_status() local
2412 char *pos, *end; wpa_supplicant_ctrl_iface_blacklist() local
2463 char *pos, *end, *stamp; wpa_supplicant_ctrl_iface_log_level() local
2509 char *pos, *end, *prev; wpa_supplicant_ctrl_iface_list_networks() local
2573 wpa_supplicant_cipher_txt(char *pos, char *end, int cipher) wpa_supplicant_cipher_txt() argument
2588 wpa_supplicant_ie_txt(char *pos, char *end, const char *proto, const u8 *ie, size_t ie_len) wpa_supplicant_ie_txt() argument
2777 wpa_supplicant_wps_ie_txt_buf(struct wpa_supplicant *wpa_s, char *pos, char *end, struct wpabuf *wps_ie) wpa_supplicant_wps_ie_txt_buf() argument
2804 wpa_supplicant_wps_ie_txt(struct wpa_supplicant *wpa_s, char *pos, char *end, const struct wpa_bss *bss) wpa_supplicant_wps_ie_txt() argument
2823 char *pos, *end; wpa_supplicant_ctrl_iface_scan_result() local
3026 char *pos, *end; wpa_supplicant_ctrl_iface_scan_results() local
3628 char *pos, *end; wpa_supplicant_ctrl_iface_list_creds() local
3925 char *pos, *end; ctrl_iface_get_capability_pairwise() local
3961 char *pos, *end; ctrl_iface_get_capability_group() local
3997 char *pos, *end; ctrl_iface_get_capability_group_mgmt() local
4026 char *pos, *end; ctrl_iface_get_capability_key_mgmt() local
4156 char *pos, *end; ctrl_iface_get_capability_proto() local
4199 char *pos, *end; ctrl_iface_get_capability_auth_alg() local
4277 char *pos, *end; ctrl_iface_get_capability_modes() local
4327 char *pos, *end, *hmode; ctrl_iface_get_capability_channels() local
4377 char *pos, *end, *hmode; ctrl_iface_get_capability_freq() local
4574 anqp_add_hex(char *pos, char *end, const char *title, struct wpabuf *data) anqp_add_hex() argument
4609 print_fils_indication(struct wpa_bss *bss, char *pos, char *end) print_fils_indication() argument
4685 char *pos, *end; print_bss_info() local
5121 char *ctmp, *end = buf + buflen; wpa_supplicant_ctrl_iface_bss() local
5772 char *end; p2p_ctrl_connect() local
6603 char *pos, *end; p2p_ctrl_peer() local
7235 char *pos, *end; gas_request() local
7596 char *end; wpas_ctrl_iface_wnm_sleep() local
7673 char *pos, *end; wpa_supplicant_signal_poll() local
7763 char *end; wpas_ctrl_iface_get_pref_freq_list_override() local
7802 char *pos, *end; wpas_ctrl_iface_get_pref_freq_list() local
7847 char *pos, *end; wpas_ctrl_iface_driver_flags() local
8159 char *pos, *end; wpas_ctrl_radio_work_show() local
8465 char *end; wpas_ctrl_scan() local
8752 char *pos, *end; wpas_ctrl_iface_driver_scan_res() local
9522 const u8 *pos = data, *end; wpas_ctrl_neighbor_rep_cb() local
9734 char *pos, *pos2, *end; wpas_ctrl_iface_pmksa_get() local
11034 char *pos, *end; wpa_supplicant_global_iface_list() local
11076 char *pos, *end; wpa_supplicant_global_iface_interfaces() local
11350 char *pos, *end; wpas_global_ctrl_iface_status() local
[all...]
/kernel/linux/linux-5.10/mm/
H A Dmemblock.c197 * @end: end of candidate range, can be %MEMBLOCK_ALLOC_ANYWHERE or
210 __memblock_find_range_bottom_up(phys_addr_t start, phys_addr_t end, in __memblock_find_range_bottom_up() argument
218 this_start = clamp(this_start, start, end); in __memblock_find_range_bottom_up()
219 this_end = clamp(this_end, start, end); in __memblock_find_range_bottom_up()
232 * @end: end of candidate range, can be %MEMBLOCK_ALLOC_ANYWHERE or
245 __memblock_find_range_top_down(phys_addr_t start, phys_addr_t end, in __memblock_find_range_top_down() argument
254 this_start = clamp(this_start, start, end); in __memblock_find_range_top_down()
255 this_end = clamp(this_end, start, end); in __memblock_find_range_top_down()
283 memblock_find_in_range_node(phys_addr_t size, phys_addr_t align, phys_addr_t start, phys_addr_t end, int nid, enum memblock_flags flags) memblock_find_in_range_node() argument
318 memblock_find_in_range(phys_addr_t start, phys_addr_t end, phys_addr_t size, phys_addr_t align) memblock_find_in_range() argument
579 phys_addr_t end = base + memblock_cap_size(base, &size); memblock_add_range() local
690 phys_addr_t end = base + size - 1; memblock_add() local
718 phys_addr_t end = base + memblock_cap_size(base, &size); memblock_isolate_range() local
791 phys_addr_t end = base + size - 1; memblock_remove() local
809 phys_addr_t end = base + size - 1; memblock_free() local
820 phys_addr_t end = base + size - 1; memblock_reserve() local
831 phys_addr_t end = base + size - 1; memblock_physmem_add() local
1323 memblock_alloc_range_nid(phys_addr_t size, phys_addr_t align, phys_addr_t start, phys_addr_t end, int nid, bool exact_nid) memblock_alloc_range_nid() argument
1389 memblock_phys_alloc_range(phys_addr_t size, phys_addr_t align, phys_addr_t start, phys_addr_t end) memblock_phys_alloc_range() argument
1590 phys_addr_t cursor, end; __memblock_free_late() local
1782 phys_addr_t end = base + memblock_cap_size(base, &size); memblock_is_region_memory() local
1808 phys_addr_t start, end, orig_start, orig_end; memblock_trim_memory() local
1843 phys_addr_t base, end, size; memblock_dump() local
1900 __free_pages_memory(unsigned long start, unsigned long end) __free_pages_memory() argument
1916 __free_memory_core(phys_addr_t start, phys_addr_t end) __free_memory_core() argument
1934 phys_addr_t start, end; free_low_memory_core_early() local
2001 phys_addr_t end; memblock_debug_show() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-indic.cc362 foreach_syllable (buffer, start, end) in setup_syllables_indic()
363 buffer->unsafe_to_break (start, end); in setup_syllables_indic()
410 unsigned int start, unsigned int end) in initial_reordering_consonant_syllable()
420 start + 3 <= end && in initial_reordering_consonant_syllable()
434 * following algorithm: starting from the end of the syllable, move backwards in initial_reordering_consonant_syllable()
445 unsigned int base = end; in initial_reordering_consonant_syllable()
454 start + 3 <= end && in initial_reordering_consonant_syllable()
470 while (limit < end && is_joiner (info[limit])) in initial_reordering_consonant_syllable()
478 while (limit < end && is_joiner (info[limit])) in initial_reordering_consonant_syllable()
488 /* -> starting from the end o in initial_reordering_consonant_syllable()
407 initial_reordering_consonant_syllable(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) initial_reordering_consonant_syllable() argument
903 initial_reordering_standalone_cluster(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) initial_reordering_standalone_cluster() argument
925 initial_reordering_syllable_indic(const hb_ot_shape_plan_t *plan, hb_face_t *face, hb_buffer_t *buffer, unsigned int start, unsigned int end) initial_reordering_syllable_indic() argument
971 final_reordering_syllable_indic(const hb_ot_shape_plan_t *plan, hb_buffer_t *buffer, unsigned int start, unsigned int end) final_reordering_syllable_indic() argument
[all...]
H A Dhb-ot-shape-normalize.cc222 unsigned int end, in handle_variation_selector_cluster()
228 for (; buffer->idx < end - 1 && buffer->successful;) { in handle_variation_selector_cluster()
244 while (buffer->idx < end && in handle_variation_selector_cluster()
258 if (likely (buffer->idx < end)) in handle_variation_selector_cluster()
266 decompose_multi_char_cluster (const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit) in decompose_multi_char_cluster() argument
269 for (unsigned int i = buffer->idx; i < end && buffer->successful; i++) in decompose_multi_char_cluster()
271 handle_variation_selector_cluster (c, end, short_circuit); in decompose_multi_char_cluster()
275 while (buffer->idx < end && buffer->successful) in decompose_multi_char_cluster()
342 unsigned int end; in _hb_ot_shape_normalize() local
343 for (end in _hb_ot_shape_normalize()
221 handle_variation_selector_cluster(const hb_ot_shape_normalize_context_t *c, unsigned int end, bool short_circuit HB_UNUSED) handle_variation_selector_cluster() argument
391 unsigned int end; _hb_ot_shape_normalize() local
[all...]
H A Dhb-utf.hh41 const codepoint_t *end, in next()
56 if (likely (text < end && in next()
68 if (likely (1 < end - text && in next()
83 if (likely (2 < end - text && in next()
114 const codepoint_t *end = text--; in prev() local
115 while (start < text && (*text & 0xc0) == 0x80 && end - text < 4) in prev()
118 if (likely (next (text, end, unicode, replacement) == end)) in prev()
122 return end - 1; in prev()
141 const codepoint_t *end, in encode()
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/mmu/
H A Disp_mmu.c201 unsigned int start, unsigned int end, phys_addr_t phys) in mmu_l2_map()
210 end = ISP_PAGE_ALIGN(end); in mmu_l2_map()
235 } while (ptr < end && idx < ISP_L2PT_PTES - 1); in mmu_l2_map()
245 unsigned int start, unsigned int end, in mmu_l1_map()
257 end = ISP_PAGE_ALIGN(end); in mmu_l1_map()
288 if (l1_aligned < end) { in mmu_l1_map()
295 l2_pt, ptr, end, phys); in mmu_l1_map()
296 phys += (end in mmu_l1_map()
199 mmu_l2_map(struct isp_mmu *mmu, phys_addr_t l1_pt, unsigned int l1_idx, phys_addr_t l2_pt, unsigned int start, unsigned int end, phys_addr_t phys) mmu_l2_map() argument
244 mmu_l1_map(struct isp_mmu *mmu, phys_addr_t l1_pt, unsigned int start, unsigned int end, phys_addr_t phys) mmu_l1_map() argument
320 unsigned int start, end; mmu_map() local
363 mmu_l2_unmap(struct isp_mmu *mmu, phys_addr_t l1_pt, unsigned int l1_idx, phys_addr_t l2_pt, unsigned int start, unsigned int end) mmu_l2_unmap() argument
401 mmu_l1_unmap(struct isp_mmu *mmu, phys_addr_t l1_pt, unsigned int start, unsigned int end) mmu_l1_unmap() argument
451 unsigned int start, end; mmu_unmap() local
478 unsigned int start, end; free_mmu_map() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/mmu/
H A Disp_mmu.c201 unsigned int start, unsigned int end, phys_addr_t phys) in mmu_l2_map()
210 end = ISP_PAGE_ALIGN(end); in mmu_l2_map()
235 } while (ptr < end && idx < ISP_L2PT_PTES - 1); in mmu_l2_map()
245 unsigned int start, unsigned int end, in mmu_l1_map()
257 end = ISP_PAGE_ALIGN(end); in mmu_l1_map()
288 if (l1_aligned < end) { in mmu_l1_map()
295 l2_pt, ptr, end, phys); in mmu_l1_map()
296 phys += (end in mmu_l1_map()
199 mmu_l2_map(struct isp_mmu *mmu, phys_addr_t l1_pt, unsigned int l1_idx, phys_addr_t l2_pt, unsigned int start, unsigned int end, phys_addr_t phys) mmu_l2_map() argument
244 mmu_l1_map(struct isp_mmu *mmu, phys_addr_t l1_pt, unsigned int start, unsigned int end, phys_addr_t phys) mmu_l1_map() argument
320 unsigned int start, end; mmu_map() local
363 mmu_l2_unmap(struct isp_mmu *mmu, phys_addr_t l1_pt, unsigned int l1_idx, phys_addr_t l2_pt, unsigned int start, unsigned int end) mmu_l2_unmap() argument
401 mmu_l1_unmap(struct isp_mmu *mmu, phys_addr_t l1_pt, unsigned int start, unsigned int end) mmu_l1_unmap() argument
451 unsigned int start, end; mmu_unmap() local
478 unsigned int start, end; free_mmu_map() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Denc.c162 goto end; in enc_main()
166 goto end; in enc_main()
175 goto end; in enc_main()
291 goto end; in enc_main()
295 goto end; in enc_main()
305 goto end; in enc_main()
347 goto end; in enc_main()
352 goto end; in enc_main()
371 goto end; in enc_main()
378 goto end; in enc_main()
[all...]
H A Ddhparam.c98 goto end; in dhparam_main()
102 goto end; in dhparam_main()
143 goto end; in dhparam_main()
147 goto end; in dhparam_main()
162 goto end; in dhparam_main()
170 goto end; in dhparam_main()
175 goto end; in dhparam_main()
193 goto end; in dhparam_main()
205 goto end; in dhparam_main()
211 goto end; in dhparam_main()
[all...]
/third_party/json/include/nlohmann/
H A Dordered_map.hpp56 for (auto it = this->begin(); it != this->end(); ++it) in emplace()
64 return {std::prev(this->end()), true}; in emplace()
71 for (auto it = this->begin(); it != this->end(); ++it) in emplace()
79 return {std::prev(this->end()), true}; in emplace()
108 for (auto it = this->begin(); it != this->end(); ++it) in at()
123 for (auto it = this->begin(); it != this->end(); ++it) in at()
136 for (auto it = this->begin(); it != this->end(); ++it) in at()
151 for (auto it = this->begin(); it != this->end(); ++it) in at()
164 for (auto it = this->begin(); it != this->end(); ++it) in erase()
169 for (auto next = it; ++next != this->end(); in erase()
[all...]
/third_party/skia/src/utils/
H A DSkUTF.cpp57 return -1; // Sequence extends beyond end. in CountUTF8()
114 static SkUnichar next_fail(const T** ptr, const T* end) { in next_fail() argument
115 *ptr = end; in next_fail()
119 SkUnichar SkUTF::NextUTF8(const char** ptr, const char* end) { in NextUTF8() argument
120 if (!ptr || !end ) { in NextUTF8()
124 if (!p || p >= (const uint8_t*)end) { in NextUTF8()
125 return next_fail(ptr, end); in NextUTF8()
131 return next_fail(ptr, end); in NextUTF8()
138 if (p >= (const uint8_t*)end) { in NextUTF8()
139 return next_fail(ptr, end); in NextUTF8()
155 NextUTF16(const uint16_t** ptr, const uint16_t* end) NextUTF16() argument
193 NextUTF32(const int32_t** ptr, const int32_t* end) NextUTF32() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dsvghelper.h9 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
10 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
13 void svg_box(int Yslot, u64 start, u64 end, const char *type);
14 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
15 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
16 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
20 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace);
21 void svg_cstate(int cpu, u64 start, u64 end, in
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsvghelper.h9 void open_svg(const char *filename, int cpus, int rows, u64 start, u64 end);
10 void svg_ubox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
11 void svg_lbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
12 void svg_fbox(int Yslot, u64 start, u64 end, double height, const char *type, int fd, int err, int merges);
13 void svg_box(int Yslot, u64 start, u64 end, const char *type);
14 void svg_blocked(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
15 void svg_running(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
16 void svg_waiting(int Yslot, int cpu, u64 start, u64 end, const char *backtrace);
20 void svg_process(int cpu, u64 start, u64 end, int pid, const char *name, const char *backtrace);
21 void svg_cstate(int cpu, u64 start, u64 end, in
[all...]
/third_party/mbedtls/library/
H A Dx509_internal.h24 int mbedtls_x509_get_name(unsigned char **p, const unsigned char *end,
26 int mbedtls_x509_get_alg_null(unsigned char **p, const unsigned char *end,
28 int mbedtls_x509_get_alg(unsigned char **p, const unsigned char *end,
35 int mbedtls_x509_get_sig(unsigned char **p, const unsigned char *end, mbedtls_x509_buf *sig);
39 int mbedtls_x509_get_time(unsigned char **p, const unsigned char *end,
41 int mbedtls_x509_get_serial(unsigned char **p, const unsigned char *end,
43 int mbedtls_x509_get_ext(unsigned char **p, const unsigned char *end,
63 const unsigned char *end,
66 const unsigned char *end,
69 const unsigned char *end,
[all...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...780