/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/ |
H A D | string_utils.h | 38 dst.assign(src.begin(), src.end()); in StrToBytes() 45 Bytes rstStr(src.begin(), src.end()); in BytesToStr() 51 uint32_t len = input.end() - input.begin(); in BytesToStrWithType() 57 std::vector<uint8_t>::const_iterator end = input.end(); in BytesToStrWithType() local 58 Bytes rstStr(first, end); in BytesToStrWithType()
|
/kernel/linux/linux-5.10/arch/csky/abiv2/inc/abi/ |
H A D | cacheflush.h | 16 #define flush_cache_range(vma, start, end) do { } while (0) 32 #define flush_icache_range(start, end) cache_wbinv_range(start, end) 35 unsigned long start, unsigned long end); 38 #define flush_cache_vmap(start, end) do { } while (0) 39 #define flush_cache_vunmap(start, end) do { } while (0)
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | meminit.h | 28 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 D | api.h | 13 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 D | tlbflush.h | 14 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 D | tlbflush.h | 33 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 D | tlbflush.h | 14 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 D | iomap_copy.c | 25 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 D | api.h | 13 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 D | iomap_copy.c | 25 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 D | get_path.c | 57 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 D | test-http-response-splitting.js | 53 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 D | depfile_parser.in.cc | 33 // 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 D | string-concatenations.js | 30 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 D | tring.c | 17 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 D | tring.c | 17 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 D | bf_skey.c | 26 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 D | bf_skey.c | 26 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 D | polyfill.js | 18 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 D | cached_paged_byte_array.cc | 20 // 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 D | ReservedRange.php | 31 * 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 D | EnumReservedRange.php | 33 * 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 D | bug583299.cpp | 834 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 D | bug767834.cpp | 1238 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-5.10/arch/arm/mm/ |
H A D | init.c | 294 * round start upwards and end downwards. in free_memmap() 312 unsigned long start, end, prev_end = 0; in free_unused_memmap() local 319 for_each_mem_pfn_range(i, MAX_NUMNODES, &start, &end, NULL) { in free_unused_memmap() 347 prev_end = ALIGN(end, pageblock_nr_pages); in free_unused_memmap() 352 prev_end = ALIGN(end, pageblock_nr_pages); in free_unused_memmap() 370 unsigned long end = PFN_DOWN(range_end); in free_highpages() local 373 if (end <= max_low) in free_highpages() 380 for (; start < end; start++) in free_highpages() 435 unsigned long end; member 449 .end 626 free_initrd_mem(unsigned long start, unsigned long end) free_initrd_mem() argument [all...] |