Home
last modified time | relevance | path

Searched +full:0 +full:x0fffff (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dpalmbus.yaml19 pattern: "^palmbus(@[0-9a-f]+)?$"
37 "@[0-9a-f]+$":
62 reg = <0x1e000000 0x100000>;
65 ranges = <0x0 0x1e000000 0x0fffff>;
72 gpio-ranges = <&pinctrl 0 0 95>;
74 reg = <0x600 0x100>;
/freebsd/sys/net/
H A Dieee_oui.h34 #define OUI_FREEBSD_BASE 0x589cfc000000
55 * the remaining three bytes. Our first allocation has all 0s, the
60 * Reserved Values: 0x000000 and 0xffffff are reserved and MUST NOT BE
65 #define OUI_FREEBSD_BHYVE_LOW OUI_FREEBSD(0x000001)
66 #define OUI_FREEBSD_BHYVE_HIGH OUI_FREEBSD(0x0fffff)
75 #define OUI_FREEBSD_GENERATED_MASK 0x10ffff
76 #define OUI_FREEBSD_GENERATED_LOW OUI_FREEBSD(0x100000)
80 #define OUI_FREEBSD_NVME_MASK 0x20ffff
81 #define OUI_FREEBSD_NVME_LOW OUI_FREEBSD(0x200000)
/freebsd/lib/msun/src/
H A Ds_rint.c29 4.50359962737049600000e+15, /* 0x43300000, 0x00000000 */
30 -4.50359962737049600000e+15, /* 0xC3300000, 0x00000000 */
41 j0 = ((i0>>20)&0x7ff)-0x3ff; in rint()
43 if(j0<0) { in rint()
44 if(((i0&0x7fffffff)|i1)==0) return x; in rint()
45 i1 |= (i0&0x0fffff); in rint()
46 i0 &= 0xfffe0000; in rint()
47 i0 |= ((i1|-i1)>>12)&0x80000; in rint()
52 SET_HIGH_WORD(t,(i0&0x7fffffff)|(sx<<31)); in rint()
55 i = (0x000fffff)>>j0; in rint()
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_bcj.c68 * PowerPC 4 0
69 * IA-64 16 0
70 * ARM 4 0
72 * SPARC 4 0
85 return b == 0x00 || b == 0xFF; in bcj_x86_test_msbyte()
93 static const uint8_t mask_to_bit_num[8] = { 0, 1, 2, 2, 3, 3, 3, 3 }; in bcj_x86()
104 return 0; in bcj_x86()
107 for (i = 0; i < size; ++i) { in bcj_x86()
108 if ((buf[i] & 0xFE) != 0xE8) in bcj_x86()
113 prev_mask = 0; in bcj_x86()
[all …]
/freebsd/sys/contrib/device-tree/src/mips/ralink/
H A Dmt7621.dtsi15 #size-cells = <0>;
17 cpu@0 {
19 reg = <0>;
33 #address-cells = <0>;
149 reg = <0x1e000000 0x100000>;
150 ranges = <0x0 0x1e000000 0x0fffff>;
155 sysc: syscon@0 {
157 reg = <0x0 0x100>;
171 reg = <0x100 0x100>;
177 reg = <0x600 0x100>;
[all …]