Home
last modified time | relevance | path

Searched defs:packedType (Results 1 – 8 of 8) sorted by relevance

/third_party/flatbuffers/ts/flexbuffers/
Dvalue-type-util.ts62 export function packedType(valueType: ValueType, bitWidth: number): ValueType { function
Dreference.ts18 const packedType = dataView.getUint8(len - 2); constant
29 …DataView, private offset: number, private parentWidth: number, private packedType: ValueType, priv… property in Reference
Dreference-util.ts103 const packedType = dataView.getUint8(_indirect + length * byteWidth + index); constant
/third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt583 val packedType = buffer[(end + size * byteWidth.value + index)].toInt() in toString() constant
730 val packedType = buffer[packedPos].toInt() in toString() constant
DFlexBuffersInternals.kt129 …private inline fun packedType(bitWidth: BitWidth, type: FlexBufferType): Byte = (bitWidth.value or… in isTypedVector() method in com.google.flatbuffers.kotlin.Value
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java233 Reference(ReadBuf bb, int end, int parentWidth, int packedType) { in Reference()
1084 int packedType = byteToUnsignedInt(bb.get((int) (end + (len * byteWidth) + index))); in get() local
DFlexBuffersBuilder.java732 private static byte packedType(int bitWidth, int type) { in packedType() method in FlexBuffersBuilder.Value
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_lowering_nv50.cpp1899 DataType packedType = getPackedType(format, i); in handleSULDP() local
2066 DataType packedType = getPackedType(format, i); in handleSUSTP() local