HomeSort by relevance Sort by last modified time
    Searched refs:normal (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
MarkupScan.h 14 normal, enumerator in enum:SP_NAMESPACE::MarkupScan::Type
InputSource.cxx 44 case MarkupScan::normal:
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparcv9/
boot.s 97 ! +0: normal start
98 ! +4: normal start
  /onnv/onnv-gate/usr/src/uts/common/sys/
netlb.h 48 * Each has a generic type (normal/external/internal), a name (e.g. the
73 normal, enumerator in enum:__anon7394
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
sun_solaris_vartree003.sh 61 -adobe-avantgarde-demi-r-normal--199-120-1200-1200-p-1130-iso8859-1
78 -adobe-avantgarde-demi-r-normal--199-120-1200-1200-p-1130-iso8859-1
84 -adobe-avantgarde-demi-i-normal--199-120-1200-1200-p-1130-iso8859-1
101 -adobe-avantgarde-demi-i-normal--199-120-1200-1200-p-1130-iso8859-1
107 -adobe-avantgarde-demi-r-normal--422-120-2540-2540-p-2395-iso8859-1
124 -adobe-avantgarde-demi-r-normal--422-120-2540-2540-p-2395-iso8859-1
130 -adobe-avantgarde-demi-i-normal--422-120-2540-2540-p-2395-iso8859-1
147 -adobe-avantgarde-demi-i-normal--422-120-2540-2540-p-2395-iso8859-1
sun_solaris_getconf.sh 82 print -u2 "getconf/normal built mismatch: |\$t|:|\$a| != |\$b|"
138 ## run normal test
140 (( getconf_keys == 0 )) && err_exit "getconf/normal not working (PATH=${PATH})."
141 (( mismatch > 0 )) && err_exit "getconf/normal test found ${mismatch} differences (PATH=${PATH})."
151 (( getconf_keys == 0 )) && err_exit \"getconf/normal not working (PATH=\${PATH}).\" ; \
152 (( mismatch > 0 )) && err_exit \"getconf/normal test found \${mismatch} differences (PATH=\${PATH}).\" ; \
168 (( getconf_keys == 0 )) && err_exit \"getconf/normal not working (PATH=\${PATH}).\" ; \
169 (( mismatch > 0 )) && err_exit \"getconf/normal test found \${mismatch} differences (PATH=\${PATH}).\" ; \
  /onnv/onnv-gate/usr/src/lib/libast/common/path/
pathpath.c 93 do if (s <= path) goto normal; while (*--s == '/');
94 do if (s <= path) goto normal; while (*--s != '/');
100 goto normal;
103 normal: ;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
sigtrap.t 30 is( $SIG{AFAKE}, \&sigtrap::handler_traceback, 'install normal handler' );
36 my @normal = qw( HUP INT PIPE TERM );
37 @SIG{@normal} = 1 x @normal;
38 sigtrap->import('normal-signals');
39 is( (grep { ref $_ } @SIG{@normal}), @normal, 'check normal-signals set' );
sigtrap.pm 31 elsif ($_ eq 'normal-signals') {
135 use sigtrap qw(die normal-signals);
136 use sigtrap qw(die untrapped normal-signals);
137 use sigtrap qw(die untrapped normal-signals
139 use sigtrap 'handler' => \&my_handler, 'normal-signals';
140 use sigtrap qw(handler my_handler normal-signals
193 =item B<normal-signals>
265 use sigtrap qw(die normal-signals);
270 use sigtrap qw(die untrapped normal-signals);
272 Die on receipt one of an of the B<normal-signals> which is currentl
    [all...]
  /onnv/onnv-gate/usr/src/uts/i86pc/boot/
boot_keyboard_table.h 40 #define KBTYPE_NORMAL 0x000 /* Normal keys, process mindlessly. */
62 unsigned short normal; member in struct:keyboard_translate
boot_keyboard.c 222 * we just let the normal code handle it. Perhaps we
266 switch (keyboard_translate[code].normal) {
324 switch (k->normal & 0xFF00) {
342 action = k->normal;
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_printf.c 229 int64_t normal = (int64_t)unormal; local
230 int32_t n = (int32_t)normal;
244 *((int64_t *)addr) / normal));
253 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal)
255 uint32_t n = (uint32_t)normal;
269 *((uint64_t *)addr) / normal));
277 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal)
280 return (pfprint_sint(dtp, fp, format, pfd, addr, size, normal));
282 return (pfprint_uint(dtp, fp, format, pfd, addr, size, normal));
288 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal)
1266 uint64_t normal; local
    [all...]
