Home
last modified time | relevance | path

Searched refs:normal (Results 1 – 25 of 105) sorted by relevance

12345

/titanic_41/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_vartree003.sh60 -adobe-avantgarde-demi-r-normal--199-120-1200-1200-p-1130-iso8859-1
77 -adobe-avantgarde-demi-r-normal--199-120-1200-1200-p-1130-iso8859-1
83 -adobe-avantgarde-demi-i-normal--199-120-1200-1200-p-1130-iso8859-1
100 -adobe-avantgarde-demi-i-normal--199-120-1200-1200-p-1130-iso8859-1
106 -adobe-avantgarde-demi-r-normal--422-120-2540-2540-p-2395-iso8859-1
123 -adobe-avantgarde-demi-r-normal--422-120-2540-2540-p-2395-iso8859-1
129 -adobe-avantgarde-demi-i-normal--422-120-2540-2540-p-2395-iso8859-1
146 -adobe-avantgarde-demi-i-normal--422-120-2540-2540-p-2395-iso8859-1
H A DREADME.tests16 -a execute test module one time as normal script code
23 -s execute test module as normal shell script
H A Dsun_solaris_getconf.sh81 print -u2 "getconf/normal built mismatch: |\$t|:|\$a| != |\$b|"
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_printf.c235 int64_t normal = (int64_t)unormal; in pfprint_sint() local
236 int32_t n = (int32_t)normal; in pfprint_sint()
250 *((int64_t *)addr) / normal)); in pfprint_sint()
259 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) in pfprint_uint() argument
261 uint32_t n = (uint32_t)normal; in pfprint_uint()
275 *((uint64_t *)addr) / normal)); in pfprint_uint()
283 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) in pfprint_dint() argument
286 return (pfprint_sint(dtp, fp, format, pfd, addr, size, normal)); in pfprint_dint()
288 return (pfprint_uint(dtp, fp, format, pfd, addr, size, normal)); in pfprint_dint()
294 const dt_pfargd_t *pfd, const void *addr, size_t size, uint64_t normal) in pfprint_fp() argument
[all …]
H A Ddt_consume.c373 dt_stddev(uint64_t *data, uint64_t normal) in dt_stddev() argument
385 dt_divide_128(data + 2, normal, avg_of_squares); in dt_stddev()
388 norm_avg = (int64_t)data[1] / (int64_t)normal / (int64_t)data[0]; in dt_stddev()
585 uint64_t normal, long double total) in dt_print_quantline_utf8() argument
619 (long long)val / normal)); in dt_print_quantline_utf8()
624 uint64_t normal, long double total, char positives, char negatives) in dt_print_quantline() argument
642 normal, total)); in dt_print_quantline()
652 spaces + depth, (long long)val / normal)); in dt_print_quantline()
660 ats + len - depth, (long long)val / normal)); in dt_print_quantline()
679 ats + len - depth, len, "", (long long)val / normal)); in dt_print_quantline()
[all …]
/titanic_41/usr/src/lib/libast/common/path/
H A Dpathpath.c93 do if (s <= path) goto normal; while (*--s == '/'); in pathpath()
94 do if (s <= path) goto normal; while (*--s != '/'); in pathpath()
100 goto normal; in pathpath()
103 normal: ; in pathpath()
/titanic_41/usr/src/lib/libsqlite/test/
H A Dbind.test38 sqlite_bind $VM 1 {test value 1} normal
46 sqlite_bind $VM 3 {'test value 2'} normal
56 sqlite_bind $VM 2 {abcdefg} normal
64 sqlite_bind $VM 1 {456} normal
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot.s97 ! +0: normal start
98 ! +4: normal start
/titanic_41/usr/src/uts/sun4v/ml/
H A Dwbuf.s54 ! Spill normal tl0 fault.
98 ! Spill normal tl1 fault.
190 ! Spill normal tl0 fault.
234 ! Spill normal tl1 fault.
391 ! Fill normal tl0 fault.
431 ! Fill normal tl1 fault.
/titanic_41/usr/src/uts/sun4u/ml/
H A Dwbuf.s53 ! Spill normal tl0 fault.
97 ! Spill normal tl1 fault.
187 ! Spill normal tl0 fault.
231 ! Spill normal tl1 fault.
329 ! Fill normal tl0 fault.
366 ! Fill normal tl1 fault.
/titanic_41/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c1219 dtj_average(caddr_t addr, uint64_t normal) in dtj_average() argument
1225 (data[1] / (int64_t)normal / data[0]) : 0); in dtj_average()
1229 dtj_avg_total(caddr_t addr, uint64_t normal) in dtj_avg_total() argument
1234 return (data[1] / (int64_t)normal); in dtj_avg_total()
1247 dtj_stddev_total_squares(JNIEnv *jenv, caddr_t addr, uint64_t normal) in dtj_stddev_total_squares() argument
1260 if (normal != 1) { in dtj_stddev_total_squares()
1265 g_bigint_jc, g_bigint_val_jsm, normal); in dtj_stddev_total_squares()
1282 dtj_stddev(JNIEnv *jenv, caddr_t addr, uint64_t normal) in dtj_stddev() argument
1287 total_squares = dtj_stddev_total_squares(jenv, addr, normal); in dtj_stddev()
1289 dtj_avg_count(addr), dtj_avg_total(addr, normal), total_squares); in dtj_stddev()
[all …]
/titanic_41/usr/src/uts/i86pc/boot/
H A Dboot_keyboard.c266 switch (keyboard_translate[code].normal) { in kb_ischar()
324 switch (k->normal & 0xFF00) { in kb_translate()
342 action = k->normal; in kb_translate()
H A Dboot_keyboard_table.h62 unsigned short normal; member
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dbsd-cray.c121 fret.normal = 0; in cray_login_failure()
278 uret.normal = 0; in cray_setup()
407 fret.normal = 0; in cray_setup()
442 fret.normal = 0; in cray_setup()
483 sret.normal = 0; in cray_setup()
/titanic_41/usr/src/uts/common/sys/
H A Dnetlb.h73 normal, enumerator
/titanic_41/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.s105 ! +0: normal start
177 ! target program (normal), or if return value of _setup is "0" we have
/titanic_41/usr/src/cmd/nsadmin/
H A Dksh.kshrc54 # print '#' for user "root" and '$' for normal users
65 # '$ ' for normal users and '# ' for user "root")
/titanic_41/usr/src/cmd/vi/port/
H A Dex_tty.h125 void normal(ttymode);
H A Dex_put.c1017 normal(normf); in pstop()
1112 normal(f); in ostop()
1153 normal(ttymode f) in normal() function
/titanic_41/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h182 ..\..\source\os_specific\service_layers\oswinxf.c(701) : {937} normal block at 0x002E9190, 40 bytes…
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java340 normalizeBuckets(long normal) in normalizeBuckets() argument
343 b.frequency /= normal; in normalizeBuckets()
/titanic_41/usr/src/cmd/bnu/
H A DDialers123 # For normal operation, dip switch 4 should be CLOSED.
145 # For normal operation, dip switch 4 should be CLOSED.
168 # For normal operation dip switch S1 switch 2 should be OPEN.
189 # For normal operation, dip switch S1 switch 3 should be UP.
204 # \\n3 select normal operating mode
229 # For normal operation, dip switch S1 switch 3 should be RIGHT.
/titanic_41/usr/src/cmd/vntsd/
H A Dsvc-vntsd96 root::::type=normal;auths=solaris.vntsd.grant;lock_after_retries=0
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Dmemmove.s50 ! normal, copy forwards
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Dmemmove.s50 ! normal, copy forwards

12345