| /src/sys/external/bsd/drm2/include/linux/ |
| nbsd-namespace-acpi.h | 35 #define integer Integer macro
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/ |
| nouveau_dispnv50_base907c.c | 100 u32 integer = (in >> 32) & 0x7fffffff; local 103 if (integer >= 4) { 106 u32 ret = (integer << 16) | (fraction >> 16);
|
| /src/sys/dev/microcode/aic7xxx/ |
| aicasm_insformat.h | 102 uint32_t integer; member in union:ins_formats
|
| /src/sys/external/isc/atheros_hal/dist/ |
| ah_eeprom_v14.c | 167 uint32_t integer, i, j; local 201 integer = __bswap32(pModal->antCtrlCommon); 202 pModal->antCtrlCommon = integer; 205 integer = __bswap32(pModal->antCtrlChain[i]); 206 pModal->antCtrlChain[i] = integer;
|
| ah_eeprom_v4k.c | 151 uint32_t integer, i; local 184 integer = __bswap32(pModal->antCtrlCommon); 185 pModal->antCtrlCommon = integer; 188 integer = __bswap32(pModal->antCtrlChain[i]); 189 pModal->antCtrlChain[i] = integer;
|
| /src/sys/arch/acorn32/eb7500atx/ |
| eb7500atx_machdep.c | 967 int integer; local 970 &integer)) { 971 videodram_size = integer;
|
| /src/sys/arch/acorn32/acorn32/ |
| rpc_machdep.c | 1052 int integer; local 1055 &integer)) { 1056 videodram_size = integer; 1067 &integer)) {
|
| /src/sys/arch/arm/arm32/ |
| arm32_machdep.c | 561 int integer; local 563 if (get_bootconf_option(args, "-1", BOOTOPT_TYPE_BOOLEAN, &integer)) 564 if (integer) 566 if (get_bootconf_option(args, "single", BOOTOPT_TYPE_BOOLEAN, &integer) 567 || get_bootconf_option(args, "-s", BOOTOPT_TYPE_BOOLEAN, &integer)) 568 if (integer) 570 if (get_bootconf_option(args, "kdb", BOOTOPT_TYPE_BOOLEAN, &integer) 571 || get_bootconf_option(args, "-k", BOOTOPT_TYPE_BOOLEAN, &integer) 572 || get_bootconf_option(args, "-d", BOOTOPT_TYPE_BOOLEAN, &integer)) 573 if (integer) [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
| dce_transform.h | 451 uint32_t integer; member in struct:init_int_and_frac
|
| /src/sys/arch/arm/arm/ |
| cpufunc.c | 2378 int integer; local 2385 BOOTOPT_TYPE_BOOLEAN, &integer)) { 2386 if (integer) { 2570 int integer; local 2600 if (get_bootconf_option(args, "arm8.clock.reset", BOOTOPT_TYPE_BOOLEAN, &integer)) { 2604 if (get_bootconf_option(args, "arm8.clock.dynamic", BOOTOPT_TYPE_BOOLEAN, &integer)) { 2605 if (integer) 2611 if (get_bootconf_option(args, "arm8.clock.sync", BOOTOPT_TYPE_BOOLEAN, &integer)) { 2612 if (integer) 2618 if (get_bootconf_option(args, "arm8.clock.fast", BOOTOPT_TYPE_BININT, &integer)) { [all...] |
| /src/sys/arch/arm/broadcom/ |
| bcm283x_platform.c | 953 int integer; local 1038 BOOTOPT_TYPE_INT, &integer)) { 1039 is_bgr = integer == 0; 1045 BOOTOPT_TYPE_INT, &integer)) { 1046 prop_dictionary_set_uint32(dict, "wsdisplay_type", integer);
|
| /src/sys/sys/ |
| device.h | 171 intptr_t integer; member in union:devhandle::__anon7532
|
| /src/usr.bin/xlint/lint1/ |
| lint1.h | 87 /* A bool, integer or floating-point value. */ 91 * Set if an integer constant is unsigned only in C90 and later, but 99 int64_t integer; member in union:__anon8368::__anon8369 146 * is an integer type (typically INT) that has been implicitly 667 : val->u.integer != 0;
|
| /src/sys/dev/ic/ |
| aic7xxxvar.h | 139 uint32_t integer; member in union:ins_formats
|