Home
last modified time | relevance | path

Searched refs:sym (Results 1 – 3 of 3) sorted by relevance

/lib/zlib_inflate/
Dinftrees.c27 unsigned sym; /* index of code symbols */ in zlib_inflate_table() local
95 for (sym = 0; sym < codes; sym++) in zlib_inflate_table()
96 count[lens[sym]]++; in zlib_inflate_table()
132 for (sym = 0; sym < codes; sym++) in zlib_inflate_table()
133 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym; in zlib_inflate_table()
188 sym = 0; /* starting code symbol */ in zlib_inflate_table()
205 if ((int)(work[sym]) < end) { in zlib_inflate_table()
207 this.val = work[sym]; in zlib_inflate_table()
209 else if ((int)(work[sym]) > end) { in zlib_inflate_table()
210 this.op = (unsigned char)(extra[work[sym]]); in zlib_inflate_table()
[all …]
/lib/
Dtest_overflow.c218 #define check_one_op(t, fmt, op, sym, a, b, r, of) do { \ argument
224 pr_warn("expected "fmt" "sym" "fmt \
230 pr_warn("expected "fmt" "sym" "fmt" == " \
Dvsprintf.c929 char sym[KSYM_SYMBOL_LEN]; in symbol_string() local
938 sprint_backtrace(sym, value); in symbol_string()
940 sprint_symbol(sym, value); in symbol_string()
942 sprint_symbol_no_offset(sym, value); in symbol_string()
944 return string_nocheck(buf, end, sym, spec); in symbol_string()
1021 char sym[max(2*RSRC_BUF_SIZE + DECODED_BUF_SIZE, in resource_string() local
1024 char *p = sym, *pend = sym + sizeof(sym); in resource_string()
1078 return string_nocheck(buf, end, sym, spec); in resource_string()