Searched refs:used (Results 51 - 75 of 2193) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_div_2.c26 if (b->alloc < a->used) {
27 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
32 oldused = b->used;
33 b->used = a->used;
38 tmpa = a->dp + b->used - 1;
41 tmpb = b->dp + b->used - 1;
45 for (x = b->used - 1; x >= 0; x--) {
57 tmpb = b->dp + b->used;
58 for (x = b->used;
[all...]
H A Dbn_mp_reduce_is_2k_l.c20 /* determines if reduce_2k_l can be used */
25 if (a->used == 0) {
27 } else if (a->used == 1) {
29 } else if (a->used > 1) {
31 for (iy = ix = 0; ix < a->used; ix++) {
36 return (iy >= (a->used/2)) ? MP_YES : MP_NO;
H A Dbn_mp_mul.c28 if (MIN (a->used, b->used) >= TOOM_MUL_CUTOFF) {
34 if (MIN (a->used, b->used) >= KARATSUBA_MUL_CUTOFF) {
41 * The fast multiplier can be used if the output will
45 int digs = a->used + b->used + 1;
49 MIN(a->used, b->used) <=
61 c->sign = (c->used >
[all...]
H A Dbn_mp_mul_2.c26 if (b->alloc < a->used + 1) {
27 if ((res = mp_grow (b, a->used + 1)) != MP_OKAY) {
32 oldused = b->used;
33 b->used = a->used;
46 for (x = 0; x < a->used; x++) {
66 ++(b->used);
72 tmpb = b->dp + b->used;
73 for (x = b->used; x < oldused; x++) {
H A Dbn_mp_copy.c32 if (b->alloc < a->used) {
33 if ((res = mp_grow (b, a->used)) != MP_OKAY) {
51 for (n = 0; n < a->used; n++) {
56 for (; n < b->used; n++) {
61 /* copy used count and sign */
62 b->used = a->used;
H A Dbn_mp_dr_is_modulus.c26 if (a->used < 2) {
33 for (ix = 1; ix < a->used; ix++) {
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pe/
H A Dseh-x64-err-1.l2 .*:5: Error: .seh_endproc used without .seh_proc
3 .*:6: Error: .seh_stackalloc used outside of .seh_proc block
4 .*:7: Error: .seh_setframe used outside of .seh_proc block
5 .*:8: Error: .seh_endprologue used outside of .seh_proc block
6 .*:9: Error: .seh_pushreg used outside of .seh_proc block
7 .*:10: Error: .seh_savereg used outside of .seh_proc block
8 .*:11: Error: .seh_savexmm used outside of .seh_proc block
9 .*:12: Error: .seh_handler used outside of .seh_proc block
10 .*:13: Error: .seh_handler used outside of .seh_proc block
11 .*:14: Error: .seh_handler used outsid
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/m32r/
H A Dinitfini.c38 ensure that the proper lists are used for the initialization/finalization
45 __attribute__ ((used, section (".ctors")))
49 __attribute__ ((used, section (".dtors")))
67 asm ("__do_global_dtors") __attribute__ ((used, section (".text")));
121 __attribute__ ((used, section (".ctors")))
125 __attribute__ ((used, section (".dtors")))
132 asm ("__do_global_ctors") __attribute__ ((used, section (".text")));
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/m32r/
H A Dinitfini.c38 ensure that the proper lists are used for the initialization/finalization
45 __attribute__ ((used, section (".ctors")))
49 __attribute__ ((used, section (".dtors")))
67 asm ("__do_global_dtors") __attribute__ ((used, section (".text")));
121 __attribute__ ((used, section (".ctors")))
125 __attribute__ ((used, section (".dtors")))
132 asm ("__do_global_ctors") __attribute__ ((used, section (".text")));
/netbsd-current/tests/usr.bin/xlint/lint2/
H A Dmsg_010.exp1 func value is used( msg_010.c?(30) ), but none returned
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/nds32/
H A Dinitfini.c43 ensure that the proper lists are used for the initialization/finalization
49 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors"), used))
52 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors"), used))
75 extern void __nds32_register_eh(void) __attribute__((constructor, used));
76 extern void __nds32_deregister_eh(void) __attribute__((destructor, used));
118 asm ("__do_global_dtors") __attribute__ ((section (".text"), used));
171 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors"), used))
174 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors"), used))
195 asm ("__do_global_ctors") __attribute__ ((section (".text"), used));
/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dscript_test_11a.c3 static unsigned int buffer1[256] __attribute((used));
4 static unsigned int buffer2[256] __attribute((used)) = { 1 };
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ia64/
H A Dhint.b-err.l2 .*:1: Error: hint.b shouldn't be used
3 .*:2: Error: hint.b shouldn't be used
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-ctf/
H A Dcross-tu-cyclic-2.c15 static struct C *foo __attribute__((used));
16 static struct A *bar __attribute__((used));
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmodule-defer-warn2.l2 .*:2: Error: `gp=64' used with a 32-bit.*
3 .*:2: .*: `fp=64' used with a 32-bit.*
H A Dnoat-2.l2 .*\.s:2: Error: macro used \$at after "\.set noat"
H A Dnoat-3.l2 .*\.s:2: Error: macro used \$at after "\.set noat"
H A Dnoat-4.l2 .*\.s:2: Error: macro used \$at after "\.set noat"
H A Dnoat-5.l2 .*\.s:2: Error: macro used \$at after "\.set noat"
H A Dnoat-6.l2 .*\.s:2: Error: macro used \$at after "\.set noat"
H A Dnoat-7.l2 .*\.s:2: Error: macro used \$at after "\.set noat"
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/symver/
H A Dsymver11.d2 #error: .*symbol cannot be used on reloc
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/tic6x/
H A Dreloc-bad-4.l2 [^:]*:7: Error: \$DSBT_INDEX must be used with __c6xabi_DSBT_BASE
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/nds32/
H A Dinitfini.c43 ensure that the proper lists are used for the initialization/finalization
49 static func_ptr __CTOR_LIST__[1] __attribute__ ((section (".ctors"), used))
52 static func_ptr __DTOR_LIST__[1] __attribute__ ((section (".dtors"), used))
75 extern void __nds32_register_eh(void) __attribute__((constructor, used));
76 extern void __nds32_deregister_eh(void) __attribute__((destructor, used));
118 asm ("__do_global_dtors") __attribute__ ((section (".text"), used));
171 static func_ptr __CTOR_END__[1] __attribute__ ((section (".ctors"), used))
174 static func_ptr __DTOR_END__[1] __attribute__ ((section (".dtors"), used))
195 asm ("__do_global_ctors") __attribute__ ((section (".text"), used));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ctf/
H A Dcross-tu-cyclic-2.c15 static struct C *foo __attribute__((used));
16 static struct A *bar __attribute__((used));

Completed in 307 milliseconds

1234567891011>>