/src/tests/usr.bin/xlint/lint1/ |
msg_037.c | 4 // Test for message: zero size bit-field [37] 7 /* expect+1: error: zero size bit-field [37] */ 8 unsigned int zero: 0; member in struct:example
|
msg_139.c | 15 zero = 0 enumerator in enum:example::__anonfa9981480103 19 sink_int(i / zero); /* only triggers in constant expressions */ 25 sink_int(13 / zero);
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
asan_globals_test.cc | 39 int GlobalsTest(int zero) { 41 glob5[zero] = 0; 42 static10[zero] = 0; 43 func_static15[zero] = 0;
|
/src/lib/libc/arch/alpha/sys/ |
__vfork14.S | 33 cmovne a4, zero, v0 /* a4 (rv[1]) != 0, child */
|
fork.S | 34 cmovne a4, zero, v0 /* a4 (rv[1]) != 0, child */
|
ptrace.S | 34 stl zero, errno
|
/src/lib/libc/arch/mips/sys/ |
__vfork14.S | 56 beq a3, zero, 1f # jump if no errors 59 beq v1, zero, 2f # parent process ? 60 move v0, zero # return zero in child
|
fork.S | 49 bne a3, zero, 2f 50 beq v1, zero, 1f # v1 == 0 in parent, 1 in child 51 move v0, zero
|
ptrace.S | 47 INT_S zero, _C_LABEL(errno) /* BOGUS */ 50 bne a3, zero, 1f
|
__clone.S | 54 beq a0, zero, 8f 55 beq a1, zero, 8f 71 bne a3, zero, 8f 73 bne v1, zero, 9f # v1 (rv[1]) == 0, parent, child pid in v0 92 REG_S zero, CALLFRAME_RA(sp) /* make sure stack frame ends */
|
pipe.S | 54 bne a3, zero, 1f 57 move v0, zero
|
/src/lib/libc/compat/arch/mips/sys/ |
compat_Ovfork.S | 59 beq a3, zero, 1f # jump if no errors 64 beq v1, zero, 2f # parent process ? 65 move v0, zero # return zero in child
|
compat_sigpending.S | 53 bne a3, zero, 1f 55 move v0, zero
|
compat_sigprocmask.S | 50 bne a1, zero, gotptr # if new sigset pointer not null 52 b doit # mask = zero 58 bne a3, zero, err 59 beq a2, zero, out # test if old mask requested 62 move v0, zero
|
/src/lib/libc/arch/alpha/gen/ |
__sigsetjmp14.S | 40 * If `mask' is non-zero, the previous signal 49 bne a1, Lsavesig /* if !zero, save signals */ 50 jmp zero, _setjmp /* else don't. */ 52 jmp zero, __setjmp14 58 bne t0, Lrestoresig /* if !zero, restore signals */ 59 jmp zero, _longjmp 61 jmp zero, __longjmp14
|
/src/lib/libc/compat/arch/alpha/gen/ |
compat_sigsetjmp.S | 40 * If `mask' is non-zero, the previous signal 49 bne a1, Lsavesig /* if !zero, save signals */ 50 jmp zero, _setjmp /* else don't. */ 52 jmp zero, setjmp 58 bne t0, Lrestoresig /* if !zero, restore signals */ 59 jmp zero, _longjmp 61 jmp zero, longjmp
|
compat_setjmp.S | 64 mov zero, a0 69 mov zero, a0 99 stq zero, (70 * 8)(a0) /* FP software control XXX */ 100 stq zero, (71 * 8)(a0) /* sc_reserved[0] */ 101 stq zero, (72 * 8)(a0) /* sc_reserved[1] */ 102 stq zero, (73 * 8)(a0) /* sc_xxx[0] */ 103 stq zero, (74 * 8)(a0) /* sc_xxx[1] */ 104 stq zero, (75 * 8)(a0) /* sc_xxx[2] */ 105 stq zero, (76 * 8)(a0) /* sc_xxx[3] */ 106 stq zero, (77 * 8)(a0) /* sc_xxx[4] * [all...] |
compat__setjmp.S | 72 stq zero, (70 * 8)(a0) /* FP software control XXX */ 73 stq zero, (71 * 8)(a0) /* sc_reserved[0] */ 74 stq zero, (72 * 8)(a0) /* sc_reserved[1] */ 75 stq zero, (73 * 8)(a0) /* sc_xxx[0] */ 76 stq zero, (74 * 8)(a0) /* sc_xxx[1] */ 77 stq zero, (75 * 8)(a0) /* sc_xxx[2] */ 78 stq zero, (76 * 8)(a0) /* sc_xxx[3] */ 79 stq zero, (77 * 8)(a0) /* sc_xxx[4] */ 80 stq zero, (78 * 8)(a0) /* sc_xxx[5] */ 81 stq zero, (79 * 8)(a0) /* sc_xxx[6] * [all...] |
/src/sys/arch/alpha/alpha/ |
pmap_subr.s | 44 * Zero the specified (machine independent) page by mapping the page 79 1: stq zero, (0*8)(a0) /* 0 */ 80 stq zero, (1*8)(a0) /* 1 */ 81 stq zero, (2*8)(a0) /* 2 */ 82 stq zero, (3*8)(a0) /* 3 */ 84 stq zero, (4*8)(a0) /* 4 */ 85 stq zero, (5*8)(a0) /* 5 */ 86 stq zero, (6*8)(a0) /* 6 */ 87 stq zero, (7*8)(a0) /* 7 */ 90 stq zero, (0*8)(a2) /* 8 * [all...] |
/src/lib/libm/noieee_src/ |
n_pow.c | 79 * +0 ** -(anything except 0, NaN) is +INF and signal DIV-BY-ZERO; 121 static const double zero=0.0, one=1.0, two=2.0, negone= -1.0; variable in typeref:typename:const double 142 if (y==zero) 152 return ((y<0)? zero : ((x<zero)? y-y : y)); 154 return ((y>0)? zero : ((x<0)? y-y : -y)); 165 else if ( (t=drem(y,two)) == zero) 173 else if (x==zero) /* x is -0 */ 174 return ((y>zero)? -x : one/(-x)); 176 return (zero/zero) [all...] |
/src/common/lib/libc/arch/alpha/string/ |
bzero.S | 37 subq zero,a0,t0 49 lda t0,-1(zero) /* t0=-1 */ 52 bic t2,t0,t2 /* zero those bytes in word */ 60 mskql t2,a0,t2 /* zero bytes (a0%8)..7 in word */ 73 stq zero,0(a0) 74 stq zero,8(a0) 75 stq zero,16(a0) 76 stq zero,24(a0) 78 stq zero,32(a0) 79 stq zero,40(a0 [all...] |
/src/lib/libc/compat/arch/alpha/sys/ |
compat_Ovfork.S | 36 cmovne a4, zero, v0 /* a4 (rv[1]) != 0, child */
|
compat_sigpending.S | 38 mov zero, v0
|
compat_sigsuspend.S | 38 mov zero, v0 /* shouldn't need; just in case... */
|
/src/sys/arch/mips/mips/ |
cache_r3k_subr.S | 65 * whatever value is found at cache location zero indicates the size. 85 lw v0, MIPS_KSEG0_START(zero) # magic! cache size is there 90 3: sw zero, 0(t1) # clear parity 91 sw zero, 4(t1) 92 sw zero, 8(t1) 93 sw zero, 12(t1) 94 sb zero, 0(t1) # invalidate 95 sb zero, 4(t1) 96 sb zero, 8(t1) 99 sb zero, -4(t1) # BDSLO [all...] |