Searched refs:bu (Results 1 - 25 of 169) sorted by relevance

1234567

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D921204-1.c17 } bu; typedef in typeref:union:__anon5534
19 bu
20 f(bu i)
22 bu o = i;
36 bu a;
37 bu r;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D921204-1.c17 } bu; typedef in typeref:union:__anon3789
19 bu
20 f(bu i)
22 bu o = i;
36 bu a;
37 bu r;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-v850/
H A Dsplit-lo16.d8 10008: 81 17 79 56 ld\.bu 22136\[r1\], r2
11 10014: 81 17 79 d8 ld\.bu -10120\[r1\], r2
13 1001c: 81 17 57 34 ld\.bu 13398\[r1\], r2
16 10028: 81 17 57 b6 ld\.bu -18858\[r1\], r2
20 10038: 81 17 bd 9a ld\.bu -25924\[r1\], r2
22 10040: 81 17 df bc ld\.bu -17186\[r1\], r2
25 1004c: a1 17 89 67 ld\.bu 26505\[r1\], r2
H A Dsplit-lo16.s3 ld.bu lo(lo16_nocarry)[r1],r2
6 ld.bu lo(lo16_nocarry + 0x18200)[r1],r2
8 ld.bu lo(split_lo16_nocarry)[r1],r2
11 ld.bu lo(split_lo16_nocarry + 0x18200)[r1],r2
15 ld.bu lo(lo16_carry)[r1],r2
17 ld.bu lo(split_lo16_carry)[r1],r2
20 ld.bu lo(odd)[r1],r2
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/v850/
H A Dsplit-lo16.d12 c: 81 17 01 00 ld\.bu 0\[r1\], r2
14 10: a1 17 45 23 ld\.bu 9029\[r1\], r2
15 14: 81 17 57 34 ld\.bu 13398\[r1\], r2
H A Dsplit-lo16.s4 ld.bu lo(foo),r1,r2
6 ld.bu lo(0x12345),r1,r2
7 ld.bu lo(0x123456),r1,r2
H A Dv850e1.s20 ld.bu 13 [r1], r2
32 sld.bu 0 [ep], r4
H A Dv850e1.d26 0x0+3c a1 17 0d 00 [ ]*ld.bu 13\[r1\], r2
38 0x0+6e 60 20 [ ]*sld.bu 0\[ep\], gp
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dcomplete-port.c17 unsigned int au = foo (), bu = foo (); local
25 discard (au / bu);
26 discard (au % bu);
31 discard (au >> bu);
32 discard (au << bu);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dcomplete-port.c17 unsigned int au = foo (), bu = foo (); local
25 discard (au / bu);
26 discard (au % bu);
31 discard (au >> bu);
32 discard (au << bu);
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dusb_pci.c56 usb_pci_add(struct usb_pci *up, struct pci_attach_args *pa, device_t bu) argument
62 up->usb = bu;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/
H A Dfp-bit.c740 FLO_union_type au, bu;
743 bu.value = arg_b;
746 unpack_d (&bu, &b);
760 FLO_union_type au, bu;
763 bu.value = arg_b;
766 unpack_d (&bu, &b);
946 FLO_union_type au, bu;
949 bu.value = arg_b;
952 unpack_d (&bu, &b);
1064 FLO_union_type au, bu;
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/
H A Dfp-bit.c732 FLO_union_type au, bu;
735 bu.value = arg_b;
738 unpack_d (&bu, &b);
752 FLO_union_type au, bu;
755 bu.value = arg_b;
758 unpack_d (&bu, &b);
938 FLO_union_type au, bu;
941 bu.value = arg_b;
944 unpack_d (&bu, &b);
1056 FLO_union_type au, bu;
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregex.c31 # define re_set_registers(bu, re, nu, st, en) \
32 __re_set_registers (bu, re, nu, st, en)
/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Dehci_cardbus.c240 usb_cardbus_add(struct usb_cardbus *up, struct cardbus_attach_args *ca, device_t bu) argument
245 up->usb = bu;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/doc/
H A Dmkman.pl143 s/\@bullet({}|\b)/\\(bu/g;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/mantools/
H A Dpostconf2man67 $block =~ s/<li>\s*/\n.IP \\(bu\n/g;
H A Dfixman85 $block =~ s/<li>\s*/\n.IP \\(bu\n/g;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dlibgcc2.c1174 const DWunion bu = {.ll = b};
1176 if (au.s.high < bu.s.high)
1178 else if (au.s.high > bu.s.high)
1180 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1182 else if ((UWtype) au.s.low > (UWtype) bu.s.low)
1193 const DWunion bu = {.ll = b};
1195 if ((UWtype) au.s.high < (UWtype) bu.s.high)
1197 else if ((UWtype) au.s.high > (UWtype) bu.s.high)
1199 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1201 else if ((UWtype) au.s.low > (UWtype) bu
1149 const DWunion bu = {.ll = b}; local
1168 const DWunion bu = {.ll = b}; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dlibgcc2.c1154 const DWunion bu = {.ll = b};
1156 if (au.s.high < bu.s.high)
1158 else if (au.s.high > bu.s.high)
1160 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1162 else if ((UWtype) au.s.low > (UWtype) bu.s.low)
1173 const DWunion bu = {.ll = b};
1175 if ((UWtype) au.s.high < (UWtype) bu.s.high)
1177 else if ((UWtype) au.s.high > (UWtype) bu.s.high)
1179 if ((UWtype) au.s.low < (UWtype) bu.s.low)
1181 else if ((UWtype) au.s.low > (UWtype) bu
1129 const DWunion bu = {.ll = b}; local
1148 const DWunion bu = {.ll = b}; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/usr.bin/send-pr/
H A Dconfigure60 -build | --build | --buil | --bui | --bu | --b)
62 -build=* | --build=* | --buil=* | --bui=* | --bu=* | --b=*)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dbfin-sim.h301 bu##size __v = (v); \
317 bu##size __ret; \
/netbsd-6-1-5-RELEASE/sys/arch/vax/boot/xxboot/
H A Dstart.S229 mfpr $17,%r7 # Wanted bu KDB
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldaptcl/
H A Dconfigure97 -build | --build | --buil | --bui | --bu)
99 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/nslint-2.1a3/
H A Dconfigure83 -build | --build | --buil | --bui | --bu)
85 -build=* | --build=* | --buil=* | --bui=* | --bu=*)

Completed in 367 milliseconds

1234567