Searched +full:0 +full:x29a (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/lyaml/spec/ |
| H A D | lib_lyaml_spec.yaml | 38 expect (lyaml.dump {"0/0"}).to_be "--- 0/0\n...\n" 41 expect (lyaml.dump {0/0}).to_be "--- .nan\n...\n" 174 expect (fn "0b001010011010").to_equal {666} 175 expect (fn "0b0010_1001_1010").to_equal {666} 176 expect (fn "+0b001_010_011_010").to_equal {666} 177 expect (fn "-0b0010_1001_1010").to_equal {-666} 178 expect (fn "0_1232").to_equal {666} 181 expect (fn "0x29a").to_equal {666} 182 expect (fn "-0x29a").to_equal {-666} 237 expect (fn '!!float -0:3:11:6.777').to_equal {-11466.777} [all …]
|
| /freebsd/sys/powerpc/booke/ |
| H A D | spe.c | 70 #define EVSTDW(n) __asm ("evstdw %1,0(%0)" \ in save_vec_int() 72 EVSTDW(0); EVSTDW(1); EVSTDW(2); EVSTDW(3); in save_vec_int() 82 __asm ( "evxor 0,0,0\n" in save_vec_int() 83 "evmwumiaa 0,0,0\n" in save_vec_int() 84 "evstdd 0,0(%0)" :: "b"(&pcb->pcb_vec.spare[0])); in save_vec_int() 115 * the thread, initialise the vector registers and VSCR to 0, and in enable_vec() 120 memset(&pcb->pcb_vec, 0, sizeof pcb->pcb_vec); in enable_vec() 134 __asm __volatile("isync;evldd 0, 0(%0); evmra 0,0\n" in enable_vec() 135 :: "b"(&pcb->pcb_vec.spare[0])); in enable_vec() 141 #define EVLDW(n) __asm __volatile("evldw 0, 0(%0); evmergehilo "#n",0,"#n \ in enable_vec() [all …]
|
| /freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 23 #define INPUT_PROP_POINTER 0x00 /* needs a pointer */ 24 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ 25 #define INPUT_PROP_BUTTONPAD 0x02 /* has button(s) under pad */ 26 #define INPUT_PROP_SEMI_MT 0x03 /* touch rectangle only */ 27 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ 28 #define INPUT_PROP_POINTING_STICK 0x05 /* is a pointing stick */ 29 #define INPUT_PROP_ACCELEROMETER 0x06 /* has accelerometer */ 31 #define INPUT_PROP_MAX 0x1f 38 #define EV_SYN 0x00 39 #define EV_KEY 0x01 [all …]
|
| /freebsd/sys/dev/evdev/ |
| H A D | input-event-codes.h | 35 #define INPUT_PROP_POINTER 0x00 /* needs a pointer */ 36 #define INPUT_PROP_DIRECT 0x01 /* direct input devices */ 37 #define INPUT_PROP_BUTTONPAD 0x02 /* has button(s) under pad */ 38 #define INPUT_PROP_SEMI_MT 0x03 /* touch rectangle only */ 39 #define INPUT_PROP_TOPBUTTONPAD 0x04 /* softbuttons at top of pad */ 40 #define INPUT_PROP_POINTING_STICK 0x05 /* is a pointing stick */ 41 #define INPUT_PROP_ACCELEROMETER 0x06 /* has accelerometer */ 43 #define INPUT_PROP_MAX 0x1f 50 #define EV_SYN 0x00 51 #define EV_KEY 0x01 [all …]
|
| /freebsd/sys/dev/qlxgb/ |
| H A D | qla_misc.c | 54 #define Q8_ADDR_UNDEFINED 0xFFFFFFFF 61 Q8_ADDR_UNDEFINED, /* 0x00 */ 62 0x77300000, /* 0x01 */ 63 0x29500000, /* 0x02 */ 64 0x2A500000, /* 0x03 */ 65 Q8_ADDR_UNDEFINED, /* 0x04 */ 66 0x0D000000, /* 0x05 */ 67 0x1B100000, /* 0x06 */ 68 0x0E600000, /* 0x07 */ 69 0x0E000000, /* 0x08 */ [all …]
|
| /freebsd/share/misc/ |
| H A D | usb_hid_usages | 12 0x00 Undefined 13 0x01 Pointer 14 0x02 Mouse 15 0x03 Reserved 16 0x04 Joystick 17 0x05 Game Pad 18 0x06 Keyboard 19 0x07 Keypad 20 0x08 Multi-axis Controller 21 0x09 Tablet PC System Controls [all …]
|
| /freebsd/sys/dev/otus/ |
| H A D | if_otusreg.h | 30 #define AR_FW_DOWNLOAD 0x30 31 #define AR_FW_DOWNLOAD_COMPLETE 0x31 36 #define AR_FW_INIT_ADDR 0x102800 37 #define AR_FW_MAIN_ADDR 0x200000 38 #define AR_USB_MODE_CTRL 0x1e1108 43 #define AR_MAC_REG_BASE 0x1c3000 44 #define AR_MAC_REG_DMA_TRIGGER (AR_MAC_REG_BASE + 0xd30) 45 #define AR_MAC_REG_MAC_ADDR_L (AR_MAC_REG_BASE + 0x610) 46 #define AR_MAC_REG_MAC_ADDR_H (AR_MAC_REG_BASE + 0x614) 47 #define AR_MAC_REG_BSSID_L (AR_MAC_REG_BASE + 0x618) [all …]
|
| /freebsd/sys/gnu/dev/bwn/phy_n/ |
| H A D | if_bwn_phy_n_regs.h | 34 #define BWN_NPHY_BBCFG BWN_PHY_N(0x001) /* BB config */ 35 #define BWN_NPHY_BBCFG_RSTCCA 0x4000 /* Reset CCA */ 36 #define BWN_NPHY_BBCFG_RSTRX 0x8000 /* Reset RX */ 37 #define BWN_NPHY_CHANNEL BWN_PHY_N(0x005) /* Channel */ 38 #define BWN_NPHY_TXERR BWN_PHY_N(0x007) /* TX error */ 39 #define BWN_NPHY_BANDCTL BWN_PHY_N(0x009) /* Band control */ 40 #define BWN_NPHY_BANDCTL_5GHZ 0x0001 /* Use the 5GHz band */ 41 #define BWN_NPHY_4WI_ADDR BWN_PHY_N(0x00B) /* Four-wire bus address */ 42 #define BWN_NPHY_4WI_DATAHI BWN_PHY_N(0x00C) /* Four-wire bus data high */ 43 #define BWN_NPHY_4WI_DATALO BWN_PHY_N(0x00D) /* Four-wire bus data low */ [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOP3Instructions.td | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 14 let HasExtVOP3DPP = 0; 15 let HasExtDPP = 0; 28 let HasExtVOP3DPP = 0; 29 let HasExtDPP = 0; 44 let HasExtVOP3DPP = 0; 45 let HasExtDPP = 0; 49 let HasExtVOP3DPP = 0; 50 let HasExtDPP = 0; 60 let mayRaiseFPException = 0; [all …]
|
| /freebsd/lib/lib80211/ |
| H A D | regdomain.xml | 40 <sku>0x1ff</sku> 45 <sku>0x10</sku> 156 <sku>0x3a</sku> 293 <sku>0x12</sku> 340 <sku>0x40</sku> 465 <sku>0x30</sku> 680 <sku>0x32</sku> 748 <sku>0x33</sku> 840 <sku>0x50</sku> 928 <sku>0x51</sku> [all …]
|