/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | typediff-enum.c | 1 enum num { ZERO, ONE, MANY, }; enumerator 11 num foo(void) { return ZERO; } in foo() 14 int bar(void) { return ZERO; } in bar()
|
H A D | enum+mode.c | 1 enum e { ZERO, ONE, TWO }; enumerator
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 445 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 D | ex_vadj.c | 96 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 D | ex_vwind.c | 125 cnt <= WTOP - ZERO && vfit(dot - cnt, cnt) <= WTOP - ZERO) in vup()
|
H A D | ex_vis.h | 248 var short ZERO; variable
|
H A D | ex_vops.c | 754 if (c < ZERO) in voOpen() 755 c = ZERO; in voOpen()
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vlogf.S | 89 #define ZERO %f28 macro 169 ! f28 ZERO = 0 200 ! double ZERO = 0; 207 ! exp = vis_fpack32(ZERO, exp); 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) 543 fpack32 ZERO,%f12,%f20 ! (Y3_0) exp = vis_fpack32(ZERO, exp) 589 fpack32 ZERO,%f6,%f6 ! (Y0_1) exp = vis_fpack32(ZERO, exp) [all …]
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | hsfs_isospec.h | 38 #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 D | hsfs_spec.h | 50 #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 D | xargs.c | 130 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 D | trie.c | 34 #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 D | Opaque.java | 51 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 D | log2.c | 127 #define ZERO P[3] macro 171 return (ZERO / (x - x)); in log2()
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtboot.S | 78 .local s.LDSO, s.ZERO 136 SI(ZERO) 235 s.ZERO: .asciz "/dev/zero"
|
H A D | _rtld.c | 55 #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 D | check_atomic_inc_dec.c | 301 EMPTY, NEGATIVE, ZERO, POSITIVE, NUM_BUCKETS enumerator 313 return ZERO; in success_fail_positive() 379 inc_buckets[ZERO]) { in check_counter()
|
H A D | check_locking.c | 929 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.c | 55 #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 D | regcmp.c | 44 #define ZERO 01 macro
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/msft-pc-windows/ |
H A D | CP1256.TXT | 91 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 D | vdev_raidz_math_scalar.c | 94 #define ZERO(acc) acc.e = 0 macro
|
/illumos-gate/usr/src/cmd/acpi/iasl/ |
H A D | asloperands.c | 983 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable() 992 Next->Asl.ParseOpcode = ZERO; in OpnDoLoadTable()
|
/illumos-gate/usr/src/lib/iconv_modules/utf-8/utils/ |
H A D | 8859-11.txt | 62 0x30 0x0030 # DIGIT ZERO 216 0xF0 0x0E50 # THAI DIGIT ZERO
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/uwin/ |
H A D | crypt.c | 276 #define ZERO(d,d0,d1) d0 = 0, d1 = 0 macro 318 ZERO(D,D0,D1); in permute()
|