Home
last modified time | relevance | path

Searched defs:end (Results 1 – 24 of 24) sorted by relevance

/lib/
Dstring_helpers.c297 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
Diomap_copy.c37 const u32 *end = src + count; in __iowrite32_copy() local
61 const u64 *end = src + count; in __iowrite64_copy() local
Dioremap.c54 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()
Dvsprintf.c392 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 …]
Dsiphash.c55 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
Dbsearch.c37 size_t start = 0, end = num; in bsearch() local
Doid_registry.c112 const unsigned char *v = data, *end = v + datasize; in sprint_oid() local
Dnmi_backtrace.c39 static void print_seq_line(struct nmi_seq_buf *s, int start, int end) in print_seq_line()
Dchecksum.c74 const unsigned char *end = buff + ((unsigned)len & ~3); in do_csum() local
Ddecompress_unlzo.c59 u8 *end = input + in_len; in parse_header() local
Didr.c450 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()
Diommu-common.c105 unsigned long n, end, start, limit, boundary_size; in iommu_tbl_range_alloc() local
Dseq_buf.c279 char *end = mangle_path(buf, p, esc); local
Dflex_array.c274 unsigned int end; in flex_array_prealloc() local
Dtest_rhashtable.c161 s64 start, end; in test_rhashtable() local
Dstring.c514 char *end; in strim() local
649 char *end; in strsep() local
Dbitmap.c315 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
Dgenalloc.c421 unsigned long end = start + size - 1; in addr_in_gen_pool() local
Ddynamic_debug.c217 char *end; in ddebug_tokenize() local
Ddma-debug.c1173 static inline bool overlap(void *addr, unsigned long len, void *start, void *end) in overlap()
/lib/zlib_inflate/
Dinftrees.c43 int end; /* use base and extra for symbol > end */ in zlib_inflate_table() local
Dinffast.c74 unsigned char *end; /* while out < end, enough space available */ in inflate_fast() local
/lib/lz4/
Dlz4hc_compress.c171 const BYTE *end; in lz4hc_insertandfindbestmatch() local
/lib/xz/
Dxz_dec_lzma2.c68 size_t end; member