Searched refs:nResult (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20000225-1.c3 int nResult; local
11 nResult=1;
13 nResult=0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20000225-1.c3 int nResult; local
11 nResult=1;
13 nResult=0;
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_dagutils.c97 int nSucc, int nAnte, int nParam, int nResult,
111 node->numResults = nResult;
126 nptrs = nSucc + nAnte + nResult + nSucc;
150 node->results = (nResult) ? (void **) (ptrs + nSucc + nAnte) : NULL;
151 node->propList = (nSucc) ? (RF_PropHeader_t **) (ptrs + nSucc + nAnte + nResult) : NULL;
630 printf("format is (depth) num commit type: status,nSucc nSuccFired/nSuccDone,nAnte/nAnteDone,nParam,nResult S{x} A{x(type)}; info\n");
93 rf_InitNode(RF_DagNode_t *node, RF_NodeStatus_t initstatus, int commit, int (*doFunc) (RF_DagNode_t *node), int (*undoFunc) (RF_DagNode_t *node), int (*wakeFunc) (RF_DagNode_t *node, int status), int nSucc, int nAnte, int nParam, int nResult, RF_DagHeader_t *hdr, const char *name, RF_AllocListElem_t *alist) argument
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c73935 int nResult; /* Number of terms in the result set */ local
[all...]

Completed in 413 milliseconds