Searched +full:0 +full:x11000010 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/krb5/src/lib/crypto/builtin/des/ |
| H A D | f_tables.c | 65 * ((left & 0x55555555) << 1) | (right & 0x55555555) for left half 66 * (left & 0xaaaaaaaa) | ((right & 0xaaaaaaaa) >> 1) for right half 76 0x00000000, 0x00000010, 0x00000001, 0x00000011, 77 0x00001000, 0x00001010, 0x00001001, 0x00001011, 78 0x00000100, 0x00000110, 0x00000101, 0x00000111, 79 0x00001100, 0x00001110, 0x00001101, 0x00001111, 80 0x00100000, 0x00100010, 0x00100001, 0x00100011, 81 0x00101000, 0x00101010, 0x00101001, 0x00101011, 82 0x00100100, 0x00100110, 0x00100101, 0x00100111, 83 0x00101100, 0x00101110, 0x00101101, 0x00101111, [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/cpu/ |
| H A D | idle-states.yaml | 102 between 0 and infinite time, until a wake-up event occurs. 127 wakeup-delay = exit-latency + max(entry-latency - (now - entry-timestamp), 0) 167 0| 1 time(ms) 172 The graph curve with X-axis values = { x | 0 < x < 1ms } has a steep slope 444 #size-cells = <0>; 447 cpu@0 { 450 reg = <0x0 0x0>; 459 reg = <0x0 0x1>; 468 reg = <0x0 0x100>; 477 reg = <0x0 0x101>; [all …]
|
| /freebsd/sys/dev/bce/ |
| H A D | if_bcefw.h | 40 int bce_COM_b06FwReleaseMajor = 0x6; 41 int bce_COM_b06FwReleaseMinor = 0x0; 42 int bce_COM_b06FwReleaseFix = 0xf; 43 u32 bce_COM_b06FwStartAddr = 0x08000118; 44 u32 bce_COM_b06FwTextAddr = 0x08000000; 45 int bce_COM_b06FwTextLen = 0x4a68; 46 u32 bce_COM_b06FwDataAddr = 0x00000000; 47 int bce_COM_b06FwDataLen = 0x0; 48 u32 bce_COM_b06FwRodataAddr = 0x08004a68; 49 int bce_COM_b06FwRodataLen = 0x14; [all …]
|