Searched refs:res1 (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/usr.bin/make/
H A Dparsevar.c61 char *res1 = NULL, *res2 = NULL; local
152 res1 = Cmd_Exec(sub, &err);
155 res1 = Cmd_Exec(arg, &err);
159 arg = res1;
204 free(res1);
H A Dvar.c712 char *res1; local
713 res1 = Cmd_Exec(arg, &err);
716 var_set_value(v, res1);
717 free(res1);
/openbsd-current/sys/dev/acpi/
H A Dacpitz.c271 struct aml_value res1, *ref; local
283 &res1)) {
286 aml_freevalue(&res1);
296 if (res1.type != AML_OBJTYPE_PACKAGE) {
299 aml_freevalue(&res1);
303 for (y = 0; y < res1.length; y++) {
304 ref = res1.v_package[y];
339 aml_freevalue(&res1);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/basics/
H A Dfixpt31_32.c394 struct fixed31_32 res1 = dc_fixpt_add( local
404 res1);
406 res = res1;
/openbsd-current/sys/arch/hppa/dev/
H A Delroyreg.h36 u_int64_t res1; /* 0x060 */ member in struct:elroy_regs
/openbsd-current/sys/dev/sbus/
H A Dcgtwelvereg.h164 u_int32_t res1; member in struct:cgtwelve_apu
/openbsd-current/sys/dev/sdmmc/
H A Dif_bwfm_sdio.h160 uint16_t res1; member in struct:bwfm_sdio_hwexthdr
/openbsd-current/sbin/isakmpd/
H A Dexchange.c1280 char res1[1024]; local
1291 strlcpy(res1, ipsec_decode_ids("%s %s", sa->id_i, sa->id_i_len,
1292 sa->id_r, sa->id_r_len, 0), sizeof res1);
1294 strlcpy(res1, ipsec_decode_ids("%s %s", sa->id_r, sa->id_r_len,
1295 sa->id_i, sa->id_i_len, 0), sizeof res1);
1298 "checking whether new SA replaces existing SA with IDs %s", res1));
1301 return strcasecmp(res1, ipsec_decode_ids("%s %s", new_sa->id_i,
1304 return strcasecmp(res1, ipsec_decode_ids("%s %s", new_sa->id_r,
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dmoney_get_members_char.cc304 string res1; local
305 iter_type end1 = mg.get(str.begin(), str.end(), false, iss, err, res1);
308 VERIFY( res1 == "1" );
H A Dmoney_get_members_wchar_t.cc306 wstring res1; local
307 iter_type end1 = mg.get(str.begin(), str.end(), false, iss, err, res1);
310 VERIFY( res1 == L"1" );
H A Dtime_get_members_char.cc626 string res1; local
H A Dtime_get_members_wchar_t.cc626 wstring res1; local
/openbsd-current/sys/dev/ic/
H A Dcissreg.h172 u_int8_t res1; member in struct:ciss_ldid
252 u_int8_t res1; member in struct:ciss_pdid
H A Dvga.c1133 int res1, res2; local
1135 res1 = 0;
1138 res1 = _vga_mapchar(id, scr->fontset1, uni, &idx1);
1144 if (res2 >= res1) {
1149 return (res1);
H A Dadwlib.h1057 u_int8_t res1 : 2; /* reserved */ member in struct:__anon6
H A Dadvlib.h369 u_int8_t res1; member in struct:__anon21
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dreorg.c276 resource_conflicts_p (res1, res2)
277 struct resources *res1, *res2;
279 if ((res1->cc && res2->cc) || (res1->memory && res2->memory)
280 || (res1->unch_memory && res2->unch_memory)
281 || res1->volatil || res2->volatil)
285 return (res1->regs & res2->regs) != HARD_CONST (0);
291 if ((res1->regs[i] & res2->regs[i]) != 0)
/openbsd-current/gnu/gcc/gcc/
H A Dreorg.c269 resource_conflicts_p (struct resources *res1, struct resources *res2)
271 if ((res1->cc && res2->cc) || (res1->memory && res2->memory)
272 || (res1->unch_memory && res2->unch_memory)
273 || res1->volatil || res2->volatil)
277 return (res1->regs & res2->regs) != HARD_CONST (0);
283 if ((res1->regs[i] & res2->regs[i]) != 0)
267 resource_conflicts_p(struct resources *res1, struct resources *res2) argument
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_display_irq.c379 u32 res1, res2; local
382 res1 = intel_uncore_read(&dev_priv->uncore, PIPE_CRC_RES_RES1_I915(pipe));
384 res1 = 0;
395 res1, res2);
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dbench.pl1431 my $res1 = $res->{$test_name};
1432 my $res2_norm = $res1->{$perl_norm};
1433 for my $perl (keys %$res1) {
1434 my $res2 = $res1->{$perl};
/openbsd-current/gnu/usr.bin/perl/dist/threads/lib/
H A Dthreads.pm307 my @res1 = $thr1->join();

Completed in 307 milliseconds