Home
last modified time | relevance | path

Searched refs:find_tag (Results 1 – 2 of 2) sorted by relevance

/third_party/quickjs/
Drun-test262.c1401 static char *find_tag(char *desc, const char *tag, int *state) in find_tag() function
1595 p = find_tag(desc, "includes:", &state); in run_test()
1607 p = find_tag(desc, "flags:", &state); in run_test()
1633 p = find_tag(desc, "negative:", &state); in run_test()
1636 char *q = find_tag(p, "type:", &state); in run_test()
1644 p = find_tag(desc, "features:", &state); in run_test()
/third_party/ffmpeg/libavformat/
Dwavdec.c130 static int64_t find_tag(WAVDemuxContext * wav, AVIOContext *pb, uint32_t tag1) in find_tag() function
757 left = find_tag(wav, s->pb, MKTAG('d', 'a', 't', 'a')); in wav_read_packet()