Searched refs:res (Results 451 - 475 of 3996) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dmach-o-arm.c152 arelent * res,
158 if (!bfd_mach_o_pre_canonicalize_one_reloc (abfd, raw, &reloc, res, syms))
170 if (res == res_base)
178 res->howto = &arm_howto_table[7];
179 res->address = res[-1].address;
184 res->howto = &arm_howto_table[10];
185 res->address = res[-1].address;
195 res
150 bfd_mach_o_arm_canonicalize_one_reloc(bfd * abfd, struct mach_o_reloc_info_external * raw, arelent * res, asymbol ** syms, arelent * res_base) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dmach-o-arm.c152 arelent * res,
158 if (!bfd_mach_o_pre_canonicalize_one_reloc (abfd, raw, &reloc, res, syms))
170 if (res == res_base)
178 res->howto = &arm_howto_table[7];
179 res->address = res[-1].address;
184 res->howto = &arm_howto_table[10];
185 res->address = res[-1].address;
195 res
150 bfd_mach_o_arm_canonicalize_one_reloc(bfd * abfd, struct mach_o_reloc_info_external * raw, arelent * res, asymbol ** syms, arelent * res_base) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dcmp_testlib.c37 int i, res; local
46 if ((res = sk_X509_num(sk1) - sk_X509_num(sk2)))
47 return res;
52 if ((res = X509_cmp(a, b)) != 0)
53 return res;
65 int res; local
71 res = sk_X509_push(sk, cert);
72 if (res <= 0)
74 return res;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dinterrupt-thread-group.c50 int res = pthread_create (&threads[i], NULL, thread_function, NULL); local
51 assert (res == 0);
59 int res = pthread_join (threads[i], NULL); local
60 assert (res == 0);
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-mfac_uiui.c39 mpz_t ref[MULTIFAC_WHEEL], ref2[MULTIFAC_WHEEL2], res; local
58 mpz_init (res);
64 mpz_mfac_uiui (res, n, MULTIFAC_WHEEL);
65 MPZ_CHECK_FORMAT (res);
66 if (mpz_cmp (ref[m], res) != 0)
69 printf (" got "); mpz_out_str (stdout, 10, res); printf("\n");
73 mpz_mfac_uiui (res, n, MULTIFAC_WHEEL2);
74 MPZ_CHECK_FORMAT (res);
75 if (mpz_cmp (ref2[m2], res) != 0)
78 printf (" got "); mpz_out_str (stdout, 10, res); print
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid64_rem.c65 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, res; local
93 res = coefficient_x & QUIET_MASK64;;
94 BID_RETURN (res);
103 res = 0x7c00000000000000ull;
104 BID_RETURN (res);
122 res = x | sign_x;
123 BID_RETURN (res);
136 res = coefficient_y & QUIET_MASK64;;
137 BID_RETURN (res);
141 res
[all...]
H A Dbid128_rem.c31 UINT128 CX, CY, CX2, CQ, CR, T, CXS, P128, res;
53 res.w[1] = CX.w[1] & QUIET_MASK64;
54 res.w[0] = CX.w[0];
55 BID_RETURN (res); variable
67 res.w[1] = 0x7c00000000000000ull;
68 res.w[0] = 0;
69 BID_RETURN (res); variable
80 res.w[1] = 0x7c00000000000000ull;
81 res.w[0] = 0;
82 BID_RETURN (res); variable
92 BID_RETURN (res); variable
106 BID_RETURN (res); variable
113 BID_RETURN (res); variable
122 BID_RETURN (res); variable
133 BID_RETURN (res); variable
142 BID_RETURN (res); variable
150 BID_RETURN (res); variable
167 BID_RETURN (res); variable
203 BID_RETURN (res); variable
216 BID_RETURN (res); variable
[all...]
H A Dbid128_fma.c42 UINT128 res = *ptrres; // expected to have the correct sign and coefficient local
58 sign = res.w[1] & MASK_SIGN;
60 C_hi = res.w[1] & MASK_COEFF;
61 C_lo = res.w[0];
110 } else { // res = +MAXFP = (10^34-1) * 10^emax
118 } else { // res = -MAXFP = -(10^34-1) * 10^emax
125 res.w[1] = sign | exp | C_hi;
126 res.w[0] = C_lo;
127 *ptrres = res;
288 UINT128 res local
656 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3589 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3625 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3669 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3710 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3751 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3790 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3831 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3870 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
4119 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
[all...]
H A Dbid128_scalb.c34 UINT128 CX, CX2, CX8, res; variable
46 res.w[1] = CX.w[1] & QUIET_MASK64;
47 res.w[0] = CX.w[0];
53 get_BID128_very_fast (&res, sign_x, exponent_x, CX);
55 BID_RETURN (res); variable
62 get_BID128_very_fast (&res, sign_x, exponent_x, CX);
63 BID_RETURN (res); variable
84 get_BID128_very_fast (&res, sign_x, exponent_x, CX);
85 BID_RETURN (res); variable
92 get_BID128 (&res, sign_
94 BID_RETURN (res); variable
[all...]
H A Dbid64_next.c42 UINT64 res; local
60 res = x & 0xfdffffffffffffffull;
62 res = x;
64 BID_RETURN (res);
67 res = 0x7800000000000000ull;
69 res = 0xf7fb86f26fc0ffffull; // -MAXFP = -999...99 * 10^emax
71 BID_RETURN (res);
91 res = 0x0000000000000001ull; // MINFP = 1 * 10^emin
95 res = 0x7800000000000000ull; // +inf
98 res
187 UINT64 res; local
335 UINT64 res; local
[all...]
H A Dbid128_minmax.c42 UINT128 res; local
122 res = x;
128 res = x;
130 res = y;
133 BID_RETURN (res);
138 res = y;
141 res = x;
143 BID_RETURN (res);
148 res = x;
149 BID_RETURN (res);
306 UINT128 res; local
578 UINT128 res; local
841 UINT128 res; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_rem.c65 UINT64 sign_x, sign_y, coefficient_x, coefficient_y, res; local
93 res = coefficient_x & QUIET_MASK64;;
94 BID_RETURN (res);
103 res = 0x7c00000000000000ull;
104 BID_RETURN (res);
122 res = x | sign_x;
123 BID_RETURN (res);
136 res = coefficient_y & QUIET_MASK64;;
137 BID_RETURN (res);
141 res
[all...]
H A Dbid128_rem.c31 UINT128 CX, CY, CX2, CQ, CR, T, CXS, P128, res;
53 res.w[1] = CX.w[1] & QUIET_MASK64;
54 res.w[0] = CX.w[0];
55 BID_RETURN (res); variable
67 res.w[1] = 0x7c00000000000000ull;
68 res.w[0] = 0;
69 BID_RETURN (res); variable
80 res.w[1] = 0x7c00000000000000ull;
81 res.w[0] = 0;
82 BID_RETURN (res); variable
92 BID_RETURN (res); variable
106 BID_RETURN (res); variable
113 BID_RETURN (res); variable
122 BID_RETURN (res); variable
133 BID_RETURN (res); variable
142 BID_RETURN (res); variable
150 BID_RETURN (res); variable
167 BID_RETURN (res); variable
203 BID_RETURN (res); variable
216 BID_RETURN (res); variable
[all...]
H A Dbid128_fma.c42 UINT128 res = *ptrres; // expected to have the correct sign and coefficient local
58 sign = res.w[1] & MASK_SIGN;
60 C_hi = res.w[1] & MASK_COEFF;
61 C_lo = res.w[0];
110 } else { // res = +MAXFP = (10^34-1) * 10^emax
118 } else { // res = -MAXFP = -(10^34-1) * 10^emax
125 res.w[1] = sign | exp | C_hi;
126 res.w[0] = C_lo;
127 *ptrres = res;
288 UINT128 res local
656 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3589 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3625 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3669 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3710 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3751 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3790 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3831 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
3870 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
4119 UINT128 res = { {0xbaddbaddbaddbaddull, 0xbaddbaddbaddbaddull} }; local
[all...]
H A Dbid128_scalb.c34 UINT128 CX, CX2, CX8, res; variable
46 res.w[1] = CX.w[1] & QUIET_MASK64;
47 res.w[0] = CX.w[0];
53 get_BID128_very_fast (&res, sign_x, exponent_x, CX);
55 BID_RETURN (res); variable
62 get_BID128_very_fast (&res, sign_x, exponent_x, CX);
63 BID_RETURN (res); variable
84 get_BID128_very_fast (&res, sign_x, exponent_x, CX);
85 BID_RETURN (res); variable
92 get_BID128 (&res, sign_
94 BID_RETURN (res); variable
[all...]
H A Dbid128_minmax.c42 UINT128 res; local
122 res = x;
128 res = x;
130 res = y;
133 BID_RETURN (res);
138 res = y;
141 res = x;
143 BID_RETURN (res);
148 res = x;
149 BID_RETURN (res);
306 UINT128 res; local
578 UINT128 res; local
841 UINT128 res; local
[all...]
H A Dbid64_next.c42 UINT64 res; local
60 res = x & 0xfdffffffffffffffull;
62 res = x;
64 BID_RETURN (res);
67 res = 0x7800000000000000ull;
69 res = 0xf7fb86f26fc0ffffull; // -MAXFP = -999...99 * 10^emax
71 BID_RETURN (res);
91 res = 0x0000000000000001ull; // MINFP = 1 * 10^emin
95 res = 0x7800000000000000ull; // +inf
98 res
187 UINT64 res; local
335 UINT64 res; local
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_so.c50 * @res: The struct vmw_resource we derive from
67 struct vmw_resource res; member in struct:vmw_view
80 static int vmw_view_create(struct vmw_resource *res);
81 static int vmw_view_destroy(struct vmw_resource *res);
82 static void vmw_hw_view_destroy(struct vmw_resource *res);
83 static void vmw_view_commit_notify(struct vmw_resource *res,
113 * @res: Pointer to the resource to convert.
117 static struct vmw_view *vmw_view(struct vmw_resource *res) argument
119 return container_of(res, struct vmw_view, res);
130 vmw_view_commit_notify(struct vmw_resource *res, enum vmw_cmdbuf_res_state state) argument
162 vmw_view_create(struct vmw_resource *res) argument
206 vmw_view_destroy(struct vmw_resource *res) argument
243 vmw_hw_view_destroy(struct vmw_resource *res) argument
288 vmw_view_res_free(struct vmw_resource *res) argument
331 struct vmw_resource *res; local
478 vmw_view_srf(struct vmw_resource *res) argument
512 vmw_view_dirtying(struct vmw_resource *res) argument
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dipc.cc383 // Vector<String> *res = theDbeApplication->initApplication (arg1, arg2, &setProgress);
384 Vector<String> *res = theDbeApplication->initApplication (NULL, NULL, &setProgress); local
385 writeArray (res, req);
389 destroy (res);
402 Vector<String> *res = dbeGetInitMessages (); local
403 ipc_log (" returned = %lld msgs\n", VSIZE (res));
404 writeArray (res, req);
405 destroy (res);
416 String res = dbeCreateDirectories (arg1); local
417 writeString (res, re
425 String res = dbeDeleteFile (arg1); local
434 Vector<String> *res = dbeReadFile (arg1); local
444 int res = dbeWriteFile (arg1, arg2); local
453 Vector<String> *res = dbeGetExpPreview (0, arg1); local
463 String res = dbeGetFileAttributes (arg1, arg2); local
474 String res = dbeGetFiles (arg1, arg2); local
486 String res = dbeGetRunningProcesses (arg1); local
494 String res = getcwd (buf, (size_t) sizeof (buf)); // Get current directory local
499 String res = getenv ("HOME"); // Get HOME directory local
506 int res = chdir (arg1); // Change directory local
512 String res = setlocale (LC_ALL, ""); // Get locale local
519 String res = setlocale (LC_ALL, arg1); // Set locale local
528 String res = dbeReadRCFile (arg1, arg2); // Read RC File local
537 String res = dbeGetExpParams (0, arg1); local
562 char *res = dbeDropExperiment (arg1, arg2); local
571 Vector<int> *res = dbeGetUserExpId (arg); local
579 Vector<int> *res = dbeGetFounderExpId (arg); local
587 Vector<int> *res = dbeGetExpGroupId (arg); local
594 Vector<String> *res = dbeGetExpsProperty (arg); local
601 Vector<String> *res = dbeGetExpName (0); local
608 Vector<int> *res = dbeGetExpState (0); local
616 Vector<bool> *res = dbeGetExpEnable (arg1); local
635 Vector<String> *res = dbeGetExpInfo (arg1); local
641 bool res = dbeGetViewModeEnable (); local
646 bool res = dbeGetJavaEnable (); local
664 Vector<void *> *res = dbeGetLoadObjectList (arg1); local
680 Vector<String> *res = dbeGetLoadObjectName (arg1); local
689 Vector<void*> *res = dbeGetTabListInfo (arg1); local
697 Vector<String> *res = dbeGetSearchPath (0); local
704 Vector<String> *res = (Vector<String>*)readArray (req); local
712 Vector<void*> *res = dbeGetPathmaps (0); local
722 char *res = dbeSetPathmaps (from, to); local
742 char *res = dbeAddPathmap (0, arg1, arg2); local
753 String res = dbeGetMsg (arg1, arg2); local
796 int res = CMP_DISABLE; local
804 Vector<void*> *res = dbeGetRefMetricsV2 (); local
821 Vector<void*> *res = dbeGetCurMetricsV2 (arg1, arg2); local
830 Vector<void*> *res = dbeGetRefMetricTree (dbevindex, include_unregistered); local
843 Vector<void*> *res = dbeGetRefMetricTreeValues (dbevindex, metcmds, nonmetcmds); local
858 Vector<char*> *res = dbeGetOverviewText (arg1); local
877 Vector<int> *res = dbeGetAnoValue (arg1); local
933 Vector<void*> *res = dbeGetTLValue (arg1); local
952 Vector<void*> *res = dbeGetExpFounderDescendants (); local
960 Vector<void*> *res = dbeGetExpSelection (arg1); local
970 String res = dbeSetFilterStr (arg1, arg2); local
981 String res = dbeGetFilterStr (arg1); local
990 int res = dbeValidateFilterExpression (arg1); local
999 Vector<void*>*res = dbeGetFilterKeywords (dbevindex); local
1009 Vector<void*>*res = dbeGetFilters (arg1, arg2); local
1034 Vector<int> *res = dbeGetLoadObjectState (arg1); local
1059 Vector<bool> *res = dbeGetMemTabSelectionState (arg1); local
1076 Vector<bool> *res = dbeGetIndxTabSelectionState (arg1); local
1094 Vector<bool> *res = dbeGetTabSelectionState (arg1); local
1111 Vector<void*> *res = dbeGetMemObjects (arg1); local
1151 Vector<char*> *res = dbeGetCPUVerMachineModel (arg1); local
1158 Vector<String> *res = dbeListMachineModels (); local
1204 Vector<void*> *res = dbeGetIndxObjDescriptions (arg1); local
1222 Vector<void*> *res = dbeGetCustomIndxObjects (arg1); local
1284 Obj res = dbeGetSelObjV2 (arg1, arg2); local
1295 Vector<uint64_t> *res = dbeGetSelObjIO (arg1, arg2, arg3); local
1306 Vector<uint64_t> *res = dbeGetSelObjsIO (arg1, arg2, arg3); local
1350 String res = dbePrintData (arg1, arg2, arg3, arg4, arg5, NULL); local
1369 String res = dbeSetPrintLimit (arg1, arg2); local
1386 String res = dbeSetPrintMode (arg1, arg2); local
1404 Vector<void*> *res = dbeGetHotMarks (arg1, arg2); local
1413 Vector<void*> *res = dbeGetHotMarksInc (arg1, arg2); local
1423 Vector<void*> *res = dbeGetSummaryHotMarks (arg1, arg2, arg3); local
1434 Vector<uint64_t> *res = dbeGetFuncId (arg1, arg2, arg3, arg4); local
1445 Vector<void*> *res = dbeGetFuncCalleeInfo (arg1, arg2, arg3, arg4); local
1456 Vector<void*> *res = dbeGetFuncCallerInfo (arg1, arg2, arg3, arg4); local
1508 Vector<void *> *res = new Vector<void *>(2); local
1520 Vector<void*> *res = dbeGetFuncList (arg1, arg2, arg3); local
1538 Vector<void*> *res = dbeGetFuncListV2 (dbevindex, mtype, sel_obj, type, subtype); local
1552 Vector<void*> *res = dbeGetFuncListMini (arg1, arg2, arg3); local
1568 Vector<void *> *res = dbeGetTotals (dbevindex, dsptype, subtype); local
1579 Vector<Obj> *res = dbeGetComparableObjsV2 (arg1, arg2, arg3); local
1589 Obj res = dbeConvertSelObj (obj, type); local
1604 Vector<void*> *res = dbeGetTableDataV2 (arg1, arg2, arg3, arg4, arg5, arg6); local
1620 int res = dbeGetCallTreeNumLevels (arg1); local
1632 Vector<void*> *res = dbeGetCallTreeLevel (arg1, arg2, arg3); local
1642 Vector<void*> *res = dbeGetCallTreeChildren (arg1, arg2, arg3); local
1651 Vector<void*> *res = dbeGetCallTreeLevels (arg1, arg2); local
1661 Vector<void*> *res = dbeGetCallTreeLevelFuncs (arg1, arg2, arg3); local
1669 Vector<void*> *res = dbeGetCallTreeFuncs (arg1); local
1676 Vector<int> *res = dbeGetGroupIds (arg1); local
1688 Vector<String> *res = dbeGetNames (arg1, arg2, arg3); local
1698 Vector<void*> *res = dbeGetTotalMax (arg1, arg2, arg3); local
1725 Vector<Object> *res = dbeGetStatisOverviewList (arg1); local
1734 Vector<Object> *res = dbeGetStatisList (arg1); local
1746 Vector<Object> *res = dbeGetSummary (arg1, arg2, arg3, arg4); local
1757 Vector<void*> *res = dbeGetSummaryV2 (dbevindex, sel_objs, type, subtype); local
1769 String res = dbeGetExpName (0, arg1); local
1779 Vector<String> *res = dbeGetHwcHelp (0, forKernel); local
1787 Vector<Vector<char*>*> *res = dbeGetHwcSets (0, forKernel); local
1796 Vector<void*> *res = dbeGetHwcsAll (0, forKernel); local
1805 Vector<char*> *res = dbeGetHwcAttrList (0, forKernel); local
1814 int res = dbeGetHwcMaxConcurrent (0, forKernel); local
1821 Vector<char*> *res = dbeGetIfreqData (arg1); local
1831 Vector<void*> *res = dbeGetLeakListInfo (arg1, arg2); local
1848 Vector<String> *res = dbeGetExpVerboseName (arg); local
1857 String res = dbeGetName (0, arg1); local
1904 Vector<void*> *res = dbeGetEntityProps (arg1); local
1915 Vector<void*> *res = dbeGetEntities (arg1, arg2, arg3); local
1926 Vector<void*> *res = dbeGetEntitiesV2 (arg1, arg2, arg3); local
1941 Vector<void*> *res = dbeGetTLDetails (arg1, arg2, arg3, arg4, arg5); local
1951 Vector<String> *res = dbeGetStackNames (arg1, arg2); local
1961 Vector<Obj> *res = dbeGetStackFunctions (0, arg1); local
1971 Vector<void*> *res = dbeGetStacksFunctions (0, arg1); local
1981 Vector<Obj> *res = dbeGetStackPCs (0, arg1); local
1989 Vector<Vector<char*>*> *res = dbeGetIOStatistics (dbevindex); local
1997 Vector<Vector<char*>*> *res = dbeGetHeapStatistics (dbevindex); local
2010 Vector<void*> *res = dbeGetSamples (dbev_id, exp_id, lo, hi); local
2022 Vector<void*> *res = dbeGetGCEvents (dbev_id, exp_id, lo, hi); local
2031 Vector<String> *res = dbeGetFuncNames (arg1, arg2); local
2041 Vector<uint64_t> *res = dbeGetFuncIds (arg1, arg2); local
2051 Vector<String> *res = dbeGetObjNamesV2 (arg1, arg2); local
2061 String res = dbeGetFuncName (arg1, arg2); local
2071 String res = dbeGetObjNameV2 (arg1, arg2); local
2081 String res = dbeGetDataspaceTypeDesc (0, arg1); local
2123 Vector<void*> *res = dbeGetDataDescriptorsV2 (exp_id); local
2133 Vector<void*> *res = dbeGetDataPropertiesV2 (exp_id, arg2); local
2142 Vector<void*> *res = dbeGetExperimentTimeInfo (exp_ids); local
2151 Vector<void*> *res = dbeGetExperimentDataDescriptors (exp_ids); local
2178 Vector<bool> *res = dbeHasTLData (dbevindex, local
2202 Vector<void*> *res = dbeGetTLData (dbevindex, exp_id, local
2250 Vector<long long> * res = dbeGetTLEventCenterTime (dbevindex, exp_id, local
2271 long long res = dbeGetTLEventIdxNearTime (dbevindex, exp_id, local
2294 Vector<long long> *res = dbeGetAggregatedValue (arg1, arg2, arg3, local
2356 Vector<String> *res = dbeGetLineInfo (arg1); local
2369 int res = dbeSetAlias (arg1, arg2, arg3); local
2377 Vector<char*> *res = dbeGetAlias (arg1); local
2401 Vector<Vector<long long>*> *res = dbeGetXYPlotData (arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9); local
2446 Vector<void *> *res = dbeResolvedWith_setpath (path); local
2455 Vector<void *> *res = dbeResolvedWith_pathmap (old_prefix, new_prefix); local
2500 int res = dbeGetSignalValue (arg1); local
2522 String res = dbeCheckConnection (arg1); local
[all...]
/netbsd-current/tests/net/sys/
H A Dt_rfc6056.c56 struct addrinfo hints, *res; local
75 error = getaddrinfo(hostname, service, &hints, &res);
80 s = socket(res->ai_family, res->ai_socktype, res->ai_protocol);
88 ss.ss_len = res->ai_addrlen;
89 ss.ss_family = res->ai_family;
95 res->ai_addr, res->ai_addrlen) == -1)
101 s = socket(res
[all...]
/netbsd-current/external/lgpl3/gmp/dist/demos/expr/
H A Drun-expr.c60 mpz_t res, var_a, var_b; local
62 mpz_init (res);
66 ret = mpz_expr (res, base, str, var_a, var_b, NULL);
71 mpz_out_str (stdout, outbase, res);
77 mpz_clear (res);
85 mpq_t res, var_a, var_b; local
87 mpq_init (res);
94 ret = mpq_expr (res, base, str, var_a, var_b, NULL);
99 mpq_out_str (stdout, outbase, res);
105 mpq_clear (res);
113 mpf_t res, var_a, var_b; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-send-packet.py84 res = ""
88 res = res + ("%c" % b)
90 res = res + ("\\x%02x" % b)
91 return res
102 res = conn.send_packet("qXfer:auxv:read::0,1000")
103 assert isinstance(res, bytes)
104 string = bytes_to_string(res)
131 res
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-limbs.c60 mpz_t a, b, res, ref; local
64 mpz_init (res);
73 my_mpz_mul (res, a, b);
74 if (mpz_cmp (res, ref))
79 dump ("r", res);
83 /* The following test exploits a side-effect of my_mpz_mul: res
86 if (mpz_size (b) > 0 && mpz_getlimbn (res, mpz_size(a)) != mpz_limbs_read (res) [mpz_size(a)])
91 if ((i % 4 == 0) && mpz_size (res) > 1)
93 mpz_realloc2 (res,
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dtimegm.c60 time_t res = 0; local
83 res += is_leap(i) ? 366 : 365;
86 res += ndays[is_leap(tm->tm_year)][i];
87 res += tm->tm_mday - 1;
88 res *= 24;
89 res += tm->tm_hour;
90 res *= 60;
91 res += tm->tm_min;
92 res *= 60;
93 res
[all...]
/netbsd-current/usr.sbin/ypserv/ypserv/
H A Dypserv_proc.c149 static struct ypresp_val res; local
167 memset(&res, 0, sizeof(res));
168 res.status = YP_YPERR;
170 res = ypdb_get_record(k->domain, k->map, k->keydat, secure);
172 return ((void *)&res);
178 static struct ypresp_key_val res; local
195 memset(&res, 0, sizeof(res));
196 res
206 static struct ypresp_key_val res; local
235 static struct ypresp_xfr res; local
285 static char res; local
313 static struct ypresp_all res; local
358 static struct ypresp_master res; local
401 static struct ypresp_order res; local
433 static struct ypresp_maplist res; local
[all...]

Completed in 202 milliseconds

<<11121314151617181920>>