HomeSort by relevance Sort by last modified time
    Searched refs:EntryCount (Results 1 - 17 of 17) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsgetdc.h 106 DSGETDCAPI DWORD WINAPI DsAddressToSiteNamesW(LPCWSTR ComputerName,DWORD EntryCount,PSOCKET_ADDRESS SocketAddresses,LPWSTR **SiteNames);
107 DSGETDCAPI DWORD WINAPI DsAddressToSiteNamesA(LPCSTR ComputerName,DWORD EntryCount,PSOCKET_ADDRESS SocketAddresses,LPSTR **SiteNames);
108 DSGETDCAPI DWORD WINAPI DsAddressToSiteNamesExW(LPCWSTR ComputerName,DWORD EntryCount,PSOCKET_ADDRESS SocketAddresses,LPWSTR **SiteNames,LPWSTR **SubnetNames);
109 DSGETDCAPI DWORD WINAPI DsAddressToSiteNamesExA(LPCSTR ComputerName,DWORD EntryCount,PSOCKET_ADDRESS SocketAddresses,LPSTR **SiteNames,LPSTR **SubnetNames);
160 DSGETDCAPI DWORD WINAPI DsGetDcSiteCoverageW(LPCWSTR ServerName,PULONG EntryCount,LPWSTR **SiteNames);
161 DSGETDCAPI DWORD WINAPI DsGetDcSiteCoverageA(LPCSTR ServerName,PULONG EntryCount,LPSTR **SiteNames);
lmjoin.h 53 NET_API_STATUS WINAPI NetEnumerateComputerNames(LPCWSTR Server,NET_COMPUTER_NAME_TYPE NameType,ULONG Reserved,PDWORD EntryCount,LPWSTR **ComputerNames);
tdh.h 52 ULONG EntryCount;
winnt.h     [all...]
  /external/llvm/lib/IR/
GCOV.cpp 693 uint64_t EntryCount = Func->getEntryCount();
699 OS << "function " << Func->getName() << " called " << EntryCount
700 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount)
  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 430 void applyFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) {
437 if (EntryCount >= HotFunctionThreshold.scale(ProgramMaxCount))
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 313 int32_t EntryCount(int32_t sub_header_index);
cmap_table.cc 482 int32_t entry_count = EntryCount(high_byte);
531 int32_t CMapTable::CMapFormat2::EntryCount(int32_t sub_header_index) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp 529 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx);
530 OS.EmitValue(EntryCount, 4);
    [all...]
  /external/v8/src/arm64/
assembler-arm64.cc 317 if (EntryCount() > Assembler::kApproxMaxPoolEntryCount) {
350 return 4 * kInstructionSize + EntryCount() * kPointerSize;
368 return prologue_size + EntryCount() * kPointerSize;
449 int word_count = EntryCount() * 2 + 1 +
    [all...]
assembler-arm64.h 689 int EntryCount() const {
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h     [all...]
wmidata.h     [all...]

Completed in 456 milliseconds