| /device/soc/hisilicon/ws63v100/sdk/open_source/cjson/cjson/ |
| D | cJSON_Utils.c | 198 CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const object, const cJSON * c… in cJSONUtils_FindPointerFromObjectTo() 301 static cJSON *get_item_from_pointer(cJSON * const object, const char * pointer, const cJSON_bool ca… in get_item_from_pointer() 348 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointer(cJSON * const object, const char *pointer) in cJSONUtils_GetPointer() 353 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointerCaseSensitive(cJSON * const object, const char *pointer) in cJSONUtils_GetPointerCaseSensitive() 430 static cJSON *detach_path(cJSON *object, const unsigned char *path, const cJSON_bool case_sensitive) in detach_path() 595 static void sort_object(cJSON * const object, const cJSON_bool case_sensitive) in sort_object() 746 static cJSON *get_object_item(const cJSON * const object, const char* name, const cJSON_bool case_s… in get_object_item() 823 static int apply_patch(cJSON *object, const cJSON *patch, const cJSON_bool case_sensitive) in apply_patch() 1054 CJSON_PUBLIC(int) cJSONUtils_ApplyPatches(cJSON * const object, const cJSON * const patches) in cJSONUtils_ApplyPatches() 1083 CJSON_PUBLIC(int) cJSONUtils_ApplyPatchesCaseSensitive(cJSON * const object, const cJSON * const pa… in cJSONUtils_ApplyPatchesCaseSensitive() [all …]
|
| D | cJSON.c | 722 CJSON_PUBLIC(long long) cJSON_SetInt64NumberValue(cJSON * const object, const long long integer) in cJSON_SetInt64NumberValue() 744 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) in cJSON_SetNumberHelper() 751 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) in cJSON_SetNumberHelper() 770 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) in cJSON_SetNumberHelper() 790 CJSON_PUBLIC(char*) cJSON_SetValuestring(cJSON *object, const char *valuestring) 2725 static cJSON *get_object_item(const cJSON * const object, const char * const name, const cJSON_bool… 2757 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string) 2762 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * con… 2767 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) 2864 static cJSON_bool add_item_to_object(cJSON * const object, const char * const string, cJSON * const… [all …]
|
| D | cJSON.h | 362 #define cJSON_SetIntValue(object, number) ((object) ? (object)->valueint = (object)->valuedouble = … argument 365 #define cJSON_SetNumberValue(object, number) ((object != NULL) ? cJSON_SetNumberHelper(object, (dou… argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_notification.c | 83 void _mali_osk_notification_delete(_mali_osk_notification_t *object) in _mali_osk_notification_delete() 106 …sk_notification_queue_send(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t *object) in _mali_osk_notification_queue_send()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| D | mali_osk_notification.c | 86 void _mali_osk_notification_delete(_mali_osk_notification_t *object) in _mali_osk_notification_delete() 109 …sk_notification_queue_send(_mali_osk_notification_queue_t *queue, _mali_osk_notification_t *object) in mali_osk_notification_queue_send()
|
| /device/soc/hisilicon/common/platform/hieth-sf/adapter/ |
| D | hdf_driver_register.c | 62 static void HdfEthHisiChipRelease(struct HdfDeviceObject *object) in HdfEthHisiChipRelease()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
| D | los_list.h | 96 #define LOS_DL_LIST_FIRST(object) ((object)->pstNext) argument 118 #define LOS_DL_LIST_LAST(object) ((object)->pstPrev) argument
|
| /device/soc/hisilicon/ws63v100/sdk/kernel/liteos/liteos_v208.5.0/Huawei_LiteOS/kernel/include/ |
| D | los_list.h | 93 #define LOS_DL_LIST_FIRST(object) ((object)->pstNext) argument 112 #define LOS_DL_LIST_LAST(object) ((object)->pstPrev) argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| D | drm_lease.c | 205 int object; in drm_lease_create() local 308 int object; in _drm_lease_revoke() local 673 int object; in drm_mode_get_lease_ioctl() local
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
| D | hi_list.h | 202 #define hi_list_first(object) ((object)->next) argument 204 #define hi_list_last(object) ((object)->prev) argument
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/ |
| D | hdf_driver_register.c | 126 static void HdfWlanHisiChipRelease(struct HdfDeviceObject *object) in HdfWlanHisiChipRelease()
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/zdiag/include/ |
| D | diag_stat.h | 30 uint8_t *object; member
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
| D | hi_list.h | 255 #define hi_list_first(object) ((object)->next) argument 258 #define hi_list_last(object) ((object)->prev) argument
|
| /device/board/hihope/rk3568/wifi/bcmdhd_wifi6/hdfadapt/ |
| D | hdf_driver_bdh_register.c | 163 static void HdfWlanBDH6ChipRelease(struct HdfDeviceObject *object) in HdfWlanBDH6ChipRelease()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
| D | mem.h | 82 COAP_STATIC_INLINE void coap_free(void *object) { in coap_free()
|
| /device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/ |
| D | coap_mem.h | 121 coap_free(void *object) { in coap_free()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_session.h | 117 _mali_osk_notification_t *object) in mali_session_send_notification()
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
| D | mali_session.h | 113 …mali_session_send_notification(struct mali_session_data *session, _mali_osk_notification_t *object) in mali_session_send_notification()
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
| D | nouveau_drm.c | 462 static void __printf(2, 3) nouveau_drm_errorf(struct nvif_object *object, const char *fmt, ...) in nouveau_drm_errorf() 475 static void __printf(2, 3) nouveau_drm_debugf(struct nvif_object *object, const char *fmt, ...) in nouveau_drm_debugf()
|
| /device/soc/hisilicon/ws63v100/sdk/middleware/services/wifi_service/service/ |
| D | service_event.h | 58 #define dl_list_first(object) ((object)->next) argument
|
| /device/board/hisilicon/hispark_taurus/display_drivers/ |
| D | mipi_icn9700_st7701sn.c | 462 static int32_t Icn9700EntryInit(struct HdfDeviceObject *object) in Icn9700EntryInit()
|