Home
last modified time | relevance | path

Searched refs:WriteInt16 (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/go/
Dencode.go187 func WriteInt16(buf []byte, n int16) { func
Dtable.go341 WriteInt16(t.Bytes[off:], n)
Dbuilder.go722 WriteInt16(b.Bytes[b.head:], x)
/external/v8/src/
Deh-frame.h136 void WriteInt16(uint16_t value) { in WriteInt16() function
Deh-frame.cc267 WriteInt16(factored_delta); in AdvanceLocation()