Home
last modified time | relevance | path

Searched refs:ERR (Results 1 – 25 of 67) sorted by relevance

123

/external/dropbear/libtommath/
Dbn_mp_toom_mul.c42 goto ERR; in mp_toom_mul()
46 goto ERR; in mp_toom_mul()
52 goto ERR; in mp_toom_mul()
58 goto ERR; in mp_toom_mul()
62 goto ERR; in mp_toom_mul()
68 goto ERR; in mp_toom_mul()
74 goto ERR; in mp_toom_mul()
79 goto ERR; in mp_toom_mul()
84 goto ERR; in mp_toom_mul()
87 goto ERR; in mp_toom_mul()
[all …]
Dbn_mp_toom_sqr.c35 goto ERR; in mp_toom_sqr()
39 goto ERR; in mp_toom_sqr()
45 goto ERR; in mp_toom_sqr()
51 goto ERR; in mp_toom_sqr()
56 goto ERR; in mp_toom_sqr()
61 goto ERR; in mp_toom_sqr()
64 goto ERR; in mp_toom_sqr()
67 goto ERR; in mp_toom_sqr()
70 goto ERR; in mp_toom_sqr()
74 goto ERR; in mp_toom_sqr()
[all …]
Dbn_mp_is_square.c78 goto ERR; in mp_is_square()
85 if ( (1L<<(r%11)) & 0x5C4L ) goto ERR; in mp_is_square()
86 if ( (1L<<(r%13)) & 0x9E4L ) goto ERR; in mp_is_square()
87 if ( (1L<<(r%17)) & 0x5CE8L ) goto ERR; in mp_is_square()
88 if ( (1L<<(r%19)) & 0x4F50CL ) goto ERR; in mp_is_square()
89 if ( (1L<<(r%23)) & 0x7ACCA0L ) goto ERR; in mp_is_square()
90 if ( (1L<<(r%29)) & 0xC2EDD0CL ) goto ERR; in mp_is_square()
91 if ( (1L<<(r%31)) & 0x6DE2B848L ) goto ERR; in mp_is_square()
95 goto ERR; in mp_is_square()
98 goto ERR; in mp_is_square()
[all …]
Dbn_mp_reduce_2k_l.c35 goto ERR; in mp_reduce_2k_l()
40 goto ERR; in mp_reduce_2k_l()
45 goto ERR; in mp_reduce_2k_l()
53 ERR: in mp_reduce_2k_l()
Dbn_mp_reduce_2k.c32 goto ERR; in mp_reduce_2k()
38 goto ERR; in mp_reduce_2k()
44 goto ERR; in mp_reduce_2k()
52 ERR: in mp_reduce_2k()
Dbn_mp_reduce_2k_setup_l.c29 goto ERR; in mp_reduce_2k_setup_l()
33 goto ERR; in mp_reduce_2k_setup_l()
36 ERR: in mp_reduce_2k_setup_l()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_util.cpp49 ERR("cairo surface is invalid: %s", cairo_status_to_string(status)); in ewk_util_image_from_cairo_surface_add()
55 ERR("unknown surface type %d, required %d (CAIRO_SURFACE_TYPE_IMAGE).", in ewk_util_image_from_cairo_surface_add()
62 ERR("unknown surface format %d, expected %d or %d.", in ewk_util_image_from_cairo_surface_add()
71 ERR("invalid image size %dx%d, stride=%d", w, h, stride); in ewk_util_image_from_cairo_surface_add()
77 ERR("could not get source data."); in ewk_util_image_from_cairo_surface_add()
83 ERR("could not add image to canvas."); in ewk_util_image_from_cairo_surface_add()
92 ERR("evas' stride %d diverges from cairo's %d.", in ewk_util_image_from_cairo_surface_add()
Dewk_settings.cpp149 ERR("could not stat(%s): %s", directory, strerror(errno)); in ewk_settings_icon_database_path_set()
154 ERR("not a directory: %s", directory); in ewk_settings_icon_database_path_set()
159 ERR("could not access directory '%s' for read and write: %s", in ewk_settings_icon_database_path_set()
238 ERR("no icon for url %s", url); in ewk_settings_icon_database_icon_surface_get()
271 ERR("no icon for url %s", url); in ewk_settings_icon_database_icon_object_add()
290 ERR("no proxy uri. remove proxy feature in soup."); in ewk_settings_proxy_uri_set()
318 ERR("no proxy uri"); in ewk_settings_proxy_uri_get()
Dewk_tiled_matrix.c80 ERR("freeing cell that is visible, leaking tile %p", t); in _ewk_tile_matrix_cell_free()
83 ERR("tile %p was not in cache %p? leaking...", t, tm->tuc); in _ewk_tile_matrix_cell_free()
108 ERR("removing tile %p that was not in the matrix? Leaking...", t); in _ewk_tile_matrix_tile_free()
125 ERR("cache of unused tiles requesting deletion of used tile %p? " in _ewk_tile_matrix_tile_free()
164 ERR("could not create sparse matrix."); in ewk_tile_matrix_new()
174 ERR("no cache of unused tile!"); in ewk_tile_matrix_new()
215 ERR("tiled matrix leaked: tiles[+%"PRIu64",-%"PRIu64":%"PRIu64"] " in ewk_tile_matrix_free()
439 ERR("could not create tile %dx%d at %f, cspace=%d", in ewk_tile_matrix_tile_new()
447 ERR("could not set matrix cell, row/col outside matrix dimensions!"); in ewk_tile_matrix_tile_new()
510 ERR("invalid update region."); in ewk_tile_matrix_tile_update()
[all …]
Dewk_tiled_model.c223 ERR("unknown color space: %d", t->cspace); in _ewk_tile_paint()
266 ERR("unknown color space: %d", cspace); in ewk_tile_new()
309 ERR("failed to create cairo surface: %s", in ewk_tile_new()
318 ERR("failed to create cairo: %s", cairo_status_to_string(status)); in ewk_tile_new()
787 ERR("thawing more than freezing!"); in ewk_tile_unused_cache_thaw()
820 ERR("tile %p not found in cache %p", t, tuc); in ewk_tile_unused_cache_tile_get()
862 ERR("tile=%p is not unused (visible=%d)", t, t->visible); in ewk_tile_unused_cache_tile_put()
869 ERR("List allocation failed"); in ewk_tile_unused_cache_tile_put()
/external/dropbear/libtommath/pre_gen/
Dmpi.c3950 goto ERR; in mp_is_square()
3957 if ( (1L<<(r%11)) & 0x5C4L ) goto ERR; in mp_is_square()
3958 if ( (1L<<(r%13)) & 0x9E4L ) goto ERR; in mp_is_square()
3959 if ( (1L<<(r%17)) & 0x5CE8L ) goto ERR; in mp_is_square()
3960 if ( (1L<<(r%19)) & 0x4F50CL ) goto ERR; in mp_is_square()
3961 if ( (1L<<(r%23)) & 0x7ACCA0L ) goto ERR; in mp_is_square()
3962 if ( (1L<<(r%29)) & 0xC2EDD0CL ) goto ERR; in mp_is_square()
3963 if ( (1L<<(r%31)) & 0x6DE2B848L ) goto ERR; in mp_is_square()
3967 goto ERR; in mp_is_square()
3970 goto ERR; in mp_is_square()
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/common/
Ddebug.h32 #define ERR(message, ...) gl::trace("err: %s"message"\n", __FUNCTION__, __VA_ARGS__) macro
37 ERR("\t! Assert failed in %s(%d): "#expression"\n", __FUNCTION__, __LINE__); \
55 ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__); \
59 #define UNREACHABLE() ERR("\t! Unreachable reached: %s(%d)\n", __FUNCTION__, __LINE__)
/external/bluetooth/bluez/audio/
Dliba2dp.c83 #define ERR LOGE macro
250 ERR("bt_audio_service_get_data_fd failed, errno: %d", errno); in bluetooth_start()
335 ERR("Invalid channel mode %u", mode); in default_bitpool()
347 ERR("Invalid channel mode %u", mode); in default_bitpool()
351 ERR("Invalid sampling freq %u", freq); in default_bitpool()
376 ERR("Rate %d not supported", data->rate); in bluetooth_a2dp_init()
393 ERR("No supported channel modes"); in bluetooth_a2dp_init()
406 ERR("No supported block lengths"); in bluetooth_a2dp_init()
415 ERR("No supported subbands"); in bluetooth_a2dp_init()
746 ERR("Error sending data to audio service: %s(%d)", in audioservice_send()
[all …]
/external/qemu/
Dcurses.c180 nextchr = ERR; in curses_refresh()
183 if (nextchr == ERR) in curses_refresh()
187 nextchr = ERR; in curses_refresh()
190 if (chr == ERR) in curses_refresh()
214 if (nextchr != ERR) { in curses_refresh()
216 nextchr = ERR; in curses_refresh()
/external/dropbear/libtomcrypt/src/math/fp/
Dltc_ecc_fp_mulmod.c695 goto ERR; in build_lut()
701 …mulmod(fp_cache[idx].g->z, mu, modulus, fp_cache[idx].LUT[1]->z) != CRYPT_OK)) { goto ERR; } in build_lut()
707 …mp_copy(fp_cache[idx].LUT[1<<(x-1)]->z, fp_cache[idx].LUT[1<<x]->z) != CRYPT_OK)) { goto ERR; } in build_lut()
712 goto ERR; in build_lut()
725 goto ERR; in build_lut()
731 …tmp)) != CRYPT_OK) { goto ERR; } in build_lut()
734 …ntgomery_reduce(fp_cache[idx].LUT[x]->z, modulus, mp)) != CRYPT_OK) { goto ERR; } in build_lut()
737 …vmod(fp_cache[idx].LUT[x]->z, modulus, fp_cache[idx].LUT[x]->z)) != CRYPT_OK) { goto ERR; } in build_lut()
740 …rmod(fp_cache[idx].LUT[x]->z, modulus, tmp)) != CRYPT_OK) { goto ERR; } in build_lut()
743 …lmod(fp_cache[idx].LUT[x]->x, tmp, modulus, fp_cache[idx].LUT[x]->x)) != CRYPT_OK) { goto ERR; } in build_lut()
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DIndexDataManager.cpp169 ERR("Failed to map index buffer."); in prepareIndexData()
216 ERR("Out of memory allocating an index buffer of size %lu.", size); in IndexBuffer()
261 ERR(" Lock failed with error 0x%08x", result); in map()
289 ERR("Out of memory allocating a vertex buffer of size %lu.", mBufferSize); in reserveSpace()
323 ERR(" Lock failed with error 0x%08x", result); in map()
342 ERR("Out of memory allocating a vertex buffer of size %lu.", mBufferSize); in reserveSpace()
DVertexDataManager.cpp71 ERR("Failed to map vertex buffer."); in writeAttributeData()
202 ERR("An enabled vertex array has no buffer and no pointer."); in prepareVertexData()
549 ERR("Out of memory allocating a vertex buffer of size %lu.", size); in VertexBuffer()
585 ERR("Lock failed with error 0x%08x", result); in ConstantVertexBuffer()
645 ERR("Lock failed with error 0x%08x", result); in map()
673 ERR("Out of memory allocating a vertex buffer of size %lu.", mBufferSize); in reserveRequiredSpace()
711 ERR("Lock failed with error 0x%08x", result); in map()
735 ERR("Out of memory allocating a vertex buffer of size %lu.", mRequiredSpace); in reserveRequiredSpace()
/external/harfbuzz/src/
Dharfbuzz-gdef.c62 return ERR(HB_Err_Invalid_Argument); in HB_New_GDEF_Table()
92 return ERR(HB_Err_Invalid_Argument); in HB_Load_GDEF_Table()
455 return ERR(HB_Err_Invalid_SubTable_Format); in Load_CaretValue()
700 return ERR(HB_Err_Invalid_Argument); in HB_GDEF_Get_Glyph_Property()
803 return ERR(HB_Err_Invalid_Argument); in HB_GDEF_Build_ClassDefinition()
820 error = ERR(HB_Err_Invalid_Argument); in HB_GDEF_Build_ClassDefinition()
841 error = ERR(HB_Err_Invalid_Argument); in HB_GDEF_Build_ClassDefinition()
857 error = ERR(HB_Err_Invalid_Argument); in HB_GDEF_Build_ClassDefinition()
867 error = ERR(HB_Err_Invalid_Argument); in HB_GDEF_Build_ClassDefinition()
882 error = ERR(HB_Err_Invalid_Argument); in HB_GDEF_Build_ClassDefinition()
[all …]
Dharfbuzz-impl.c43 error = ERR(HB_Err_Out_Of_Memory); in _hb_alloc()
61 error = ERR(HB_Err_Out_Of_Memory); in _hb_realloc()
Dharfbuzz-stream.c77 error = ERR(HB_Err_Read_Error); in _hb_stream_seek()
94 error = ERR(HB_Err_Read_Error); in _hb_stream_frame_enter()
Dharfbuzz-gpos.c73 return ERR(HB_Err_Not_Covered); /* ERR() call intended */ in default_mmfunc()
92 return ERR(HB_Err_Invalid_Argument); in HB_Load_GPOS_Table()
689 return ERR(HB_Err_Invalid_SubTable_Format); in Load_Anchor()
803 return ERR(HB_Err_Not_Covered); in Get_Anchor()
918 return ERR(HB_Err_Invalid_SubTable); in Load_SinglePos()
959 return ERR(HB_Err_Invalid_SubTable_Format); in Load_SinglePos()
1046 return ERR(HB_Err_Invalid_SubTable); in Lookup_SinglePos()
1054 return ERR(HB_Err_Invalid_SubTable); in Lookup_SinglePos()
1455 return ERR(HB_Err_Invalid_SubTable_Format); in Load_PairPos()
1508 return ERR(HB_Err_Invalid_SubTable); in Lookup_PairPos1()
[all …]
Dharfbuzz-gsub.c59 return ERR(HB_Err_Invalid_Argument); in HB_Load_GSUB_Table()
229 return ERR(HB_Err_Invalid_SubTable_Format); in Load_SingleSubst()
298 return ERR(HB_Err_Invalid_SubTable); in Lookup_SingleSubst()
305 return ERR(HB_Err_Invalid_SubTable); in Lookup_SingleSubst()
495 return ERR(HB_Err_Invalid_SubTable); in Lookup_MultipleSubst()
973 return ERR(HB_Err_Invalid_SubTable); in Lookup_LigatureSubst()
1783 default: return ERR(HB_Err_Invalid_SubTable_Format); in Load_ContextSubst()
1914 error = ERR(HB_Err_Invalid_SubTable); in Lookup_ContextSubst2()
2041 default: return ERR(HB_Err_Invalid_SubTable_Format); in Lookup_ContextSubst()
2973 default: return ERR(HB_Err_Invalid_SubTable_Format); in Load_ChainContextSubst()
[all …]
/external/bluetooth/bluez/test/
Dipctest.c48 #define ERR(fmt, arg...) \ macro
141 ERR("Error sending data to audio service: %s(%d)", in service_send()
167 ERR("Bogus message type %d - name %d" in service_recv()
173 ERR("Error receiving data from audio service: %s(%d)", in service_recv()
195 ERR("Received error condition: %s", in service_expect()
198 ERR("Bogus message %s received while %s was expected", in service_expect()
237 ERR("Packet too small to store codec information."); in parse_caps()
249 ERR("Got capabilities for wrong codec."); in parse_caps()
719 ERR("SO_PRIORITY failed: %s", strerror(errno)); in make_socket_low_delay()
742 ERR("Failed to read date from stream_fd: %s", in read_stream()
[all …]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
Dregress-58274.js68 var ERR = 'UNEXPECTED ERROR! \n'; variable
69 var ERR_MALFORMED_NAME = ERR + 'Could not find function name in: \n\n';
/external/tcpdump/missing/
Dgetaddrinfo.c239 #define ERR(err) \ macro
333 ERR(EAI_BADHINTS); /* xxx */
335 ERR(EAI_BADFLAGS);
344 ERR(EAI_FAMILY);
362 ERR(EAI_BADHINTS);
389 ERR(error);
435 ERR(EAI_NONAME);
437 ERR(EAI_NONAME);
817 ERR(EAI_FAMILY); /*xxx*/

123