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

1 2

  /src/usr.bin/make/unit-tests/
directive-for-null.exp 1 make: (stdin):2: Zero byte read from file
directive-for-null.mk 5 # expect: make: (stdin):2: Zero byte read from file
opt-file.exp 4 make: (stdin):1: Zero byte read from file
opt-file.mk 65 # echo 'VAR=value' | tr 'l' '\0' > zero-byte.in
66 # printf '%s\n' 'all:' ': VAR=${VAR:Q}' >> zero-byte.in
70 # make-$year.01.01.00.00.00 -r -f zero-byte.in
82 # make: "(stdin)" line 1: Zero byte read from file
95 # make: "(stdin)" line 1: warning: Zero byte read from file, skipping rest of line.
99 # make: "(stdin)" line 1: Zero byte read from file
105 # make: "(stdin)" line 1: Zero byte read from file
directive-include.mk 73 # resulting in the error message ":1: Zero byte read from file".
  /src/lib/libm/src/
e_fmodf.c 30 static const float one = 1.0, Zero[] = {0.0, -0.0,};
49 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
82 return Zero[(u_int32_t)sx>>31];
91 return Zero[(u_int32_t)sx>>31];
s_remquof.c 24 static const float Zero[] = {0.0, -0.0,};
55 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
97 return Zero[(u_int32_t)sx>>31];
e_fmod.c 27 static const double one = 1.0, Zero[] = {0.0, -0.0,};
52 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
106 return Zero[(u_int32_t)sx>>31];
115 return Zero[(u_int32_t)sx>>31];
e_fmodl.c 60 static const long double one = 1.0, Zero[] = {0.0, -0.0,};
98 return Zero[sx]; /* |x|=|y| return x*0*/
132 return Zero[sx];
141 return Zero[sx];
s_remquol.c 62 static const long double Zero[] = {0.0L, -0.0L};
109 return Zero[sx]; /* |x|=|y| return x*0*/
151 return Zero[sx];
s_remquo.c 26 static const double Zero[] = {0.0, -0.0,};
60 return Zero[(u_int32_t)sx>>31]; /* |x|=|y| return x*0*/
124 return Zero[(u_int32_t)sx>>31];
  /src/sys/arch/pmax/stand/common/
start.S 96 sw zero, CALLFRAME_RA(sp) # Zero out old ra for debugger
97 sw zero, CALLFRAME_SP(sp) # Zero out old fp for debugger
105 move a1, zero
121 move a0, zero /* Don't print anything. */
122 move a1, zero
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
sun8i-s3-lichee-zero-plus.dts 12 model = "Sipeed Lichee Zero Plus";
13 compatible = "sipeed,lichee-zero-plus", "sochip,s3",
bcm2835-rpi-zero.dts 12 compatible = "raspberrypi,model-zero", "brcm,bcm2835";
13 model = "Raspberry Pi Zero";
dm8148-t410.dts 7 model = "HP t410 Smart Zero Client";
bcm2835-rpi-zero-w.dts 12 compatible = "raspberrypi,model-zero-w", "brcm,bcm2835";
13 model = "Raspberry Pi Zero W";
sun8i-h2-plus-bananapi-m2-zero.dts 17 model = "Banana Pi BPI-M2-Zero";
18 compatible = "sinovoip,bpi-m2-zero", "allwinner,sun8i-h2-plus";
44 label = "bananapi-m2-zero:red:pwr";
  /src/sys/external/bsd/acpica/dist/utilities/
utprint.c 274 * reversed ordered number without the trailing zero.
409 char Zero;
430 Zero = (Type & ACPI_FORMAT_ZERO) ? '0' : ' ';
503 String = AcpiUtBoundStringOutput (String, End, Zero);
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 240 input.Zero();
242 args->Zero();
301 input.Zero();
302 args->Zero();
  /src/sys/arch/vax/boot/common/
srt0.S 56 movc5 $0,(%r3),$0,%r2,(%r3) # Zero bss
  /src/common/dist/zlib/contrib/dotzlib/DotZLib/
GZipStream.cs 57 if (_gzFile == IntPtr.Zero)
70 if (_gzFile == IntPtr.Zero)
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h5-orangepi-zero-plus.dts 13 model = "Xunlong Orange Pi Zero Plus";
14 compatible = "xunlong,orangepi-zero-plus", "allwinner,sun50i-h5";
sun50i-h5-orangepi-zero-plus2.dts 11 model = "OrangePi Zero Plus2";
12 compatible = "xunlong,orangepi-zero-plus2", "allwinner,sun50i-h5";
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aetables.h 499 Return (Zero)
510 Return (Zero)
520 Return (Zero)
  /src/sys/external/bsd/acpica/dist/tests/misc/
grammar.asl 159 Return (Zero)
195 Return (Zero)
215 Zero,
216 Zero,
217 Zero
224 Zero,
225 Zero
231 Zero,
232 Zero,
233 Zero
    [all...]

Completed in 68 milliseconds

1 2