| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 382 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) in cJSON_SetNumberHelper() 400 CJSON_PUBLIC(char*) cJSON_SetValuestring(cJSON *object, const char *valuestring) in cJSON_SetValuestring() 1876 static cJSON *get_object_item(const cJSON * const object, const char * const name, const cJSON_bool… in get_object_item() 1908 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string) in cJSON_GetObjectItem() 1913 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * con… in cJSON_GetObjectItemCaseSensitive() 1918 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) in cJSON_HasObjectItem() 2007 static cJSON_bool add_item_to_object(cJSON * const object, const char * const string, cJSON * const… in add_item_to_object() 2044 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObject() 2050 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObjectCS() 2065 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i… in cJSON_AddItemReferenceToObject() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON.cpp | 384 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number) in cJSON_SetNumberHelper() 402 CJSON_PUBLIC(char*) cJSON_SetValuestring(cJSON *object, const char *valuestring) in cJSON_SetValuestring() 1885 static cJSON *get_object_item(const cJSON * const object, const char * const name, const cJSON_bool… in get_object_item() 1917 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItem(const cJSON * const object, const char * const string) in cJSON_GetObjectItem() 1922 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON * const object, const char * con… in cJSON_GetObjectItemCaseSensitive() 1927 CJSON_PUBLIC(cJSON_bool) cJSON_HasObjectItem(const cJSON *object, const char *string) in cJSON_HasObjectItem() 2016 static cJSON_bool add_item_to_object(cJSON * const object, const char * const string, cJSON * const… in add_item_to_object() 2053 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObject(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObject() 2059 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToObjectCS(cJSON *object, const char *string, cJSON *item) in cJSON_AddItemToObjectCS() 2074 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i… in cJSON_AddItemReferenceToObject() [all …]
|
| H A D | cJSON_Utils.cpp | 203 CJSON_PUBLIC(char *) cJSONUtils_FindPointerFromObjectTo(const cJSON * const object, const cJSON * c… in cJSONUtils_FindPointerFromObjectTo() 306 static cJSON *get_item_from_pointer(cJSON * const object, const char * pointer, const cJSON_bool ca… in get_item_from_pointer() 353 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointer(cJSON * const object, const char *pointer) in cJSONUtils_GetPointer() 358 CJSON_PUBLIC(cJSON *) cJSONUtils_GetPointerCaseSensitive(cJSON * const object, const char *pointer) in cJSONUtils_GetPointerCaseSensitive() 435 static cJSON *detach_path(cJSON *object, const unsigned char *path, const cJSON_bool case_sensitive) in detach_path() 600 static void sort_object(cJSON * const object, const cJSON_bool case_sensitive) in sort_object() 735 static cJSON *get_object_item(const cJSON * const object, const char* name, const cJSON_bool case_s… in get_object_item() 812 static int apply_patch(cJSON *object, const cJSON *patch, const cJSON_bool case_sensitive) in apply_patch() 1041 CJSON_PUBLIC(int) cJSONUtils_ApplyPatches(cJSON * const object, const cJSON * const patches) in cJSONUtils_ApplyPatches() 1070 CJSON_PUBLIC(int) cJSONUtils_ApplyPatchesCaseSensitive(cJSON * const object, const cJSON * const pa… in cJSONUtils_ApplyPatchesCaseSensitive() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/ |
| H A D | message.hpp | 37 Object& object; member in mbgl::MessageImpl 61 Object& object; member in mbgl::AskMessageImpl 87 Object& object; member in mbgl::AskMessageImpl 96 std::unique_ptr<Message> makeMessage(Object& object, MemberFn memberFn, Args&&... args) { in makeMessage() 102 std::unique_ptr<Message> makeMessage(std::promise<ResultType>&& promise, Object& object, MemberFn m… in makeMessage()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeocodereplyosm.cpp | 73 static QGeoAddress parseAddressObject(const QJsonObject &object) in parseAddressObject() 102 static void injectExtra(QGeoLocation &location, const QJsonObject &object) in injectExtra() 139 QJsonObject object = document.object(); in networkReplyFinished() local 162 QJsonObject object = results.at(i).toObject(); in networkReplyFinished() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | umem.c | 39 struct nvkm_object *object; in nvkm_umem_search() local 64 nvkm_umem_unmap(struct nvkm_object *object) in nvkm_umem_unmap() 87 nvkm_umem_map(struct nvkm_object *object, void *argv, u32 argc, in nvkm_umem_map() 125 nvkm_umem_dtor(struct nvkm_object *object) in nvkm_umem_dtor()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/storage_benchmark/ |
| H A D | benchmark.c | 69 TEE_ObjectHandle object = TEE_HANDLE_NULL; in prepare_test_file() local 104 static TEE_Result test_write(TEE_ObjectHandle object, size_t data_size, in test_write() 144 static TEE_Result test_read(TEE_ObjectHandle object, size_t data_size, in test_read() 187 static TEE_Result test_rewrite(TEE_ObjectHandle object, size_t data_size, in test_rewrite() 254 static TEE_Result verify_file_data(TEE_ObjectHandle object, size_t data_size, in verify_file_data() 304 TEE_ObjectHandle object = TEE_HANDLE_NULL; in ta_stroage_benchmark_chunk_access_test() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | client.c | 128 nvkm_client_notify_new(struct nvkm_object *object, in nvkm_client_notify_new() 182 struct nvkm_object *object; in nvkm_client_search() local 218 nvkm_client_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_client_mthd() 238 nvkm_client_child_get(struct nvkm_object *object, int index, in nvkm_client_child_get() 256 nvkm_client_fini(struct nvkm_object *object, bool suspend) in nvkm_client_fini() 268 nvkm_client_dtor(struct nvkm_object *object) in nvkm_client_dtor()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | utobject.c | 60 union acpi_operand_object *object; in acpi_ut_create_internal_object_dbg() local 305 u8 acpi_ut_valid_internal_object(void *object) in acpi_ut_valid_internal_object() 355 union acpi_operand_object *object; in acpi_ut_allocate_object_desc_dbg() local 389 void acpi_ut_delete_object_desc(union acpi_operand_object *object) in acpi_ut_delete_object_desc()
|
| H A D | dsmthdat.c | 281 union acpi_operand_object *object, in acpi_ds_method_data_set_value() 340 union acpi_operand_object *object; in acpi_ds_method_data_get_value() local 444 union acpi_operand_object *object; in acpi_ds_method_data_delete_value() local 656 union acpi_operand_object *object; in acpi_ds_method_data_get_type() local
|
| H A D | utdecode.c | 239 const char *acpi_ut_get_node_name(void *object) in acpi_ut_get_node_name() 305 const char *acpi_ut_get_descriptor_name(void *object) in acpi_ut_get_descriptor_name() 343 const char *acpi_ut_get_reference_name(union acpi_operand_object *object) in acpi_ut_get_reference_name()
|
| H A D | dbconvert.c | 101 acpi_db_convert_to_buffer(char *string, union acpi_object *object) in acpi_db_convert_to_buffer() 165 acpi_status acpi_db_convert_to_package(char *string, union acpi_object *object) in acpi_db_convert_to_package() 223 char *string, union acpi_object *object) in acpi_db_convert_to_object()
|
| H A D | dswstate.c | 38 acpi_ds_result_pop(union acpi_operand_object **object, in acpi_ds_result_pop() 112 acpi_ds_result_push(union acpi_operand_object *object, in acpi_ds_result_push() 276 acpi_ds_obj_stack_push(void *object, struct acpi_walk_state *walk_state) in acpi_ds_obj_stack_push()
|
| H A D | utcache.c | 153 acpi_status acpi_os_release_object(struct acpi_memory_list *cache, void *object) in acpi_os_release_object() 211 void *object; in acpi_os_acquire_object() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
| H A D | base.c | 213 struct nvkm_object *object = &dom->object; in nvkm_perfdom_init() local 243 struct nvkm_object *object = &dom->object; in nvkm_perfdom_sample() local 267 struct nvkm_object *object = &dom->object; in nvkm_perfdom_read() local 293 nvkm_perfdom_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_perfdom_mthd() 310 nvkm_perfdom_dtor(struct nvkm_object *object) in nvkm_perfdom_dtor() 440 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_domain() local 488 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_signal() local 542 struct nvkm_object *object = &perfmon->object; in nvkm_perfmon_mthd_query_source() local 588 nvkm_perfmon_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_perfmon_mthd() 613 nvkm_perfmon_child_get(struct nvkm_object *object, int index, in nvkm_perfmon_child_get() [all …]
|
| /OK3568_Linux_fs/kernel/security/keys/ |
| H A D | keyring.c | 42 void *object = assoc_array_ptr_to_leaf(x); in keyring_ptr_to_key() local 303 static unsigned long keyring_get_object_key_chunk(const void *object, int level) in keyring_get_object_key_chunk() 309 static bool keyring_compare_object(const void *object, const void *data) in keyring_compare_object() 325 static int keyring_diff_objects(const void *object, const void *data) in keyring_diff_objects() 387 static void keyring_free_object(void *object) in keyring_free_object() 458 static int keyring_read_iterator(const void *object, void *data) in keyring_read_iterator() 574 static int keyring_search_iterator(const void *object, void *iterator_data) in keyring_search_iterator() 649 const void *object; in search_keyring() local 1102 const void *object; in find_key_to_update() local 1189 static int keyring_detect_cycle_iterator(const void *object, in keyring_detect_cycle_iterator() [all …]
|
| /OK3568_Linux_fs/kernel/mm/kasan/ |
| H A D | report.c | 139 static void describe_object_addr(struct kmem_cache *cache, void *object, in describe_object_addr() 171 static void describe_object_stacks(struct kmem_cache *cache, void *object, in describe_object_stacks() 205 static void describe_object(struct kmem_cache *cache, void *object, in describe_object() 238 void *object = nearest_obj(cache, page, addr); in print_address_description() local 342 void kasan_report_invalid_free(void *object, unsigned long ip) in kasan_report_invalid_free()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvif/ |
| H A D | notify.c | 35 struct nvif_object *object = notify->object; in nvif_notify_put_() local 66 struct nvif_object *object = notify->object; in nvif_notify_get_() local 147 struct nvif_object *object = notify->object; in nvif_notify_dtor() local 165 nvif_notify_ctor(struct nvif_object *object, const char *name, in nvif_notify_ctor()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
| H A D | nv44.c | 44 struct nvkm_object object; member 52 nv44_mpeg_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv44_mpeg_chan_bind() 68 nv44_mpeg_chan_fini(struct nvkm_object *object, bool suspend) in nv44_mpeg_chan_fini() 84 nv44_mpeg_chan_dtor(struct nvkm_object *object) in nv44_mpeg_chan_dtor()
|
| /OK3568_Linux_fs/kernel/arch/parisc/math-emu/ |
| H A D | cnv_float.h | 20 #define Dintp1(object) (object) argument 21 #define Dintp2(object) (object) argument 23 #define Duintp1(object) (object) argument 24 #define Duintp2(object) (object) argument 26 #define Qintp0(object) (object) argument 27 #define Qintp1(object) (object) argument 28 #define Qintp2(object) (object) argument 29 #define Qintp3(object) (object) argument
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | fds_example.c | 55 static int bpf_prog_create(const char *object) in bpf_prog_create() 110 static int bpf_do_prog(const char *file, uint32_t flags, const char *object) in bpf_do_prog() 141 const char *file = NULL, *object = NULL; in main() local
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fscache-cache.h | 100 struct fscache_object *object; /* object to be operated upon */ member 398 static inline bool fscache_object_is_live(struct fscache_object *object) in fscache_object_is_live() 403 static inline bool fscache_object_is_dying(struct fscache_object *object) in fscache_object_is_dying() 408 static inline bool fscache_object_is_available(struct fscache_object *object) in fscache_object_is_available() 413 static inline bool fscache_cache_is_broken(struct fscache_object *object) in fscache_cache_is_broken() 418 static inline bool fscache_object_is_active(struct fscache_object *object) in fscache_object_is_active() 444 static inline void fscache_object_lookup_error(struct fscache_object *object) in fscache_object_lookup_error() 461 void fscache_set_store_limit(struct fscache_object *object, loff_t i_size) in fscache_set_store_limit() 496 static inline bool fscache_use_cookie(struct fscache_object *object) in fscache_use_cookie() 519 static inline void fscache_unuse_cookie(struct fscache_object *object) in fscache_unuse_cookie()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | nv40.c | 44 nv40_gr_object_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv40_gr_object_bind() 74 nv40_gr_chan_bind(struct nvkm_object *object, struct nvkm_gpuobj *parent, in nv40_gr_chan_bind() 92 nv40_gr_chan_fini(struct nvkm_object *object, bool suspend) in nv40_gr_chan_fini() 130 nv40_gr_chan_dtor(struct nvkm_object *object) in nv40_gr_chan_dtor()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/ |
| H A D | track_link.cc | 10 OdtDetector *object = new OdtDetector(); in create_tracker() local 23 OdtDetector *object = (OdtDetector*)handle; in track() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | capsgv100.c | 26 struct nvkm_object object; member 31 gv100_disp_caps_map(struct nvkm_object *object, void *argv, u32 argc, in gv100_disp_caps_map()
|