| /src/sys/external/bsd/drm2/include/linux/ |
| bitmap.h | 110 unsigned initial = startbit%bpl; local 112 /* Handle an initial odd word if any. */ 113 if (initial) { 115 if (nbits <= bpl - initial) { 116 /* Yes: just set nbits starting at initial. */ 117 *p |= ~(~0ULL << nbits) << initial; 120 /* Nope: set all bits above initial, and advance. */ 121 *p++ |= ~0ULL << initial; 122 nbits -= bpl - initial; 145 unsigned initial = startbit%bpl local [all...] |
| /src/sys/arch/x68k/stand/xxboot/ |
| memset.S | 58 | %a0: initial dst 94 movel %a2@+,buf:W | initial contents of buffer 114 .long 0x11223344 | initial buf 122 .long 0x11223344 | initial buf
|
| boot.S | 94 | At first save all initial registers for observing traces 181 movel %d2,%d3 | %d3: initial NCHR
|
| /src/lib/libc/stdio/ |
| vswprintf.c | 57 static const mbstate_t initial; local 92 mbs = initial;
|
| vswscanf.c | 77 static const mbstate_t initial; local 93 mbs = initial;
|
| vfwprintf.c | 202 static const mbstate_t initial; local 212 mbs = initial; 422 static const mbstate_t initial; local 442 mbs = initial; 468 mbs = initial; 498 static const mbstate_t initial; local 508 mbs = initial; 523 mbs = initial; 538 mbs = initial; 1008 static const mbstate_t initial; local [all...] |
| vfscanf.c | 176 static const mbstate_t initial; local 409 mbs = initial; 492 mbs = initial; 594 mbs = initial;
|
| vfwscanf.c | 169 static const mbstate_t initial; local 408 mbs = initial; 475 mbs = initial; 537 mbs = initial;
|
| /src/games/hunt/hunt/ |
| server.c | 66 static bool initial = true; variable 227 if (!initial) { 239 if (initial) { 322 initial = false; 330 if (!initial && explicit_host != NULL) {
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/st/ |
| stm32mp15xx-osd32.dtsi | 84 regulator-initial-mode = <0>; 93 regulator-initial-mode = <0>; 103 regulator-initial-mode = <0>; 113 regulator-initial-mode = <0>;
|
| /src/common/lib/libc/arch/mips/string/ |
| ffs.S | 78 li a3, 0xffffffff # initial mask 90 li a3, 0xffff # initial mask
|
| /src/etc/namedb/ |
| bind.keys | 30 dlv.isc.org. initial-key 257 3 5 "BEAAAAPHMu/5onzrEE7z1egmhg/WPO0+juoZrW3euWEn4MxDCE1+lLy2 48 . initial-key 257 3 8 "AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF 63 . initial-key 257 3 8 "AwEAAaz/tAm8yTn4Mfeh5eyI96WSVexTBAvkMgJzkKTOiW1vkIbzxeF3
|
| /src/usr.bin/make/unit-tests/ |
| opt-debug-var.mk | 24 # the form $(VAR), only that the initial '$' is the 'y' of 'empty'.
|
| varparse-undef-partial.mk | 4 # initial '$' of the expression is skipped by the parser, while 14 # therefore the initial '$' of that whole expression is skipped by the parser
|
| var-op-append.mk | 61 # variable of the same name, taking its initial value from the environment
|
| varmod-assign.exp | 4 Global: VAR.${param} = initial-value 7 Evaluating modifier ${VAR.${param}::...} on value "initial-value"
|
| /src/usr.bin/netstat/ |
| atalk.c | 234 struct ddpcb *initial; local 238 if (kread(off, (char *)&initial, sizeof(struct ddpcb *)) < 0) 240 for (next = initial; next != NULL;) {
|
| /src/sys/arch/sparc/stand/common/ |
| srt0.S | 96 wr %g0, PSR_S|PSR_PS|PSR_PIL, %psr ! set initial psr 98 wr %g0, 2, %wim ! set initial %wim (w1 invalid)
|
| /src/distrib/hp300/miniroot/ |
| install.md | 144 number of cylinders on the disk will be increased by 1 so that the initial 215 # this initial label by opening the 'c' partition of the disk 223 # initial label is installed, we open the 'a' partition so that 303 # We've found the defaults. Now use them to place an initial
|
| /src/lib/libm/arch/vax/ |
| n_sqrt.S | 82 addw2 $0x203c,%r0 # %r0 has magic initial approximation
|
| /src/lib/libc/arch/sparc/gen/ |
| divrem.m4 | 249 tst R ! set up for initial iteration
|
| /src/sys/lib/libkern/arch/sparc/ |
| divrem.m4 | 249 tst R ! set up for initial iteration
|
| /src/sys/lib/libkern/arch/sparc64/ |
| divrem.m4 | 250 tst R ! set up for initial iteration
|
| /src/sys/arch/sparc64/sparc64/ |
| cpu_in_cksum.S | 96 sub %o2, %o4, %o2 ! Correct for initial offset
|
| /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/allwinner/ |
| sun8i-a83t-cubietruck-plus.dts | 101 initial-mode = <1>; /* initialize in HUB mode */
|