/freebsd/crypto/krb5/src/lib/crypto/builtin/des/ |
H A D | f_sched.c | 44 0x00000000, 0x00000010, 0x00001000, 0x00001010, 45 0x00100000, 0x00100010, 0x00101000, 0x00101010 49 0x00000000, 0x00100000, 0x00001000, 0x00101000, 50 0x00000010, 0x00100010, 0x00001010, 0x00101010, 51 0x00000001, 0x00100001, 0x00001001, 0x00101001, 52 0x00000011, 0x00100011, 0x00001011, 0x00101011 56 0x00000000, 0x00000001, 0x00000100, 0x00000101, 57 0x00010000, 0x00010001, 0x00010100, 0x00010101, 58 0x01000000, 0x01000001, 0x01000100, 0x01000101, 59 0x01010000, 0x01010001, 0x01010100, 0x01010101 [all …]
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_upgtvar.h | 30 #define UPGT_CONFIG_INDEX 0 31 #define UPGT_IFACE_INDEX 0 35 #define UPGT_MEMADDR_FIRMWARE_START 0x00020000 /* 512 bytes large */ 36 #define UPGT_MEMSIZE_FRAME_HEAD 0x0070 37 #define UPGT_MEMSIZE_RX 0x3500 45 #define UPGT_DEVICE_ATTACHED (1 << 0) 48 #define UPGT_LED_OFF 0 65 #define UPGT_BRA_TYPE_FW 0x80000001 66 #define UPGT_BRA_TYPE_VERSION 0x80000002 67 #define UPGT_BRA_TYPE_DEPIF 0x80000003 [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMCTargetDesc.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 73 /// 0s on either side. The 1s are allowed to wrap from LSB to MSB, so in isRunOfOnes() 74 /// 0x000FFF0, 0x0000FFFF, and 0xFF0000FF are all runs. 0x0F0F0000 is not, in isRunOfOnes() 135 PPC970_First = 0x1, 139 PPC970_Single = 0x2, 143 PPC970_Cracked = 0x [all...] |
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | opp-v2.yaml | 29 #size-cells = <0>; 31 cpu@0 { 34 reg = <0>; 36 clocks = <&clk_controller 0>; 47 clocks = <&clk_controller 0>; 86 #size-cells = <0>; 88 cpu@0 { 91 reg = <0>; 93 clocks = <&clk_controller 0>; 170 #size-cells = <0>; [all …]
|
H A D | opp.txt | 26 cpu@0 { 28 reg = <0>; 130 then it shall be filled with 0. If current values aren't required for any of 178 supported by hardware. A value of 0xFFFFFFFF for each level in the sub-group 196 #size-cells = <0>; 198 cpu@0 { 200 reg = <0>; 202 clocks = <&clk_controller 0>; 212 clocks = <&clk_controller 0>; 251 #size-cells = <0>; [all …]
|
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
H A D | fm_port_dsar.h | 46 #define DSAR_GETSER_MASK 0xFF0000FF 60 /*!< This field should be 0x0000 for an entry with no VLAN tag or a null VLAN ID. */ 67 0x00 INVAL_CNT Invalid ARP IPv4-Ethernet counter 68 0x04 ECHO_CNT Echo counter 69 0x08 CD_CNT Conflict Detection counter 70 0x0C AR_CNT Auto-Response counter 71 0x10 RATM_CNT Replies Addressed To Me counter 72 0x14 UKOP_CNT Unknown Operation counter 73 0x18 NMTP_CNT Not my TPA counter 74 0x1C NMVLAN_CNT Not My VLAN counter [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | linux | 11 # >0 leshort 0407 impure executable (OMAGIC) 12 # >0 leshort 0410 pure executable (NMAGIC) 13 # >0 leshort 0413 demand-paged executable (ZMAGIC) 14 # >0 leshort 0314 demand-paged executable (QMAGIC) 16 0 lelong 0x00640107 Linux/i386 impure executable (OMAGIC) 17 >16 lelong 0 \b, stripped 18 0 lelong 0x00640108 Linux/i386 pure executable (NMAGIC) 19 >16 lelong 0 \b, stripped 20 0 lelong 0x0064010b Linux/i386 demand-paged executable (ZMAGIC) 21 >16 lelong 0 \b, stripped [all …]
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64_translate.c | 117 static const int stealth_off = 0; 124 if (direct != 0) { in nat64_set_output_method() 145 return (V_nat64out == &nat64_direct ? 1: 0); in nat64_get_output_method() 166 if (error != 0) in nat64_direct_output() 186 error = 0; in nat64_direct_output_one() 217 if (error != 0) { in nat64_direct_output_one() 224 if (error != 0) in nat64_direct_output_one() 257 if (ret != 0) in nat64_output() 286 return (0); in nat64_check_prefixlen() 295 if (nat64_check_prefixlen(length) != 0) in nat64_check_prefix6() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 140 << 0 /*function call*/ << MinArgCount << ArgCount in checkArgCountAtLeast() 141 << /*is non object*/ 0 << Call->getSourceRange(); in checkArgCountAtLeast() 149 << 0 /*function call*/ << MaxArgCount << ArgCount in checkArgCountAtMost() 150 << /*is non object*/ 0 << Call->getSourceRange(); in checkArgCountAtMost() 173 << 0 /*function call*/ << DesiredArgCount << ArgCount in checkArgCount() 174 << /*is non object*/ 0 << Call->getArg(1)->getSourceRange(); in checkArgCount() 180 for (unsigned I = 0; I < Call->getNumArgs(); ++I) { in checkBuiltinVerboseTrap() 190 DiagMsgKind = 0; in checkBuiltinVerboseTrap() 194 if (DiagMsgKind >= 0) { in checkBuiltinVerboseTrap() [all …]
|
/freebsd/sys/dev/ispfw/ |
H A D | asm_2600.h | 38 0x0501f06c, 0x0011b000, 0x00100000, 0x00011c0f, 39 0x00000008, 0x00000008, 0x000000e7, 0x0078d0d5, 40 0x00000020, 0x00000006, 0x20434f50, 0x59524947, 41 0x48542032, 0x30313920, 0x514c4f47, 0x49432043, 42 0x4f52504f, 0x52415449, 0x4f4e2020, 0x20495350, 43 0x38337878, 0x20466972, 0x6d776172, 0x65202020, 44 0x56657273, 0x696f6e20, 0x2020382e, 0x30382e32, 45 0x33312020, 0x24000000, 0x00000026, 0x00000000, 46 0x00000000, 0x00000000, 0x00000000, 0x00100000, 47 0x00100000, 0x00011c0f, 0xffffffff, 0x0011b004, [all …]
|
H A D | asm_2700.h | 38 0x0501f06c, 0x00122000, 0x00100000, 0x00014f80, 39 0x00000009, 0x0000000c, 0x00000000, 0x785ad0d5, 40 0x00000040, 0x0000f206, 0x20434f50, 0x59524947, 41 0x48542032, 0x30323220, 0x514c4f47, 0x49432043, 42 0x4f52504f, 0x52415449, 0x4f4e2020, 0x20495350, 43 0x32377878, 0x20466972, 0x6d776172, 0x65202020, 44 0x56657273, 0x696f6e20, 0x2020392e, 0x31322e30, 45 0x30202024, 0x00000000, 0x0000002f, 0x00000000, 46 0x00000000, 0x00000000, 0x00000000, 0x00100000, 47 0x00100000, 0x00014f80, 0xffffffff, 0x00122004, [all …]
|
H A D | asm_2800.h | 38 0x0501f078, 0x00124000, 0x00100000, 0x00017380, 39 0x00000009, 0x0000000c, 0x00000001, 0x785ad0d5, 40 0x00000080, 0x0001f626, 0x20434f50, 0x59524947, 41 0x48542032, 0x30323320, 0x514c4f47, 0x49432043, 42 0x4f52504f, 0x52415449, 0x4f4e2020, 0x20495350, 43 0x32387878, 0x20466972, 0x6d776172, 0x65202020, 44 0x56657273, 0x696f6e20, 0x2020392e, 0x31322e30, 45 0x31202024, 0x00000000, 0x00000092, 0x00000000, 46 0x00000000, 0x00000000, 0x00000000, 0x00100000, 47 0x00100000, 0x00017380, 0xffffffff, 0x00124004, [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 389 Success = 0, 669 SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset = 0); 730 unsigned OpenMPCaptureLevel = 0); 873 /// Warn when implicitly casting 0 to nullptr. 944 unsigned FunctionScopesStart = 0; 947 unsigned CapturingFunctionScopes = 0; 1481 PCSK_Invalid = 0, 1489 enum PragmaClangSectionAction { PCSA_Set = 0, PCSA_Clear = 1 }; 1504 PSK_Reset = 0x0, // #pragma () [all …]
|