Home
last modified time | relevance | path

Searched +defs:tables +defs:c (Results 1 – 12 of 12) 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
92 int c, nc; in utf32_to_utf8() local
120 static inline void put_utf16(wchar_t *s, unsigned c, enum utf16_endian endian) in put_utf16()
177 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/security/apparmor/
H A Dmatch.c103 static int verify_table_headers(struct table_header **tables, int flags) in verify_table_headers()
483 u8 c = equiv[(u8) *str]; in aa_dfa_match_len() local
528 u8 c = equiv[(u8) *str]; in aa_dfa_match() local
554 aa_state_t aa_dfa_next(struct aa_dfa *dfa, aa_state_t state, const char c) in aa_dfa_next()
/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/net/netfilter/
H A Dxt_recent.c89 struct list_head tables; member
565 const char *c = buf; in recent_mt_proc_write() local
/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Daldebaran_ppt.c230 struct smu_table *tables = smu_table->tables; in aldebaran_tables_init() local
1419 int i, j, r, c; in aldebaran_i2c_xfer() local
H A Dsmu_v13_0_0_ppt.c476 struct smu_table *tables = smu_table->tables; in smu_v13_0_0_tables_init() local
2672 int i, j, r, c; in smu_v13_0_0_i2c_xfer() local
H A Dsmu_v13_0_6_ppt.c562 struct smu_table *tables = smu_table->tables; in smu_v13_0_6_tables_init() local
2431 int i, j, r, c; in smu_v13_0_6_i2c_xfer() local
/linux/tools/perf/util/
H A Dmetricgroup.c435 const struct pmu_metrics_table *tables[2] = { in metricgroup__for_each_metric() local
461 const char *c = strchr(code_characters, *x); in encode_metric_id() local
483 char c; in decode_metric_id() local
/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0_2_ppt.c379 struct smu_table *tables = smu_table->tables; in smu_v14_0_2_tables_init() local
1905 int i, j, r, c; in smu_v14_0_2_i2c_xfer() local
/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
/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py719 def FindThread(self, c): argument
4718 def TableMenu(self, tables, menu): argument