Searched defs:pcount (Results 1 - 5 of 5) sorted by relevance

/external/libcxx/src/
H A Dstrstream.cpp145 strstreambuf::pcount() const function in class:strstreambuf
/external/toybox/toys/posix/
H A Dfind.c183 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; local
221 // pcount: parentheses stack depth (using toybuf bytes, 4096 max depth)
244 if (pcount == sizeof(toybuf)) goto error;
245 toybuf[pcount++] = not+(active<<1);
251 if (--pcount < 0) goto error;
253 active = (toybuf[pcount]>>1)&1;
254 if (active && (toybuf[pcount]&1)) test = !test;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp468 UINT *pcount,
479 *pcount = num_modes;
483 unsigned copy_modes = std::min(num_modes, *pcount);
489 *pcount = num_modes;
498 *pcount = 0;
465 GetDisplayModeList( DXGI_FORMAT enum_format, UINT flags, UINT *pcount, DXGI_MODE_DESC *desc) argument
/external/tcpdump/
H A Dprint-isakmp.c1427 ikev2_t_print(netdissect_options *ndo, u_char tpay _U_, int pcount, argument
1480 ND_PRINT((ndo," #%u type=%s id=%s ", pcount,
1484 ND_PRINT((ndo," #%u type=%s id=%u ", pcount,
1505 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_,
2283 u_char np, int pcount,
2306 cp = ikev2_p_print(ndo, np, pcount, ext, item_len,
2309 cp = ikev2_t_print(ndo, np, pcount, ext, item_len,
2319 cp = (*npfunc[np])(ndo, np, /*pcount,*/ ext, item_len,
2340 int pcount; local
2344 pcount
2282 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, int pcount, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jar ... .commons.net.ftp.FTPFile theFile int pcount String currentPath String currentRelativePath java.util.Vector pathElements ...

Completed in 5688 milliseconds