Searched refs:ROUND (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/crypto/
H A Daes-internal-enc.c47 #define ROUND(i,d,s) \ macro
55 ROUND(1,t,s);
56 ROUND(2,s,t);
57 ROUND(3,t,s);
58 ROUND(4,s,t);
59 ROUND(5,t,s);
60 ROUND(6,s,t);
61 ROUND(7,t,s);
62 ROUND(8,s,t);
63 ROUND(
81 #undef ROUND macro
[all...]
H A Daes-internal-dec.c91 #define ROUND(i,d,s) \ macro
99 ROUND(1,t,s);
100 ROUND(2,s,t);
101 ROUND(3,t,s);
102 ROUND(4,s,t);
103 ROUND(5,t,s);
104 ROUND(6,s,t);
105 ROUND(7,t,s);
106 ROUND(8,s,t);
107 ROUND(
125 #undef ROUND macro
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/mn10300/
H A Dinterp.c656 #define ROUND(val) (*ops->round) (val) macro
693 ROUND (&in);
721 stat |= ROUND (&out);
787 ROUND (&m);
788 ROUND (&n);
813 ROUND (&m);
814 ROUND (&n);
830 stat |= ROUND (&r);
849 ROUND (&m);
850 ROUND (
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dgc.c51 #define ROUND(V, A) \ macro
172 offset = ROUND (offset, align);
276 *size = ROUND (*current + len + 1, 10);
305 bits_no = (ROUND (class_get_instance_size (class), sizeof (void *))
307 size = ROUND (bits_no, BITS_PER_WORD) / BITS_PER_WORD;
H A Dencoding.c49 #undef ROUND macro
50 #define ROUND(V, A) \ macro
406 return ROUND (size, align);
429 return ROUND (size, wordsize);
901 layout->record_size = ROUND (layout->record_size, desired_align);
937 layout->record_size = ROUND (layout->record_size, layout->record_align);
H A Darchive.c35 #define ROUND(V, A) \ macro
1072 acc_size = ROUND (acc_size, align);
1168 acc_size = ROUND (acc_size, align);
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/
H A Dmemory.h42 ROUND(const T v, const T x) { function
99 uint32_t roundPage(uint32_t v) { return ROUND(v, _page_size); }
102 { return ROUND(v, uint32_t(WCE_REGION_SIZE)); }
H A Dload.cpp78 kv = ROUND(_kernend, static_cast <vsize_t>(KERNEL_PAGE_SIZE));
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc/execute/
H A Dnext_mapping.h51 #undef ROUND macro
56 #define ROUND(V, A) (A * ((V + A - 1) / A)) macro
64 #define ROUND(V, A) \ macro
404 return ROUND (size, align);
427 return ROUND (size, wordsize);
810 layout->record_size = ROUND (layout->record_size, int_align);
816 layout->record_size = ROUND (layout->record_size, desired_align);
835 layout->record_size = ROUND (layout->record_size, layout->record_align);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/objc/execute/
H A Dnext_mapping.h51 #undef ROUND macro
56 #define ROUND(V, A) (A * ((V + A - 1) / A)) macro
64 #define ROUND(V, A) \ macro
404 return ROUND (size, align);
427 return ROUND (size, wordsize);
810 layout->record_size = ROUND (layout->record_size, int_align);
816 layout->record_size = ROUND (layout->record_size, desired_align);
835 layout->record_size = ROUND (layout->record_size, layout->record_align);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/obj-c++.dg/
H A Dproto-qual-1.mm14 #define ROUND(s,a) (a * ((s + a - 1) / a))
15 #define aligned_sizeof(T) ROUND(sizeof(T),__alignof(void *))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/
H A Dproto-qual-1.m13 #define ROUND(s,a) (a * ((s + a - 1) / a))
14 #define aligned_sizeof(T) ROUND(sizeof(T),__alignof(void *))
/netbsd-6-1-5-RELEASE/tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c191 #define ROUND(a,b) (((a) + ((b)-1)) & ~((b)-1)) macro
216 sbp->f_blocks = ROUND(btot, pgsize) / pgsize;
220 sbp->f_bfree = sbp->f_bavail = ROUND(bfree, pgsize) / pgsize;
227 #undef ROUND macro
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dgc.c49 #define ROUND(V, A) \ macro
170 offset = ROUND (offset, align);
274 *size = ROUND (*current + len + 1, 10);
303 bits_no = (ROUND (class_get_instance_size (class), sizeof (void *))
305 size = ROUND (bits_no, BITS_PER_WORD) / BITS_PER_WORD;
H A Dencoding.c47 #undef ROUND macro
48 #define ROUND(V, A) \ macro
516 return ROUND (size, align);
539 return ROUND (size, wordsize);
1020 layout->record_size = ROUND (layout->record_size, desired_align);
1058 layout->record_size = ROUND (layout->record_size, layout->record_align);
H A Darchive.c33 #define ROUND(V, A) \ macro
1070 acc_size = ROUND (acc_size, align);
1166 acc_size = ROUND (acc_size, align);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Drx-parse.h126 ROUND = 342, enumerator in enum:yytokentype
241 #define ROUND 342 macro
H A Drx-parse.c161 ROUND = 342, enumerator in enum:yytokentype
276 #define ROUND 342 macro
913 "RMPA", "ROLC", "RORC", "ROTL", "ROTR", "ROUND", "RTE", "RTFI", "RTS",
3622 OPC(ROUND),
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc-obj-c++-shared/
H A Dnext-mapping.h84 #undef ROUND macro
89 # define ROUND(V, A) (A * ((V + A - 1) / A)) macro
97 # define ROUND(V, A) \ macro
437 return ROUND (size, align);
460 return ROUND (size, wordsize);
866 layout->record_size = ROUND (layout->record_size, int_align);
872 layout->record_size = ROUND (layout->record_size, desired_align);
891 layout->record_size = ROUND (layout->record_size, layout->record_align);
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_pcb.h334 #define ROUND(scaled_int) (((scaled_int) >> 8) + (((scaled_int) & 0x80) ? 1:0)) macro
357 pcb->tp_lcredit = ROUND(pcb->tp_win_recv); \
H A Dtp_param.h316 (tpcb)->tp_lcredit = ROUND((tpcb)->tp_win_recv); \
/netbsd-6-1-5-RELEASE/sys/fs/v7fs/
H A Dv7fs_datablock.c206 #define ROUND(x, a) ((((x) + ((a) - 1)) & ~((a) - 1))) macro
234 map->index[0] = ROUND(sz, IDX1_SZ) / IDX1_SZ - 1;
243 map->index[0] = ROUND(sz, IDX2_SZ) / IDX2_SZ - 1;
245 map->index[1] = ROUND(sz, IDX1_SZ) / IDX1_SZ - 1;
/netbsd-6-1-5-RELEASE/lib/libskey/
H A Dskeylogin.c411 #define ROUND(x) (((x)[0] << 24) + (((x)[1]) << 16) + (((x)[2]) << 8) + \ macro
430 i ^= ROUND(s + len);
/netbsd-6-1-5-RELEASE/sbin/disklabel/
H A Dinteract.c727 #define ROUND(a) ((((a) / lp->d_secpercyl) + \ macro
770 return ROUND(rv);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Drx-parse.y158 %token RACW REIT REVL REVW RMPA ROLC RORC ROTL ROTR ROUND RTE RTFI RTS RTSD
652 | ROUND { sub_op = 6; } float2_op_ni
1046 OPC(ROUND),

Completed in 470 milliseconds

12