Home
last modified time | relevance | path

Searched defs:array (Results 151 – 175 of 315) sorted by relevance

12345678910>>...13

/openbmc/linux/lib/
H A Dtest_vmalloc.c323 unsigned char array[20]; member
/openbmc/libbej/test/
H A Dbej_encoder_test.cpp235 struct RedfishPropertyParent array; member
/openbmc/linux/drivers/platform/x86/intel/
H A Dhid.c182 struct input_dev *array; member
/openbmc/linux/fs/debugfs/
H A Dfile.c1058 u32 *array, int array_size) in u32_format_array()
1139 struct debugfs_u32_array *array) in debugfs_create_u32_array()
/openbmc/linux/include/linux/
H A Dpagemap.h1405 struct page **array, unsigned int array_sz) in __readahead_batch()
1444 #define readahead_page_batch(rac, array) \ argument
/openbmc/linux/drivers/comedi/drivers/
H A Ddas16m1.c125 unsigned short *array = data; in das16m1_ai_munge() local
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_helpers.c19 int vpu_helper_find_in_array_u8(const u8 *array, u32 size, u32 x) in vpu_helper_find_in_array_u8()
/openbmc/linux/drivers/dma-buf/
H A Ddma-resv.c622 struct dma_fence_array *array; in dma_resv_get_singleton() local
/openbmc/u-boot/drivers/input/
H A Dinput.c311 static int array_search(int *array, int count, int key) in array_search()
/openbmc/linux/tools/testing/selftests/alsa/
H A Dconf.c450 const char **array, int array_size, const char *def) in conf_get_string_array()
/openbmc/qemu/target/s390x/tcg/
H A Dmem_helper.c1583 static uint32_t do_helper_tr(CPUS390XState *env, uint32_t len, uint64_t array, in do_helper_tr()
1643 uint64_t array, uint64_t trans, in do_helper_trt()
1663 uint64_t array, uint64_t trans, in do_helper_trt_fwd()
1676 uint64_t array, uint64_t trans, in do_helper_trt_bkwd()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js69 function inArray(elem,array){if(array.indexOf){return array.indexOf(elem);} argument
132 function array(arr,stack){var i=arr.length,ret=new Array(i);if(dump.maxDepth&&dump.depth>dump.maxDe… function
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_dpm.c1074 VCEClockInfoArray *array = (VCEClockInfoArray *) in r600_parse_extended_power_table() local
1136 UVDClockInfoArray *array = (UVDClockInfoArray *) in r600_parse_extended_power_table() local
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_request.c1412 struct dma_fence_array *array = to_dma_fence_array(fence); in i915_request_await_execution() local
1516 struct dma_fence_array *array = to_dma_fence_array(fence); in i915_request_await_dma_fence() local
/openbmc/linux/sound/soc/intel/avs/
H A Dtopology.c20 #define avs_tplg_vendor_array_at(array, offset) \ argument
24 #define avs_tplg_vendor_array_next(array) \ argument
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c132 u32 array[1 + V4L2_MBUS_CSI2_MAX_DATA_LANES]; in v4l2_fwnode_endpoint_parse_csi2_bus() local
/openbmc/linux/include/media/
H A Dv4l2-common.h410 #define v4l2_find_nearest_size(array, array_size, width_field, height_field, \ argument
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c524 u32 *array; in hfi1_user_exp_rcv_invalid() local
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp834 inline void sortJsonArrayByOData(nlohmann::json::array_t& array) in sortJsonArrayByOData()
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c425 ahc_outsb(struct ahc_softc * ahc, long port, uint8_t *array, int count) in ahc_outsb()
439 ahc_insb(struct ahc_softc * ahc, long port, uint8_t *array, int count) in ahc_insb()
/openbmc/linux/tools/testing/selftests/rseq/
H A Dparam_test.c380 struct percpu_buffer_node **array; member
397 struct percpu_memcpy_buffer_node *array; member
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvegam_smumgr.c874 uint32_t array = smu_data->smu7_data.dpm_table_start + in vegam_populate_all_graphic_levels() local
1041 uint32_t array = smu_data->smu7_data.dpm_table_start + in vegam_populate_all_memory_levels() local
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c921 const RISCVCPUMultiExtConfig *array) in riscv_cpu_add_multiext_prop_array()
/openbmc/qemu/hw/pci-host/
H A Dastro.c70 static void put_val_in_arrary(uint64_t *array, hwaddr start_addr, in put_val_in_arrary()
/openbmc/qemu/target/s390x/
H A Dgen-features.c19 #define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0])) argument

12345678910>>...13