/titanic_41/usr/src/lib/libmvec/common/ |
H A D | __vatanf.c | 82 else if (intf < 0x31800000) /* avoid underflow for small arg */ in __vatanf() 88 else if (intf > 0x5B000000) /* avoid underflow for big arg */ in __vatanf() 148 else if (intf < 0x31800000) /* avoid underflow for small arg */ in __vatanf() 154 else if (intf > 0x5B000000) /* avoid underflow for big arg */ in __vatanf() 218 else if (intf < 0x31800000) /* avoid underflow for small arg */ in __vatanf() 224 else if (intf > 0x5B000000) /* avoid underflow for big arg */ in __vatanf() 289 else if (intf < 0x31800000) /* avoid underflow for small arg */ in __vatanf() 295 else if (intf > 0x5B000000) /* avoid underflow for big arg */ in __vatanf()
|
H A D | __vatan.c | 93 else if (intf < 0x3e300000) /* avoid underflow for small arg */ in __vatan() 99 else if (intf > 0x43600000) /* avoid underflow for big arg */ in __vatan() 157 else if (intf < 0x3e300000) /* avoid underflow for small arg */ in __vatan() 163 else if (intf > 0x43600000) /* avoid underflow for big arg */ in __vatan() 226 else if (intf < 0x3e300000) /* avoid underflow for small arg */ in __vatan() 232 else if (intf > 0x43600000) /* avoid underflow for big arg */ in __vatan()
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | sun_solaris_cr_6800929_large_command_substitution_hang.sh | 154 …"${currtst.name}: Child returned non-zero exit code." # wait for child (and/or avoid zombies/slime) 174 wait || err_exit "test2a: Child returned non-zero exit code." # wait for child (and/or avoid zombie… 185 wait || err_exit "test2b: Child returned non-zero exit code." # wait for child (and/or avoid zombie… 196 wait || err_exit "test2c: Child returned non-zero exit code." # wait for child (and/or avoid zombie… 207 wait || err_exit "test2d: Child returned non-zero exit code." # wait for child (and/or avoid zombie…
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | tdb_agent.c | 247 * To avoid recursion problems, we must do two things: in tdb_sync_obj_register() 366 * Avoid acquiring tdb_hash_lock if lock statistics gathering has in tdb_sync_obj_deregister() 407 /* avoid stealing the cache line unnecessarily */ in tdb_mutex_stats() 424 /* avoid stealing the cache line unnecessarily */ in tdb_cond_stats() 441 /* avoid stealing the cache line unnecessarily */ in tdb_rwlock_stats() 459 /* avoid stealing the cache line unnecessarily */ in tdb_sema_stats()
|
H A D | assfail.c | 178 /* avoid recursion deadlock */ in lock_error() 270 /* avoid recursion deadlock */ in rwlock_error() 349 /* avoid recursion deadlock */ in thread_error() 398 /* avoid recursion deadlock */ in __assfail() 455 * We don't use "#pragma weak assfail __assfail" in order to avoid
|
/titanic_41/usr/src/lib/libshell/misc/ |
H A D | shell_styleguide.docbook | 266 there, e.g. add a "precheck" block in scipts to avoid later failure when 349 avoid problems if the variable expands to a value starting with <literal>-</literal>. 439 <title>Avoid using <literal>eval</literal> unless absolutely necessary</title> 440 <para>Avoid using <literal>eval</literal> unless absolutely necessary. Subtle things 442 parser. You can use name references to avoid uses such as 498 …<title>&tag_ksh93only;Use <literal>IFS=</literal> to avoid problems with spaces in filenames</titl… 581 (to avoid confusion and/or future changes/updates to the shell language). 838 (to avoid confusion and/or future changes/updates to the shell language). 854 character (to avoid problems with array, 1012 <title>Avoid using the "<literal>echo</literal>" command for output</title> [all …]
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | kbio.h | 91 #define KIOCSETKEY (KIOC|31) /* avoid conflict with "SETFKEY" */ 102 #define KIOCGETKEY (KIOC|32) /* avoid conflict with "GIO_SCRNMAP" */ 136 #define KIOCGDIRECT (KIOC|41) /* avoid conflict with "GIO_STRMAP" */ 159 #define KIOCSKEY (KIOC|42) /* avoid conflict with "PIO_STRMAP" */
|
H A D | tuneable.h | 43 /* order to avoid deadlock. In pages. */ 45 /* memory to maintain in order to avoid */
|
/titanic_41/usr/src/man/man3elf/ |
H A D | elf_hash.3elf | 27 \fBelf_hash()\fR uses unsigned arithmetic to avoid possible differences in 29 \fBchar*\fR above, \fBelf_hash()\fR treats it as \fBunsigned char*\fR to avoid
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | atoi.c | 60 n *= 10; /* two steps to avoid unnecessary overflow */ 61 n += '0' - c; /* accum neg to avoid surprises at MAX */
|
H A D | atol.c | 60 n *= 10; /* two steps to avoid unnecessary overflow */ 61 n += '0' - c; /* accum neg to avoid surprises at MAX */
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | atoi.c | 68 n *= 10; /* two steps to avoid unnecessary overflow */ in NAME() 69 n += '0' - c; /* accum neg to avoid surprises at MAX */ in NAME()
|
H A D | atoll.c | 71 n *= 10; /* two steps to avoid unnecessary overflow */ in NAME() 72 n += '0' - c; /* accum neg to avoid surprises at MAX */ in NAME()
|
H A D | atol.c | 68 n *= 10; /* two steps to avoid unnecessary overflow */ in NAME() 69 n += '0' - c; /* accum neg to avoid surprises at MAX */ in NAME()
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | memcpy.s | 99 dec 4, %o3 ! avoid reading beyond tail of src 120 dec 4, %o3 ! avoid reading beyond tail of src 143 dec 4, %o3 ! avoid reading beyond tail of src
|
H A D | memmove.s | 88 dec 4, %i3 ! avoid reading beyond tail of src 109 dec 4, %i3 ! avoid reading beyond tail of src 132 dec 4, %i3 ! avoid reading beyond tail of src
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | memcpy.s | 95 dec 4, %o3 ! avoid reading beyond tail of src 116 dec 4, %o3 ! avoid reading beyond tail of src 139 dec 4, %o3 ! avoid reading beyond tail of src
|
H A D | memmove.s | 88 dec 4, %i3 ! avoid reading beyond tail of src 109 dec 4, %i3 ! avoid reading beyond tail of src 132 dec 4, %i3 ! avoid reading beyond tail of src
|
H A D | memcmp.s | 153 dec 4, %o3 ! avoid reading beyond the last byte 176 dec 4, %o3 ! avoid reading beyond the last byte 199 dec 4, %o3 ! avoid reading beyond the last byte
|
/titanic_41/usr/src/lib/libm/common/Q/ |
H A D | remainderl.c | 72 x -= p; /* avoid x-x=-0 in RM mode */ in remainderl() 82 x -= p; /* avoid x-x=-0 in RM mode */ in remainderl()
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSignUtil.c | 155 /* Pass local buffer to avoid overflow. */ in soft_sign() 175 /* Pass local buffer to avoid overflow. */ in soft_sign() 336 /* Pass local buffer to avoid overflow */ in soft_sign_final() 356 /* Pass local buffer to avoid overflow. */ in soft_sign_final()
|
/titanic_41/usr/src/uts/sun4v/os/ |
H A D | ppage.c | 123 * efficient means possible. The argument avoid is a virtual address 126 * page. An avoid arg of -1 means you don't care, for instance pagezero. 133 * (called avoid) was used to ask ppmapin to NOT use the specified cache color. 134 * This was used to avoid virtual cache trashing in the bcopy. Unfortunately
|
/titanic_41/usr/src/lib/libm/common/C/ |
H A D | remainder.c | 70 if (x == p) /* avoid x-x=-0 in RM mode */ in remainder() 79 if (x == p) /* avoid x-x=-0 in RM mode */ in remainder()
|
/titanic_41/usr/src/cmd/srptsvc/ |
H A D | srptsvc.c | 78 /* avoid having the service go into maintenance */ in main() 87 ret = SMF_EXIT_ERR_FATAL; /* avoid retries */ in main()
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | sparcv9_subr.s | 42 * Avoid dropping processor priority if already at high level. 43 * Also avoid going below CPU->cpu_base_spl, which could've just been set by 52 * Avoid dropping the priority below CPU->cpu_base_spl.
|