dt_consume.c 348 dt_stddev(uint64_t *data, uint64_t normal)
360 dt_divide_128(data + 2, normal, avg_of_squares);
363 norm_avg = (int64_t)data[1] / (int64_t)normal / (int64_t)data[0];
490 uint64_t normal, long double total, char positives, char negatives)
513 spaces + depth, (long long)val / normal));
521 ats + len - depth, (long long)val / normal));
528 * the size of normal quantize()/lquantize() bars, so we divide the
540 ats + len - depth, len, "", (long long)val / normal));
544 (long long)val / normal));
550 size_t size, uint64_t normal)
1179 dt_normal_t *normal = arg; local
1196 dt_normal_t normal; local
1479 uint64_t normal; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
scalar.pm 31 on a scalar variable. All the normal file operations can be performed
  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_tty.h 116 var bool normtty; /* Have to restore normal mode from normf */
125 void normal(ttymode);
  /onnv/onnv-gate/usr/src/common/openssl/crypto/md5/asm/
md5-586.pl 3 # Normal is the
5 # version, non-normal is the
8 $normal=0;
158 &add($K,64) if $pos >=1 && !$normal;
196 &set_label("start") unless $normal;
290 &mov($tmp1,&swtmp(0)) unless $normal;
295 &cmp($tmp1,$X) unless $normal; # check count
296 &jae(&label("start")) unless $normal;
  /onnv/onnv-gate/usr/src/uts/sun4u/ml/
wbuf.s 43 * sn0 - spill normal tl 0
44 * sn1 - spill normal tl >0
53 ! Spill normal tl0 fault.
97 ! Spill normal tl1 fault.
187 ! Spill normal tl0 fault.
231 ! Spill normal tl1 fault.
319 * fn0 - fill normal tl 0
320 * fn1 - fill normal tl 1
329 ! Fill normal tl0 fault.
366 ! Fill normal tl1 fault
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4v/ml/
wbuf.s 44 * sn0 - spill normal tl 0
45 * sn1 - spill normal tl >0
54 ! Spill normal tl0 fault.
98 ! Spill normal tl1 fault.
190 ! Spill normal tl0 fault.
234 ! Spill normal tl1 fault.
259 ! Spill normal kernel tl1.
287 ! Spill normal kernel tl1.
381 * fn0 - fill normal tl 0
382 * fn1 - fill normal tl
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/common/
dtj_consume.c 1528 uint64_t normal = data->dtada_normal; local
1998 uint64_t normal; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/sparc/gen/
memmove.s 50 ! normal, copy forwards
  /onnv/onnv-gate/usr/src/lib/libc/sparcv9/gen/
memmove.s 50 ! normal, copy forwards
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/pod/
perlgcc.pod 58 you should use C<perlgcc -MCPAN -e shell> instead, and use as normal.
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparc/
boot.s 105 ! +0: normal start
121 ! Create a stack frame, perform PIC set up. If we're a "normal" start, we have
177 ! target program (normal), or if return value of _setup is "0" we have
  /onnv/onnv-gate/usr/src/common/openssl/crypto/des/
FILES0 12 Makefile.uni - The normal unix makefile.
34 ncbc_enc.c - des_cbc_encrypt() that is 'normal' in that it copies
  /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
Distribution.java 340 normalizeBuckets(long normal)
343 b.frequency /= normal;

Completed in 3899 milliseconds

1 2 3 4 5