Searched refs:bext (Results 1 - 8 of 8) sorted by relevance
/third_party/libsnd/programs/ |
H A D | sndfile-info.c | 328 SF_BROADCAST_INFO_2K bext ; in broadcast_dump() local 342 memset (&bext, 0, sizeof (SF_BROADCAST_INFO_2K)) ; in broadcast_dump() 344 got_bext = sf_command (file, SFC_GET_BROADCAST_INFO, &bext, sizeof (bext)) ; in broadcast_dump() 360 time_ref_sec = ((pow (2.0, 32) * bext.time_reference_high) + (1.0 * bext.time_reference_low)) / sfinfo.samplerate ; in broadcast_dump() 362 printf ("Description : %.*s\n", (int) sizeof (bext.description), bext.description) ; in broadcast_dump() 363 printf ("Originator : %.*s\n", (int) sizeof (bext.originator), bext in broadcast_dump() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | wavenc.c | 109 int64_t bext = ff_start_tag(s->pb, "bext"); in bwf_write_bext_chunk() local 142 ff_end_tag(s->pb, bext); in bwf_write_bext_chunk()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-armv8.pl | 883 m/\bext\b/ and s/\.2d/\.16b/g or
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-armv8.pl | 891 m/\bext\b/ and s/\.2d/\.16b/g or
|
/third_party/vixl/src/aarch64/ |
H A D | assembler-aarch64.h | 5934 void bext(const ZRegister& zd, const ZRegister& zn, const ZRegister& zm);
|
H A D | assembler-sve-aarch64.cc | 6728 void Assembler::bext(const ZRegister& zd, in bext() function in vixl::aarch64::Assembler
|
H A D | macro-assembler-aarch64.h | 6595 bext(zd, zn, zm); in Bext()
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 2428 __ bext(z6.VnB(), z2.VnB(), z5.VnB()); in TEST()
|
Completed in 46 milliseconds