Searched defs:nObjs (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/pswrap/
H A Dpsw.c592 Body body, Adr *sz, long int *nObjs, unsigned *psize)
785 *nObjs = objN;
998 static void ConstructStatics(Body body, Adr *sz, int nObjs) argument
1101 Assert(objN == nObjs);
1819 long int nObjs; local
1849 BuildTypesAndAssignAddresses(body, &sizeAdr, &nObjs, &structSize);
1852 ConstructStatics(body, &sizeAdr, nObjs);
591 BuildTypesAndAssignAddresses( Body body, Adr *sz, long int *nObjs, unsigned *psize) argument
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Ddpsclient.c188 integer nObjs = 1; local
192 nObjs = obj->length;
193 if (nObjs < 1) return;
194 if (result->count == -1 && nObjs != 1) {
283 if (nObjs != 1) {
333 nObjs--;
334 } while (nObjs > 0); /* do */
363 static void ConvSeqInPlace(nObjs, currObj, base, tokenType)
364 integer nObjs;
373 while (nObjs
1247 WriteSeqAsAscii( DPSContext ctxt, char *base, DPSBinObj currObj, unsigned int nObjs, unsigned char tokenType, int *numstringOffsets) argument
1613 WriteSeqAsTokens( DPSContext ctxt, char *base, DPSBinObj currObj, unsigned int nObjs, unsigned char tokenType, int *numstringOffsets) argument
[all...]

Completed in 13 milliseconds