/external/dropbear/libtommath/ |
D | bn_mp_toom_mul.c | 42 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 …]
|
D | bn_mp_toom_sqr.c | 35 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 …]
|
D | bn_mp_is_square.c | 78 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 …]
|
D | bn_mp_reduce_2k_l.c | 35 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()
|
D | bn_mp_reduce_2k.c | 32 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()
|
D | bn_mp_reduce_2k_setup_l.c | 29 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()
|
D | bn_mp_karatsuba_sqr.c | 40 goto ERR; in mp_karatsuba_sqr() 114 ERR: in mp_karatsuba_sqr()
|
D | bn_mp_karatsuba_mul.c | 63 goto ERR; in mp_karatsuba_mul() 160 ERR: in mp_karatsuba_mul()
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 3950 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/bluez/utils/audio/ |
D | liba2dp.c | 80 #define ERR LOGE macro 202 ERR("BT_START failed : %s(%d)", in bluetooth_start() 215 ERR("bt_audio_service_get_data_fd failed, errno: %d", errno); in bluetooth_start() 272 ERR("BT_STREAMSTOP failed : %s(%d)", in bluetooth_stop() 300 ERR("Invalid channel mode %u", mode); in default_bitpool() 312 ERR("Invalid channel mode %u", mode); in default_bitpool() 316 ERR("Invalid sampling freq %u", freq); in default_bitpool() 341 ERR("Rate %d not supported", data->rate); in bluetooth_a2dp_init() 358 ERR("No supported channel modes"); in bluetooth_a2dp_init() 371 ERR("No supported block lengths"); in bluetooth_a2dp_init() [all …]
|
/external/qemu/ |
D | curses.c | 180 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()
|
D | cpu-exec.c | 1187 #define REG_ERR ERR in cpu_signal_handler()
|
/external/dropbear/libtomcrypt/src/math/fp/ |
D | ltc_ecc_fp_mulmod.c | 695 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/tcpdump/missing/ |
D | getaddrinfo.c | 239 #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*/
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Function/ |
D | regress-58274.js | 68 var ERR = 'UNEXPECTED ERROR! \n'; variable 69 var ERR_MALFORMED_NAME = ERR + 'Could not find function name in: \n\n';
|
/external/grub/grub/ |
D | asmstub.c | 608 static int save_char = ERR; 654 if (save_char != ERR) in console_checkkey() 659 if (c != ERR) in console_checkkey() 680 if (save_char != ERR) in console_getkey() 683 save_char = ERR; in console_getkey()
|
/external/wpa_supplicant/ |
D | libtommath.c | 1892 goto ERR; in mp_reduce_2k_l() 1897 goto ERR; in mp_reduce_2k_l() 1902 goto ERR; in mp_reduce_2k_l() 1910 ERR: in mp_reduce_2k_l() 1927 goto ERR; in mp_reduce_2k_setup_l() 1931 goto ERR; in mp_reduce_2k_setup_l() 1934 ERR: in mp_reduce_2k_setup_l()
|
/external/openssl/crypto/err/ |
D | openssl.ec | 6 L ERR NONE NONE
|
/external/e2fsprogs/ext2ed/ |
D | main.c | 161 case ERR: in command_read_key()
|
/external/openssl/crypto/ |
D | install.com | 40 BUFFER,BIO,STACK,LHASH,RAND,ERR,-
|
/external/grub/netboot/ |
D | depca.c | 275 #define ERR 0x8000 /* Error summary */ macro
|
/external/grub/ |
D | ChangeLog | 7840 (getkey) [HAVE_LIBCURSES]: If SAVE_CHAR is not ERR, return 7842 (checkkey) [HAVE_LIBCURSES]: If SAVE_CHAR is not ERR, return 7843 SAVE_CHAR. If C is not ERR, set SAVE_CHAR to C.
|
/external/strace/ |
D | ChangeLog | 2638 + sys_signal(): special case SIG_{ERR,DFL,IGN}
|
/external/icu4c/data/unidata/ |
D | UnicodeData.txt | 14026 1047B;SHAVIAN LETTER ERR;Lo;0;L;;;;;N;;;;;
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 36442 ERR EH1 R 36443 ERR(2) ER1
|