| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_mem_pool_debugfs.c | 28 void kbase_mem_pool_debugfs_trim(void *const array, size_t const index, in kbase_mem_pool_debugfs_trim() 40 void kbase_mem_pool_debugfs_set_max_size(void *const array, in kbase_mem_pool_debugfs_set_max_size() 52 size_t kbase_mem_pool_debugfs_size(void *const array, size_t const index) in kbase_mem_pool_debugfs_size() 63 size_t kbase_mem_pool_debugfs_max_size(void *const array, size_t const index) in kbase_mem_pool_debugfs_max_size() 74 void kbase_mem_pool_config_debugfs_set_max_size(void *const array, in kbase_mem_pool_config_debugfs_set_max_size() 86 size_t kbase_mem_pool_config_debugfs_max_size(void *const array, in kbase_mem_pool_config_debugfs_max_size()
|
| D | mali_kbase_debugfs_helper.c | 49 set_attr_from_string(char *const buf, void *const array, size_t const nelems, in set_attr_from_string() 145 const char *const buf, void *const array, size_t const nelems, in kbase_debugfs_helper_set_attr_from_string() 169 char *const buf, size_t const size, void *const array, in kbase_debugfs_helper_get_attr_to_string() 195 void *const array = sfile->private; in kbase_debugfs_helper_seq_write() local 234 void *const array = sfile->private; in kbase_debugfs_helper_seq_read() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | mali_kbase_mem_pool_debugfs.c | 29 void kbase_mem_pool_debugfs_trim(void *const array, size_t const index, size_t const value) in kbase_mem_pool_debugfs_trim() 40 void kbase_mem_pool_debugfs_set_max_size(void *const array, size_t const index, size_t const value) in kbase_mem_pool_debugfs_set_max_size() 51 size_t kbase_mem_pool_debugfs_size(void *const array, size_t const index) in kbase_mem_pool_debugfs_size() 62 size_t kbase_mem_pool_debugfs_max_size(void *const array, size_t const index) in kbase_mem_pool_debugfs_max_size() 73 void kbase_mem_pool_config_debugfs_set_max_size(void *const array, size_t const index, size_t const… in kbase_mem_pool_config_debugfs_set_max_size() 84 size_t kbase_mem_pool_config_debugfs_max_size(void *const array, size_t const index) in kbase_mem_pool_config_debugfs_max_size()
|
| D | mali_kbase_debugfs_helper.c | 49 static int set_attr_from_string(char *const buf, void *const array, size_t const nelems, in set_attr_from_string() 94 int kbase_debugfs_helper_set_attr_from_string(const char *const buf, void *const array, size_t cons… in kbase_debugfs_helper_set_attr_from_string() 110 …ze_t kbase_debugfs_helper_get_attr_to_string(char *const buf, size_t const size, void *const array, in kbase_debugfs_helper_get_attr_to_string() 133 void *const array = sfile->private; in kbase_debugfs_helper_seq_write() local 165 void *const array = sfile->private; in kbase_debugfs_helper_seq_read() local
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
| D | wal_regdb.h | 37 #define array_size(array) (sizeof(array) / sizeof((array)[0])) argument 71 #define array_size(array) (sizeof(array) / sizeof((array)[0])) argument
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/tests/include/test/ |
| D | macros.h | 195 #define ARRAY_LENGTH_UNSAFE( array ) \ argument 215 #define ARRAY_LENGTH( array ) \ argument 222 #define ARRAY_LENGTH( array ) ARRAY_LENGTH_UNSAFE( array ) argument
|
| /device/soc/hisilicon/ws63v100/sdk/protocol/wifi/source/host/feature/ |
| D | hmac_sdp.c | 57 oal_sdp_service *array = g_service_info.info; in hmac_sdp_get_service_num_by_type() local 82 oal_sdp_service *array = g_service_info.info; in hmac_sdp_save_service_info() local 154 oal_sdp_service *array = g_service_info.info; in hmac_sdp_clear_service_info() local 376 oal_sdp_service *array = g_service_info.info; in hmac_sdp_fill_followup_content() local 516 oal_sdp_service *array = g_service_info.info; in hmac_sdp_get_publish_local_id() local
|
| D | hmac_wapi_sms4.c | 72 static osal_u32 hmac_wapi_get_byte_sub(const osal_u32 *array, osal_u32 mid) in hmac_wapi_get_byte_sub()
|
| D | hmac_sdp_test.c | 513 const oal_sdp_service *array = OSAL_NULL; in hmac_sdp_test_print_info() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/cjson/cjson/ |
| D | cJSON_Utils.c | 262 static cJSON *get_array_item(const cJSON *array, size_t item) in get_array_item() 393 static cJSON *detach_item_from_array(cJSON *array, size_t which) in detach_item_from_array() 709 static cJSON_bool insert_item_in_array(cJSON *array, size_t which, cJSON *newitem) in insert_item_in_array() 1152 CJSON_PUBLIC(void) cJSONUtils_AddPatchToArray(cJSON * const array, const char * const operation, co… in cJSONUtils_AddPatchToArray()
|
| D | cJSON.c | 2673 CJSON_PUBLIC(int) cJSON_GetArraySize(const cJSON *array) 2696 static cJSON* get_array_item(const cJSON *array, size_t index) 2715 CJSON_PUBLIC(cJSON *) cJSON_GetArrayItem(const cJSON *array, int index) 2801 static cJSON_bool add_item_to_array(cJSON *array, cJSON *item) 2844 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item) 2912 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) 3071 cJSON *array = cJSON_CreateArray(); local 3117 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which) 3127 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which) 3157 CJSON_PUBLIC(cJSON_bool) cJSON_InsertItemInArray(cJSON *array, int which, cJSON *newitem) [all …]
|
| D | cJSON.h | 370 #define cJSON_ArrayForEach(element, array) for(element = (array != NULL) ? (array)->child : NULL; e… argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
| D | sync_debug.c | 127 struct dma_fence_array *array = to_dma_fence_array(sync_file->fence); in sync_print_sync_file() local
|
| /device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/ |
| D | OMXPlugin.cpp | 195 OMX_U8 **array = new OMX_U8 *[numRoles]; in GetRolesForComponent() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mqtt/paho.mqtt.c/src/ |
| D | SSLSocket_mbedtls.c | 671 char array[LOG_LEN]; in SSLSocket_buflenCheck() local 879 char array[LOG_LEN]; in SSLSocket_continueWrite() local
|
| D | MQTTProperties.h | 117 MQTTProperty *array; /**< array of properties */ member
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| D | bcmutils.c | 3678 setbit(void *array, uint bit) in setbit() 3685 clrbit(void *array, uint bit) in clrbit() 3692 isset(const void *array, uint bit) in isset() 3699 isclr(const void *array, uint bit) in isclr() 3707 set_bitrange(void *array, uint start, uint end, uint maxbit) in set_bitrange() 4169 array_value_mismatch_count(uint8 value, uint8 *array, int array_size) in array_value_mismatch_count() 4188 array_nonzero_count(uint8 *array, int array_size) in array_nonzero_count() 4195 array_nonzero_count_int16(int16 *array, int array_size) in array_nonzero_count_int16() 4210 array_zero_count(uint8 *array, int array_size) in array_zero_count() 4275 verify_ordered_array_uint8(uint8 *array, int array_size, in verify_ordered_array_uint8() [all …]
|
| /device/soc/rockchip/common/sdk_linux/kernel/sched/ |
| D | rt.c | 89 struct rt_prio_array *array; in init_rt_rq() local 1217 struct rt_prio_array *array = &rt_rq->active; in dec_rt_prio() local 1338 static void __delist_rt_entity(struct sched_rt_entity *rt_se, struct rt_prio_array *array) in __delist_rt_entity() 1352 struct rt_prio_array *array = &rt_rq->active; in __enqueue_rt_entity() local 1388 struct rt_prio_array *array = &rt_rq->active; in __dequeue_rt_entity() local 1503 struct rt_prio_array *array = &rt_rq->active; in requeue_rt_entity() local 1716 struct rt_prio_array *array = &rt_rq->active; in pick_next_rt_entity() local
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/wpa_supplicant/src/eap_peer/ |
| D | eap_methods.c | 133 char **array; in eap_get_names_as_string_array() local
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/kernel/extended/perf/ |
| D | perf_pmu_pri.h | 78 #define ARRAY_SIZE(array) (sizeof(array) / sizeof(array[0])) argument
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/ |
| D | MQTTProperties.h | 123 MQTTProperty *array; /**< array of properties */ member
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/ |
| D | psa_crypto_slot_management.c | 44 #define ARRAY_LENGTH( array ) ( sizeof( array ) / sizeof( *( array ) ) ) argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_internal_sync.c | 385 struct fence_array *array; in mali_internal_sync_fence_set_fence_array() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_internal_sync.c | 434 struct fence_array *array; in mali_internal_sync_fence_set_fence_array() local
|
| /device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
| D | dw-hdmi-hdcp.c | 159 u32 array[SHA1_WORKSPACE_WORDS]; in sha_processblock() local
|