Home
last modified time | relevance | path

Searched refs:Later (Results 1 – 25 of 44) sorted by relevance

12

/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp342 static OverwriteResult isOverwrite(const MemoryLocation &Later, in isOverwrite() argument
348 const Value *P2 = Later.Ptr->stripPointerCasts(); in isOverwrite()
355 if (Later.Size == MemoryLocation::UnknownSize || in isOverwrite()
360 if (Later.Size >= Earlier.Size) in isOverwrite()
366 if (Later.Size == MemoryLocation::UnknownSize || in isOverwrite()
384 if (ObjectSize == Later.Size && ObjectSize >= Earlier.Size) in isOverwrite()
415 Later.Size >= Earlier.Size && in isOverwrite()
416 uint64_t(EarlierOff - LaterOff) + Earlier.Size <= Later.Size) in isOverwrite()
429 int64_t(LaterOff + Later.Size) >= int64_t(EarlierOff + Earlier.Size)) in isOverwrite()
/external/clang/test/SemaCXX/
Dcxx98-compat.cpp271 void *Table[] = {&&DirectJump, &&Later}; in JumpDiagnostics()
275 Later: // expected-note {{possible target of indirect goto statement}} in JumpDiagnostics()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.011 Later releases will probably contain kernel patches supporting 4.0
/external/iptables/extensions/
Dlibxt_DNAT.man25 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
Dlibxt_SNAT.man26 Later Kernels (>= 2.6.11-rc1) don't have the ability to NAT to multiple ranges
/external/llvm/test/CodeGen/PowerPC/
Dload-shift-combine.ll5 ; load. Later the pre-increment load is combined with a subsequent SRL to
/external/opencv3/doc/py_tutorials/py_feature2d/py_shi_tomasi/
Dpy_shi_tomasi.markdown15 In last chapter, we saw Harris Corner Detector. Later in 1994, J. Shi and C. Tomasi made a small
/external/opencv3/doc/py_tutorials/py_setup/py_intro/
Dpy_intro.markdown9 OpenCV was used on Stanley, the vehicle that won the 2005 DARPA Grand Challenge. Later, its active
/external/curl/docs/
DROADMAP.md14 tests. Later on we can adopt that code or work with nghttp2 to provide ways
DINSTALL.devcpp147 Dev-cpp. For most apps *.o is not required. Later on we will show what to do
/external/jsmn/
DREADME.md70 Later, you can use jsmn_parse(&parser) function to process JSON string with the parser.
/external/opencv3/doc/py_tutorials/py_feature2d/py_fast/
Dpy_fast.markdown20 2006 (Later revised it in 2010). A basic summary of the algorithm is presented below. Refer original
/external/libpng/contrib/pngminus/
DREADME101 cases I used libpng-1.0.4 and zlib-1.1.3. Later versions should be OK,
/external/chromium-trace/catapult/third_party/Paste/docs/
Dpaste-httpserver-threadpool.txt62 busy threads back to 5). Later those threads may be collected again
/external/icu/icu4c/source/common/
Drbbirpt.txt35 # | | | Later, when next state is specified as "po…
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as435 * Later, Josef Grosch had some good ideas:
718 * Later, we can make a special one for ints and also one that
DTokenRewriteStream.as304 * Later we can throw as we add to index -> op map.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.m597 * Later, Josef Grosch had some good ideas:
996 * Later, we can make a special one for ints and also one that
DANTLRTokenRewriteStream.m547 * Later we can throw as we add to rwIndex -> op map.
/external/skia/site/dev/design/
Dpdftheory.md308 structure. Later, when the ContentEntry structures are flattened into
446 bit set indicating which glyphs have been used is maintained. Later,
/external/icu/icu4c/source/i18n/
Dregexcst.txt35 # | | | Later, when next state is specified as "po…
/external/curl/m4/
Dcurl-confopts.m4128 dnl Later on, these requisites are verified and if they are not
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_subpel_variance_impl_sse2.asm883 ; In this case, there is NO unused register. Used src_stride register. Later,
/external/antlr/antlr-3.4/runtime/C/
DREADME301 Takes 9 seconds on my 1Ghz laptop or 4 seconds with jikes. Later I'll
411 stuff can technically be skipped upon syntax error in rule. [Later
518 after each rewrite so that the input stream is altered. Later refs to
/external/antlr/antlr-3.4/
DBUILD.txt416 tests. Later, I will automate this dependency update as mvn can

12