Home
last modified time | relevance | path

Searched refs:out_of_memory (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/util/
Dblob.c49 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()
Dblob.h69 bool out_of_memory; member
/external/libjpeg-turbo/
Djmemmgr.c225 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 alloc_sarray()
451 out_of_memory(cinfo, 9); in alloc_sarray()
506 out_of_memory(cinfo, 6); /* safety check */ in alloc_barray()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_log.c160 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()
Du_threaded_context.c2165 goto out_of_memory; in tc_flush()
2173 goto out_of_memory; in tc_flush()
2187 out_of_memory: in tc_flush()
/external/u-boot/lib/efi_selftest/
Defi_selftest_devicepath.c88 goto out_of_memory; in setup()
95 goto out_of_memory; in setup()
102 goto out_of_memory; in setup()
181 out_of_memory: in setup()
/external/u-boot/lib/efi_loader/
Defi_console.c1112 goto out_of_memory; in efi_console_register()
1117 goto out_of_memory; in efi_console_register()
1123 goto out_of_memory; in efi_console_register()
1128 goto out_of_memory; in efi_console_register()
1133 goto out_of_memory; in efi_console_register()
1155 out_of_memory: in efi_console_register()
/external/e2fsprogs/intl/
Dvasnprintf.c195 goto out_of_memory; \ in VASNPRINTF()
201 goto out_of_memory; \ in VASNPRINTF()
493 goto out_of_memory; in VASNPRINTF()
497 goto out_of_memory; in VASNPRINTF()
867 out_of_memory: in VASNPRINTF()
/external/mesa3d/src/mesa/vbo/
Dvbo_save_api.c150 save->out_of_memory = in alloc_vertex_store()
160 save->out_of_memory = GL_TRUE; in alloc_vertex_store()
163 if (save->out_of_memory) { in alloc_vertex_store()
636 save->out_of_memory = save->buffer_ptr == NULL; in compile_vertex_list()
1072 if (save->out_of_memory) { in dlist_fallback()
1170 if (save->out_of_memory) { in vbo_save_NotifyBegin()
1202 if (save->out_of_memory) { in _save_End()
1324 if (save->out_of_memory) in _save_OBE_DrawArrays()
1427 if (save->out_of_memory) in _save_OBE_DrawElementsBaseVertex()
1501 if (save->out_of_memory) in _save_OBE_DrawRangeElements()
Dvbo.h148 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member
/external/mesa3d/src/mesa/main/
Dprogram_binary.c249 blob.out_of_memory) in _mesa_get_program_binary()
254 if (!written || blob.out_of_memory) in _mesa_get_program_binary()
Ddebug_output.c111 static char out_of_memory[] = "Debugging error: out of memory"; variable
203 if (msg->message != (char*)out_of_memory) in debug_message_clear()
238 msg->message = out_of_memory; in debug_message_store()
Ddlist.c998 goto out_of_memory; in build_bitmap_atlas()
1009 goto out_of_memory; in build_bitmap_atlas()
1023 goto out_of_memory; in build_bitmap_atlas()
1031 goto out_of_memory; in build_bitmap_atlas()
1068 out_of_memory: in build_bitmap_atlas()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline_cache.c91 if (blob.out_of_memory) { in v3dv_pipeline_cache_upload_nir()
604 return !blob->out_of_memory; in shader_variant_write_to_blob()
656 if (blob.out_of_memory) { in v3dv_GetPipelineCacheData()
Dv3dv_pipeline.c102 if (!blob.out_of_memory) in v3dv_shader_module_internal_init()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c1898 goto out_of_memory; in match_group_where_peer_is_client()
1906 out_of_memory: in match_group_where_peer_is_client()
1941 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups()
1952 goto out_of_memory; in wpas_dbus_getter_p2p_peer_groups()
1965 out_of_memory: in wpas_dbus_getter_p2p_peer_groups()
2353 goto out_of_memory; in wpas_dbus_getter_p2p_group_members()
2359 goto out_of_memory; in wpas_dbus_getter_p2p_group_members()
2378 out_of_memory: in wpas_dbus_getter_p2p_group_members()
/external/curl/lib/vssh/
Dlibssh2.c728 bool out_of_memory = FALSE; in ssh_statemach_act() local
744 out_of_memory = TRUE; in ssh_statemach_act()
749 out_of_memory = TRUE; in ssh_statemach_act()
756 if(!out_of_memory && !sshc->rsa) { in ssh_statemach_act()
782 out_of_memory = TRUE; in ssh_statemach_act()
785 if(out_of_memory || sshc->rsa == NULL) { in ssh_statemach_act()
/external/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c193 return !blob->out_of_memory; in anv_shader_bin_write_to_blob()
810 if (blob.out_of_memory) { in anv_device_upload_nir()