Home
last modified time | relevance | path

Searched refs:end (Results 276 - 300 of 19122) sorted by relevance

1...<<11121314151617181920>>...765

/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c146 u64 cur, end, inc; in __udelay() local
151 end = cur + inc; in __udelay()
153 while (end > cur) in __udelay()
160 u64 cur, end, inc; in __ndelay() local
165 end = cur + inc; in __ndelay()
167 while (end > cur) in __ndelay()
174 u64 cur, end; in __delay() local
177 end = cur + loops; in __delay()
179 while (end > cur) in __delay()
195 u64 cur, end; in octeon_io_clk_delay() local
[all...]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c146 u64 cur, end, inc; in __udelay() local
151 end = cur + inc; in __udelay()
153 while (end > cur) in __udelay()
160 u64 cur, end, inc; in __ndelay() local
165 end = cur + inc; in __ndelay()
167 while (end > cur) in __ndelay()
174 u64 cur, end; in __delay() local
177 end = cur + loops; in __delay()
179 while (end > cur) in __delay()
195 u64 cur, end; in octeon_io_clk_delay() local
[all...]
/kernel/linux/linux-6.6/drivers/cache/
H A Dax45mp_cache.c65 static void ax45mp_cpu_cache_operation(unsigned long start, unsigned long end, in ax45mp_cpu_cache_operation() argument
73 while (end > start) { in ax45mp_cpu_cache_operation()
90 static inline void ax45mp_cpu_dcache_wb_range(unsigned long start, unsigned long end) in ax45mp_cpu_dcache_wb_range() argument
92 ax45mp_cpu_cache_operation(start, end, AX45MP_CCTL_L1D_VA_WB, in ax45mp_cpu_dcache_wb_range()
97 static inline void ax45mp_cpu_dcache_inval_range(unsigned long start, unsigned long end) in ax45mp_cpu_dcache_inval_range() argument
99 ax45mp_cpu_cache_operation(start, end, AX45MP_CCTL_L1D_VA_INVAL, in ax45mp_cpu_dcache_inval_range()
106 unsigned long end = start + size; in ax45mp_dma_cache_inv() local
110 if (unlikely(start == end)) in ax45mp_dma_cache_inv()
116 end = ((end in ax45mp_dma_cache_inv()
128 unsigned long end = start + size; ax45mp_dma_cache_wback() local
[all...]
/third_party/openssl/test/
H A Ddtls_mtu_test.c63 goto end; in mtu_test()
73 goto end; in mtu_test()
89 goto end; in mtu_test()
98 * that size and see what actual record size we end up with. in mtu_test()
104 goto end; in mtu_test()
120 goto end; in mtu_test()
131 goto end; in mtu_test()
138 end: in mtu_test()
151 goto end; in run_mtu_tests()
163 goto end; in run_mtu_tests()
[all...]
H A Dalgorithmid_test.c45 goto end; in test_spki_aid()
48 goto end; in test_spki_aid()
52 goto end; in test_spki_aid()
66 goto end; in test_spki_aid()
75 goto end; in test_spki_aid()
84 goto end; in test_spki_aid()
89 goto end; in test_spki_aid()
97 end: in test_spki_aid()
134 goto end; in test_x509_sig_aid()
138 goto end; in test_x509_sig_aid()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dsalted_seed_seq_test.cc40 Sseq iterator_constructed_seq(std::begin(init_array), std::end(init_array)); in ConformsToInterface()
47 Sseq seq(std::begin(init_array), std::end(init_array)); in ConformsToInterface()
63 seq.generate(std::begin(seeds), std::end(seeds)); in ConformsToInterface()
77 std::seed_seq seq(seed_values.begin(), seed_values.end()); in TEST()
91 std::seed_seq seq(std::begin(init), std::end(init)); in TEST()
96 salted_seq.generate(std::begin(a), std::end(a)); in TEST()
102 salted_salted_seq.generate(std::begin(b), std::end(b)); in TEST()
117 std::seed_seq seq(std::begin(seed_material), std::end(seed_material)); in TEST()
119 std::end(seed_material)); in TEST()
128 seq.generate(std::begin(outputs), std::end(output in TEST()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dcli.c106 const char *end; in cli_txt_list_del_word() local
109 end = os_strchr(txt, separator); in cli_txt_list_del_word()
110 if (end == NULL) in cli_txt_list_del_word()
111 end = txt + os_strlen(txt); in cli_txt_list_del_word()
112 buf = dup_binstr(txt, end - txt); in cli_txt_list_del_word()
155 const char *end; in cli_txt_list_add_word() local
159 end = os_strchr(txt, separator); in cli_txt_list_add_word()
160 if (end == NULL) in cli_txt_list_add_word()
161 end = txt + os_strlen(txt); in cli_txt_list_add_word()
162 buf = dup_binstr(txt, end in cli_txt_list_add_word()
214 char *pos, *end; write_cmd() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dcli.c106 const char *end; in cli_txt_list_del_word() local
109 end = os_strchr(txt, separator); in cli_txt_list_del_word()
110 if (end == NULL) in cli_txt_list_del_word()
111 end = txt + os_strlen(txt); in cli_txt_list_del_word()
112 buf = dup_binstr(txt, end - txt); in cli_txt_list_del_word()
155 const char *end; in cli_txt_list_add_word() local
159 end = os_strchr(txt, separator); in cli_txt_list_add_word()
160 if (end == NULL) in cli_txt_list_add_word()
161 end = txt + os_strlen(txt); in cli_txt_list_add_word()
162 buf = dup_binstr(txt, end in cli_txt_list_add_word()
214 char *pos, *end; write_cmd() local
[all...]
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dproc-fns.h23 extern void cpu_dcache_inval_range(unsigned long start, unsigned long end);
24 extern void cpu_dcache_wb_range(unsigned long start, unsigned long end);
25 extern void cpu_dcache_wbinval_range(unsigned long start, unsigned long end);
29 extern void cpu_icache_inval_range(unsigned long start, unsigned long end);
33 unsigned long end, int flushi);
36 unsigned long end, bool flushi,
39 extern void cpu_dma_wb_range(unsigned long start, unsigned long end);
40 extern void cpu_dma_inval_range(unsigned long start, unsigned long end);
41 extern void cpu_dma_wbinval_range(unsigned long start, unsigned long end);
/third_party/lzma/CPP/Common/
H A DStringToInt.h8 UInt32 ConvertStringToUInt32(const char *s, const char **end) throw();
9 UInt64 ConvertStringToUInt64(const char *s, const char **end) throw();
10 UInt32 ConvertStringToUInt32(const wchar_t *s, const wchar_t **end) throw();
11 UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end) throw();
13 // Int32 ConvertStringToInt32(const char *s, const char **end) throw();
14 Int32 ConvertStringToInt32(const wchar_t *s, const wchar_t **end) throw();
16 UInt32 ConvertOctStringToUInt32(const char *s, const char **end) throw();
17 UInt64 ConvertOctStringToUInt64(const char *s, const char **end) throw();
19 UInt32 ConvertHexStringToUInt32(const char *s, const char **end) throw();
20 UInt64 ConvertHexStringToUInt64(const char *s, const char **end) thro
[all...]
/kernel/linux/linux-5.10/mm/
H A Dmapping_dirty_helpers.c32 static int wp_pte(pte_t *pte, unsigned long addr, unsigned long end, in wp_pte() argument
60 * @end: Address_space page offset of last modified pte relative
68 pgoff_t end; member
87 unsigned long end, struct mm_walk *walk) in clean_record_pte()
108 cwalk->end = max(cwalk->end, pgoff + 1); in clean_record_pte()
123 static int wp_clean_pmd_entry(pmd_t *pmd, unsigned long addr, unsigned long end, in wp_clean_pmd_entry() argument
153 static int wp_clean_pud_entry(pud_t *pud, unsigned long addr, unsigned long end, in wp_clean_pud_entry() argument
180 static int wp_clean_pre_vma(unsigned long start, unsigned long end, in wp_clean_pre_vma() argument
185 wpwalk->tlbflush_start = end; in wp_clean_pre_vma()
86 clean_record_pte(pte_t *pte, unsigned long addr, unsigned long end, struct mm_walk *walk) clean_record_pte() argument
229 wp_clean_test_walk(unsigned long start, unsigned long end, struct mm_walk *walk) wp_clean_test_walk() argument
323 clean_record_shared_mapping_range(struct address_space *mapping, pgoff_t first_index, pgoff_t nr, pgoff_t bitmap_pgoff, unsigned long *bitmap, pgoff_t *start, pgoff_t *end) clean_record_shared_mapping_range() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/platform/efi/
H A Dmemmap.c106 * @range: Address range (start, end) to split around
114 u64 start, end; in efi_memmap_split_count() local
118 end = start + (md->num_pages << EFI_PAGE_SHIFT) - 1; in efi_memmap_split_count()
122 m_end = range->end; in efi_memmap_split_count()
126 if (start < m_end && m_end < end) in efi_memmap_split_count()
130 if (start < m_start && m_start < end) { in efi_memmap_split_count()
132 if (m_end < end) in efi_memmap_split_count()
135 if (end <= m_end) in efi_memmap_split_count()
156 u64 start, end; in efi_memmap_insert() local
161 m_end = mem->range.end; in efi_memmap_insert()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmapping_dirty_helpers.c28 * @end: The end of protecting virtual address
34 static int wp_pte(pte_t *pte, unsigned long addr, unsigned long end, in wp_pte() argument
62 * @end: Address_space page offset of last modified pte relative
70 pgoff_t end; member
80 * @end: The end of virtual address to be clean
90 unsigned long end, struct mm_walk *walk) in clean_record_pte()
111 cwalk->end = max(cwalk->end, pgof in clean_record_pte()
89 clean_record_pte(pte_t *pte, unsigned long addr, unsigned long end, struct mm_walk *walk) clean_record_pte() argument
126 wp_clean_pmd_entry(pmd_t *pmd, unsigned long addr, unsigned long end, struct mm_walk *walk) wp_clean_pmd_entry() argument
148 wp_clean_pud_entry(pud_t *pud, unsigned long addr, unsigned long end, struct mm_walk *walk) wp_clean_pud_entry() argument
169 wp_clean_pre_vma(unsigned long start, unsigned long end, struct mm_walk *walk) wp_clean_pre_vma() argument
218 wp_clean_test_walk(unsigned long start, unsigned long end, struct mm_walk *walk) wp_clean_test_walk() argument
313 clean_record_shared_mapping_range(struct address_space *mapping, pgoff_t first_index, pgoff_t nr, pgoff_t bitmap_pgoff, unsigned long *bitmap, pgoff_t *start, pgoff_t *end) clean_record_shared_mapping_range() argument
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DBreakTransliterator.java88 // end debugging in handleTransliterate()
90 // To make things much easier, we will stack the boundaries, and then insert at the end. in handleTransliterate()
124 // we do this from the end backwards, so that we don't have to keep updating. in handleTransliterate()
161 private int end; field in BreakTransliterator.ReplaceableCharacterIterator
162 // invariant: begin <= pos <= end
190 * @param end Index of the character following the last character
193 public ReplaceableCharacterIterator(Replaceable text, int begin, int end, int pos) { in ReplaceableCharacterIterator() argument
199 if (begin < 0 || begin > end || end > text.length()) { in ReplaceableCharacterIterator()
203 if (pos < begin || pos > end) { in ReplaceableCharacterIterator()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DBreakTransliterator.java89 // end debugging in handleTransliterate()
91 // To make things much easier, we will stack the boundaries, and then insert at the end. in handleTransliterate()
125 // we do this from the end backwards, so that we don't have to keep updating. in handleTransliterate()
162 private int end; field in BreakTransliterator.ReplaceableCharacterIterator
163 // invariant: begin <= pos <= end
191 * @param end Index of the character following the last character
194 public ReplaceableCharacterIterator(Replaceable text, int begin, int end, int pos) { in ReplaceableCharacterIterator() argument
200 if (begin < 0 || begin > end || end > text.length()) { in ReplaceableCharacterIterator()
204 if (pos < begin || pos > end) { in ReplaceableCharacterIterator()
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dcrl2pkcs7.c70 goto end; in crl2pkcs7_main()
74 goto end; in crl2pkcs7_main()
95 goto end; in crl2pkcs7_main()
97 goto end; in crl2pkcs7_main()
101 goto end; in crl2pkcs7_main()
114 goto end; in crl2pkcs7_main()
123 goto end; in crl2pkcs7_main()
128 goto end; in crl2pkcs7_main()
130 goto end; in crl2pkcs7_main()
136 goto end; in crl2pkcs7_main()
[all...]
/third_party/openssl/apps/
H A Dcrl2pkcs7.c70 goto end; in crl2pkcs7_main()
74 goto end; in crl2pkcs7_main()
95 goto end; in crl2pkcs7_main()
97 goto end; in crl2pkcs7_main()
101 goto end; in crl2pkcs7_main()
114 goto end; in crl2pkcs7_main()
123 goto end; in crl2pkcs7_main()
128 goto end; in crl2pkcs7_main()
130 goto end; in crl2pkcs7_main()
136 goto end; in crl2pkcs7_main()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-sanitize.hh124 start (nullptr), end (nullptr), in hb_sanitize_context_t()
182 if (unlikely (obj_start < this->start || this->end <= obj_start)) in set_object()
183 this->start = this->end = nullptr; in set_object()
187 this->end = obj_start + hb_min (size_t (this->end - obj_start), obj->get_size ()); in set_object()
194 this->end = this->start + this->blob->length; in reset_object()
195 assert (this->start <= this->end); /* Must not overflow. */ in reset_object()
201 if (unlikely (hb_unsigned_mul_overflows (this->end - this->start, HB_SANITIZE_MAX_OPS_FACTOR))) in start_processing()
204 this->max_ops = hb_clamp ((unsigned) (this->end - this->start) * HB_SANITIZE_MAX_OPS_FACTOR, in start_processing()
213 this->start, this->end, in start_processing()
403 const char *start, *end; global() member
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c366 u32 start, end; member
370 { .start = 0x00a00000, .end = 0x00a00000 },
371 { .start = 0x00a0000c, .end = 0x00a00024 },
372 { .start = 0x00a0002c, .end = 0x00a0003c },
373 { .start = 0x00a00410, .end = 0x00a00418 },
374 { .start = 0x00a00420, .end = 0x00a00420 },
375 { .start = 0x00a00428, .end = 0x00a00428 },
376 { .start = 0x00a00430, .end = 0x00a0043c },
377 { .start = 0x00a00444, .end = 0x00a00444 },
378 { .start = 0x00a004c0, .end
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c307 u32 start, end; member
311 { .start = 0x00a00000, .end = 0x00a00000 },
312 { .start = 0x00a0000c, .end = 0x00a00024 },
313 { .start = 0x00a0002c, .end = 0x00a0003c },
314 { .start = 0x00a00410, .end = 0x00a00418 },
315 { .start = 0x00a00420, .end = 0x00a00420 },
316 { .start = 0x00a00428, .end = 0x00a00428 },
317 { .start = 0x00a00430, .end = 0x00a0043c },
318 { .start = 0x00a00444, .end = 0x00a00444 },
319 { .start = 0x00a004c0, .end
[all...]
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dsetup.c94 unsigned long start, end; in dt_bootmem_init() local
118 for_each_mem_pfn_range(i, MAX_NUMNODES, &start, &end, NULL) { in dt_bootmem_init()
122 * If the region overlaps HIGHMEM_START, end is clipped so in dt_bootmem_init()
127 if (end > PFN_DOWN(HIGHMEM_START)) in dt_bootmem_init()
128 end = PFN_DOWN(HIGHMEM_START); in dt_bootmem_init()
129 if (end > max_low_pfn) in dt_bootmem_init()
130 max_low_pfn = end; in dt_bootmem_init()
211 phys_addr_t start, end; in arch_reserve_vmcore() local
217 for_each_mem_range(i, &start, &end) { in arch_reserve_vmcore()
218 if (elfcorehdr_addr >= start && elfcorehdr_addr < end) { in arch_reserve_vmcore()
396 resource_size_t start, end; reserve_memblock_reserved_regions() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DStringRange.java30 * @param end may be null, for adding single string
32 void add(String start, String end); in add() argument
59 String end = null; in compact()
67 end = s; in compact()
73 adder.add(start, end == null ? null in compact()
74 : !shorterPairs ? end in compact()
75 : end.substring(prefixLen, end.length())); in compact()
79 end = null; in compact()
83 adder.add(start, end in compact()
198 public String end(boolean mostCompact) { end() method in StringRange.Ranges
242 expand(String start, String end, boolean requireSameLength, Collection<String> output) expand() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DStringRange.java37 * @param end may be null, for adding single string
39 void add(String start, String end); in add() argument
66 String end = null; in compact()
74 end = s; in compact()
80 adder.add(start, end == null ? null in compact()
81 : !shorterPairs ? end in compact()
82 : end.substring(prefixLen, end.length())); in compact()
86 end = null; in compact()
90 adder.add(start, end in compact()
205 public String end(boolean mostCompact) { end() method in StringRange.Ranges
249 expand(String start, String end, boolean requireSameLength, Collection<String> output) expand() argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/apei/
H A Dapei-base.c201 int *end) in apei_exec_for_each_entry()
211 if (end) in apei_exec_for_each_entry()
212 *end = i; in apei_exec_for_each_entry()
245 int rc, end; in apei_exec_pre_map_gars() local
248 NULL, &end); in apei_exec_pre_map_gars()
252 ctx_unmap.entries = end; in apei_exec_pre_map_gars()
286 unsigned long end; member
299 unsigned long end = start + size; in apei_res_add() local
301 if (end <= start) in apei_res_add()
305 if (res->start > end || re in apei_res_add()
198 apei_exec_for_each_entry(struct apei_exec_context *ctx, apei_exec_entry_func_t func, void *data, int *end) apei_exec_for_each_entry() argument
[all...]
/kernel/linux/linux-6.6/drivers/acpi/apei/
H A Dapei-base.c198 int *end) in apei_exec_for_each_entry()
208 if (end) in apei_exec_for_each_entry()
209 *end = i; in apei_exec_for_each_entry()
242 int rc, end; in apei_exec_pre_map_gars() local
245 NULL, &end); in apei_exec_pre_map_gars()
249 ctx_unmap.entries = end; in apei_exec_pre_map_gars()
283 unsigned long end; member
296 unsigned long end = start + size; in apei_res_add() local
298 if (end <= start) in apei_res_add()
302 if (res->start > end || re in apei_res_add()
195 apei_exec_for_each_entry(struct apei_exec_context *ctx, apei_exec_entry_func_t func, void *data, int *end) apei_exec_for_each_entry() argument
[all...]

Completed in 17 milliseconds

1...<<11121314151617181920>>...765