HomeSort by relevance Sort by last modified time
    Searched refs:WriteUint32 (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/test/
rtp_file_writer.cc 47 RTC_CHECK(WriteUint32(offset));
56 RTC_CHECK(WriteUint32(0));
57 RTC_CHECK(WriteUint32(0));
58 RTC_CHECK(WriteUint32(0));
65 bool WriteUint32(uint32_t in) {
  /external/flatbuffers/go/
encode.go 152 // WriteUint32 encodes a little-endian uint32 into a byte slice.
153 func WriteUint32(buf []byte, n uint32) {
195 WriteUint32(buf, math.Float32bits(n))
215 WriteUint32(buf, uint32(n))
table.go 323 WriteUint32(t.Bytes[off:], n)
builder.go 680 WriteUint32(b.Bytes[b.head:], x)
  /art/compiler/
elf_builder.h 484 this->WriteUint32(4); // namesz.
485 this->WriteUint32(kBuildIdLen); // descsz.
486 this->WriteUint32(3); // type = NT_GNU_BUILD_ID.
499 bool WriteUint32(uint32_t v) {
    [all...]
  /external/v8/src/
value-serializer.h 82 void WriteUint32(uint32_t value);
api.cc     [all...]
  /bionic/libc/bionic/
system_properties.cpp 550 SocketWriter& WriteUint32(uint32_t value) {
563 WriteUint32(valuelen);
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 239 milliseconds