/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUPALMetadata.cpp | 168 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/ |
D | FlexBuffers.kt | 312 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
|
D | Buffers.kt | 82 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
|
D | ByteArray.kt | 31 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/ |
D | ByteArray.kt | 27 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/ |
D | ByteArray.kt | 28 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/ |
D | MsgPackDocument.h | 83 uint64_t &getUInt() { in getUInt() function 103 uint64_t getUInt() const { in getUInt() function
|
/external/icu/icu4c/source/common/unicode/ |
D | resbund.h | 270 getUInt(UErrorCode& status) const;
|
/external/icu/libicu/cts_headers/unicode/ |
D | resbund.h | 270 getUInt(UErrorCode& status) const;
|
/external/cronet/third_party/icu/source/common/unicode/ |
D | resbund.h | 270 getUInt(UErrorCode& status) const;
|
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/nativeMain/kotlin/com/google/flatbuffers/kotlin/ |
D | ByteArray.kt | 27 public actual inline fun ByteArray.getUInt(index: Int): UInt = getUIntAt(index) method
|
/external/icu/icu4c/source/common/ |
D | resource.h | 170 virtual uint32_t getUInt(UErrorCode &errorCode) const = 0;
|
D | resbund.cpp | 268 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
|
/external/icu/libicu/cts_headers/ |
D | resource.h | 170 virtual uint32_t getUInt(UErrorCode &errorCode) const = 0;
|
D | uresdata.h | 542 virtual uint32_t getUInt(UErrorCode &errorCode) const override;
|
/external/cronet/third_party/icu/source/common/ |
D | resource.h | 170 virtual uint32_t getUInt(UErrorCode &errorCode) const = 0;
|
D | resbund.cpp | 268 uint32_t ResourceBundle::getUInt(UErrorCode& status) const { in getUInt() function in ResourceBundle
|
D | uresdata.h | 542 virtual uint32_t getUInt(UErrorCode &errorCode) const override;
|
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestConversion.java | 147 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/ |
D | MsgPackDocument.cpp | 207 MPWriter.write(Node.getUInt()); in writeToBlob()
|
D | MsgPackDocumentYAML.cpp | 76 StringRef Err = yaml::ScalarTraits<uint64_t>::input(S, nullptr, getUInt()); in fromString()
|
/external/cronet/third_party/icu/source/tools/ctestfw/ |
D | datamap.cpp | 145 return r->getUInt(status); in getUInt28()
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | datamap.cpp | 145 return r->getUInt(status); in getUInt28()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UResource.java | 352 public abstract int getUInt(); in getUInt() method in UResource.Value
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UResource.java | 346 public abstract int getUInt(); in getUInt() method in UResource.Value
|