| /kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
| H A D | init.c | 31 s3c_lookup_cpu(unsigned long idcode, struct cpu_table *tab, unsigned int count) s3c_lookup_cpu() argument
|
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| H A D | cxd2820r_t2.c | 26 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_t2() local 389 static const struct reg_val_mask tab[] = { in cxd2820r_sleep_t2() local
|
| H A D | cxd2820r_t.c | 30 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_t() local 395 static struct reg_val_mask tab[] = { in cxd2820r_sleep_t() local
|
| H A D | cxd2820r_c.c | 20 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_c() local 301 static const struct reg_val_mask tab[] = { in cxd2820r_sleep_c() local
|
| /kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
| H A D | wa.c | 140 const u16 *tab; in b43_wa_msst() local
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | gen_crc32table.c | 37 crc32init_le_generic(const uint32_t polynomial, uint32_t (*tab)[256]) crc32init_le_generic() argument
|
| H A D | crc32.c | 58 crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256]) argument 146 crc32_le_generic(u32 crc, unsigned char const *p, size_t len, const u32 (*tab)[256], u32 polynomial) global() argument 294 crc32_be_generic(u32 crc, unsigned char const *p, size_t len, const u32 (*tab)[256], u32 polynomial) global() argument [all...] |
| /kernel/linux/linux-6.6/drivers/block/zram/zram_group/ |
| H A D | zlist.h | 29 static inline struct zlist_node *idx2node(u32 idx, struct zlist_table *tab) in idx2node() argument 34 static inline u32 next_idx(u32 idx, struct zlist_table *tab) in next_idx() argument 39 static inline u32 prev_idx(u32 idx, struct zlist_table *tab) in prev_idx() argument 44 static inline void zlist_table_free(struct zlist_table *tab) in zlist_table_free() argument 60 zlist_add(u32 hid, u32 idx, struct zlist_table *tab) zlist_add() argument 67 zlist_add_tail(u32 hid, u32 idx, struct zlist_table *tab) zlist_add_tail() argument 74 zlist_del(u32 hid, u32 idx, struct zlist_table *tab) zlist_del() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
| H A D | wa.c | 140 const u16 *tab; in b43_wa_msst() local
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| H A D | cxd2820r_t2.c | 26 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_t2() local 389 static const struct reg_val_mask tab[] = { in cxd2820r_sleep_t2() local
|
| H A D | cxd2820r_t.c | 30 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_t() local 395 static struct reg_val_mask tab[] = { in cxd2820r_sleep_t() local
|
| H A D | cxd2820r_c.c | 20 struct reg_val_mask tab[] = { in cxd2820r_set_frontend_c() local 301 static const struct reg_val_mask tab[] = { in cxd2820r_sleep_c() local
|
| /kernel/linux/linux-6.6/lib/ |
| H A D | gen_crc32table.c | 37 crc32init_le_generic(const uint32_t polynomial, uint32_t (*tab)[256]) crc32init_le_generic() argument
|
| /third_party/ffmpeg/libavresample/ |
| H A D | resample_template.c | 103 static void SET_TYPE(set_filter)(void *filter0, double *tab, int phase, in set_filter() argument
|
| /third_party/musl/porting/linux/user/src/ctype/ |
| H A D | towctrans.c | 6 static const unsigned char tab[]; variable
|
| /third_party/musl/libc-test/src/math/gen/ |
| H A D | rnd.c | 45 int insert(uint64_t *tab, size_t len, uint64_t v) in insert() argument 83 uint64_t *tab; in choose() local [all...] |
| /third_party/musl/src/ctype/ |
| H A D | towctrans.c | 8 static const unsigned char tab[]; variable
|
| /third_party/lwip/src/include/lwip/priv/ |
| H A D | memp_priv.h | 129 struct memp **tab; member
|
| /base/security/selinux_adapter/framework/policycoreutils/src/ |
| H A D | selinux_map.c | 61 HashTab *tab = (HashTab *)calloc(1, sizeof(HashTab) + sizeof(HashNode *) * MAX_BUCKET); in HashMapCreate() local
|
| /base/startup/init/services/utils/ |
| H A D | init_hashmap.c | 36 HashTab *tab = (HashTab *)calloc(1, sizeof(HashTab) + sizeof(HashNode*) * info->maxBucket);
in OH_HashMapCreate() local 49 GetHashNodeByNode(const HashTab *tab, const HashNode *root, const HashNode *new) GetHashNodeByNode() argument 62 GetHashNodeByKey(const HashTab *tab, const HashNode *root, const void *key, HashKeyCompare keyCompare) GetHashNodeByKey() argument 80 HashTab *tab = (HashTab *)handle; OH_HashMapAdd() local 100 HashTab *tab = (HashTab *)handle; OH_HashMapRemove() local 126 HashTab *tab = (HashTab *)handle; OH_HashMapGet() local 135 HashListFree(HashTab *tab, HashNode *root, void *context) HashListFree() argument 153 HashTab *tab = (HashTab *)handle; OH_HashMapDestory() local 165 HashTab *tab = (HashTab *)handle; OH_HashMapFind() local 175 HashTab *tab = (HashTab *)handle; OH_HashMapTraverse() local 189 HashTab *tab = (HashTab *)handle; OH_HashMapIsEmpty() local [all...] |
| /foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
| H A D | http_proxy.cpp | 164 std::string tab = "\t"; in ToString() local
|
| /kernel/linux/linux-5.10/drivers/block/zram/zram_group/ |
| H A D | zlist.c | 36 static inline void zlist_before_add_check(struct zlist_table *tab, in zlist_before_add_check() argument 46 static inline void zlist_after_add_check(struct zlist_table *tab, in zlist_after_add_check() argument 56 zlist_before_del_check(struct zlist_table *tab, struct zlist_node *prev, struct zlist_node *node, struct zlist_node *next) zlist_before_del_check() argument 66 zlist_after_del_check(struct zlist_table *tab, struct zlist_node *prev, struct zlist_node *node, struct zlist_node *next) zlist_after_del_check() argument 76 zlist_before_add_check(struct zlist_table *tab, struct zlist_node *prev, struct zlist_node *node, struct zlist_node *next) zlist_before_add_check() argument 79 zlist_after_add_check(struct zlist_table *tab, struct zlist_node *prev, struct zlist_node *node, struct zlist_node *next) zlist_after_add_check() argument 82 zlist_before_del_check(struct zlist_table *tab, struct zlist_node *prev, struct zlist_node *node, struct zlist_node *next) zlist_before_del_check() argument 85 zlist_after_del_check(struct zlist_table *tab, struct zlist_node *prev, struct zlist_node *node, struct zlist_node *next) zlist_after_del_check() argument 93 struct zlist_table *tab = kmalloc(sizeof(struct zlist_table), gfp); zlist_table_alloc() local 103 zlist_lock(u32 idx, struct zlist_table *tab) zlist_lock() argument 108 zlist_unlock(u32 idx, struct zlist_table *tab) zlist_unlock() argument 113 zlist_add_nolock(u32 hid, u32 idx, struct zlist_table *tab) zlist_add_nolock() argument 136 zlist_add_tail_nolock(u32 hid, u32 idx, struct zlist_table *tab) zlist_add_tail_nolock() argument 159 zlist_del_nolock(u32 hid, u32 idx, struct zlist_table *tab) zlist_del_nolock() argument 189 zlist_is_isolated_nolock(u32 idx, struct zlist_table *tab) zlist_is_isolated_nolock() argument 196 zlist_set_priv(u32 idx, struct zlist_table *tab) zlist_set_priv() argument 208 zlist_clr_priv_nolock(u32 idx, struct zlist_table *tab) zlist_clr_priv_nolock() argument 218 zlist_test_priv_nolock(u32 idx, struct zlist_table *tab) zlist_test_priv_nolock() argument 228 zlist_node_init(u32 idx, struct zlist_table *tab) zlist_node_init() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sched.h | 85 struct sched_class tab[]; member
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| H A D | Makefile | |
| /kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
| H A D | hantro_jpeg.c | 268 jpeg_scale_quant_table(unsigned char *file_q_tab, unsigned char *reordered_q_tab, const unsigned char *tab, int scale) jpeg_scale_quant_table() argument
|