/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Opaque.java | 51 private static final char ZERO = '0'; field in class:Opaque 199 buf.append(ZERO);
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 447 ZERO = 0; 456 ZERO = lines - TUBESIZE / WCOLS; 457 if (ZERO < 0) 458 ZERO = 0; 459 if (ZERO > basWTOP) 487 if (WLINES >= TUBELINES || WCOLS * (WECHO - ZERO + 1) > TUBESIZE) 492 vclrbyte(atube, WCOLS * (WECHO - ZERO + 1)); 493 for (i = 0; i < ZERO; i++)
|
H A D | ex_vadj.c | 96 if (state == VISUAL && vcline == 0 && vcnt > 1 && p > ZERO) { 100 if (p < ZERO) 101 p = ZERO; 220 if (state == VISUAL && WTOP - ZERO >= need && insert_line && delete_line) { 482 for (to = ZERO, from = ZERO + cnt; to <= WECHO - cnt; to++, from++) 484 for (from = ZERO; to <= WECHO; to++, from++) { 506 if (vcnt && WBOT != WECHO && LINE(0) < WTOP && LINE(0) >= ZERO) {
|
H A D | ex_vis.h | 250 var short ZERO; variable
|
H A D | ex_vwind.c | 125 cnt <= WTOP - ZERO && vfit(dot - cnt, cnt) <= WTOP - ZERO)
|
H A D | ex_vops.c | 754 if (c < ZERO) 755 c = ZERO;
|
H A D | ex_vput.c | 59 vclrbyte(vtube0, WCOLS * (WECHO - ZERO + 1)); 594 for (i = ZERO; i <= WECHO; i++)
|
/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 | 52 #define ZERO(x) (uint_t)(((uchar_t *)(x))[0]) macro 58 ((((((ZERO(x) << 8) | ONE(x)) << 8) | TWO(x)) << 8) | THREE(x)) 60 ((((((THREE(x) << 8) | TWO(x)) << 8) | ONE(x)) << 8) | ZERO(x)) 61 #define MSB_SHORT(x) ((ZERO(x) << 8) | ONE(x)) 62 #define LSB_SHORT(x) ((ONE(x) << 8) | ZERO(x))
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | log2.c | 99 /* ZERO */ 0.0, 127 #define ZERO P[3] macro 171 return (ZERO / (x - x));
|
/illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
H A D | trie.c | 36 #define ZERO 0 macro 142 if (bit == ZERO) { 279 if (bit == ZERO) { 360 if (bit == ZERO) { 493 if (bit == ZERO) { 657 if (bit == ZERO) { 747 if (bit == ZERO) { /* choose leaf */ 809 if (bit == ZERO) { /* choose leaf */
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vlogf.S | 89 #define ZERO %f28 define 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, [all...] |
H A D | __vpowf.S | 561 ! else fy = ((ax0 < 0x3f800000) != (uy >> 31)) ? ZERO : *(float*) &ay; 599 ! fy = (uy >> 31) ? ONE / ZERO : ZERO; 605 ! pz[0] = ZERO / ZERO; /* NaN */ 694 ! else fy = ((ax < 0x3f800000) != (uy >> 31)) ? ZERO : *(float*)&ay; 1759 fzeros %f4 ! return ZERO 1761 fdivs %f0,%f3,%f4 ! fy = ONE/ZERO 1772 fdivs %f3,%f3,%f4 ! return ZERO/ZERO [all...] |
/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);
|
/illumos-gate/usr/src/lib/libc/sparc/crt/ |
H A D | _rtld.c | 55 #define ZERO strings[ZERO_S] macro 292 dzfd = OPENAT(AT_FDCWD, ZERO, O_RDWR);
|
H A D | _rtboot.s | 78 .local s.LDSO, s.ZERO 136 SI(ZERO) 235 s.ZERO: .asciz "/dev/zero"
|
/illumos-gate/usr/src/cmd/xargs/ |
H A D | xargs.c | 126 static int ZERO = FALSE; variable 182 ZERO = TRUE; 552 if (ZERO) { 586 if (ZERO || escape || (inquote == 1)) { 602 if (ZERO || escape || (inquote == 2)) { 622 if (ZERO || inquote || escape) { 632 if (inquote || escape || ZERO || !iswctype(c, blank)) { 812 * character is present. If ZERO is set, it gets a single byte instead 841 if (ZERO) {
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | regcmp.c | 44 #define ZERO 01 macro
|
/illumos-gate/usr/src/lib/libast/common/uwin/ |
H A D | crypt.c | 276 #define ZERO(d,d0,d1) d0 = 0, d1 = 0 macro 318 ZERO(D,D0,D1);
|