/lib/ |
D | string_helpers.c | 297 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough() 307 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space() 343 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special() 373 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null() 391 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal() 412 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex() 493 char *end = p + osz; in string_escape_mem() local
|
D | iomap_copy.c | 37 const u32 *end = src + count; in __iowrite32_copy() local 61 const u64 *end = src + count; in __iowrite64_copy() local
|
D | ioremap.c | 54 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pte_range() 72 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pmd_range() 99 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_pud_range() 126 unsigned long end, phys_addr_t phys_addr, pgprot_t prot) in ioremap_page_range()
|
D | vsprintf.c | 392 char *number(char *buf, char *end, unsigned long long num, in number() 511 char *string(char *buf, char *end, const char *s, struct printf_spec spec) in string() 541 static void widen(char *buf, char *end, unsigned len, unsigned spaces) in widen() 560 char *dentry_name(char *buf, char *end, const struct dentry *d, struct printf_spec spec, in dentry_name() 617 char *symbol_string(char *buf, char *end, void *ptr, in symbol_string() 648 char *resource_string(char *buf, char *end, struct resource *res, in resource_string() 756 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec, in hex_string() 808 char *bitmap_string(char *buf, char *end, unsigned long *bitmap, in bitmap_string() 849 char *bitmap_list_string(char *buf, char *end, unsigned long *bitmap, in bitmap_list_string() 889 char *mac_address_string(char *buf, char *end, u8 *addr, in mac_address_string() [all …]
|
D | siphash.c | 55 const u8 *end = data + len - (len % sizeof(u64)); in __siphash_aligned() local 88 const u8 *end = data + len - (len % sizeof(u64)); in __siphash_unaligned() local 256 const u8 *end = data + len - (len % sizeof(u64)); in __hsiphash_aligned() local 289 const u8 *end = data + len - (len % sizeof(u64)); in __hsiphash_unaligned() local 424 const u8 *end = data + len - (len % sizeof(u32)); in __hsiphash_aligned() local 447 const u8 *end = data + len - (len % sizeof(u32)); in __hsiphash_unaligned() local
|
D | bsearch.c | 37 size_t start = 0, end = num; in bsearch() local
|
D | oid_registry.c | 112 const unsigned char *v = data, *end = v + datasize; in sprint_oid() local
|
D | nmi_backtrace.c | 39 static void print_seq_line(struct nmi_seq_buf *s, int start, int end) in print_seq_line()
|
D | checksum.c | 74 const unsigned char *end = buff + ((unsigned)len & ~3); in do_csum() local
|
D | decompress_unlzo.c | 59 u8 *end = input + in_len; in parse_header() local
|
D | idr.c | 450 int idr_alloc(struct idr *idr, void *ptr, int start, int end, gfp_t gfp_mask) in idr_alloc() 488 int idr_alloc_cyclic(struct idr *idr, void *ptr, int start, int end, in idr_alloc_cyclic() 1078 int ida_simple_get(struct ida *ida, unsigned int start, unsigned int end, in ida_simple_get()
|
D | iommu-common.c | 105 unsigned long n, end, start, limit, boundary_size; in iommu_tbl_range_alloc() local
|
D | seq_buf.c | 279 char *end = mangle_path(buf, p, esc); local
|
D | flex_array.c | 274 unsigned int end; in flex_array_prealloc() local
|
D | test_rhashtable.c | 161 s64 start, end; in test_rhashtable() local
|
D | string.c | 514 char *end; in strim() local 649 char *end; in strsep() local
|
D | bitmap.c | 315 unsigned long index, end, i; in bitmap_find_next_zero_area_off() local 1015 unsigned int pos, end; /* scans bitmap by regions of size order */ in bitmap_find_free_region() local
|
D | genalloc.c | 421 unsigned long end = start + size - 1; in addr_in_gen_pool() local
|
D | dynamic_debug.c | 217 char *end; in ddebug_tokenize() local
|
D | dma-debug.c | 1173 static inline bool overlap(void *addr, unsigned long len, void *start, void *end) in overlap()
|
/lib/zlib_inflate/ |
D | inftrees.c | 43 int end; /* use base and extra for symbol > end */ in zlib_inflate_table() local
|
D | inffast.c | 74 unsigned char *end; /* while out < end, enough space available */ in inflate_fast() local
|
/lib/lz4/ |
D | lz4hc_compress.c | 171 const BYTE *end; in lz4hc_insertandfindbestmatch() local
|
/lib/xz/ |
D | xz_dec_lzma2.c | 68 size_t end; member
|