Home
last modified time | relevance | path

Searched refs:Code (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/drivers/isdn/hisax/
Dlmgr.c31 long Code; in hisax_manager() local
35 Code = (long) arg; in hisax_manager()
37 " %c %s", (char)Code, in hisax_manager()
41 error_handling_dchan(st, Code); in hisax_manager()
/linux-4.19.296/include/linux/mtd/
Dftl.h48 uint8_t Code; member
/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c156 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len)
162 send_bits(s, tree[c].Code, tree[c].Len); }
287 static_dtree[n].Code = bitrev32((u32)n) >> (32 - 5); in tr_static_init()
523 tree[n].Code = bitrev32((u32)(next_code[len]++)) >> (32 - len); in gen_codes()
526 n, (isgraph(n) ? n : ' '), len, tree[n].Code, next_code[len]-1)); in gen_codes()
Ddefutil.h52 #define Code fc.code macro
/linux-4.19.296/fs/befs/
DChangeLog331 * Code cleanup
/linux-4.19.296/crypto/
DKconfig278 Authentication Code (GMAC). Required for IPSec.
505 Cipher-based Message Authentication Code (CMAC) specified by
/linux-4.19.296/fs/cifs/
Dsmb2status.h40 __le32 Code; member
/linux-4.19.296/lib/
DKconfig.debug750 bool "Code coverage for fuzzing"