Home
last modified time | relevance | path

Searched defs:array (Results 26 – 50 of 315) sorted by relevance

12345678910>>...13

/openbmc/linux/tools/perf/trace/beauty/
H A Dbeauty.h17 #define DEFINE_STRARRAY(array, _prefix) struct strarray strarray__##array = { \ argument
23 #define DEFINE_STRARRAY_OFFSET(array, _prefix, off) struct strarray strarray__##array = { \ argument
52 #define DEFINE_STRARRAYS(array) struct strarrays strarrays__##array = { \ argument
/openbmc/linux/include/linux/
H A Dminmax.h188 #define __minmax_array(op, array, len) ({ \ argument
203 #define min_array(array, len) __minmax_array(min, array, len) argument
212 #define max_array(array, len) __minmax_array(max, array, len) argument
H A Ddma-fence-unwrap.h26 struct dma_fence *array; member
H A Dgpio.h149 static inline int gpio_request_array(const struct gpio *array, size_t num) in gpio_request_array()
162 static inline void gpio_free_array(const struct gpio *array, size_t num) in gpio_free_array()
H A Dassoc_array.h54 static inline void assoc_array_init(struct assoc_array *array) in assoc_array_init()
/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dacc1.c18 static double func (const double *array) in func()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func16.c19 int array[10]; in global_func16() local
H A Dtest_global_map_resize.c16 int array[1]; variable
/openbmc/linux/kernel/trace/
H A Dtracing_map.h173 #define TRACING_MAP_ARRAY_ELT(array, idx) \ argument
177 #define TRACING_MAP_ENTRY(array, idx) \ argument
180 #define TRACING_MAP_ELT(array, idx) \ argument
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dcalib.h36 #define STATIC_INI_ARRAY(array) { \ argument
42 #define INIT_INI_ARRAY(iniarray, array) do { \ argument
/openbmc/qemu/target/sh4/
H A Dhelper.c542 int array = (addr & 0x00800000) >> 23; in cpu_sh4_read_mmaped_itlb_data() local
565 int array = (addr & 0x00800000) >> 23; in cpu_sh4_write_mmaped_itlb_data() local
682 int array = (addr & 0x00800000) >> 23; in cpu_sh4_read_mmaped_utlb_data() local
709 int array = (addr & 0x00800000) >> 23; in cpu_sh4_write_mmaped_utlb_data() local
/openbmc/linux/sound/soc/intel/avs/
H A Ddebugfs.c143 u32 *array, num_elems; in probe_points_write() local
181 u32 *array, num_elems; in probe_points_disconnect_write() local
365 u32 *array, num_elems; in trace_control_write() local
/openbmc/qemu/accel/tcg/
H A Dtb-jmp-cache.h25 } array[TB_JMP_CACHE_SIZE]; member
/openbmc/linux/fs/dlm/
H A Dmember.c63 struct rcom_slot *ro0, struct dlm_slot *array, in log_slots()
164 struct dlm_slot *array; in dlm_slots_assign() local
410 int i, w, x = 0, total = 0, all_zero = 0, *array; in make_member_array() local
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ftp.c118 static int try_number(const char *data, size_t dlen, u_int32_t array[], in try_number()
155 u_int32_t array[6]; in try_rfc959() local
248 u_int32_t array[4]; in try_eprt() local
/openbmc/linux/drivers/video/fbdev/
H A Dssd1307fb.c116 struct ssd1307fb_array *array; in ssd1307fb_alloc_array() local
128 struct ssd1307fb_array *array, u32 len) in ssd1307fb_write_array()
145 struct ssd1307fb_array *array; in ssd1307fb_write_cmd() local
216 struct ssd1307fb_array *array; in ssd1307fb_update_rect() local
/openbmc/linux/tools/lib/perf/tests/
H A Dtest-threadmap.c14 static int test_threadmap_array(int nr, pid_t *array) in test_threadmap_array()
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_handle_array.h47 const struct vmci_handle_arr *array) in vmci_handle_arr_get_size()
/openbmc/linux/fs/befs/
H A Ddatastream.c255 const befs_block_run *array = data->direct; in befs_find_brun_direct() local
315 befs_disk_block_run *array; in befs_find_brun_indirect() local
/openbmc/qemu/hw/acpi/
H A Daml-build.c40 static void build_free_array(GArray *array) in build_free_array()
45 static void build_prepend_byte(GArray *array, uint8_t val) in build_prepend_byte()
50 static void build_append_byte(GArray *array, uint8_t val) in build_append_byte()
55 static void build_append_padded_str(GArray *array, const char *str, in build_append_padded_str()
68 static void build_append_array(GArray *array, GArray *val) in build_append_array()
198 build_append_nameseg(GArray *array, const char *seg) in build_append_nameseg()
211 build_append_namestringv(GArray *array, const char *format, va_list ap) in build_append_namestringv()
350 build_append_pkg_length(GArray *array, unsigned length, bool incl_self) in build_append_pkg_length()
427 build_append_named_dword(GArray *array, const char *name_format, ...) in build_append_named_dword()
498 static void build_buffer(GArray *array, uint8_t op) in build_buffer()
[all …]
/openbmc/linux/kernel/bpf/
H A Dcore.c1980 struct bpf_array *array = container_of(map, struct bpf_array, map); in ___bpf_prog_run() local
2449 int bpf_prog_array_length(struct bpf_prog_array *array) in bpf_prog_array_length()
2460 bool bpf_prog_array_is_empty(struct bpf_prog_array *array) in bpf_prog_array_is_empty()
2470 static bool bpf_prog_array_copy_core(struct bpf_prog_array *array, in bpf_prog_array_copy_core()
2490 int bpf_prog_array_copy_to_user(struct bpf_prog_array *array, in bpf_prog_array_copy_to_user()
2516 void bpf_prog_array_delete_safe(struct bpf_prog_array *array, in bpf_prog_array_delete_safe()
2543 int bpf_prog_array_delete_safe_at(struct bpf_prog_array *array, int index) in bpf_prog_array_delete_safe_at()
2563 int bpf_prog_array_update_at(struct bpf_prog_array *array, int index, in bpf_prog_array_update_at()
2591 struct bpf_prog_array *array; in bpf_prog_array_copy() local
2654 int bpf_prog_array_copy_info(struct bpf_prog_array *array, in bpf_prog_array_copy_info()
/openbmc/qemu/include/qapi/
H A Dutil.h20 const char *const *array; member
/openbmc/linux/arch/s390/tools/
H A Dgen_facilities.c123 unsigned long long *array; in print_facility_list() local
/openbmc/linux/lib/
H A Dtest_rhashtable.c137 static int __init test_rht_lookup(struct rhashtable *ht, struct test_obj *array, in test_rht_lookup()
208 static s64 __init test_rhashtable(struct rhashtable *ht, struct test_obj *array, in test_rhashtable()
434 static int __init test_rhashtable_max(struct test_obj *array, in test_rhashtable_max()
/openbmc/linux/drivers/dma-buf/
H A Ddma-fence-unwrap.c68 struct dma_fence *tmp, **array; in __dma_fence_unwrap_merge() local

12345678910>>...13