Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/
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.c1949 goto out_of_memory; in tc_flush()
1957 goto out_of_memory; in tc_flush()
1971 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.c587 goto out_of_memory; in efi_console_register()
591 goto out_of_memory; in efi_console_register()
594 goto out_of_memory; in efi_console_register()
598 goto out_of_memory; in efi_console_register()
619 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.c198 save->out_of_memory = in alloc_vertex_store()
208 save->out_of_memory = GL_TRUE; in alloc_vertex_store()
211 if (save->out_of_memory) { in alloc_vertex_store()
535 save->out_of_memory = save->buffer_ptr == NULL; in compile_vertex_list()
976 if (save->out_of_memory) { in dlist_fallback()
1076 if (save->out_of_memory) { in vbo_save_NotifyBegin()
1108 if (save->out_of_memory) { in _save_End()
1183 if (save->out_of_memory) in _save_OBE_DrawArrays()
1263 if (save->out_of_memory) in _save_OBE_DrawElementsBaseVertex()
1338 if (save->out_of_memory) in _save_OBE_DrawRangeElements()
Dvbo_save.h151 GLboolean out_of_memory; /**< True if last VBO allocation failed */ member
/external/mesa3d/src/mesa/main/
Dprogram_binary.c244 blob.out_of_memory) in _mesa_get_program_binary()
249 if (!written || blob.out_of_memory) in _mesa_get_program_binary()
Ddebug_output.c112 static char out_of_memory[] = "Debugging error: out of memory"; variable
207 if (msg->message != (char*)out_of_memory) in debug_message_clear()
242 msg->message = out_of_memory; in debug_message_store()
Ddlist.c792 goto out_of_memory; in build_bitmap_atlas()
803 goto out_of_memory; in build_bitmap_atlas()
812 goto out_of_memory; in build_bitmap_atlas()
820 goto out_of_memory; in build_bitmap_atlas()
857 out_of_memory: in build_bitmap_atlas()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_handlers_p2p.c1849 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()
/external/curl/lib/
Dssh.c741 bool out_of_memory = FALSE; in ssh_statemach_act() local
757 out_of_memory = TRUE; in ssh_statemach_act()
762 out_of_memory = TRUE; in ssh_statemach_act()
768 if(!out_of_memory && !sshc->rsa) { in ssh_statemach_act()
794 out_of_memory = TRUE; in ssh_statemach_act()
797 if(out_of_memory || sshc->rsa == NULL) { in ssh_statemach_act()