/third_party/ffmpeg/libavcodec/ |
D | dpxenc.c | 90 #define write16(p, value) write16_internal(s->big_endian, p, value) macro 167 write16(dst++, value[i]); in encode_gbrp12() 216 write16(buf + 768, 0); /* orientation; left to right, top to bottom */ in encode_frame() 217 write16(buf + 770, 1); /* number of elements */ in encode_frame() 224 write16(buf + 804, (s->bits_per_component == 10 || s->bits_per_component == 12) ? in encode_frame()
|
/third_party/skia/src/sksl/ |
D | SkSLDehydrator.h | 76 fBody.write16(i); in writeS16() 81 fBody.write16(i); in writeU16()
|
D | SkSLOutputStream.h | 24 void write16(uint16_t i) { in write16() function
|
D | SkSLDehydrator.cpp | 601 out.write16(fStringBuffer.str().size()); in finish()
|
/third_party/skia/src/utils/ |
D | SkCustomTypeface.cpp | 250 stream->write16(SkToS16(sk_float_round2int(x * scale)) & 0xFFFF); in write_scaled_float_to_16() 275 stream->write16(upem); // share w/ other paths? in compress_write() 276 stream->write16(vCount); in compress_write() 277 stream->write16(pCount); in compress_write()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Endian.h | 397 inline void write16(void *P, uint16_t V, endianness E) { in write16() function 407 template <endianness E> inline void write16(void *P, uint16_t V) { in write16() function 417 inline void write16le(void *P, uint16_t V) { write16<little>(P, V); } in write16le() 420 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Endian.h | 328 template <endianness E> inline void write16(void *P, uint16_t V) { in write16() function 338 inline void write16le(void *P, uint16_t V) { write16<little>(P, V); } in write16le() 341 inline void write16be(void *P, uint16_t V) { write16<big>(P, V); } in write16be()
|
/third_party/skia/src/core/ |
D | SkBuffer.h | 120 void write16(int16_t x) { this->writeNoSizeCheck(&x, 2); } in write16() function
|
D | SkWriter32.h | 105 void write16(int32_t value) { in write16() function
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | reslist.cpp | 560 current->write16(bundle); in handleWrite16() 581 current->write16(bundle); in handleWrite16() 614 SResource::write16(SRBRoot *bundle) { in write16() function in SResource 935 fRoot->write16(this); in write()
|
D | reslist.h | 191 void write16(SRBRoot *bundle);
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | reslist.cpp | 560 current->write16(bundle); in handleWrite16() 581 current->write16(bundle); in handleWrite16() 614 SResource::write16(SRBRoot *bundle) { in write16() function in SResource 935 fRoot->write16(this); in write()
|
D | reslist.h | 191 void write16(SRBRoot *bundle);
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 560 current->write16(bundle); in handleWrite16() 581 current->write16(bundle); in handleWrite16() 614 SResource::write16(SRBRoot *bundle) { in write16() function in SResource 935 fRoot->write16(this); in write()
|
D | reslist.h | 191 void write16(SRBRoot *bundle);
|
/third_party/skia/include/core/ |
D | SkStream.h | 248 bool write16(U16CPU value) { in write16() function
|