| /kernel/linux/linux-5.10/tools/bpf/bpftool/ |
| H A D | btf.c | 600 static void delete_btf_table(struct btf_attach_table *tab) in delete_btf_table() argument 614 build_btf_type_table(struct btf_attach_table *tab, enum bpf_obj_type type, in build_btf_type_table() argument
|
| /kernel/linux/linux-5.10/kernel/debug/kdb/ |
| H A D | kdb_io.c | 207 int tab = 0; in kdb_read() local
|
| /kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
| H A D | m88rs2000.c | 372 m88rs2000_tab_set(struct m88rs2000_state *state, struct inittab *tab) m88rs2000_tab_set() argument
|
| H A D | rtl2830.c | 53 struct rtl2830_reg_val_mask tab[] = { in rtl2830_init() local
|
| H A D | tda10071.c | 761 struct tda10071_reg_val_mask tab[] = { in tda10071_init() local 1044 struct tda10071_reg_val_mask tab[] = { in tda10071_sleep() local [all...] |
| H A D | tda10023.c | 98 static void tda10023_writetab(struct tda10023_state* state, u8* tab) in tda10023_writetab() argument
|
| H A D | af9033.c | 77 struct reg_val_mask tab[] = { in af9033_init() local 32 af9033_wr_reg_val_tab(struct af9033_dev *dev, const struct reg_val *tab, int tab_len) af9033_wr_reg_val_tab() argument [all...] |
| /kernel/linux/linux-6.6/kernel/debug/kdb/ |
| H A D | kdb_io.c | 219 int tab = 0; in kdb_read() local
|
| /kernel/linux/linux-6.6/arch/x86/platform/uv/ |
| H A D | bios_uv.c | 26 struct uv_systab *tab = uv_systab; in __uv_bios_call() local
|
| /kernel/linux/linux-6.6/drivers/hid/ |
| H A D | hid-debug.c | 555 static void tab(int n, struct seq_file *f) { in tab() function [all...] |
| /kernel/linux/linux-6.6/net/sched/ |
| H A D | sch_choke.c | 71 struct sk_buff **tab; member [all...] |
| /kernel/linux/linux-6.6/tools/bpf/bpftool/ |
| H A D | btf.c | 734 build_btf_type_table(struct hashmap *tab, enum bpf_obj_type type, in build_btf_type_table() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | fft_template.c | 62 FFTSample *tab = FFT_NAME(ff_cos_tabs)[index]; in init_ff_cos_tabs() local
|
| H A D | dct32_template.c | 128 const SUINTFLOAT *tab = tab_arg; in dct32() local
|
| H A D | wmadec.c | 55 dump_floats(WMACodecContext *s, const char *name, int prec, const float *tab, int n) dump_floats() argument
|
| H A D | msmpeg4enc.c | 51 static av_cold void init_mv_table(MVTable *tab, uint16_t table_mv_index[4096]) in init_mv_table() argument
|
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | fft.c | 101 static void fft_ref(FFTComplex *tabr, FFTComplex *tab, int nbits) in fft_ref() argument 311 static inline void rdft_calc(RDFTContext *r, FFTSample *tab) in rdft_calc() argument 375 FFTComplex *tab, *tab1, *tab_ref; in main() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | mem.c | 325 void **tab; in av_dynarray_add_nofree() local 339 void **tab; in av_dynarray_add() local [all...] |
| /third_party/ffmpeg/libswresample/ |
| H A D | resample.c | 150 double *tab = av_malloc_array(tap_count+1, sizeof(*tab)); in build_filter() local
|
| /third_party/lame/mpglib/ |
| H A D | layer2.c | 252 unsigned char *tab = grp_table_select(d1, idx); in II_step_two() local 299 unsigned char *tab = grp_table_select(d1, idx); in II_step_two() local
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_gf2m.c | 64 BN_ULONG tab[8], top2b = a >> 30; in bn_GF2m_mul_1x1() local 133 BN_ULONG tab[16], top3b = a >> 61; bn_GF2m_mul_1x1() local [all...] |
| /third_party/openssl/crypto/bn/ |
| H A D | bn_gf2m.c | 65 BN_ULONG tab[8], top2b = a >> 30; in bn_GF2m_mul_1x1() local 134 BN_ULONG tab[16], top3b = a >> 61; bn_GF2m_mul_1x1() local [all...] |
| /third_party/optimized-routines/math/ |
| H A D | v_math.h | 231 v_lookup_f32 (const f32_t *tab, v_u32_t idx) in v_lookup_f32() argument 236 v_lookup_u32 (const u32_t *tab, v_u32_t idx) in v_lookup_u32() argument 351 v_lookup_f64 (const f64_t *tab, v_u64_t idx) in v_lookup_f64() argument 356 v_lookup_u64 (const u64_t *tab, v_u64_t idx) in v_lookup_u64() argument 500 v_lookup_f32 (const f32_t *tab, v_u32_t idx) in v_lookup_f32() argument 505 v_lookup_u32(const u32_t *tab, v_u32_t idx) v_lookup_u32() argument 624 v_lookup_f64(const f64_t *tab, v_u64_t idx) v_lookup_f64() argument 629 v_lookup_u64(const u64_t *tab, v_u64_t idx) v_lookup_u64() argument [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | optimize.c | 199 static int is_avrule_redundant(avtab_ptr_t entry, avtab_t *tab, in is_avrule_redundant() argument 297 avtab_t *tab = &p->te_avtab; in optimize_avtab() local 375 avtab_t *tab = &p->te_cond_avtab; in optimize_cond_avtab() local [all...] |
| /kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
| H A D | af9013.c | 836 const struct af9013_reg_mask_val *tab; in af9013_init() local [all...] |