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

  /external/google-breakpad/src/common/
simple_string_dictionary.h 53 // value, and map. The KeySize and ValueSize are measured in bytes, not glyphs,
55 // ValueSize-1 characters in an entry. NumEntries is the total number of
57 template <size_t KeySize, size_t ValueSize, size_t NumEntries>
62 static const size_t value_size = ValueSize;
69 char value[ValueSize];
  /external/llvm/include/llvm/MC/
MCAssembler.h 300 /// ValueSize - The size of the integer (in bytes) of \p Value.
301 unsigned ValueSize;
308 MCAlignFragment(unsigned Alignment, int64_t Value, unsigned ValueSize,
312 ValueSize(ValueSize), MaxBytesToEmit(MaxBytesToEmit) {}
321 unsigned getValueSize() const { return ValueSize; }
340 /// ValueSize - The size (in bytes) of \p Value to use when filling, or 0 if
342 unsigned ValueSize;
348 MCFillFragment(int64_t Value, unsigned ValueSize, uint64_t Size,
350 : MCFragment(FT_Fill, false, 0, Sec), Value(Value), ValueSize(ValueSize)
    [all...]
MCObjectStreamer.h 111 unsigned ValueSize = 1,
MCStreamer.h 576 /// of \p ValueSize, then the contents of the emitted fill bytes is
584 /// \param ValueSize - The size of the integer (in bytes) to emit for
590 unsigned ValueSize = 1,
  /external/llvm/utils/yaml-bench/
YAMLBench.cpp 175 static std::string createJSONText(size_t MemoryMB, unsigned ValueSize) {
182 << " \"key1\": \"" << std::string(ValueSize, '*') << "\",\n"
183 << " \"key2\": \"" << std::string(ValueSize, '*') << "\",\n"
184 << " \"key3\": \"" << std::string(ValueSize, '*') << "\"\n"
  /external/llvm/lib/MC/
MCAsmStreamer.cpp 183 unsigned ValueSize = 1,
801 unsigned ValueSize,
806 switch (ValueSize) {
829 OS.write_hex(truncateToSize(Value, ValueSize));
840 switch (ValueSize) {
849 OS << ", " << truncateToSize(Value, ValueSize);
    [all...]
MCObjectStreamer.cpp 376 unsigned ValueSize,
380 insert(new MCAlignFragment(ByteAlignment, Value, ValueSize, MaxBytesToEmit));
MCELFStreamer.cpp 352 unsigned ValueSize,
357 ValueSize, MaxBytesToEmit);
MCStreamer.cpp 696 unsigned ValueSize,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincred.h 94 DWORD ValueSize;
101 DWORD ValueSize;
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 389 bool parseDirectiveAlign(bool IsPow2, unsigned ValueSize);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 279 ULONG ValueSize;
    [all...]

Completed in 1130 milliseconds