Home
last modified time | relevance | path

Searched defs:byteWidth (Results 1 – 4 of 4) sorted by relevance

/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java154 private static int indirect(ReadBuf bb, int offset, int byteWidth) { in indirect()
160 private static long readUInt(ReadBuf buff, int end, int byteWidth) { in readUInt()
171 private static int readInt(ReadBuf buff, int end, int byteWidth) { in readInt()
176 private static long readLong(ReadBuf buff, int end, int byteWidth) { in readLong()
186 private static double readDouble(ReadBuf buff, int end, int byteWidth) { in readDouble()
215 int byteWidth = buffer.get(--end); in getRoot() local
230 private int byteWidth; field in FlexBuffers.Reference
237 Reference(ReadBuf bb, int end, int parentWidth, int byteWidth, int type) { in Reference()
635 int byteWidth; field in FlexBuffers.Object
637 Object(ReadBuf buff, int end, int byteWidth) { in Object()
[all …]
DFlexBuffersBuilder.java380 int byteWidth = align(bitWidth); in writeBlob() local
392 int byteWidth = 1 << alignment; in align() local
400 private void writeInt(long value, int byteWidth) { in writeInt()
472 int byteWidth = align(stack.get(0).elemWidth(bb.writePosition(), 0)); in finish() local
526 int byteWidth = align(bitWidth); in createVector() local
538 writeAny(stack.get(i), byteWidth); in createVector() local
551 private void writeOffset(long val, int byteWidth) { in writeOffset()
557 private void writeAny(final Value val, int byteWidth) { in writeAny()
574 private void writeDouble(double val, int byteWidth) { in writeDouble()
622 int byteWidth = align(bitWidth); in createKeyVector() local
[all …]
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.h124 unsigned int byteWidth; member
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2510 void InitConstantBufferDesc(D3D11_BUFFER_DESC *constantBufferDescription, size_t byteWidth) in InitConstantBufferDesc()