Home
last modified time | relevance | path

Searched refs:first_symbol (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmvha.c197 int first_symbol, symbol; in decode_frame() local
205 first_symbol = get_bits(gb, 8); in decode_frame()
208 symbol = first_symbol; in decode_frame()
/third_party/ltp/tools/sparse/sparse-src/
H A Dlib.h208 static inline struct symbol *first_symbol(struct symbol_list *head) in first_symbol() function
H A Dsimplify.c362 struct symbol *fntype = first_symbol(insn->fntypes); in kill_insn()
/third_party/node/deps/v8/src/objects/
H A Dkeys.cc1032 base::Optional<int> first_symbol = in CollectOwnPropertyNames() local
1035 RETURN_NOTHING_IF_NOT_SUCCESSFUL(first_symbol); in CollectOwnPropertyNames()
1036 if (first_symbol.value() != -1) { in CollectOwnPropertyNames()
1038 object, this, descs, first_symbol.value(), limit)); in CollectOwnPropertyNames()

Completed in 7 milliseconds