Home
last modified time | relevance | path

Searched refs:ZERO (Results 1 – 25 of 75) sorted by relevance

123

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dtypediff-enum.c1 enum num { ZERO, ONE, MANY, }; enumerator
11 num foo(void) { return ZERO; } in foo()
14 int bar(void) { return ZERO; } in bar()
H A Denum+mode.c1 enum e { ZERO, ONE, TWO }; enumerator
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_v.c445 ZERO = 0; in setwind()
454 ZERO = lines - TUBESIZE / WCOLS; in setwind()
455 if (ZERO < 0) in setwind()
456 ZERO = 0; in setwind()
457 if (ZERO > basWTOP) in setwind()
485 if (WLINES >= TUBELINES || WCOLS * (WECHO - ZERO + 1) > TUBESIZE) in vok()
490 vclrbyte(atube, WCOLS * (WECHO - ZERO + 1)); in vok()
491 for (i = 0; i < ZERO; i++) in vok()
H A Dex_vadj.c96 if (state == VISUAL && vcline == 0 && vcnt > 1 && p > ZERO) { in vopen()
100 if (p < ZERO) in vopen()
101 p = ZERO; in vopen()
220 if (state == VISUAL && WTOP - ZERO >= need && insert_line && delete_line) { in vglitchup()
482 for (to = ZERO, from = ZERO + cnt; to <= WECHO - cnt; to++, from++) in vscroll()
484 for (from = ZERO; to <= WECHO; to++, from++) { in vscroll()
506 if (vcnt && WBOT != WECHO && LINE(0) < WTOP && LINE(0) >= ZERO) { in vscrap()
H A Dex_vwind.c125 cnt <= WTOP - ZERO && vfit(dot - cnt, cnt) <= WTOP - ZERO) in vup()
H A Dex_vis.h248 var short ZERO; variable
H A Dex_vops.c754 if (c < ZERO) in voOpen()
755 c = ZERO; in voOpen()
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S89 #define ZERO %f28 macro
169 ! f28 ZERO = 0
293 fzero ZERO
426 fpack32 ZERO,%f6,%f6 ! (Y0_0) exp = vis_fpack32(ZERO, exp)
467 fpack32 ZERO,%f8,%f8 ! (Y1_0) exp = vis_fpack32(ZERO, exp)
508 fpack32 ZERO,%f10,%f18 ! (Y2_0) exp = vis_fpack32(ZERO, exp)
589 fpack32 ZERO,%f6,%f6 ! (Y0_1) exp = vis_fpack32(ZERO, exp)
633 fpack32 ZERO,%f8,%f8 ! (Y1_1) exp = vis_fpack32(ZERO, exp)
757 fpack32 ZERO,%f6,%f6 ! (Y0_1) exp = vis_fpack32(ZERO, exp)
783 fpack32 ZERO,%f8,%f8 ! (Y1_1) exp = vis_fpack32(ZERO, exp)
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_isospec.h38 #define ZERO(x) (uint_t)(((uchar_t *)(x))[0]) macro
44 ((((((ZERO(x) << 8) | ONE(x)) << 8) | TWO(x)) << 8) | THREE(x))
46 ((((((THREE(x) << 8) | TWO(x)) << 8) | ONE(x)) << 8) | ZERO(x))
47 #define MSB_SHORT(x) ((ZERO(x) << 8) | ONE(x))
48 #define LSB_SHORT(x) ((ONE(x) << 8) | ZERO(x))
H A Dhsfs_spec.h50 #define ZERO(x) (uint_t)(((uchar_t *)(x))[0]) macro
56 ((((((ZERO(x) << 8) | ONE(x)) << 8) | TWO(x)) << 8) | THREE(x))
58 ((((((THREE(x) << 8) | TWO(x)) << 8) | ONE(x)) << 8) | ZERO(x))
59 #define MSB_SHORT(x) ((ZERO(x) << 8) | ONE(x))
60 #define LSB_SHORT(x) ((ONE(x) << 8) | ZERO(x))
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c130 static int ZERO = FALSE; variable
195 ZERO = TRUE; in main()
600 if (ZERO) { in getarg()
634 if (ZERO || escape || (inquote == 1)) { in getarg()
650 if (ZERO || escape || (inquote == 2)) { in getarg()
670 if (ZERO || inquote || escape) { in getarg()
680 if (inquote || escape || ZERO || !iswctype(c, blank)) { in getarg()
892 if (ZERO) { in getwchr()
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c34 #define ZERO 0 macro
140 if (bit == ZERO) { in t_split()
277 if (bit == ZERO) { in t_insert()
358 if (bit == ZERO) { in t_insert6()
491 if (bit == ZERO) { in t_traverse_delete()
655 if (bit == ZERO) { in t_remove6()
745 if (bit == ZERO) { /* choose leaf */ in t_retrieve()
807 if (bit == ZERO) { /* choose leaf */ in t_retrieve6()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DOpaque.java51 private static final char ZERO = '0'; field in Opaque
199 buf.append(ZERO); in toString()
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlog2.c127 #define ZERO P[3] macro
171 return (ZERO / (x - x)); in log2()
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtboot.S78 .local s.LDSO, s.ZERO
136 SI(ZERO)
235 s.ZERO: .asciz "/dev/zero"
H A D_rtld.c55 #define ZERO strings[ZERO_S] macro
292 dzfd = OPENAT(AT_FDCWD, ZERO, O_RDWR); in __rtld()
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_atomic_inc_dec.c301 EMPTY, NEGATIVE, ZERO, POSITIVE, NUM_BUCKETS enumerator
313 return ZERO; in success_fail_positive()
379 inc_buckets[ZERO]) { in check_counter()
H A Dcheck_locking.c929 ERR_PTR, VALID_PTR, NEGATIVE, ZERO, POSITIVE, NUM_BUCKETS, enumerator
945 return ZERO; in success_fail_positive()
951 return ZERO; in success_fail_positive()
1055 (unlocked_buckets[ZERO] || unlocked_buckets[POSITIVE])) in check_lock()
/illumos-gate/usr/src/lib/libc/i386/crt/
H A D_rtld.c55 #define ZERO strings[ZERO_S] macro
291 dzfd = OPENAT(AT_FDCWD, ZERO, O_RDWR); in __rtld()
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregcmp.c44 #define ZERO 01 macro
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/msft-pc-windows/
H A DCP1256.TXT91 0x30 0x0030 #DIGIT ZERO
200 0x9D 0x200C #ZERO WIDTH NON-JOINER
201 0x9E 0x200D #ZERO WIDTH JOINER
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_scalar.c94 #define ZERO(acc) acc.e = 0 macro
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasloperands.c983 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable()
992 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/
H A Dcrypt.c276 #define ZERO(d,d0,d1) d0 = 0, d1 = 0 macro
318 ZERO(D,D0,D1); in permute()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/
H A D8859-11.txt62 0x30 0x0030 # DIGIT ZERO
216 0xF0 0x0E50 # THAI DIGIT ZERO

123