Home
last modified time | relevance | path

Searched +defs:tables +defs:c (Results 1 – 8 of 8) sorted by relevance

/linux/fs/nls/
H A Dnls_base.c21 static struct nls_table *tables = &default_table; variable
58 int c0, c, nc; in utf8_to_utf32() local
89 int c, nc; in utf32_to_utf8() local
117 static inline void put_utf16(wchar_t *s, unsigned c, enum utf16_endian endian) in put_utf16()
174 static inline unsigned long get_utf16(unsigned c, enum utf16_endian endian) in get_utf16()
/linux/arch/x86/boot/compressed/
H A Defi.h11 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \ argument
81 u64 tables; member
97 u32 tables; member
/linux/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c124 u16 c; in efi_load_option_unpack() local
350 efi_char16_t c = *s2++; in efi_convert_cmdline() local
490 unsigned long tables = efi_table_attr(efi_system_table, tables); in get_efi_config_table() local
/linux/security/apparmor/
H A Dmatch.c103 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers()
528 aa_state_t aa_dfa_next(struct aa_dfa *dfa, aa_state_t state, const char c) in aa_dfa_next()
/linux/net/netfilter/
H A Dxt_recent.c89 struct list_head tables; member
565 const char *c = buf; in recent_mt_proc_write() local
/linux/include/linux/
H A Defi.h77 #define EFI_GUID(a, b, c, d...) ((efi_guid_t){ { \ argument
493 u64 tables; member
509 u32 tables; member
529 unsigned long tables; member
/linux/net/bridge/netfilter/
H A Debtables.c40 #define COUNTER_BASE(c, n, cpu) ((struct ebt_counter *)(((char *)c) + \ argument
44 struct list_head tables; member
[all...]
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py719 def FindThread(self, c): argument
4718 def TableMenu(self, tables, menu): argument