/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | target.h | 1222 #define ffetarget_eq_real1(res,l,r) \ argument 1228 #define ffetarget_eq_real2(res,l,r) \ argument 1250 #define ffetarget_ge_real1(res,l,r) \ argument 1256 #define ffetarget_ge_real2(res,l,r) \ argument 1270 #define ffetarget_gt_real1(res,l,r) \ argument 1277 #define ffetarget_gt_real2(res,l,r) \ argument 1320 #define ffetarget_le_real1(res,l,r) \ argument 1327 #define ffetarget_le_real2(res,l,r) \ argument 1342 #define ffetarget_lt_real1(res,l,r) \ argument 1348 #define ffetarget_lt_real2(res,l,r) \ argument [all …]
|
H A D | target.c | 347 ffetarget_concatenate_character1 (ffetargetCharacter1 *res, in ffetarget_concatenate_character1() 374 ffetarget_eq_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_eq_character1() 389 ffetarget_le_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_le_character1() 404 ffetarget_lt_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_lt_character1() 419 ffetarget_ge_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_ge_character1() 434 ffetarget_gt_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_gt_character1() 516 ffetarget_ne_character1 (bool *res, ffetargetCharacter1 l, in ffetarget_ne_character1() 536 ffetarget_substr_character1 (ffetargetCharacter1 *res, in ffetarget_substr_character1() 575 ffetarget_convert_any_character1_ (char *res, size_t size, in ffetarget_convert_any_character1_() 600 ffetarget_convert_any_hollerith_ (char *res, size_t size, in ffetarget_convert_any_hollerith_() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/ |
H A D | ushmedia.h | 408 short res; in sh_media_MSHARDS_Q() local 553 double res; in sh_media_FABS_D() local 562 float res; in sh_media_FABS_S() local 571 int res; in sh_media_FCMPUN_D() local 580 int res; in sh_media_FCMPUN_S() local 589 float res; in sh_media_FGETSCR() local 598 float res; in sh_media_FIPR_S() local 608 float res; in sh_media_FMAC_S() local 627 float res; in sh_media_FMOV_LS() local 645 int res; in sh_media_FMOV_SL() local [all …]
|
/openbsd/usr.sbin/rpc.lockd/ |
H A D | test.c | 27 static nlm_res res; in nlm_lock_1() local 43 static nlm_res res; in nlm_cancel_1() local 85 static char res; in nlm_test_msg_1() local 99 static char res; in nlm_lock_msg_1() local 113 static char res; in nlm_cancel_msg_1() local 127 static char res; in nlm_unlock_msg_1() local 141 static char res; in nlm_granted_msg_1() local 155 static char res; in nlm_test_res_1() local 169 static char res; in nlm_lock_res_1() local 183 static char res; in nlm_cancel_res_1() local [all …]
|
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1942 #define __sanitizer_syscall_post_break(res, ...) argument 1944 #define __sanitizer_syscall_post_clone(res, ...) argument 1968 #define __sanitizer_syscall_post_gtty(res, ...) argument 1969 #define __sanitizer_syscall_post_idle(res, ...) argument 1970 #define __sanitizer_syscall_post_iopl(res, ...) argument 1973 #define __sanitizer_syscall_post_lock(res, ...) argument 1976 #define __sanitizer_syscall_post_mmap(res, ...) argument 1978 #define __sanitizer_syscall_post_mpx(res, ...) argument 1987 #define __sanitizer_syscall_post_prof(res, ...) argument 2007 #define __sanitizer_syscall_post_stty(res, ...) argument [all …]
|
H A D | netbsd_syscall_hooks.h | 36 #define __sanitizer_syscall_post_syscall(res, code, arg0, arg1, arg2, arg3, \ argument 44 #define __sanitizer_syscall_post_exit(res, rval) \ argument 47 #define __sanitizer_syscall_post_fork(res) \ argument 52 #define __sanitizer_syscall_post_read(res, fd, buf, nbyte) \ argument 58 #define __sanitizer_syscall_post_write(res, fd, buf, nbyte) \ argument 64 #define __sanitizer_syscall_post_open(res, path, flags, mode) \ argument 69 #define __sanitizer_syscall_post_close(res, fd) \ argument 75 #define __sanitizer_syscall_post_compat_50_wait4(res, pid, status, options, \ argument 83 #define __sanitizer_syscall_post_compat_43_ocreat(res, path, mode) \ argument 88 #define __sanitizer_syscall_post_link(res, path, link) \ argument [all …]
|
/openbsd/lib/libcbor/src/cbor/internal/ |
H A D | builder_callbacks.c | 116 #define CHECK_RES(ctx, res) \ argument 144 cbor_item_t *res = cbor_new_int8(); in cbor_builder_uint8_callback() local 153 cbor_item_t *res = cbor_new_int16(); in cbor_builder_uint16_callback() local 162 cbor_item_t *res = cbor_new_int32(); in cbor_builder_uint32_callback() local 171 cbor_item_t *res = cbor_new_int64(); in cbor_builder_uint64_callback() local 180 cbor_item_t *res = cbor_new_int8(); in cbor_builder_negint8_callback() local 189 cbor_item_t *res = cbor_new_int16(); in cbor_builder_negint16_callback() local 198 cbor_item_t *res = cbor_new_int32(); in cbor_builder_negint32_callback() local 207 cbor_item_t *res = cbor_new_int64(); in cbor_builder_negint64_callback() local 407 cbor_item_t *res = cbor_new_null(); in cbor_builder_null_callback() local [all …]
|
/openbsd/usr.sbin/amd/amd/ |
H A D | nfs_subr.c | 84 static char res; in nfsproc_null_2_svc() local 93 static struct attrstat res; in nfsproc_getattr_2_svc() local 149 static char res; in nfsproc_root_2_svc() local 241 static struct readres res; in nfsproc_read_2_svc() local 254 static char res; in nfsproc_writecache_2_svc() local 292 static nfsstat res; in unlink_or_rmdir() local 344 static nfsstat res; in nfsproc_rename_2_svc() local 365 static nfsstat res; in nfsproc_link_2_svc() local 378 static nfsstat res; in nfsproc_symlink_2_svc() local 411 static readdirres res; in nfsproc_readdir_2_svc() local [all …]
|
/openbsd/usr.sbin/vmctl/ |
H A D | main.c | 143 struct parse_result res; in parse() local 186 vmmaction(struct parse_result *res) in vmmaction() 348 parse_free(struct parse_result *res) in parse_free() 364 parse_ifs(struct parse_result *res, char *word, int val) in parse_ifs() 381 parse_network(struct parse_result *res, char *word) in parse_network() 484 parse_disk(struct parse_result *res, char *word, int type) in parse_disk() 550 parse_instance(struct parse_result *res, char *word) in parse_instance() 772 ctl_load(struct parse_result *res, int argc, char *argv[]) in ctl_load() 784 ctl_log(struct parse_result *res, int argc, char *argv[]) in ctl_log() 929 ctl_stop(struct parse_result *res, int argc, char *argv[]) in ctl_stop() [all …]
|
/openbsd/regress/sys/kern/flock/ |
H A D | flock.c | 115 int res; in test2() local 186 int res; in test3() local 338 int res; in test5() local 424 int res; in test6() local 527 int res; in test7() local 599 int res; in test8() local 676 int res; in test9() local 809 int res; in test11() local 895 int res; in test12() local 973 int res; in test13() local [all …]
|
/openbsd/sys/dev/pci/drm/ttm/ |
H A D | ttm_resource.c | 86 struct ttm_resource *res) in ttm_lru_bulk_move_pos_tail() 98 struct ttm_resource *res) in ttm_lru_bulk_move_add() 112 struct ttm_resource *res) in ttm_lru_bulk_move_del() 179 struct ttm_resource *res) in ttm_resource_init() 215 struct ttm_resource *res) in ttm_resource_fini() 274 struct ttm_resource *res, in ttm_resource_intersects() 303 struct ttm_resource *res, in ttm_resource_compatible() 352 bool ttm_resource_compat(struct ttm_resource *res, in ttm_resource_compat() 368 void ttm_resource_set_bo(struct ttm_resource *res, in ttm_resource_set_bo() 503 struct ttm_resource *res; in ttm_resource_manager_first() local [all …]
|
/openbsd/usr.sbin/rpc.statd/ |
H A D | test.c | 16 static struct sm_stat_res res; local 31 static struct sm_stat_res res; local 46 static struct sm_stat res; local 61 static struct sm_stat res; local 76 static char res; local 113 struct sm_stat_res *res; local
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 52 int res = REAL(pthread_mutex_lock)(m); in INTERCEPTOR() local 59 int res = REAL(pthread_mutex_trylock)(m); in INTERCEPTOR() local 73 int res = REAL(pthread_spin_destroy)(m); in INTERCEPTOR() local 81 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR() local 88 int res = REAL(pthread_spin_trylock)(m); in INTERCEPTOR() local 109 int res = REAL(pthread_rwlock_rdlock)(m); in INTERCEPTOR() local 116 int res = REAL(pthread_rwlock_tryrdlock)(m); in INTERCEPTOR() local 134 int res = REAL(pthread_rwlock_wrlock)(m); in INTERCEPTOR() local 141 int res = REAL(pthread_rwlock_trywrlock)(m); in INTERCEPTOR() local 188 int res = REAL(pthread_cond_wait)(cond, m); in INTERCEPTOR() local [all …]
|
/openbsd/regress/lib/libc/sys/ |
H A D | t_setrlimit.c | 84 struct rlimit res; in ATF_TC_BODY() local 144 struct rlimit res; in ATF_TC_BODY() local 164 struct rlimit res; in ATF_TC_BODY() local 189 struct rlimit res; in ATF_TC_BODY() local 253 struct rlimit res; in ATF_TC_BODY() local 310 struct rlimit res; in ATF_TC_BODY() local 359 struct rlimit res; in ATF_TC_BODY() local 418 struct rlimit res; in ATF_TC_BODY() local 469 struct rlimit res; in ATF_TC_BODY() local 499 struct rlimit res; in ATF_TC_BODY() local [all …]
|
/openbsd/bin/pax/ |
H A D | ar_subs.c | 73 int res; in list() local 152 long res; in cmp_file_times() local 215 int res; in extract() local 408 int res; in wr_archive() local 624 int res; in append() local 786 int res; in copy() local 1021 int res; in next_head() local 1173 int res; in get_arc() local
|
/openbsd/usr.sbin/ypldap/ |
H A D | yp.c | 391 yp_valid_domain(char *domain, struct ypresp_val *res) in yp_valid_domain() 407 static bool_t res; in ypproc_domain_2_svc() local 418 static bool_t res; in ypproc_domain_nonack_2_svc() local 433 static struct ypresp_val res; in ypproc_match_2_svc() local 559 static struct ypresp_key_val res; in ypproc_first_2_svc() local 591 static struct ypresp_key_val res; in ypproc_next_2_svc() local 640 static struct ypresp_all res; in ypproc_all_2_svc() local 652 static struct ypresp_master res; in ypproc_master_2_svc() local 682 static ypresp_maplist res; in ypproc_maplist_2_svc() local 702 yp_make_val(struct ypresp_val *res, char *line, int replacecolon) in yp_make_val() [all …]
|
/openbsd/usr.sbin/vmd/ |
H A D | x86_mmio.c | 139 enum decode_result res; in peek_byte() local 192 enum decode_result res; in next_value() local 285 str_decode_res(enum decode_result res) { in str_decode_res() 415 enum decode_result res = DECODE_ERROR; in decode_prefix() local 474 enum decode_result res; in decode_modrm() local 604 enum decode_result res = DECODE_ERROR; in decode_disp() local 648 enum decode_result res; in decode_opcode() local 706 enum decode_result res; in decode_sib() local 734 enum decode_result res; in decode_imm() local 794 enum decode_result res; in insn_decode() local [all …]
|
/openbsd/lib/libcbor/src/ |
H A D | cbor.c | 118 cbor_item_t *res; in _cbor_copy_int() local 165 cbor_item_t *res = cbor_new_indefinite_bytestring(); in cbor_copy() local 191 cbor_item_t *res = cbor_new_indefinite_string(); in cbor_copy() local 213 cbor_item_t *res; in cbor_copy() local 239 cbor_item_t *res; in cbor_copy() local 299 int res = b; in _pow() local
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 337 char *res = REAL(strdup)(src); in INTERCEPTOR() local 348 char *res = REAL(__strdup)(src); in INTERCEPTOR() local 602 int res = REAL(wcscmp)(s1, s2); in INTERCEPTOR() local 635 char *res = REAL(getenv)(name); in INTERCEPTOR() local 663 int res = REAL(putenv)(string); in INTERCEPTOR() local 672 int res = REAL(fstat)(fd, buf); in INTERCEPTOR() local 685 int res = REAL(fstat64)(fd, buf); in INTERCEPTOR() local 776 int res = REAL(pipe)(pipefd); in INTERCEPTOR() local 1207 int res; in setup_at_exit_wrapper() local 1433 int res; in sigaction_impl() local [all …]
|
/openbsd/usr.sbin/ypserv/ypserv/ |
H A D | ypserv_proc.c | 141 static ypresp_val res; in ypproc_match_2_svc() local 174 static ypresp_key_val res; in ypproc_first_2_svc() local 235 static ypresp_xfr res; in ypproc_xfr_2_svc() local 281 static char *res; in ypproc_clear_2_svc() local 313 static ypresp_all res; in ypproc_all_2_svc() local 355 static ypresp_master res; in ypproc_master_2_svc() local 402 static ypresp_order res; in ypproc_order_2_svc() local 596 static ypresponse res; in ypoldproc_match_1_svc() local 647 static ypresponse res; in ypoldproc_first_1_svc() local 695 static ypresponse res; in ypoldproc_next_1_svc() local [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_bitvector.h | 152 bool res = l2_[i0][i1].setBit(i2); in setBit() local 163 bool res = false; in clearBit() local 188 uptr res = i0 * BV::kSize * BV::kSize + i1 * BV::kSize + i2; in getAndClearFirstOne() local 198 bool res = false; in setUnion() local 214 bool res = false; in setIntersection() local 234 bool res = false; in setDifference() local 309 uptr res = i0_ * BV::kSize * BV::kSize + i1_ * BV::kSize + i2; in next() local 327 uptr res = idx / (BV::kSize * BV::kSize); in idx0() local 333 uptr res = (idx / BV::kSize) % BV::kSize; in idx1() local 339 uptr res = idx % BV::kSize; in idx2() local
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_ras_eeprom.c | 262 int res; in __write_table_header() local 318 int res; in __write_table_ras_info() local 388 int res; in amdgpu_ras_eeprom_correct_header_tag() local 421 int res; in amdgpu_ras_eeprom_reset_table() local 578 int res; in __amdgpu_ras_eeprom_write() local 612 int res; in amdgpu_ras_eeprom_append_table() local 723 int res; in amdgpu_ras_eeprom_update_header() local 823 int res; in amdgpu_ras_eeprom_append() local 864 int res; in __amdgpu_ras_eeprom_read() local 1007 int res; in amdgpu_ras_debugfs_eeprom_size_read() local [all …]
|
/openbsd/sys/dev/x86emu/ |
H A D | x86emu.c | 1371 uint64_t res; in common_imul_long_IMM() local 1404 uint32_t res; in common_imul_word_IMM() local 5387 uint64_t res; in x86emuOp2_32_imul_R_RM() local 5407 uint32_t res; in x86emuOp2_16_imul_R_RM() local 5987 uint16_t res; in aaa_word() local 6011 uint16_t res; in aas_word() local 6136 uint32_t res; in adc_long() local 6215 uint32_t res; in add_long() local 6634 uint8_t res; in neg_byte() local 6660 uint16_t res; in neg_word() local [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | wince-stub.c | 241 gdb_wince_result res; in create_process() local 264 gdb_wince_result res; in terminate_process() local 320 gdb_wince_result res; in wait_for_debug_event() local 356 gdb_wince_result res; in get_thread_context() local 370 gdb_wince_result res; in set_thread_context() local 389 gdb_wince_result res; in read_process_memory() local 406 gdb_wince_result res; in write_process_memory() local 419 gdb_wince_result res; in thread_alive() local 430 DWORD res; in suspend_thread() local 440 DWORD res; in resume_thread() local [all …]
|
/openbsd/lib/libm/src/ |
H A D | s_cproj.c | 25 double complex res; in cproj() local 28 __real__ res = INFINITY; in cproj() local 29 __imag__ res = copysign(0.0, __imag__ z); in cproj() local
|