Home
last modified time | relevance | path

Searched refs:end (Results 976 - 1000 of 21005) sorted by relevance

1...<<31323334353637383940>>...841

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dmeminit.h28 u64 end; /* virtual address of end of element + 1 */ member
37 extern int filter_rsvd_memory (u64 start, u64 end, void *arg);
38 extern int filter_memory (u64 start, u64 end, void *arg);
43 extern int reserve_elfcorehdr(u64 *start, u64 *end);
65 extern int find_largest_hole(u64 start, u64 end, void *arg);
66 extern int create_mem_map_page_table(u64 start, u64 end, void *arg);
/kernel/linux/linux-5.10/arch/x86/include/asm/e820/
H A Dapi.h13 extern bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type);
14 extern bool e820__mapped_any(u64 start, u64 end, enum e820_type type);
15 extern bool e820__mapped_all(u64 start, u64 end, enum e820_type type);
44 extern int e820__get_entry_type(u64 start, u64 end);
47 * Returns true iff the specified range [start,end) is completely contained inside
50 static inline bool is_ISA_range(u64 start, u64 end) in is_ISA_range() argument
52 return start >= ISA_START_ADDRESS && end <= ISA_END_ADDRESS; in is_ISA_range()
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dtlbflush.h14 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end);
16 unsigned long start, unsigned long end);
19 unsigned long end);
33 unsigned long end);
35 extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);
39 extern void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end);
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dtlbflush.h33 unsigned long start, unsigned long end) in local_flush_tlb_range()
36 #define flush_tlb_kernel_range(start, end) do { } while (0)
51 unsigned long start, unsigned long end) { } in flush_tlb_pgtables()
59 #define flush_tlb_range(mm, start, end) BUG()
60 #define flush_tlb_pgtables(mm, start, end) BUG()
61 #define flush_tlb_kernel_range(start, end) BUG()
32 local_flush_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end) local_flush_tlb_range() argument
50 flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long end) flush_tlb_pgtables() argument
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dtlbflush.h14 void local_flush_tlb_kernel_range(unsigned long start, unsigned long end);
16 unsigned long start, unsigned long end);
19 unsigned long end);
33 unsigned long end);
35 extern void flush_tlb_kernel_range(unsigned long start, unsigned long end);
39 extern void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end);
/kernel/linux/linux-5.10/lib/
H A Diomap_copy.c25 const u32 *end = src + count; in __iowrite32_copy() local
27 while (src < end) in __iowrite32_copy()
46 const u32 __iomem *end = src + count; in __ioread32_copy() local
48 while (src < end) in __ioread32_copy()
70 const u64 *end = src + count; in __iowrite64_copy() local
72 while (src < end) in __iowrite64_copy()
/kernel/linux/linux-6.6/arch/x86/include/asm/e820/
H A Dapi.h13 extern bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type);
14 extern bool e820__mapped_any(u64 start, u64 end, enum e820_type type);
15 extern bool e820__mapped_all(u64 start, u64 end, enum e820_type type);
44 extern int e820__get_entry_type(u64 start, u64 end);
47 * Returns true iff the specified range [start,end) is completely contained inside
50 static inline bool is_ISA_range(u64 start, u64 end) in is_ISA_range() argument
52 return start >= ISA_START_ADDRESS && end <= ISA_END_ADDRESS; in is_ISA_range()
/kernel/linux/linux-6.6/lib/
H A Diomap_copy.c25 const u32 *end = src + count; in __iowrite32_copy() local
27 while (src < end) in __iowrite32_copy()
46 const u32 __iomem *end = src + count; in __ioread32_copy() local
48 while (src < end) in __ioread32_copy()
70 const u64 *end = src + count; in __iowrite64_copy() local
72 while (src < end) in __iowrite64_copy()
/third_party/ltp/lib/
H A Dget_path.c57 const char *end; in tst_get_path() local
64 end = strchr(start, ':'); in tst_get_path()
66 if (end != NULL) in tst_get_path()
67 snprintf(buf, MIN(buf_len, (size_t) (end - start + 1)), in tst_get_path()
84 * If there is no '/' ad the end of path from $PATH add it. in tst_get_path()
98 start = end + 1; in tst_get_path()
100 } while (end != NULL); in tst_get_path()
/third_party/node/test/parallel/
H A Dtest-http-response-splitting.js53 res.end('ok');
56 const end = 'HTTP/1.1\r\n\r\n';
58 client.write(`GET ${str} ${end}`);
59 client.write(`GET / ${end}`);
60 client.write(`GET / ${end}`);
61 client.end();
/third_party/ninja/src/
H A Ddepfile_parser.in.cc33 // How do you end a line with a backslash? The netbsd Make docs suggest
41 // the end of a filename.
49 // end: end of input. in Parse()
52 char* end = in + content->size(); in Parse() local
57 while (in < end) { in Parse()
71 re2c:define:YYLIMIT = end; in Parse()
93 // 2N backslashes plus space -> 2N backslashes, end of filename. in Parse()
124 // nor EOF follows. In that case it'd be the : at the end of a target in Parse()
178 std::vector<StringPiece>::iterator pos = std::find(ins_.begin(), ins_.end(), piec in Parse()
[all...]
/third_party/node/benchmark/es/
H A Dstring-concatenations.js30 bench.end(n);
36 bench.end(n);
42 bench.end(n);
48 bench.end(n);
54 bench.end(n);
60 bench.end(n);
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtring.c17 unsigned short end; member
26 return r->start == r->end; in mce_ring_empty()
33 if (r->start == r->end) in mce_ring_get()
45 next = (r->end + 1) % MCE_RING_SIZE; in mce_ring_add()
48 r->ring[r->end] = pfn; in mce_ring_add()
50 r->end = next; in mce_ring_add()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtring.c17 unsigned short end; member
26 return r->start == r->end; in mce_ring_empty()
33 if (r->start == r->end) in mce_ring_get()
45 next = (r->end + 1) % MCE_RING_SIZE; in mce_ring_add()
48 r->ring[r->end] = pfn; in mce_ring_add()
50 r->end = next; in mce_ring_add()
/third_party/node/deps/openssl/openssl/crypto/bf/
H A Dbf_skey.c26 const unsigned char *d, *end; in BF_set_key() local
35 end = &(data[len]); in BF_set_key()
38 if (d >= end) in BF_set_key()
43 if (d >= end) in BF_set_key()
48 if (d >= end) in BF_set_key()
53 if (d >= end) in BF_set_key()
/third_party/openssl/crypto/bf/
H A Dbf_skey.c26 const unsigned char *d, *end; in BF_set_key() local
35 end = &(data[len]); in BF_set_key()
38 if (d >= end) in BF_set_key()
43 if (d >= end) in BF_set_key()
48 if (d >= end) in BF_set_key()
53 if (d >= end) in BF_set_key()
/third_party/skia/third_party/externals/brotli/js/
H A Dpolyfill.js18 Array.prototype.copyWithin = function(target, start, end) {
23 var count = Math.min(Math.min(end | 0, len) - from, len - to);
42 value: function(value, start, end) {
43 end = end | 0;
46 while (k < end) {
/third_party/skia/third_party/externals/piex/src/binary_parse/
H A Dcached_paged_byte_array.cc20 // at the begining of the vector, the most recent at the end.
35 const unsigned char** end, in getPage()
42 *end = cached_pages_[cache_index].end; in getPage()
45 // Remove the page to insert it at the end of the cache later. in getPage()
50 paged_byte_array_->getPage(page_index, begin, end, page); in getPage()
58 // Cache the most recently used page to the end of the vector. in getPage()
63 cache_page.end = *end; in getPage()
33 getPage(size_t page_index, const unsigned char** begin, const unsigned char** end, PagedByteArray::PagePtr* page) const getPage() argument
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DReservedRange.php31 * Generated from protobuf field <code>optional int32 end = 2;</code>
33 protected $end = null; variable
43 * @type int $end
91 * Generated from protobuf field <code>optional int32 end = 2;</code>
96 return isset($this->end) ? $this->end : 0;
101 return isset($this->end);
106 unset($this->end);
112 * Generated from protobuf field <code>optional int32 end = 2;</code>
119 $this->end variable
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
H A DEnumReservedRange.php33 * Generated from protobuf field <code>optional int32 end = 2;</code>
35 protected $end = null; variable
45 * @type int $end
93 * Generated from protobuf field <code>optional int32 end = 2;</code>
98 return isset($this->end) ? $this->end : 0;
103 return isset($this->end);
108 unset($this->end);
114 * Generated from protobuf field <code>optional int32 end = 2;</code>
121 $this->end variable
[all...]
/third_party/skia/docs/examples/
H A Dbug583299.cpp834 SkScalar end = SkDoubleToScalar(wedge.fArc1Angles[1] * 180.f / SK_ScalarPI); in REG_FIDDLE() local
835 if (end < start) { in REG_FIDDLE()
836 end += 360; in REG_FIDDLE()
838 path.arcTo(oval1, start, end - start, false); in REG_FIDDLE()
840 path.arcTo(oval2, end, start - end, false); in REG_FIDDLE()
H A Dbug767834.cpp1238 SkScalar end = SkDoubleToScalar(wedge.fArc1Angles[1] * 180.f / SK_ScalarPI); in REG_FIDDLE() local
1239 if (end < start) { in REG_FIDDLE()
1240 end += 360; in REG_FIDDLE()
1242 path.arcTo(oval1, start, end - start, false); in REG_FIDDLE()
1244 path.arcTo(oval2, end, start - end, false); in REG_FIDDLE()
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dmmu.c767 unsigned long end, unsigned long pfn, in alloc_init_pte()
777 } while (pte++, addr += PAGE_SIZE, addr != end); in alloc_init_pte()
781 unsigned long end, phys_addr_t phys, in __map_init_section()
802 } while (pmd++, addr += SECTION_SIZE, addr != end); in __map_init_section()
808 unsigned long end, phys_addr_t phys, in alloc_init_pmd()
820 next = pmd_addr_end(addr, end); in alloc_init_pmd()
836 } while (pmd++, addr = next, addr != end); in alloc_init_pmd()
840 unsigned long end, phys_addr_t phys, in alloc_init_pud()
848 next = pud_addr_end(addr, end); in alloc_init_pud()
851 } while (pud++, addr = next, addr != end); in alloc_init_pud()
766 alloc_init_pte(pmd_t *pmd, unsigned long addr, unsigned long end, unsigned long pfn, const struct mem_type *type, void *(*alloc)(unsigned long sz), bool ng) alloc_init_pte() argument
780 __map_init_section(pmd_t *pmd, unsigned long addr, unsigned long end, phys_addr_t phys, const struct mem_type *type, bool ng) __map_init_section() argument
807 alloc_init_pmd(pud_t *pud, unsigned long addr, unsigned long end, phys_addr_t phys, const struct mem_type *type, void *(*alloc)(unsigned long sz), bool ng) alloc_init_pmd() argument
839 alloc_init_pud(p4d_t *p4d, unsigned long addr, unsigned long end, phys_addr_t phys, const struct mem_type *type, void *(*alloc)(unsigned long sz), bool ng) alloc_init_pud() argument
854 alloc_init_p4d(pgd_t *pgd, unsigned long addr, unsigned long end, phys_addr_t phys, const struct mem_type *type, void *(*alloc)(unsigned long sz), bool ng) alloc_init_p4d() argument
875 unsigned long addr, length, end; create_36bit_mapping() local
936 unsigned long addr, length, end; __create_mapping() local
1278 phys_addr_t end = memblock_end_of_DRAM(); adjust_lowmem_bounds() local
1294 phys_addr_t end; prepare_page_table() local
1502 phys_addr_t start, end; map_lowmem() local
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
H A Dupg_check_boot_bin.c201 goto end; in upg_boot_decrypt()
208 goto end; in upg_boot_decrypt()
217 goto end; in upg_boot_decrypt()
220 goto end; in upg_boot_decrypt()
228 goto end; in upg_boot_decrypt()
232 end: in upg_boot_decrypt()
296 goto end; in upg_check_encrpt_boot_code()
302 goto end; in upg_check_encrpt_boot_code()
306 end: in upg_check_encrpt_boot_code()
332 goto end; in upg_check_unencrpt_boot_code()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_gpsk.c243 const u8 *pos, *end; in eap_gpsk_process_gpsk_2() local
255 end = payload + payloadlen; in eap_gpsk_process_gpsk_2()
257 if (end - pos < 2) { in eap_gpsk_process_gpsk_2()
265 if (end - pos < alen) { in eap_gpsk_process_gpsk_2()
283 if (end - pos < 2) { in eap_gpsk_process_gpsk_2()
291 if (end - pos < alen) { in eap_gpsk_process_gpsk_2()
306 if (end - pos < EAP_GPSK_RAND_LEN) { in eap_gpsk_process_gpsk_2()
317 if (end - pos < EAP_GPSK_RAND_LEN) { in eap_gpsk_process_gpsk_2()
335 if (end - pos < 2) { in eap_gpsk_process_gpsk_2()
343 if (end in eap_gpsk_process_gpsk_2()
475 const u8 *pos, *end; eap_gpsk_process_gpsk_4() local
[all...]

Completed in 11 milliseconds

1...<<31323334353637383940>>...841