Home
last modified time | relevance | path

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

12

/lib/
Dvsprintf.c453 char *number(char *buf, char *end, unsigned long long num, in number()
574 char *special_hex_number(char *buf, char *end, unsigned long long num, int size) in special_hex_number()
587 static void move_right(char *buf, char *end, unsigned len, unsigned spaces) in move_right()
614 char *widen_string(char *buf, int n, char *end, struct printf_spec spec) in widen_string()
635 static char *string_nocheck(char *buf, char *end, const char *s, in string_nocheck()
653 static char *err_ptr(char *buf, char *end, void *ptr, in err_ptr()
673 static char *error_string(char *buf, char *end, const char *s, in error_string()
703 static int check_pointer(char **buf, char *end, const void *ptr, in check_pointer()
718 char *string(char *buf, char *end, const char *s, in string()
727 static char *pointer_string(char *buf, char *end, in pointer_string()
[all …]
Diomap_copy.c25 const u32 *end = src + count; in __iowrite32_copy() local
46 const u32 __iomem *end = src + count; in __ioread32_copy() local
70 const u64 *end = src + count; in __iowrite64_copy() local
Dstring_helpers.c303 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
313 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
349 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
382 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
400 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
421 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex()
523 char *end = p + osz; in string_escape_mem() local
Dsiphash.c49 const u8 *end = data + len - (len % sizeof(u64)); in __siphash_aligned() local
82 const u8 *end = data + len - (len % sizeof(u64)); in __siphash_unaligned() local
250 const u8 *end = data + len - (len % sizeof(u64)); in __hsiphash_aligned() local
283 const u8 *end = data + len - (len % sizeof(u64)); in __hsiphash_unaligned() local
412 const u8 *end = data + len - (len % sizeof(u32)); in __hsiphash_aligned() local
435 const u8 *end = data + len - (len % sizeof(u32)); in __hsiphash_unaligned() local
Dtest_hmm.c197 unsigned long end) in dmirror_do_update()
283 unsigned long end, bool write) in dmirror_fault()
316 unsigned long end, struct dmirror_bounce *bounce) in dmirror_do_read()
347 unsigned long start, end; in dmirror_read() local
385 unsigned long end, struct dmirror_bounce *bounce) in dmirror_do_write()
416 unsigned long start, end; in dmirror_write() local
625 unsigned long end) in dmirror_check_atomic()
640 static int dmirror_atomic_map(unsigned long start, unsigned long end, in dmirror_atomic_map()
674 unsigned long end = args->end; in dmirror_migrate_finalize_and_map() local
715 unsigned long start, end, addr; in dmirror_exclusive() local
[all …]
Dchecksum.c70 const unsigned char *end = buff + ((unsigned)len & ~3); in do_csum() local
Doid_registry.c132 const unsigned char *v = data, *end = v + datasize; in sprint_oid() local
Didr.c79 int idr_alloc(struct idr *idr, void *ptr, int start, int end, gfp_t gfp) in idr_alloc()
117 int idr_alloc_cyclic(struct idr *idr, void *ptr, int start, int end, gfp_t gfp) in idr_alloc_cyclic()
Dbitmap.c413 unsigned long index, end, i; in bitmap_find_next_zero_area_off() local
622 unsigned int end; member
693 static const char *bitmap_find_region_reverse(const char *start, const char *end) in bitmap_find_region_reverse()
839 const char *end, u32 *num) in bitmap_get_x32_reverse()
881 const char *end = strnchrnul(start, buflen, '\n') - 1; in bitmap_parse() local
1317 unsigned int pos, end; /* scans bitmap by regions of size order */ in bitmap_find_free_region() local
Dlogic_pio.c40 resource_size_t end; in logic_pio_register_range() local
Dbug.c217 static void clear_once_table(struct bug_entry *start, struct bug_entry *end) in clear_once_table()
Ddecompress_unlzo.c45 u8 *end = input + in_len; in parse_header() local
Dtest_user_copy.c50 size_t start, end, i, zero_start, zero_end; in test_check_nonzero_user() local
Derror-inject.c58 struct error_injection_entry *end, in populate_error_injection_list()
Dseq_buf.c281 char *end = mangle_path(buf, p, esc); local
Dstring.c542 char *end; in strim() local
677 char *end; in strsep() local
Dtest_rhashtable.c214 s64 start, end; in test_rhashtable() local
/lib/dim/
Ddim.c57 bool dim_calc_stats(struct dim_sample *start, struct dim_sample *end, in dim_calc_stats()
/lib/kunit/
Dexecutor.c57 struct kunit_suite * const * const *end; member
/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/math/
Dprime_numbers.c93 unsigned long end) in clear_multiples()
/lib/zstd/
Dfse_compress.c327 const BYTE *const end = ip + srcSize; in FSE_count_simple() local
593 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2() local
Dzstd_internal.h242 const void *end; member
Dhuf_decompress.c423 const U32 end = start + length; in HUF_fillDTableX4Level2() local
472 U32 const end = start + length; in HUF_fillDTableX4() local

12