Searched refs:results (Results 51 - 75 of 192) sorted by relevance

12345678

/freebsd-12-stable/sys/conf/
H A Dconfig.mk8 # the code here when they all produce identical results
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.h615 * size for idle check results.
630 * @brief ecore_dbg_idle_chk_dump - Performs idle check and writes the results
652 * size for mcp trace results.
670 * @brief ecore_dbg_mcp_trace_dump - Performs mcp trace and writes the results
696 * size for grc trace fifo results.
711 * @brief ecore_dbg_reg_fifo_dump - Reads the reg fifo and writes the results
734 * size for the IGU fifo results.
749 * @brief ecore_dbg_igu_fifo_dump - Reads the IGU fifo and writes the results
772 * buffer size for protection override window results.
788 * entries and writes the results int
[all...]
/freebsd-12-stable/contrib/openpam/t/
H A DMakefile.in799 results=`for b in $$bases; do echo $$b.trs; done`; \
800 test -n "$$results" || results=/dev/null; \
801 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
802 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
803 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
804 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
805 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
806 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
807 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | w
[all...]
/freebsd-12-stable/sys/rpc/
H A Dclnt_bck.c47 * sent. The batching occurs if the results' xdr routine is NULL (0) AND
50 * Clients should NOT casually batch calls that in fact return results; that is,
190 struct mbuf **resultsp, /* pointer to results */
204 struct mbuf *mreq = NULL, *results; local
417 results = xdrmbuf_getall(&xdrs);
419 &reply_msg.acpted_rply.ar_verf, &results)) {
423 KASSERT(results,
425 *resultsp = results;
H A Drpcb_prot.h231 } results; member in struct:rpcb_rmtcallres
243 } results; member in struct:r_rpcb_rmtcallres
244 xdrproc_t xdr_res; /* decodes results */
394 * Remote calls results
398 uint32_t resultslen; /* results length */
399 caddr_t results_ptr; /* results */
H A Dclnt_vc.c49 * sent. The batching occurs if the results' xdr routine is NULL (0) AND
52 * Clients should NOT casually batch calls that in fact return results; that is,
291 struct mbuf **resultsp, /* pointer to results */
304 struct mbuf *mreq = NULL, *results; local
528 results = xdrmbuf_getall(&xdrs);
531 &results)) {
535 KASSERT(results,
537 *resultsp = results;
/freebsd-12-stable/contrib/apr-util/dbd/
H A Dapr_dbd_mysql.c232 apr_dbd_results_t **results,
243 if (!*results) {
244 *results = apr_palloc(pool, sizeof(apr_dbd_results_t));
246 (*results)->random = seek;
247 (*results)->statement = NULL;
248 (*results)->pool = pool;
250 (*results)->res = mysql_store_result(sql->conn);
253 (*results)->res = mysql_use_result(sql->conn);
255 apr_pool_cleanup_register(pool, (*results)->res,
231 dbd_mysql_select(apr_pool_t *pool, apr_dbd_t *sql, apr_dbd_results_t **results, const char *query, int seek) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp576 Value results; local
578 diagnostics, results);
584 addr_t result_ptr = results.GetScalar().ULongLong(LLDB_INVALID_ADDRESS);
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-output-test_.cc994 TestPartResultArray results; local
998 &results);
1003 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
1067 // of them are intended to fail), and then compare the test results
/freebsd-12-stable/sys/sys/
H A Dsmp.h143 struct topo_analysis *results);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp277 "results for \"%s\"--",
316 DiagnosticManager &diagnostic_manager, Value &results) {
386 FetchFunctionResults(exe_ctx, args_addr, results);
313 ExecuteFunction( ExecutionContext &exe_ctx, lldb::addr_t *args_addr_ptr, const EvaluateExpressionOptions &options, DiagnosticManager &diagnostic_manager, Value &results) argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc121 // EnumProcessModulesEx the results should not be used.
/freebsd-12-stable/contrib/ntp/
H A DMakefile.am51 results.y2kfixes \
/freebsd-12-stable/contrib/expat/tests/
H A DMakefile.in923 results=`for b in $$bases; do echo $$b.trs; done`; \
924 test -n "$$results" || results=/dev/null; \
925 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
926 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
927 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
928 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
929 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
930 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
931 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | w
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp182 ExpressionResults results = m_print_object_caller_up->ExecuteFunction( local
184 if (results != eExpressionCompleted) {
185 strm.Printf("Error evaluating Print Object function: %d.\n", results);
/freebsd-12-stable/contrib/gcc/doc/
H A Dmakefile.texi68 has various @file{.sum} and @file{.log} files containing the results of
92 results, which @samp{make compare} can check. Each stage is configured
135 Compares the results of stages 2 and 3. This ensures that the compiler
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp1303 // will give the correct results.
1916 uint64_t results[num_exprs]; local
1931 if (!EvalRSExpression(expr_bufs[i], frame_ptr, &results[i]))
1935 // Assign results to allocation members
1937 dims.dim_1 = static_cast<uint32_t>(results[0]);
1938 dims.dim_2 = static_cast<uint32_t>(results[1]);
1939 dims.dim_3 = static_cast<uint32_t>(results[2]);
1942 addr_t element_ptr = static_cast<lldb::addr_t>(results[3]);
1972 uint64_t results[num_exprs]; local
1987 if (!EvalRSExpression(expr_bufs[i], frame_ptr, &results[
2028 uint64_t results; local
[all...]
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dvmsbuild.com41 $! second pass: process dummy.c, using the first pass' results
/freebsd-12-stable/contrib/apr/
H A Dapr-config.in84 An application should use the results of --cflags, --cppflags, --includes,
/freebsd-12-stable/contrib/bmake/mk/
H A Dsys.clean-env.mk24 # A list of prefixes to match against the environment - the results
/freebsd-12-stable/share/mk/
H A Dbsd.test.mk70 # Sort the tests alphabetically, so the results are deterministically formed
/freebsd-12-stable/usr.bin/mkuzip/
H A Dmkuzip.c278 oblk = mkuz_fqueue_deq_when(cvp->results, cmp_blkno, &io);
334 mkuz_fqueue_enq(cvp->results, oblk);
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.js685 // results is for internal usage only
686 makeArray: function( array, results ) {
687 var ret = results || [];
3941 var Sizzle = function( selector, context, results, seed ) {
3942 results = results || [];
3952 return results;
4059 results.push.apply( results, checkSet );
4064 results
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DObjCLanguage.cpp935 ResultSet &results) override {
947 results.insert(std::move(result));
962 ResultSet &results) override {
975 results.insert(std::move(result));
/freebsd-12-stable/contrib/libstdc++/scripts/
H A Dmake_graph.py35 A 'structure' representing the results of a test.
50 def __accum(self, results):
52 for result in results:
59 results = res_sets[cntnr]
60 total = self.__accum(results)

Completed in 514 milliseconds

12345678