/third_party/vulkan-loader/loader/ |
H A D | cJSON.c | 256 static const char *parse_string(cJSON *item, const char *str, bool *out_of_memory) { in parse_string() argument 272 *out_of_memory = true; in parse_string() 446 static const char *parse_value(cJSON *item, const char *value, bool *out_of_memory); 448 static const char *parse_array(cJSON *item, const char *value, bool *out_of_memory); 450 static const char *parse_object(cJSON *item, const char *value, bool *out_of_memory); 461 int require_null_terminated, bool *out_of_memory) { in cJSON_ParseWithOpts() 466 *out_of_memory = true; in cJSON_ParseWithOpts() 470 end = parse_value(c, skip(value), out_of_memory); in cJSON_ParseWithOpts() 490 static cJSON *cJSON_Parse(const VkAllocationCallbacks *pAllocator, const char *value, bool *out_of_memory) { in cJSON_Parse() argument 491 return cJSON_ParseWithOpts(pAllocator, value, 0, 0, out_of_memory); in cJSON_Parse() 460 cJSON_ParseWithOpts(const VkAllocationCallbacks *pAllocator, const char *value, const char **return_parse_end, int require_null_terminated, bool *out_of_memory) cJSON_ParseWithOpts() argument 499 parse_value(cJSON *item, const char *value, bool *out_of_memory) parse_value() argument 594 parse_array(cJSON *item, const char *value, bool *out_of_memory) parse_array() argument 733 parse_object(cJSON *item, const char *value, bool *out_of_memory) parse_object() argument 1014 bool out_of_memory = false; loader_get_json() local [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jmemmgr.c | 225 out_of_memory(j_common_ptr cinfo, int which) in out_of_memory() function 284 out_of_memory(cinfo, 7); in alloc_small() 291 out_of_memory(cinfo, 1); /* request exceeds malloc's ability */ in alloc_small() 323 out_of_memory(cinfo, 2); /* jpeg_get_small failed */ in alloc_small() 378 out_of_memory(cinfo, 8); in alloc_large() 385 out_of_memory(cinfo, 3); /* request exceeds malloc's ability */ in alloc_large() 395 out_of_memory(cinfo, 4); /* jpeg_get_large failed */ in alloc_large() 446 out_of_memory(cinfo, 5); /* safety check */ in METHODDEF() 451 out_of_memory(cinfo, 9); in METHODDEF() 506 out_of_memory(cinf in METHODDEF() [all...] |
/third_party/mesa3d/src/util/ |
H A D | blob.c | 49 if (blob->out_of_memory) in grow_to_fit() 56 blob->out_of_memory = true; in grow_to_fit() 69 blob->out_of_memory = true; in grow_to_fit() 115 blob->out_of_memory = false; in blob_init() 125 blob->out_of_memory = false; in blob_init_fixed()
|
H A D | blob.h | 52 * check for out_of_memory and handle fixed-size blobs correctly. 72 bool out_of_memory; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_log.c | 160 goto out_of_memory; in u_log_chunk() 169 goto out_of_memory; in u_log_chunk() 180 out_of_memory: in u_log_chunk()
|
H A D | u_threaded_context.c | 3062 goto out_of_memory; in tc_flush() 3071 goto out_of_memory; in tc_flush() 3084 out_of_memory: in tc_flush()
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.c | 256 if (blob->out_of_memory) { in vk_pipeline_cache_object_serialize() 429 if (object->ops->serialize(object, &blob) && !blob.out_of_memory) { in vk_pipeline_cache_add_object() 483 if (blob.out_of_memory) { in vk_pipeline_cache_add_nir() 723 if (blob.out_of_memory) { in vk_common_GetPipelineCacheData() 733 assert(!blob.out_of_memory); in vk_common_GetPipelineCacheData()
|
H A D | vk_pipeline.c | 156 assert(!blob.out_of_memory); in vk_pipeline_hash_shader_stage()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | program_binary.c | 251 blob.out_of_memory) in _mesa_get_program_binary() 256 if (!written || blob.out_of_memory) in _mesa_get_program_binary()
|
H A D | debug_output.c | 113 static char out_of_memory[] = "Debugging error: out of memory"; variable 206 if (msg->message != (char*)out_of_memory) in debug_message_clear() 241 msg->message = out_of_memory; in debug_message_store()
|
H A D | dlist.c | 985 goto out_of_memory; in build_bitmap_atlas() 999 goto out_of_memory; in build_bitmap_atlas() 1013 goto out_of_memory; in build_bitmap_atlas() 1021 goto out_of_memory; in build_bitmap_atlas() 1058 out_of_memory: in build_bitmap_atlas()
|
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_save_api.c | 420 save->out_of_memory = true; in grow_vertex_storage() 561 save->out_of_memory = true; in compile_vertex_list() 798 save->out_of_memory = true; in compile_vertex_list() 931 save->out_of_memory = true; in compile_vertex_list() 1449 if (save->out_of_memory) { in dlist_fallback() 1571 if (save->out_of_memory) { in _save_End() 1686 if (save->out_of_memory) in save_DrawArrays() 1795 if (save->out_of_memory) in save_DrawElementsBaseVertex() 1871 if (save->out_of_memory) in save_DrawRangeElements()
|
H A D | vbo.h | 177 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline_cache.c | 105 if (blob.out_of_memory) { in v3dv_pipeline_cache_upload_nir() 877 return !blob->out_of_memory; in shader_variant_write_to_blob() 945 return !blob->out_of_memory; in v3dv_pipeline_shared_data_write_to_blob() 996 if (blob.out_of_memory) { in v3dv_GetPipelineCacheData()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 1849 goto out_of_memory; in match_group_where_peer_is_client() 1857 out_of_memory: in match_group_where_peer_is_client() 1890 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups() 1901 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups() 1914 out_of_memory: in wpas_dbus_getter_p2p_peer_groups() 2288 goto out_of_memory; in wpas_dbus_getter_p2p_group_members() 2294 goto out_of_memory; in wpas_dbus_getter_p2p_group_members() 2313 out_of_memory: in wpas_dbus_getter_p2p_group_members()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c | 1902 goto out_of_memory; in match_group_where_peer_is_client() 1910 out_of_memory: in match_group_where_peer_is_client() 1945 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups() 1956 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups() 1969 out_of_memory: in wpas_dbus_getter_p2p_peer_groups() 2357 goto out_of_memory; in wpas_dbus_getter_p2p_group_members() 2363 goto out_of_memory; in wpas_dbus_getter_p2p_group_members() 2382 out_of_memory: in wpas_dbus_getter_p2p_group_members()
|
/third_party/curl/lib/vssh/ |
H A D | libssh2.c | 1076 bool out_of_memory = FALSE; in ssh_statemach_act() local 1092 out_of_memory = TRUE; in ssh_statemach_act() 1097 out_of_memory = TRUE; in ssh_statemach_act() 1104 if(!out_of_memory && !sshc->rsa) { in ssh_statemach_act() 1130 out_of_memory = TRUE; in ssh_statemach_act() 1133 if(out_of_memory || !sshc->rsa) { in ssh_statemach_act()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_pipeline_cache.c | 231 return !blob->out_of_memory; in anv_shader_bin_serialize()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 44109 const char* out_of_memory; global() member [all...] |