Home
last modified time | relevance | path

Searched refs:res (Results 1 – 25 of 1302) sorted by relevance

12345678910>>...53

/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dushmedia.h45 return res; in sh_media_MABS_L()
54 return res; in sh_media_MABS_W()
63 return res; in sh_media_MADD_L()
72 return res; in sh_media_MADD_W()
81 return res; in sh_media_MADDS_L()
90 return res; in sh_media_MADDS_UB()
99 return res; in sh_media_MADDS_W()
108 return res; in sh_media_MCMPEQ_B()
571 int res; in sh_media_FCMPUN_D() local
580 int res; in sh_media_FCMPUN_S() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h1424 #define ffetarget_not_integer1(res,l) (*(res) = ~(l), FFEBAD) argument
1425 #define ffetarget_not_integer2(res,l) (*(res) = ~(l), FFEBAD) argument
1426 #define ffetarget_not_integer3(res,l) (*(res) = ~(l), FFEBAD) argument
1427 #define ffetarget_not_integer4(res,l) (*(res) = ~(l), FFEBAD) argument
1428 #define ffetarget_not_logical1(res,l) (*(res) = !(l), FFEBAD) argument
1429 #define ffetarget_not_logical2(res,l) (*(res) = !(l), FFEBAD) argument
1430 #define ffetarget_not_logical3(res,l) (*(res) = !(l), FFEBAD) argument
1431 #define ffetarget_not_logical4(res,l) (*(res) = !(l), FFEBAD) argument
1560 #define ffetarget_uminus_integer1(res,l) (*(res) = -(l), FFEBAD) argument
1561 #define ffetarget_uminus_integer2(res,l) (*(res) = -(l), FFEBAD) argument
[all …]
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h49 __sanitizer_syscall_post_impl_gettid(res)
60 __sanitizer_syscall_post_impl_getpid(res)
63 __sanitizer_syscall_post_impl_getppid(res)
66 __sanitizer_syscall_post_impl_getuid(res)
69 __sanitizer_syscall_post_impl_geteuid(res)
72 __sanitizer_syscall_post_impl_getgid(res)
75 __sanitizer_syscall_post_impl_getegid(res)
94 __sanitizer_syscall_post_impl_getpgrp(res)
146 __sanitizer_syscall_post_impl_setsid(res)
436 __sanitizer_syscall_post_impl_pause(res)
[all …]
H A Dnetbsd_syscall_hooks.h48 __sanitizer_syscall_post_impl_fork(res)
137 __sanitizer_syscall_post_impl_getpid(res)
157 __sanitizer_syscall_post_impl_getuid(res)
160 __sanitizer_syscall_post_impl_geteuid(res)
225 __sanitizer_syscall_post_impl_sync(res)
238 __sanitizer_syscall_post_impl_getppid(res)
251 __sanitizer_syscall_post_impl_pipe(res)
254 __sanitizer_syscall_post_impl_getegid(res)
277 __sanitizer_syscall_post_impl_getgid(res)
374 __sanitizer_syscall_post_impl_vfork(res)
[all …]
/openbsd/usr.sbin/rpc.lockd/
H A Dtest.c14 bzero((char *) &res, sizeof(res)); in nlm_test_1()
29 bzero((char *) &res, sizeof(res)); in nlm_lock_1()
45 bzero((char *) &res, sizeof(res)); in nlm_cancel_1()
59 bzero((char *) &res, sizeof(res)); in nlm_unlock_1()
73 bzero((char *) &res, sizeof(res)); in nlm_granted_1()
87 bzero((char *) &res, sizeof(res)); in nlm_test_msg_1()
101 bzero((char *) &res, sizeof(res)); in nlm_lock_msg_1()
115 bzero((char *) &res, sizeof(res)); in nlm_cancel_msg_1()
129 bzero((char *) &res, sizeof(res)); in nlm_unlock_msg_1()
143 bzero((char *) &res, sizeof(res)); in nlm_granted_msg_1()
[all …]
/openbsd/regress/usr.bin/snmp/
H A DMakefile107 diff -up $@.exp $@.res
114 diff -up $@.exp $@.res
121 diff -up $@.exp $@.res
128 diff -up $@.exp $@.res
135 diff -up $@.exp $@.res
142 diff -up $@.exp $@.res
149 diff -up $@.exp $@.res
156 diff -up $@.exp $@.res
163 diff -up $@.exp $@.res
170 diff -up $@.exp $@.res
[all …]
/openbsd/usr.sbin/vmctl/
H A Dmain.c148 memset(&res, 0, sizeof(res)); in parse()
219 ret = vm_start(res->id, res->name, res->size, res->nifs, in vmmaction()
220 res->nets, res->ndisks, res->disks, res->disktypes, in vmmaction()
221 res->path, res->isopath, res->instance, res->bootdevice); in vmmaction()
228 terminate_vm(res->id, res->name, res->flags); in vmmaction()
233 get_info_vm(res->id, res->name, res->action, res->flags); in vmmaction()
254 pause_vm(res->id, res->name); in vmmaction()
260 send_vm(res->id, res->name); in vmmaction()
361 memset(res, 0, sizeof(*res)); in parse_free()
923 if (res->nnets > res->nifs) in ctl_start()
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Dgrep.t29 my @res;
35 @res = map
40 @res = (map(
50 @res = map
55 @res = (map
67 @res = map
76 @res = map
85 @res = grep
90 @res = grep
100 @res = grep
[all …]
H A Dtaint.t272 $res = $s =~ /(.+)/;
283 $res = $s =~ /(.)/g;
462 $res = $s =~ s{(.+)}{
618 $res = $s =~ s{(.)}{
683 $res = $s =~ s{(.)}{
726 $res = $s =~ /(.+)/;
737 $res = $s =~ /(.)/g;
748 ($res) = $s =~ /(.+)/;
891 $res = $s =~ s/(.)/x/g;
916 $res = $s =~ s{(.+)}{
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dsimd-2.c15 } res; variable
33 res.v = k; in main()
35 verify (res.i[0], res.i[1], res.i[2], res.i[3], 160, 113, 170, 230); in main()
38 res.v = k; in main()
40 verify (res.i[0], res.i[1], res.i[2], res.i[3], 1500, 1300, 3000, 6000); in main()
45 verify (res.i[0], res.i[1], res.i[2], res.i[3], 15, 7, 7, 6); in main()
50 verify (res.i[0], res.i[1], res.i[2], res.i[3], 2, 4, 20, 8); in main()
55 verify (res.i[0], res.i[1], res.i[2], res.i[3], 158, 109, 150, 222); in main()
60 verify (res.i[0], res.i[1], res.i[2], res.i[3], 156, 105, 130, 214); in main()
64 verify (res.i[0], res.i[1], res.i[2], res.i[3], in main()
[all …]
H A Dsimd-1.c17 } res; variable
35 res.v = k; in main()
37 verify (res.i[0], res.i[1], res.i[2], res.i[3], 160, 113, 170, 230); in main()
40 res.v = k; in main()
42 verify (res.i[0], res.i[1], res.i[2], res.i[3], 1500, 1300, 3000, 6000); in main()
47 verify (res.i[0], res.i[1], res.i[2], res.i[3], 15, 7, 7, 6); in main()
52 verify (res.i[0], res.i[1], res.i[2], res.i[3], 2, 4, 20, 8); in main()
57 verify (res.i[0], res.i[1], res.i[2], res.i[3], 158, 109, 150, 222); in main()
62 verify (res.i[0], res.i[1], res.i[2], res.i[3], 156, 105, 130, 214); in main()
66 verify (res.i[0], res.i[1], res.i[2], res.i[3], in main()
[all …]
/openbsd/lib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c145 CHECK_RES(ctx, res); in cbor_builder_uint8_callback()
146 cbor_mark_uint(res); in cbor_builder_uint8_callback()
154 CHECK_RES(ctx, res); in cbor_builder_uint16_callback()
155 cbor_mark_uint(res); in cbor_builder_uint16_callback()
163 CHECK_RES(ctx, res); in cbor_builder_uint32_callback()
164 cbor_mark_uint(res); in cbor_builder_uint32_callback()
172 CHECK_RES(ctx, res); in cbor_builder_uint64_callback()
173 cbor_mark_uint(res); in cbor_builder_uint64_callback()
181 CHECK_RES(ctx, res); in cbor_builder_negint8_callback()
190 CHECK_RES(ctx, res); in cbor_builder_negint16_callback()
[all …]
/openbsd/usr.sbin/amd/amd/
H A Dnfs_subr.c86 return &res; in nfsproc_null_2_svc()
128 return &res; in nfsproc_getattr_2_svc()
142 return &res; in nfsproc_setattr_2_svc()
151 return &res; in nfsproc_root_2_svc()
198 return &res; in nfsproc_lookup_2_svc()
234 return &res; in nfsproc_readlink_2_svc()
243 bzero(&res, sizeof(res)); in nfsproc_read_2_svc()
247 return &res; in nfsproc_read_2_svc()
256 return &res; in nfsproc_writecache_2_svc()
270 return &res; in nfsproc_write_2_svc()
[all …]
/openbsd/usr.sbin/ypldap/
H A Dyp.c412 return (&res); in ypproc_domain_2_svc()
423 return (&res); in ypproc_domain_nonack_2_svc()
442 return (&res); in ypproc_match_2_svc()
468 return (&res); in ypproc_match_2_svc()
484 return (&res); in ypproc_match_2_svc()
498 return (&res); in ypproc_match_2_svc()
508 return (&res); in ypproc_match_2_svc()
580 return (&res); in ypproc_first_2_svc()
655 memset(&res, 0, sizeof(res)); in ypproc_master_2_svc()
663 return (&res); in ypproc_master_2_svc()
[all …]
/openbsd/usr.sbin/rpc.statd/
H A Dtest.c18 bzero((char *) &res, sizeof(res));
22 return (&res);
33 bzero((char *) &res, sizeof(res));
37 return (&res);
48 bzero((char *) &res, sizeof(res));
52 return (&res);
63 bzero((char *) &res, sizeof(res));
67 return (&res);
76 static char res; local
78 bzero((char *) &res, sizeof(res));
[all …]
/openbsd/sys/dev/pci/drm/amd/display/dc/basics/
H A Dfixpt31_32.c118 res.value = -res.value; in dc_fixpt_from_fraction()
120 return res; in dc_fixpt_from_fraction()
169 res.value = -res.value; in dc_fixpt_mul()
171 return res; in dc_fixpt_mul()
211 return res; in dc_fixpt_sqr()
258 res), in dc_fixpt_sinc()
295 res), in dc_fixpt_cos()
328 res), in fixed31_32_exp_from_taylor_series()
336 res)); in fixed31_32_exp_from_taylor_series()
396 res, in dc_fixpt_log()
[all …]
/openbsd/regress/lib/libc/sys/
H A Dt_setrlimit.c84 struct rlimit res; in ATF_TC_BODY() local
100 if (res.rlim_cur == RLIM_INFINITY || res.rlim_cur == 0) in ATF_TC_BODY()
103 if (res.rlim_cur == res.rlim_max) /* An unprivileged run. */ in ATF_TC_BODY()
107 res.rlim_cur = res.rlim_cur - 1; in ATF_TC_BODY()
144 struct rlimit res; in ATF_TC_BODY() local
164 struct rlimit res; in ATF_TC_BODY() local
314 res.rlim_cur = 0; in ATF_TC_BODY()
315 res.rlim_max = 0; in ATF_TC_BODY()
513 res.rlim_max = res.rlim_max + 1; in ATF_TC_BODY()
531 res.rlim_cur = res.rlim_max = 6 * 1024 * 1024; in ATF_TC_BODY()
[all …]
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ras_eeprom.c262 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
1023 res = min_t(size_t, res, size); in amdgpu_ras_debugfs_eeprom_size_read()
1180 return res < 0 ? res : orig_size - size; in amdgpu_ras_debugfs_table_read()
1202 res = min_t(size_t, res, size); in amdgpu_ras_debugfs_eeprom_table_read()
1275 return res < 0 ? res : csum; in __verify_ras_table_checksum()
1300 res = res >= 0 ? -EIO : res; in __read_table_ras_info()
1342 return res >= 0 ? -EIO : res; in amdgpu_ras_eeprom_init()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Socket/t/
H A Dgetaddrinfo.t8 my ( $err, @res );
13 is( scalar @res, 1,
14 '@res has 1 result' );
20 ok( $res[0]->{protocol} == 0 || $res[0]->{protocol} == IPPROTO_TCP,
22 ok( defined $res[0]->{addr},
42 ok( scalar @res > 0, '@res has results' );
52 ok( scalar @res > 0, '@res has results' );
60 is( scalar @res, 1, '@res has 1 result' );
67 ok( $res[0]->{protocol} == 0 || $res[0]->{protocol} == IPPROTO_TCP,
79 ok( scalar @res > 0, '@res has results' );
[all …]
/openbsd/regress/sys/kern/flock/
H A Dflock.c115 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 Dttm_resource.c81 return &bulk->pos[res->mem_type][res->bo->priority]; in ttm_lru_bulk_move_pos()
117 (pos->first == res && pos->last == res))) { in ttm_lru_bulk_move_del()
183 res->start = 0; in ttm_resource_init()
191 res->bo = bo; in ttm_resource_init()
248 if (!*res) in ttm_resource_free()
256 *res = NULL; in ttm_resource_free()
280 if (!res) in ttm_resource_intersects()
372 res->bo = bo; in ttm_resource_set_bo()
510 return res; in ttm_resource_manager_first()
532 return res; in ttm_resource_manager_next()
[all …]
/openbsd/usr.sbin/ikectl/
H A Dikectl.c90 ca = ca_setup(res->caname, (res->action == CA_CREATE), in ca_opt()
91 res->quiet, res->pass); in ca_opt()
96 if (res->path && (res->path[0] != '.') && (res->path[0] != '/')) { in ca_opt()
116 ca_export(ca, NULL, res->peer, res->pass); in ca_opt()
122 ca_certificate(ca, res->host, res->htype, res->action); in ca_opt()
128 ca_cert_install(ca, res->host, res->path); in ca_opt()
131 ca_export(ca, res->host, res->peer, res->pass); in ca_opt()
146 ca_key_install(ca, res->host, res->path); in ca_opt()
149 ca_key_import(ca, res->host, res->path); in ca_opt()
297 res->path, strlen(res->path)); in main()
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp129 return res; in INTERCEPTOR()
148 CHECK(!res || (res >= dest && res <= (char *)dest + n)); in INTERCEPTOR()
149 SIZE_T sz = res ? (char *)res - (char *)dest : n; in INTERCEPTOR()
163 if (!res) in INTERCEPTOR()
622 if (res) in INTERCEPTOR()
623 __msan_unpoison(res, internal_strlen(res) + 1); in INTERCEPTOR()
636 if (res) in INTERCEPTOR()
637 __msan_unpoison(res, internal_strlen(res) + 1); in INTERCEPTOR()
802 if (res) in INTERCEPTOR()
1207 int res; in setup_at_exit_wrapper() local
[all …]
/openbsd/gnu/usr.bin/perl/t/re/
H A Dsubst_amp.t19 my @res;
25 @res = ();
31 @res = ();
37 @res = ();
43 @res = ();
49 @res = ();
55 @res = ();
61 @res = ();
70 @res = ();
76 @res = ();
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc162 if (res >= 0) {
180 if (res >= 0) {
209 if (res >= 0) {
218 if (res >= 0) {
227 if (res >= 0) {
238 if (res >= 0) {
250 if (res >= 0) {
260 if (res >= 0) {
273 if (res >= 0) {
418 if (res >= 0)
[all …]

12345678910>>...53