HomeSort by relevance Sort by last modified time
    Searched defs:getUnsigned (Results 1 - 24 of 24) sorted by null

  /hardware/nxp/secure_element/libese-spi/p73/utils/
ese_config.cpp 73 unsigned EseConfig::getUnsigned(const std::string& key) {
74 return getInstance().config_.getUnsigned(key);
77 unsigned EseConfig::getUnsigned(const std::string& key,
79 if (hasKey(key)) return getUnsigned(key);
config.cpp 51 unsigned ConfigValue::getUnsigned() const {
132 unsigned ConfigFile::getUnsigned(const std::string& key) {
133 return getValue(key).getUnsigned();
  /system/nfc/src/adaptation/
nfc_config.cc 84 unsigned NfcConfig::getUnsigned(const std::string& key) {
85 return getInstance().config_.getUnsigned(key);
88 unsigned NfcConfig::getUnsigned(const std::string& key,
90 if (hasKey(key)) return getUnsigned(key);
  /external/llvm/lib/Support/
DataExtractor.cpp 92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const {
103 llvm_unreachable("getUnsigned unhandled case!");
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFFormValue.h 64 uint64_t getUnsigned() const { return Value.uval; }
  /external/swiftshader/third_party/LLVM/lib/Support/
DataExtractor.cpp 92 DataExtractor::getUnsigned(uint32_t *offset_ptr, uint32_t byte_size) const {
103 llvm_unreachable("getUnsigned unhandled case!");
  /system/nfc/utils/
config.cc 71 unsigned ConfigValue::getUnsigned() const {
156 unsigned ConfigFile::getUnsigned(const std::string& key) {
157 return getValue(key).getUnsigned();
  /external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp 267 setUnsigned(Other.getUnsigned());
302 unsigned VariantValue::getUnsigned() const {
  /external/llvm/include/llvm/ADT/
APSInt.h 321 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
APSInt.h 315 static APSInt getUnsigned(uint64_t X) { return APSInt(APInt(64, X), true); }
  /external/llvm/lib/CodeGen/MIRParser/
MIParser.cpp 177 bool getUnsigned(unsigned &Result);
322 if (getUnsigned(ID))
466 if (getUnsigned(Weight))
816 if (getUnsigned(ID))
891 if (getUnsigned(TiedDefIdx))
902 if (getUnsigned(Size))
    [all...]

Completed in 650 milliseconds