Searched refs:ListSize (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp83 size_t ListSize = ExpectedSize.get()[0];
89 if (ListOffset + sizeof(T) * ListSize < Stream->size())
92 return getDataSliceAs<T>(*Stream, ListOffset, ListSize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp202 uint64_t ListSize) {
205 while (Size < ListSize) {
210 if (Size != ListSize)
201 read(const uint8_t *Data, uint64_t ListSize) argument
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfname.c488 InfoSize += (CidList->ListSize - sizeof (ACPI_PNP_DEVICE_ID_LIST));
608 Info->CompatibleIdList.ListSize = CidList->ListSize;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp521 unsigned ListSize = List->size(); local
523 for (unsigned j = 0; j < ListSize; j++) {
533 for (unsigned k = 0; k < ListSize; k++){
/freebsd-11-stable/sys/contrib/dev/acpica/components/utilities/
H A Dutids.c481 CidList->ListSize = CidListSize;
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dactypes.h1372 UINT32 ListSize; /* Size of list, including ID strings */ member in struct:acpi_pnp_device_id_list
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h668 std::error_code read(const uint8_t *Data, uint64_t ListSize);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1369 unsigned ListSize = TLI.getVaListSizeInBits(*DL) / 8; local
1375 MachinePointerInfo(Ptr), MachineMemOperand::MOStore, ListSize, 1));

Completed in 140 milliseconds