Home
last modified time | relevance | path

Searched refs:atom_type (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/tools/
H A Dqt-faststart.c435 uint32_t atom_type = 0; in main() local
473 atom_type = BE_32(&atom_bytes[4]); in main()
476 if (atom_type == FTYP_ATOM) { in main()
514 (atom_type >> 24) & 255, in main()
515 (atom_type >> 16) & 255, in main()
516 (atom_type >> 8) & 255, in main()
517 (atom_type >> 0) & 255, in main()
520 if ((atom_type != FREE_ATOM) && in main()
521 (atom_type != JUNK_ATOM) && in main()
522 (atom_type ! in main()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c156 enum atom_type { enum
163 enum atom_type type;
468 static struct atom *new_atom(enum atom_type type) in new_atom()
/third_party/python/Parser/
H A Dparser.c214 #define atom_type 1134 macro
[all...]

Completed in 59 milliseconds