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

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
KeyBoard.h 206 @param ItemSize Size of the single item.
212 IN UINTN ItemSize
261 @param ItemSize Size of the item.
267 IN UINTN ItemSize
276 @param ItemSize Size of the item.
286 IN UINTN ItemSize
EfiKey.h 67 UINTN ItemSize;
  /external/llvm/lib/Support/
StringMap.cpp 31 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) {
32 ItemSize = itemSize;
110 char *ItemStr = (char*)BucketItem+ItemSize;
154 char *ItemStr = (char*)BucketItem+ItemSize;
173 const char *VStr = (char*)V + ItemSize;
  /external/swiftshader/third_party/LLVM/lib/Support/
StringMap.cpp 19 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) {
20 ItemSize = itemSize;
93 char *ItemStr = (char*)BucketItem+ItemSize;
137 char *ItemStr = (char*)BucketItem+ItemSize;
156 const char *VStr = (char*)V + ItemSize;
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
StringMap.cpp 33 StringMapImpl::StringMapImpl(unsigned InitSize, unsigned itemSize) {
34 ItemSize = itemSize;
111 char *ItemStr = (char*)BucketItem+ItemSize;
154 char *ItemStr = (char*)BucketItem+ItemSize;
173 const char *VStr = (char*)V + ItemSize;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenPcdDb.py 275 # The class holds the Pcd database items. ItemSize if not zero should match the item datum type in the C structure.
276 # When the structure is changed, remember to check the ItemSize and the related PackStr in PackData()
282 def __init__(self, ItemSize, DataList=None, RawDataList=None):
287 self.ItemSize = ItemSize
294 if self.ItemSize == 0:
303 Offset = self.ItemSize * Index
313 if self.ItemSize == 0:
316 self.ListSize = self.ItemSize * len(self.RawDataList)
320 if self.ItemSize == 8:
    [all...]
  /external/llvm/include/llvm/ADT/
StringMap.h 52 unsigned ItemSize;
55 explicit StringMapImpl(unsigned itemSize)
58 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
62 ItemSize(RHS.ItemSize) {
69 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
StringMap.h 59 unsigned ItemSize;
62 explicit StringMapImpl(unsigned itemSize)
65 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
69 ItemSize(RHS.ItemSize) {
76 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 60 unsigned ItemSize;
63 explicit StringMapImpl(unsigned itemSize)
66 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
70 ItemSize(RHS.ItemSize) {
77 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 60 unsigned ItemSize;
63 explicit StringMapImpl(unsigned itemSize)
66 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
70 ItemSize(RHS.ItemSize) {
77 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 60 unsigned ItemSize;
63 explicit StringMapImpl(unsigned itemSize)
66 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
70 ItemSize(RHS.ItemSize) {
77 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 60 unsigned ItemSize;
63 explicit StringMapImpl(unsigned itemSize)
66 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
70 ItemSize(RHS.ItemSize) {
77 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 60 unsigned ItemSize;
63 explicit StringMapImpl(unsigned itemSize)
66 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
70 ItemSize(RHS.ItemSize) {
77 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 60 unsigned ItemSize;
63 explicit StringMapImpl(unsigned itemSize)
66 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
70 ItemSize(RHS.ItemSize) {
77 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 60 unsigned ItemSize;
63 explicit StringMapImpl(unsigned itemSize)
66 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
70 ItemSize(RHS.ItemSize) {
77 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
StringMap.h 60 unsigned ItemSize;
63 explicit StringMapImpl(unsigned itemSize)
66 NumBuckets(0), NumItems(0), NumTombstones(0), ItemSize(itemSize) {}
70 ItemSize(RHS.ItemSize) {
77 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFUnit.cpp 68 const uint32_t ItemSize = 4;
69 uint32_t Offset = Index * ItemSize;
70 if (StringOffsetSection.size() < Offset + ItemSize)
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
StringMap.h 71 unsigned ItemSize;
73 explicit StringMapImpl(unsigned itemSize) : ItemSize(itemSize) {
80 StringMapImpl(unsigned InitSize, unsigned ItemSize);
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic-win1256.hh 56 #define OT_COUNT(Name, ItemSize) ((unsigned int) sizeof(((struct TABLE_NAME*)0)->Name) \
57 / (unsigned int)(ItemSize) \
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
MemMap.c 70 UINTN ItemSize;
151 Status = gBS->GetMemoryMap(&Size, Buffer, &MapKey, &ItemSize, &Version);
155 Status = gBS->GetMemoryMap(&Size, Buffer, &MapKey, &ItemSize, &Version);
170 for (Walker = (UINT8*)Buffer; Walker < (((UINT8*)Buffer)+Size) && Walker != NULL; Walker += ItemSize){
  /art/dexlayout/
dex_ir.cc 329 string_ids_.AddIndexedItem(string_id, StringIdsOffset() + i * StringId::ItemSize(), i);
335 type_ids_.AddIndexedItem(type_id, TypeIdsOffset() + i * TypeId::ItemSize(), i);
346 proto_ids_.AddIndexedItem(proto_id, ProtoIdsOffset() + i * ProtoId::ItemSize(), i);
354 field_ids_.AddIndexedItem(field_id, FieldIdsOffset() + i * FieldId::ItemSize(), i);
362 method_ids_.AddIndexedItem(method_id, MethodIdsOffset() + i * MethodId::ItemSize(), i);
391 class_defs_.AddIndexedItem(class_def, ClassDefsOffset() + i * ClassDef::ItemSize(), i);
    [all...]
dex_ir.h 415 static size_t ItemSize() { return kHeaderItemSize; }
483 static size_t ItemSize() { return kStringIdItemSize; }
501 static size_t ItemSize() { return kTypeIdItemSize; }
537 static size_t ItemSize() { return kProtoIdItemSize; }
559 static size_t ItemSize() { return kFieldIdItemSize; }
581 static size_t ItemSize() { return kMethodIdItemSize; }
801 static size_t ItemSize() { return kClassDefItemSize; }
    [all...]
dexlayout.cc     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.c     [all...]
  /external/tinyxml2/
tinyxml2.h 237 virtual int ItemSize() const = 0;
258 virtual int ItemSize() const { return SIZE; }
    [all...]

Completed in 2003 milliseconds