| /src/tests/usr.bin/xlint/lint1/ |
| msg_306.c | 16 u8 = 0x100; 19 /* expect+1: warning: constant 0x100 truncated by conversion, op '&=' [306] */ 20 u8 &= 0x100; 22 u8 = u8 & 0x100; 25 /* expect+1: warning: constant 0x100 truncated by conversion, op '|=' [306] */ 26 u8 |= 0x100; 28 u8 = u8 | 0x100; 31 /* expect+1: warning: constant 0x100 truncated by conversion, op '&=' [306] */ 32 s8 &= 0x100; 34 s8 = s8 & 0x100; [all...] |
| /src/sys/dev/ic/ |
| igpioreg.h | 98 { "INT344B", 0, 0, 47, 0x100, 0x120 }, 99 { "INT344B", 1, 48, 119, 0x100, 0x120 }, 100 { "INT344B", 2, 120, 151, 0x100, 0x120 }, 103 { "INT3451", 0, 0, 47, 0x100, 0x120 }, 104 { "INT3451", 1, 48, 180, 0x100, 0x120 }, 105 { "INT3451", 2, 181, 191, 0x100, 0x120 }, 108 { "INT345D", 0, 0, 47, 0x100, 0x120 }, 109 { "INT345D", 1, 48, 180, 0x100, 0x120 }, 110 { "INT345D", 2, 181, 191, 0x100, 0x120 }, 121 { "INT3450", 0, 0, 50, 0x100, 0x120 } [all...] |
| aic77xxreg.h | 34 #define AHC_EISA_IOSIZE 0x100
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-optimout-repeat.c | 24 int xxx[0x100];
|
| /src/external/gpl3/gdb/dist/gdb/config/i386/ |
| nm-x86-gnu.h | 27 ((struct i386_thread_state *) (state))->rfl |= 0x100 29 ((((struct i386_thread_state *) (state))->rfl &= ~0x100), 1) 32 ((struct i386_thread_state *) (state))->efl |= 0x100 34 ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1)
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-optimout-repeat.c | 24 int xxx[0x100];
|
| /src/external/gpl3/binutils/dist/ld/emulparams/ |
| z80.sh | 4 TEXT_START_ADDR=0x100
|
| elf32z80.sh | 10 TEXT_START_ADDR=0x100
|
| m32relf.sh | 5 TEXT_START_ADDR=0x100
|
| h8300elf.sh | 7 TEXT_START_ADDR=0x100
|
| h8300elf_linux.sh | 7 TEXT_START_ADDR=0x100
|
| /src/external/gpl3/binutils.old/dist/ld/emulparams/ |
| z80.sh | 4 TEXT_START_ADDR=0x100
|
| elf32z80.sh | 10 TEXT_START_ADDR=0x100
|
| m32relf.sh | 5 TEXT_START_ADDR=0x100
|
| h8300elf.sh | 7 TEXT_START_ADDR=0x100
|
| h8300elf_linux.sh | 7 TEXT_START_ADDR=0x100
|
| /src/external/gpl3/gdb.old/dist/gdb/config/i386/ |
| nm-i386gnu.h | 26 ((struct i386_thread_state *) (state))->efl |= 0x100 28 ((((struct i386_thread_state *) (state))->efl &= ~0x100), 1)
|
| /src/sys/arch/arm/imx/ |
| imxspireg.h | 35 #define SPI_SIZE 0x100
|
| /src/external/apache2/llvm/dist/clang/tools/clang-format-vs/ClangFormat/ |
| PkgCmdID.cs | 5 public const uint cmdidClangFormatSelection = 0x100;
|
| /src/external/gpl3/gdb.old/dist/sim/bfin/ |
| dv-bfin_dmac.h | 24 #define BFIN_DMAC_MDMA_BASE 0x100
|
| /src/external/gpl3/gdb/dist/sim/bfin/ |
| dv-bfin_dmac.h | 24 #define BFIN_DMAC_MDMA_BASE 0x100
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga3d_caps.h | 69 SVGA3DCAPS_RECORD_DEVCAPS_MIN = 0x100, 70 SVGA3DCAPS_RECORD_DEVCAPS = 0x100,
|
| /src/sys/arch/arm/ti/ |
| smc.h | 64 #define OMAP4_CMD_L2X0_DEBUG 0x100
|
| /src/sys/arch/sh3/include/ |
| fpreg.h | 41 #define FPSCR_EXCEPTION_UNDERFLOW 0x100 /* Underflow */
|
| /src/sys/dev/isa/ |
| elink.h | 32 #define ELINK_ID_PORT 0x100
|