Searched defs:ZERO (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DOpaque.java51 private static final char ZERO = '0'; field in class:Opaque
199 buf.append(ZERO);
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vlogf.S89 #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...]
/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);
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A D_rtld.c55 #define ZERO strings[ZERO_S] macro
292 dzfd = OPENAT(AT_FDCWD, ZERO, O_RDWR);
/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dtrie.c36 #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/libeti/form/common/
H A Dregcmp.c44 #define ZERO 01 macro
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlog2.c99 /* ZERO */ 0.0,
127 #define ZERO P[3] macro
171 return (ZERO / (x - x));
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_vis.h250 var short ZERO; variable
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Dcrypt.c276 #define ZERO(d,d0,d1) d0 = 0, d1 = 0 macro
318 ZERO(D,D0,D1);
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c126 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/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.h52 #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))

Completed in 57 milliseconds