Searched refs:Later (Results 1 - 7 of 7) sorted by relevance

/external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
H A Doi_time.h128 * @param Sooner a time value more recent that Later
130 * @param Later a time value later than Sooner
135 * @return the time interval between the two times = (Later - Sooner)
139 OI_TIME *Later);
146 * @param Sooner a time value more recent that Later
148 * @param Later a time value later than Sooner
153 * @return the time interval between the two times = (Later - Sooner)
157 OI_TIME *Later);
/external/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp340 /// isOverwrite - Return 'OverwriteComplete' if a store to the 'Later' location
343 /// overwritten by 'Later', or 'OverwriteUnknown' if nothing can be determined
344 static OverwriteResult isOverwrite(const AliasAnalysis::Location &Later, argument
351 const Value *P2 = Later.Ptr->stripPointerCasts();
358 if (Later.Size == AliasAnalysis::UnknownSize ||
363 if (DL == nullptr && Later.Ptr->getType() == Earlier.Ptr->getType())
369 // Make sure that the Later size is >= the Earlier size.
370 if (Later.Size >= Earlier.Size)
376 if (Later.Size == AliasAnalysis::UnknownSize ||
391 // If the "Later" stor
[all...]
/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp293 void *Table[] = {&&DirectJump, &&Later};
297 Later: // expected-note {{possible target of indirect goto}}
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as435 * Later, Josef Grosch had some good ideas:
718 * Later, we can make a special one for ints and also one that
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm1158 ; In this case, there is NO unused register. Used src_stride register. Later,
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_subpel_variance.asm1158 ; In this case, there is NO unused register. Used src_stride register. Later,
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas863 /// Later, we can make a special one for ints and also one that
2227 * Later, Josef Grosch had some good ideas:
2782 /// Later we can throw as we add to index -> op map.

Completed in 405 milliseconds