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

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_wrappers.cpp23 // the number of 8-byte entries in that section, written into |*pcount|
213 _Unwind_Ptr WrapDl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) { argument
218 _Unwind_Ptr result = list->FindArmExIdx(pc, pcount);
223 return ::dl_unwind_find_exidx(pc, pcount);
/external/qemu/android/
H A Dqemu-tcpdump.c142 qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize ) argument
144 *pcount = capture_count;
/external/qemu/proxy/
H A Dproxy_int.h37 int* pcount; member in struct:__anon29932
H A Dproxy_common.c381 if (*sel->pcount < fd+1)
382 *sel->pcount = fd+1;
420 proxy_manager_select_fill( int *pcount, fd_set* read_fds, fd_set* write_fds, fd_set* err_fds) argument
428 sel->pcount = pcount;
448 sel->pcount = NULL;
/external/libcxx/src/
H A Dstrstream.cpp145 strstreambuf::pcount() const function in class:strstreambuf
/external/stlport/src/
H A Dstrstream.cpp112 int strstreambuf::pcount() const { function in class:strstreambuf
350 int ostrstream::pcount() const { function in class:ostrstream
351 return _M_buf.pcount();
379 int strstream::pcount() const { function in class:strstream
380 return _M_buf.pcount();
/external/chromium_org/third_party/mesa/src/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/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 258 milliseconds