Home
last modified time | relevance | path

Searched refs:getUInt (Results 1 – 25 of 52) sorted by relevance

123

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp168 return N.getUInt(); in getRegister()
182 Val |= N.getUInt(); in setRegister()
559 unsigned Reg = I->first.getUInt(); in toString()
560 unsigned Val = I->second.getUInt(); in toString()
575 if (const char *RegName = getRegisterName(Key.getUInt())) { in toString()
612 EW.write(uint32_t(I.first.getUInt())); in toLegacyBlob()
613 EW.write(uint32_t(I.second.getUInt())); in toLegacyBlob()
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt312 T_VECTOR_UINT -> ByteArray(vec.size) { vec.getUInt(it).toByte() } in toByteArray()
327 T_VECTOR_UINT -> ShortArray(vec.size) { vec.getUInt(it).toShort() } in toShortArray()
342 T_VECTOR_UINT -> IntArray(vec.size) { vec.getUInt(it).toInt() } in toIntArray()
372 T_VECTOR_UINT -> UByteArray(vec.size) { vec.getUInt(it).toUByte() } in toUByteArray()
387 T_VECTOR_UINT -> UShortArray(vec.size) { vec.getUInt(it).toUShort() } in toUShortArray()
402 T_VECTOR_UINT -> UIntArray(vec.size) { vec.getUInt(it).toUInt() } in toUIntArray()
416 T_VECTOR_INT -> ULongArray(vec.size) { vec.getUInt(it) } in toULongArray()
417 T_VECTOR_UINT -> ULongArray(vec.size) { vec.getUInt(it) } in toULongArray()
433 T_VECTOR_UINT -> FloatArray(vec.size) { vec.getUInt(it).toFloat() } in toFloatArray()
634 …internal fun getUInt(index: Int): ULong = resolveAt(index) { pos: Int, width: ByteWidth -> buffer.… in getUInt() method
DBuffers.kt82 public fun getUInt(index: Int): UInt in findFirst() method
346 override fun getUInt(index: Int): UInt = buffer.getUInt(index) in getBoolean() method in com.google.flatbuffers.kotlin.ArrayReadBuffer
DByteArray.kt31 internal expect inline fun ByteArray.getUInt(index: Int): UInt in getString() method
67 public inline fun getUInt(ary: ByteArray, index: Int): UInt = getInt(ary, index).toUInt() in getString() method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jsMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt27 public actual inline fun ByteArray.getUInt(index: Int): UInt = ByteArrayOps.getUInt(this, index) method
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/jvmMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt28 public actual inline fun ByteArray.getUInt(index: Int): UInt = ByteArrayOps.getUInt(this, index) method
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h83 uint64_t &getUInt() { in getUInt() function
103 uint64_t getUInt() const { in getUInt() function
/external/icu/icu4c/source/common/unicode/
Dresbund.h270 getUInt(UErrorCode& status) const;
/external/icu/libicu/cts_headers/unicode/
Dresbund.h270 getUInt(UErrorCode& status) const;
/external/cronet/third_party/icu/source/common/unicode/
Dresbund.h270 getUInt(UErrorCode& status) const;
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/
DByteArray.kt27 public actual inline fun ByteArray.getUInt(index: Int): UInt = getUIntAt(index) method
/external/icu/icu4c/source/common/
Dresource.h170 virtual uint32_t getUInt(UErrorCode &errorCode) const = 0;
Dresbund.cpp268 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
/external/icu/libicu/cts_headers/
Dresource.h170 virtual uint32_t getUInt(UErrorCode &errorCode) const = 0;
Duresdata.h542 virtual uint32_t getUInt(UErrorCode &errorCode) const override;
/external/cronet/third_party/icu/source/common/
Dresource.h170 virtual uint32_t getUInt(UErrorCode &errorCode) const = 0;
Dresbund.cpp268 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
Duresdata.h542 virtual uint32_t getUInt(UErrorCode &errorCode) const override;
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java147 cc.finalFlush = ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0; in TestFromUnicode()
148 cc.fallbacks = ((ICUResourceBundle) testcase.getObject("fallbacks")).getUInt() != 0; in TestFromUnicode()
484 cc.finalFlush = ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0; in TestToUnicode()
485 cc.fallbacks = ((ICUResourceBundle) testcase.getObject("fallbacks")).getUInt() != 0; in TestToUnicode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackDocument.cpp207 MPWriter.write(Node.getUInt()); in writeToBlob()
DMsgPackDocumentYAML.cpp76 StringRef Err = yaml::ScalarTraits<uint64_t>::input(S, nullptr, getUInt()); in fromString()
/external/cronet/third_party/icu/source/tools/ctestfw/
Ddatamap.cpp145 return r->getUInt(status); in getUInt28()
/external/icu/icu4c/source/tools/ctestfw/
Ddatamap.cpp145 return r->getUInt(status); in getUInt28()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUResource.java352 public abstract int getUInt(); in getUInt() method in UResource.Value
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUResource.java346 public abstract int getUInt(); in getUInt() method in UResource.Value

123