Symbol: ZERO
usr/src/cmd/acpi/iasl/asloperands.c
983
Next->Asl.ParseOpcode = ZERO;
usr/src/cmd/acpi/iasl/asloperands.c
992
Next->Asl.ParseOpcode = ZERO;
usr/src/cmd/vi/port/ex_v.c
445
ZERO = 0;
usr/src/cmd/vi/port/ex_v.c
454
ZERO = lines - TUBESIZE / WCOLS;
usr/src/cmd/vi/port/ex_v.c
455
if (ZERO < 0)
usr/src/cmd/vi/port/ex_v.c
456
ZERO = 0;
usr/src/cmd/vi/port/ex_v.c
457
if (ZERO > basWTOP)
usr/src/cmd/vi/port/ex_v.c
485
if (WLINES >= TUBELINES || WCOLS * (WECHO - ZERO + 1) > TUBESIZE)
usr/src/cmd/vi/port/ex_v.c
490
vclrbyte(atube, WCOLS * (WECHO - ZERO + 1));
usr/src/cmd/vi/port/ex_v.c
491
for (i = 0; i < ZERO; i++)
usr/src/cmd/vi/port/ex_vadj.c
100
if (p < ZERO)
usr/src/cmd/vi/port/ex_vadj.c
101
p = ZERO;
usr/src/cmd/vi/port/ex_vadj.c
220
if (state == VISUAL && WTOP - ZERO >= need && insert_line && delete_line) {
usr/src/cmd/vi/port/ex_vadj.c
482
for (to = ZERO, from = ZERO + cnt; to <= WECHO - cnt; to++, from++)
usr/src/cmd/vi/port/ex_vadj.c
484
for (from = ZERO; to <= WECHO; to++, from++) {
usr/src/cmd/vi/port/ex_vadj.c
506
if (vcnt && WBOT != WECHO && LINE(0) < WTOP && LINE(0) >= ZERO) {
usr/src/cmd/vi/port/ex_vadj.c
96
if (state == VISUAL && vcline == 0 && vcnt > 1 && p > ZERO) {
usr/src/cmd/vi/port/ex_vis.h
248
var short ZERO;
usr/src/cmd/vi/port/ex_vops.c
754
if (c < ZERO)
usr/src/cmd/vi/port/ex_vops.c
755
c = ZERO;
usr/src/cmd/vi/port/ex_vput.c
57
vclrbyte(vtube0, WCOLS * (WECHO - ZERO + 1));
usr/src/cmd/vi/port/ex_vput.c
592
for (i = ZERO; i <= WECHO; i++)
usr/src/cmd/vi/port/ex_vwind.c
125
cnt <= WTOP - ZERO && vfit(dot - cnt, cnt) <= WTOP - ZERO)
usr/src/cmd/xargs/xargs.c
130
static int ZERO = FALSE;
usr/src/cmd/xargs/xargs.c
195
ZERO = TRUE;
usr/src/cmd/xargs/xargs.c
600
if (ZERO) {
usr/src/cmd/xargs/xargs.c
634
if (ZERO || escape || (inquote == 1)) {
usr/src/cmd/xargs/xargs.c
650
if (ZERO || escape || (inquote == 2)) {
usr/src/cmd/xargs/xargs.c
670
if (ZERO || inquote || escape) {
usr/src/cmd/xargs/xargs.c
680
if (inquote || escape || ZERO || !iswctype(c, blank)) {
usr/src/cmd/xargs/xargs.c
892
if (ZERO) {
usr/src/lib/libc/i386/crt/_rtld.c
291
dzfd = OPENAT(AT_FDCWD, ZERO, O_RDWR);
usr/src/lib/libc/sparc/crt/_rtld.c
292
dzfd = OPENAT(AT_FDCWD, ZERO, O_RDWR);
usr/src/lib/libm/common/C/log2.c
171
return (ZERO / (x - x));
usr/src/lib/libslp/javalib/com/sun/slp/Opaque.java
199
buf.append(ZERO);
usr/src/lib/libslp/javalib/com/sun/slp/Opaque.java
51
private static final char ZERO = '0';
usr/src/tools/smatch/src/check_atomic_inc_dec.c
313
return ZERO;
usr/src/tools/smatch/src/check_atomic_inc_dec.c
379
inc_buckets[ZERO]) {
usr/src/tools/smatch/src/check_locking.c
1055
(unlocked_buckets[ZERO] || unlocked_buckets[POSITIVE]))
usr/src/tools/smatch/src/check_locking.c
945
return ZERO;
usr/src/tools/smatch/src/check_locking.c
951
return ZERO;
usr/src/tools/smatch/src/validation/typediff-enum.c
11
num foo(void) { return ZERO; }
usr/src/tools/smatch/src/validation/typediff-enum.c
14
int bar(void) { return ZERO; }
usr/src/uts/common/fs/zfs/vdev_raidz_math_impl.h
168
ZERO(ZERO_D);
usr/src/uts/common/fs/zfs/vdev_raidz_math_sse2.c
245
if (x & 0x01) { COPY(in, acc); } else { ZERO(acc); } \
usr/src/uts/common/ipp/ipgpc/trie.c
140
if (bit == ZERO) {
usr/src/uts/common/ipp/ipgpc/trie.c
277
if (bit == ZERO) {
usr/src/uts/common/ipp/ipgpc/trie.c
358
if (bit == ZERO) {
usr/src/uts/common/ipp/ipgpc/trie.c
491
if (bit == ZERO) {
usr/src/uts/common/ipp/ipgpc/trie.c
655
if (bit == ZERO) {
usr/src/uts/common/ipp/ipgpc/trie.c
745
if (bit == ZERO) { /* choose leaf */
usr/src/uts/common/ipp/ipgpc/trie.c
807
if (bit == ZERO) { /* choose leaf */
usr/src/uts/common/sys/fs/hsfs_isospec.h
44
((((((ZERO(x) << 8) | ONE(x)) << 8) | TWO(x)) << 8) | THREE(x))
usr/src/uts/common/sys/fs/hsfs_isospec.h
46
((((((THREE(x) << 8) | TWO(x)) << 8) | ONE(x)) << 8) | ZERO(x))
usr/src/uts/common/sys/fs/hsfs_isospec.h
47
#define MSB_SHORT(x) ((ZERO(x) << 8) | ONE(x))
usr/src/uts/common/sys/fs/hsfs_isospec.h
48
#define LSB_SHORT(x) ((ONE(x) << 8) | ZERO(x))
usr/src/uts/common/sys/fs/hsfs_spec.h
56
((((((ZERO(x) << 8) | ONE(x)) << 8) | TWO(x)) << 8) | THREE(x))
usr/src/uts/common/sys/fs/hsfs_spec.h
58
((((((THREE(x) << 8) | TWO(x)) << 8) | ONE(x)) << 8) | ZERO(x))
usr/src/uts/common/sys/fs/hsfs_spec.h
59
#define MSB_SHORT(x) ((ZERO(x) << 8) | ONE(x))
usr/src/uts/common/sys/fs/hsfs_spec.h
60
#define LSB_SHORT(x) ((ONE(x) << 8) | ZERO(x))