Searched refs:dres (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vrhypot.S | 231 ! dres = res0_hi + res0_lo; 232 ! dexp0 = vis_fand(dres,DA1); 233 ! iarr = ((int*)&dres)[0]; 240 ! dtmp0 = dd * dres; 243 ! dtmp1 = dd * dres; 246 ! dtmp2 = dd * dres; 248 ! dres = dd * dtmp2; 250 ! res0 = vis_fand(dres,DA0); 256 ! dtmp0 *= dres; 467 faddd %f44,%f38,%f14 ! (7_1) dres = res0_hi + res0_lo; [all …]
|
/titanic_41/usr/src/uts/common/os/ |
H A D | klpd.c | 289 int dres; in klpd_do_call() local 307 while ((dres = door_ki_upcall_limited(p->klpd_door, &da, NULL, in klpd_do_call() 309 switch (dres) { in klpd_do_call() 849 int dres; in pfexec_call() local 888 while ((dres = door_ki_upcall(pfd->klpd_door, &da)) != 0) { in pfexec_call() 889 switch (dres) { in pfexec_call() 994 int dres; in get_forced_privs() local 1031 while ((dres = door_ki_upcall(pfd->klpd_door, &da)) != 0) { in get_forced_privs() 1032 switch (dres) { in get_forced_privs() 1084 int dres; in check_user_privs() local [all …]
|
/titanic_41/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_sort_line.c | 385 int dres = dwarf_read_line_table_prefix(dbg, in _dwarf_update_line_sec() local 393 if (dres == DW_DLV_ERROR) { in _dwarf_update_line_sec() 398 return dres; in _dwarf_update_line_sec() 400 if (dres == DW_DLV_NO_ENTRY) { in _dwarf_update_line_sec() 402 return dres; in _dwarf_update_line_sec()
|
H A D | dwarf_print_lines.c | 243 int dres = dwarf_read_line_table_prefix(dbg, in _dwarf_internal_printlines() local 251 if (dres == DW_DLV_ERROR) { in _dwarf_internal_printlines() 253 return dres; in _dwarf_internal_printlines() 255 if (dres == DW_DLV_NO_ENTRY) { in _dwarf_internal_printlines() 257 return dres; in _dwarf_internal_printlines()
|
H A D | dwarf_line.c | 207 int dres = dwarf_read_line_table_prefix(dbg, in dwarf_srcfiles() local 215 if (dres == DW_DLV_ERROR) { in dwarf_srcfiles() 217 return dres; in dwarf_srcfiles() 219 if (dres == DW_DLV_NO_ENTRY) { in dwarf_srcfiles() 221 return dres; in dwarf_srcfiles()
|
/titanic_41/usr/src/lib/libpool/common/ |
H A D | pool_xml.c | 655 double dres; in pool_xml_set_attr() local 687 (void) pool_value_get_double(value, &dres); in pool_xml_set_attr() 688 (void) snprintf((char *)buf, sizeof (buf), "%f", dres); in pool_xml_set_attr() 832 double dres; in pool_xml_set_prop() local 898 (void) pool_value_get_double(value, &dres); in pool_xml_set_prop() 899 (void) snprintf((char *)buf, sizeof (buf), "%f", dres); in pool_xml_set_prop()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_state.c | 130 deep_lock_copy(LOCK4res *dres, LOCK4res *sres) in deep_lock_copy() argument 133 lock_owner4 *dlo = &dres->LOCK4res_u.denied.owner; in deep_lock_copy() 151 deep_open_copy(OPEN4res *dres, OPEN4res *sres) in deep_open_copy() argument 159 dres->attrset = sres->attrset; in deep_open_copy() 166 dacep = &dres->delegation.open_delegation4_u.read.permissions; in deep_open_copy() 170 dacep = &dres->delegation.open_delegation4_u.write.permissions; in deep_open_copy()
|