OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lterm
(Results
1 - 2
of
2
) sorted by null
/external/llvm/tools/llvm-diff/
DifferenceEngine.cpp
598
TerminatorInst *
LTerm
= LStart->getParent()->getTerminator();
600
if (isa<BranchInst>(
LTerm
) && isa<InvokeInst>(RTerm)) {
601
if (cast<BranchInst>(
LTerm
)->isConditional()) return;
602
BasicBlock::iterator I =
LTerm
;
612
tryUnify(
LTerm
->getSuccessor(0), RInvoke->getNormalDest());
613
} else if (isa<InvokeInst>(
LTerm
) && isa<BranchInst>(RTerm)) {
620
InvokeInst *LInvoke = cast<InvokeInst>(
LTerm
);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c
243
int32_t
lterm
;
local
246
lterm
= (long_term)? 1:0;
266
pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(
lterm
) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // top_field
283
pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(
lterm
) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // bottom_field
305
pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(
lterm
) + frame_list[bot_idx] + PUT_LIST_INDEX_FIELD_BIT(1); // bottom_field
321
pic_list[list_idx] = PUT_LIST_LONG_TERM_BITS(
lterm
) + frame_list[top_idx] + PUT_LIST_INDEX_FIELD_BIT(0); // top_field
[
all
...]
Completed in 128 milliseconds