Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 58) sorted by relevance

123

/lib/
A Dkstrtox.c26 const char *_parse_integer_fixup_radix(const char *s, unsigned int *base) in _parse_integer_fixup_radix()
156 int kstrtoll(const char *s, unsigned int base, long long *res) in kstrtoll()
181 int _kstrtoul(const char *s, unsigned int base, unsigned long *res) in _kstrtoul()
197 int _kstrtol(const char *s, unsigned int base, long *res) in _kstrtol()
228 int kstrtouint(const char *s, unsigned int base, unsigned int *res) in kstrtouint()
259 int kstrtoint(const char *s, unsigned int base, int *res) in kstrtoint()
275 int kstrtou16(const char *s, unsigned int base, u16 *res) in kstrtou16()
291 int kstrtos16(const char *s, unsigned int base, s16 *res) in kstrtos16()
307 int kstrtou8(const char *s, unsigned int base, u8 *res) in kstrtou8()
323 int kstrtos8(const char *s, unsigned int base, s8 *res) in kstrtos8()
[all …]
A Dparser.c34 static int match_one(char *s, const char *p, substring_t args[]) in match_one()
115 int match_token(char *s, const match_table_t table, substring_t args[]) in match_token()
138 static int match_number(substring_t *s, int *result, int base) in match_number()
170 static int match_u64int(substring_t *s, u64 *result, int base) in match_u64int()
194 int match_int(substring_t *s, int *result) in match_int()
210 int match_uint(substring_t *s, unsigned int *result) in match_uint()
233 int match_u64(substring_t *s, u64 *result) in match_u64()
249 int match_octal(substring_t *s, int *result) in match_octal()
265 int match_hex(substring_t *s, int *result) in match_hex()
286 const char *s = str; in match_wildcard() local
[all …]
A Dseq_buf.c38 static bool seq_buf_can_fit(struct seq_buf *s, size_t len) in seq_buf_can_fit()
50 int seq_buf_print_seq(struct seq_file *m, struct seq_buf *s) in seq_buf_print_seq()
67 int seq_buf_vprintf(struct seq_buf *s, const char *fmt, va_list args) in seq_buf_vprintf()
93 int seq_buf_printf(struct seq_buf *s, const char *fmt, ...) in seq_buf_printf()
115 void seq_buf_do_printk(struct seq_buf *s, const char *lvl) in seq_buf_do_printk()
154 int seq_buf_bprintf(struct seq_buf *s, const char *fmt, const u32 *binary) in seq_buf_bprintf()
182 int seq_buf_puts(struct seq_buf *s, const char *str) in seq_buf_puts()
211 int seq_buf_putc(struct seq_buf *s, unsigned char c) in seq_buf_putc()
236 int seq_buf_putmem(struct seq_buf *s, const void *mem, unsigned int len) in seq_buf_putmem()
264 int seq_buf_putmem_hex(struct seq_buf *s, const void *mem,
[all …]
A Dstring.c329 char *strchr(const char *s, int c) in strchr()
348 char *strchrnul(const char *s, int c) in strchrnul()
380 char *strrchr(const char *s, int c) in strrchr()
416 size_t strlen(const char *s) in strlen()
428 size_t strnlen(const char *s, size_t count) in strnlen()
445 size_t strspn(const char *s, const char *accept) in strspn()
508 char *strsep(char **s, const char *ct) in strsep()
534 void *memset(void *s, int c, size_t count) in memset()
624 const char *s = src; in memcpy() local
645 const char *s; in memmove() local
[all …]
A Dclosure.c125 struct closure_syncer *s = cl->s; in CLOSURE_CALLBACK() local
137 struct closure_syncer s = { .task = current }; in __closure_sync() local
162 struct closure_syncer s = { .task = current }; in closure_return_sync() local
190 struct closure_syncer s = { .task = current }; in __closure_sync_timeout() local
A Dnet_utils.c8 bool mac_pton(const char *s, u8 *mac) in mac_pton()
A Ducs2_string.c7 ucs2_strnlen(const ucs2_char_t *s, size_t maxlength) in ucs2_strnlen()
18 ucs2_strlen(const ucs2_char_t *s) in ucs2_strlen()
A Ddecompress_unxz.c214 const uint8_t *s = src; in memmove() local
265 struct xz_dec *s; in unxz() local
A Dassoc_array.c1188 struct assoc_array_shortcut *s = assoc_array_ptr_to_shortcut(ptr); in assoc_array_delete() local
1238 struct assoc_array_shortcut *s = in assoc_array_delete() local
1321 struct assoc_array_shortcut *s = in assoc_array_rcu_cleanup() local
1561 struct assoc_array_shortcut *s; in assoc_array_gc() local
1642 struct assoc_array_shortcut *s = in assoc_array_gc() local
A Dchecksum.c152 unsigned long long s = (__force u32)sum; in csum_tcpudp_nofold() local
A Dsys_info.c34 char *s, *name; in sys_info_parse_param() local
/lib/tests/
A Dslub_kunit.c24 struct kmem_cache *s = kmem_cache_create(name, size, 0, in test_kmem_cache_create() local
32 struct kmem_cache *s = test_kmem_cache_create("TestSlub_RZ_alloc", 64, in test_clobber_zone() local
50 struct kmem_cache *s = test_kmem_cache_create("TestSlub_next_ptr_free", in test_next_pointer() local
95 struct kmem_cache *s = test_kmem_cache_create("TestSlub_1th_word_free", in test_first_word() local
110 struct kmem_cache *s = test_kmem_cache_create("TestSlub_50th_word_free", in test_clobber_50th_byte() local
126 struct kmem_cache *s = test_kmem_cache_create("TestSlub_RZ_free", 64, in test_clobber_redzone_free() local
168 struct kmem_cache *s; in test_kfree_rcu() local
187 struct kmem_cache *s; member
205 struct kmem_cache *s; in test_kfree_rcu_wq_destroy() local
244 struct kmem_cache *s = test_kmem_cache_create("TestSlub_leak_destroy", in test_leak_destroy() local
[all …]
A Dseq_buf_kunit.c14 struct seq_buf s; in seq_buf_init_test() local
/lib/zlib_deflate/
A Ddeflate.c194 deflate_state *s; in zlib_deflateInit2() local
283 deflate_state *s; in zlib_deflateReset() local
317 deflate_state *s, in putShortMSB()
332 deflate_state *s; in zlib_deflate() local
528 deflate_state *s in lm_init()
563 deflate_state *s, in longest_match()
706 deflate_state *s, in check_match()
741 deflate_state *s in fill_window()
861 deflate_state *s, in deflate_stored()
920 deflate_state *s, in deflate_fast()
[all …]
A Ddeftree.c242 deflate_state *s in zlib_tr_init()
273 deflate_state *s in init_block()
318 deflate_state *s, in pqdownheap()
354 deflate_state *s, in gen_bitlen()
485 deflate_state *s, in build_tree()
573 deflate_state *s, in scan_tree()
619 deflate_state *s, in send_tree()
671 deflate_state *s in build_bl_tree()
755 deflate_state *s in zlib_tr_stored_type_only()
776 deflate_state *s in zlib_tr_align()
[all …]
A Ddefutil.h260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} argument
268 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD) argument
288 #define put_short(s, w) { \ argument
314 static inline void bi_flush(deflate_state *s) in bi_flush()
330 static inline void bi_windup(deflate_state *s) in bi_windup()
364 deflate_state *s, in send_bits()
389 #define send_bits(s, value, length) \ argument
405 deflate_state *s, in zlib_tr_send_bits()
424 deflate_state *s = (deflate_state *) strm->state; in flush_pending() local
/lib/zstd/common/
A Dzstd_deps.h32 #define ZSTD_memcpy(d,s,n) __builtin_memcpy((d),(s),(n)) argument
33 #define ZSTD_memmove(d,s,n) __builtin_memmove((d),(s),(n)) argument
34 #define ZSTD_memset(d,s,n) __builtin_memset((d),(s),(n)) argument
50 #define ZSTD_malloc(s) ({ (void)(s); NULL; }) argument
52 #define ZSTD_calloc(n,s) ({ (void)(n); (void)(s); NULL; }) argument
A Dfse_decompress.c80 U32 s; in FSE_buildDTable_internal() local
105 U32 s; in FSE_buildDTable_internal() local
123 size_t s; in FSE_buildDTable_internal() local
139 U32 s, position = 0; in FSE_buildDTable_internal() local
/lib/xz/
A Dxz_dec_stream.c156 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp()
174 static enum xz_ret dec_vli(struct xz_dec *s, const uint8_t *in, in dec_vli()
217 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block()
369 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip()
386 static enum xz_ret dec_stream_header(struct xz_dec *s) in dec_stream_header()
421 static enum xz_ret dec_stream_footer(struct xz_dec *s) in dec_stream_footer()
448 static enum xz_ret dec_block_header(struct xz_dec *s) in dec_block_header()
749 enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()
787 struct xz_dec *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_init() local
815 void xz_dec_reset(struct xz_dec *s) in xz_dec_reset()
[all …]
A Dxz_dec_bcj.c89 static size_t bcj_x86(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86()
161 static size_t bcj_powerpc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc()
184 static size_t bcj_ia64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64()
270 static size_t bcj_arm(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm()
328 static size_t bcj_sparc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc()
352 static size_t bcj_arm64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm64()
393 static size_t bcj_riscv(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_riscv()
493 static void bcj_apply(struct xz_dec_bcj *s, in bcj_apply()
557 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush()
686 struct xz_dec_bcj *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_bcj_create() local
[all …]
A Dxz_dec_lzma2.c603 static uint16_t *lzma_literal_probs(struct xz_dec_lzma2 *s) in lzma_literal_probs()
612 static void lzma_literal(struct xz_dec_lzma2 *s) in lzma_literal()
753 static bool lzma_main(struct xz_dec_lzma2 *s) in lzma_main()
798 static void lzma_reset(struct xz_dec_lzma2 *s) in lzma_reset()
831 static bool lzma_props(struct xz_dec_lzma2 *s, uint8_t props) in lzma_props()
1141 struct xz_dec_lzma2 *s = kmalloc(sizeof(*s), GFP_KERNEL); in xz_dec_lzma2_create() local
1198 void xz_dec_lzma2_end(struct xz_dec_lzma2 *s) in xz_dec_lzma2_end()
1209 struct xz_dec_lzma2 s; member
1215 struct xz_dec_lzma2 *s = &s_ptr->s; in xz_dec_microlzma_run() local
1293 struct xz_dec_microlzma *s; in xz_dec_microlzma_alloc() local
[all …]
/lib/zstd/compress/
A Dfse_compress.c125 U32 s; in FSE_buildCTable_wksp() local
142 size_t s; in FSE_buildCTable_wksp() local
172 …FSE_FUNCTION_TYPE s = tableSymbol[u]; /* note : static analyzer may not understand tableSymbol i… in FSE_buildCTable_wksp() local
178 unsigned s; in FSE_buildCTable_wksp() local
383 U32 s; in FSE_normalizeM2() local
482 unsigned s; in FSE_normalizeCount() local
568 #define FSE_FLUSHBITS(s) (fast ? BIT_flushBitsFast(s) : BIT_flushBits(s)) in FSE_compress_usingCTable_generic() argument
A Dhist.c59 { U32 s; in HIST_count_simple() local
131 { U32 s; in HIST_count_parallel_wksp() local
/lib/crypto/mpi/
A Dmpi-internal.h63 #define MPN_COPY(d, s, n) \ argument
70 #define MPN_COPY_DECR(d, s, n) \ argument
/lib/842/
A D842_decompress.c59 #define beN_to_cpu(d, s) \ argument
67 static int __split_next_bits(struct sw842_param *p, u64 *d, u8 n, u8 s) in __split_next_bits()

Completed in 46 milliseconds

123