Home
last modified time | relevance | path

Searched defs:table (Results 226 - 250 of 2978) sorted by relevance

12345678910>>...120

/kernel/linux/linux-6.6/drivers/md/
H A Ddm-verity-loadpin.c56 struct dm_table *table; in dm_verity_loadpin_is_bdev_trusted() local
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dpfm.c35 } table[] = { in test__pfm_events() local
97 } table[] = { in test__pfm_group() local
[all...]
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_sysctl.c76 struct ctl_table *table; in smc_sysctl_net_init() local
112 struct ctl_table *table; in smc_sysctl_net_exit() local
[all...]
/kernel/linux/linux-6.6/security/
H A Dmin_addr.c32 int mmap_min_addr_handler(struct ctl_table *table, int write, in mmap_min_addr_handler() argument
/kernel/liteos_m/kal/posix/include/
H A Dpoll_impl.h53 struct PollTable *table; member
/kernel/linux/linux-6.6/sound/soc/amd/
H A Dacp-config.c68 const struct config_entry *table = config_table; in snd_amd_acp_find_config() local
/kernel/linux/linux-6.6/lib/
H A Dgen_crc64table.c25 static void generate_reflected_crc64_table(uint64_t table[256], uint64_t poly) in generate_reflected_crc64_table() argument
43 static void generate_crc64_table(uint64_t table[256], uint64_t poly) in generate_crc64_table() argument
63 static void output_table(uint64_t table[256]) in output_table() argument
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dutsname_sysctl.c18 static void *get_uts(struct ctl_table *table) in get_uts() argument
33 static int proc_do_uts_string(struct ctl_table *table, int write, in proc_do_uts_string() argument
133 struct ctl_table *table = &uts_kern_table[proc]; in uts_proc_notify() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_hooks_lwtunnel.c28 int nf_hooks_lwtunnel_sysctl_handler(struct ctl_table *table, int write, in nf_hooks_lwtunnel_sysctl_handler() argument
/kernel/linux/linux-6.6/net/ipv4/netfilter/
H A Diptable_raw.c40 const struct xt_table *table = &packet_raw; in iptable_raw_table_init() local
72 const struct xt_table *table = &packet_raw; in iptable_raw_init() local
[all...]
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dip6table_raw.c39 const struct xt_table *table = &packet_raw; in ip6table_raw_table_init() local
70 const struct xt_table *table = &packet_raw; in ip6table_raw_init() local
[all...]
/kernel/linux/linux-6.6/tools/arch/x86/lib/
H A Dinat.c29 const insn_attr_t *table; in inat_get_escape_attribute() local
48 const insn_attr_t *table; in inat_get_group_attribute() local
68 const insn_attr_t *table; inat_get_avx_attribute() local
[all...]
/test/ostest/wukong/report/src/
H A Dstatistics_exception.cpp77 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail() local
/third_party/eudev/src/shared/
H A Dtime-util.c84 } table[] = { in format_timespan() local
/third_party/ffmpeg/libavfilter/
H A Dgenerate_wave_table.c24 ff_generate_wave_table(enum WaveType wave_type, enum AVSampleFormat sample_fmt, void *table, int table_size, double min, double max, double phase) ff_generate_wave_table() argument
H A Dqp_table.c27 int ff_qp_table_extract(AVFrame *frame, int8_t **table, int *table_w, int *table_h, in ff_qp_table_extract() argument
/third_party/ffmpeg/libavformat/
H A Dircamdec.c43 } table[] = { variable
/third_party/ffmpeg/libswscale/
H A Dgamma.c25 uint16_t *table; member
33 uint16_t *table = instance->table; in gamma_convert() local
58 int ff_init_gamma_convert(SwsFilterDescriptor *desc, SwsSlice * src, uint16_t *table) in ff_init_gamma_convert() argument
/third_party/backends/testsuite/backend/genesys/
H A Dtests_motor.cpp42 auto table = create_slope_table_for_speed(slope, 5000, StepType::FULL, 4, 8, max_table_size); in test_create_slope_table_small_full_step() local
72 auto table = create_slope_table_for_speed(slope, 2000, StepType::FULL, 4, 8, max_table_size); test_create_slope_table_small_full_step_target_speed_too_high() local
92 auto table = create_slope_table_for_speed(slope, 5000, StepType::HALF, 4, 8, max_table_size); test_create_slope_table_small_half_step() local
145 auto table = create_slope_table_for_speed(slope, 3000, StepType::FULL, 4, 8, max_table_size); test_create_slope_table_large_full_step() local
203 auto table = create_slope_table_for_speed(slope, 3000, StepType::HALF, 4, 8, max_table_size); test_create_slope_table_large_half_step() local
[all...]
/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontTableCache.cpp23 const void *table; member
73 const void *table = readFontTable(tableTag, length); in find() local
80 add(LETag tableTag, const void *table, size_t length) add() argument
[all...]
/third_party/icu/icu4c/source/test/letest/
H A DFontTableCache.cpp21 const void *table; member
71 const void *table = readFontTable(tableTag, length); in find() local
78 add(LETag tableTag, const void *table, size_t length) add() argument
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A DFontTableCache.cpp22 const void *table; member
69 const void *table = readFontTable(tableTag); in find() local
76 add(LETag tableTag, const void *table) add() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Dbmpset.cpp70 static void set32x64Bits(uint32_t table[64], int32_t start, int32_t limit) { in set32x64Bits() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DLongHashtable.java42 private Map<Long, Integer> table = new HashMap<Long, Integer>(); field in LongHashtable
H A DIntStringHashtable.java43 private Map<Integer, String> table = new HashMap<Integer, String>(); field in IntStringHashtable

Completed in 7 milliseconds

12345678910>>...120