| /src/sys/dev/splash/ |
| splash.c | 68 { 0x00, 0x00, 0x55 }, 71 { 0x00, 0x55, 0x00 }, 72 { 0x00, 0x55, 0x55 }, 73 { 0x00, 0x55, 0xaa }, 74 { 0x00, 0x55, 0xff }, 76 { 0x00, 0xaa, 0x55 }, 80 { 0x00, 0xff, 0x55 }, 83 { 0x55, 0x00, 0x00 }, 84 { 0x55, 0x00, 0x55 } [all...] |
| /src/sys/dev/onewire/ |
| onewirereg.h | 49 #define ONEWIRE_CMD_MATCH_ROM 0x55 57 #define ONEWIRE_CMD_COPY_SCRATCHPAD 0x55 71 #define ONEWIRE_CMD_WRITE_STATUS 0x55
|
| /src/sys/arch/mmeye/include/ |
| mmeye.h | 28 #define WDT_CLRCMD 0x55
|
| /src/sys/dev/ic/ |
| ds.h | 55 #define DS_ROM_MATCH 0x55 /* 55 8-bytes-of-ROM-to-select */ 78 #define DS_MEM_COPY_SCRATCH 0x55 /* 55 low-ads high-ads end-ofs */
|
| /src/sys/external/isc/libsodium/dist/test/default/ |
| stream3.c | 5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, 11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6,
|
| core2.c | 5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, 11 static unsigned char nonceprefix[16] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6,
|
| stream4.c | 5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, 11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, 26 0xa1, 0x34, 0x80, 0x57, 0xe2, 0xf6, 0x55, 0x6a, 0xd6, 0xb1, 0x31, 0x8a,
|
| stream.c | 5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, 11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6,
|
| secretbox.c | 5 static unsigned char firstkey[32] = { 0x1b, 0x27, 0x55, 0x64, 0x73, 0xe9, 0x85, 11 static unsigned char nonce[24] = { 0x69, 0x69, 0x6e, 0xe9, 0x55, 0xb6, 27 0xa1, 0x34, 0x80, 0x57, 0xe2, 0xf6, 0x55, 0x6a, 0xd6, 0xb1, 0x31, 0x8a,
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| issue139.S | 17 R0.H = 0x55; 39 R0.H = 0x55; 58 R0.H = 0x55; 77 R0.H = 0x55; 98 R0.H = 0x55;
|
| l0.s | 51 DBGA ( R2.L , 0x55 ); 53 DBGA ( R3.L , 0x55 ); 56 DBGA ( R0.L , 0x55 ); 59 DBGA ( R1.L , 0x55 );
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| issue139.S | 17 R0.H = 0x55; 39 R0.H = 0x55; 58 R0.H = 0x55; 77 R0.H = 0x55; 98 R0.H = 0x55;
|
| l0.s | 51 DBGA ( R2.L , 0x55 ); 53 DBGA ( R3.L , 0x55 ); 56 DBGA ( R0.L , 0x55 ); 59 DBGA ( R1.L , 0x55 );
|
| /src/sys/fs/msdosfs/ |
| bootsect.h | 34 #define BOOTSIG0 0x55 56 #define BOOTSIG0 0x55 68 #define BOOTSIG0 0x55
|
| /src/sys/arch/vax/vax/ |
| db_disasm.h | 72 ((x) == 0xfffe) ? 0x55 : 0
|
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_exec.h | 56 0x55, /* push %ebp */ \
|
| /src/sys/dev/i2c/ |
| smscmonvar.h | 39 #define SMSC_CID_47M192 0x55 /* LPC47M192/LPC47M997 */
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| dv-cfi.h | 26 #define CFI_ADDR_CFI_QUERY_START 0x55
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| dv-cfi.h | 26 #define CFI_ADDR_CFI_QUERY_START 0x55
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
| FuzzerUnittest.cpp | 119 uint8_t REM0[8] = {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77}; 120 uint8_t REM1[8] = {0x00, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77}; 121 uint8_t REM2[8] = {0x00, 0x11, 0x33, 0x44, 0x55, 0x66, 0x77}; 122 uint8_t REM3[8] = {0x00, 0x11, 0x22, 0x44, 0x55, 0x66, 0x77}; 123 uint8_t REM4[8] = {0x00, 0x11, 0x22, 0x33, 0x55, 0x66, 0x77}; 125 uint8_t REM6[8] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x77}; 126 uint8_t REM7[8] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66}; 128 uint8_t REM8[6] = {0x22, 0x33, 0x44, 0x55, 0x66, 0x77}; 129 uint8_t REM9[6] = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55}; 130 uint8_t REM10[6] = {0x00, 0x11, 0x22, 0x55, 0x66, 0x77} [all...] |
| /src/sys/arch/hpcmips/vr/ |
| flashreg.h | 92 #define MBM29LV160_COMM_CMD1 0x55 98 #define MBM29LV160_ESECT_CMD4 0x55
|
| /src/sys/dev/isa/ |
| smscvar.h | 53 #define SMSC_CONFIG_START 0x55 /* Start configuration mode */
|
| /src/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/ |
| popcount.asm | 247 .byte 0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x55 248 .byte 0x55,0x55,0x55,0x55,0x55,0x55,0x55,0x5 [all...] |
| /src/external/bsd/unbound/dist/testcode/ |
| unitecs.c | 214 addrkey_t k1[] = {0x55, 0x55, 0x5A}; 215 addrkey_t k2[] = {0x55, 0x5D, 0x5A}; 230 addrkey_t k1[] = {0x55, 0x55, 0x5A};
|
| /src/sys/dev/scsipi/ |
| scsipi_verbose.c | 601 { 0x55, 0x00, "System Resource Failure" }, 602 { 0x55, 0x01, "System Buffer Full" }, 603 { 0x55, 0x02, "Insufficient Reservation Resources" }, 604 { 0x55, 0x03, "Insufficient Resources" }, 605 { 0x55, 0x04, "Insufficient Registration Resources" }, 606 { 0x55, 0x05, "Insufficient Access Control Resources" }, 607 { 0x55, 0x06, "Auxiliary Memory Out Of Space" }, 608 { 0x55, 0x07, "Quota Error" }, 609 { 0x55, 0x08, "Maximum Number Of Supplemental Decryption Keys Exceeded" }, 610 { 0x55, 0x09, "Medium Auxiliary Memory Not Accessible" } [all...] |