HomeSort by: relevance | last modified time | path
    Searched refs:zero (Results 1 - 25 of 2011) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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:__anon8074
19 sink_int(i / zero); /* only triggers in constant expressions */
25 sink_int(13 / zero);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
compare-enum-type.h 20 zero, enumerator in enum:e
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
compare-enum-type.h 20 zero, enumerator in enum:e
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
break-template-cast.cc 29 zero = 0, enumerator in enum:enum_test
46 /* Some compilers, like g++, transform "enum_test::zero" to
49 foo<enum_test::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/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
condbreak-call-false.c 17 zero (void) function
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
condbreak-call-false.c 17 zero (void) function
  /src/external/lgpl3/mpc/dist/tests/
trootofunity.c 34 mpc_t z, zero; local
38 mpc_init2 (zero, 2);
42 mpc_set_prec (zero, prec);
45 mpc_pow_ui (zero, z, n, MPC_RNDNN);
46 mpc_sub_ui (zero, zero, 1u, MPC_RNDNN);
47 if (MPC_MAX (mpfr_get_exp (mpc_realref (zero)), mpfr_get_exp (mpc_imagref (zero)))
51 MPC_OUT (zero);
57 mpc_clear (zero);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
range.cc 35 wide_int zero = wi::zero (TYPE_PRECISION (type)); local
36 return value_range (type, zero, zero);
42 wide_int zero = wi::zero (TYPE_PRECISION (type)); local
43 return value_range (type, zero, zero, VR_ANTI_RANGE);
51 return value_range (type, wi::zero (prec), wi::max_value (prec, sign));
  /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 */
  /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
  /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
  /src/external/gpl3/gcc/dist/libgomp/config/nvptx/
doacross.h 33 static int zero; variable
43 asm volatile ("ld.cg.s32 %0, [%1];" : "=r" (r) : "i" (&zero) : "memory");
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
doacross.h 33 static int zero; variable
43 asm volatile ("ld.cg.s32 %0, [%1];" : "=r" (r) : "i" (&zero) : "memory");
  /src/external/mit/libuv/dist/test/
test-random.c 32 char zero[sizeof(scratch)]; local
34 memset(zero, 0, sizeof(zero));
41 ASSERT_OK(memcmp(scratch, zero, sizeof(zero)));
45 ASSERT_NE(0, memcmp(scratch, zero, sizeof(zero)));
79 char zero[256]; local
89 memset(zero, 0, sizeof(zero));
    [all...]
  /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
  /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
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...]

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011>>