Home
last modified time | relevance | path

Searched refs:Prior (Results 1 – 25 of 36) sorted by relevance

12

/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp547 std::vector<MemberInfo>::iterator Prior = Members.begin(); in clipTailPadding() local
548 CharUnits Tail = getSize(Prior->Data); in clipTailPadding()
549 for (std::vector<MemberInfo>::iterator Member = Prior + 1, in clipTailPadding()
556 assert(Prior->Kind == MemberInfo::Field && !Prior->FD && in clipTailPadding()
558 Prior->Data = getByteArrayType(bitsToCharUnits(llvm::RoundUpToAlignment( in clipTailPadding()
559 cast<llvm::IntegerType>(Prior->Data)->getIntegerBitWidth(), 8))); in clipTailPadding()
562 Prior = Member; in clipTailPadding()
563 Tail = Prior->Offset + getSize(Prior->Data); in clipTailPadding()
/external/llvm/lib/Target/WebAssembly/
DRelooper.cpp252 for (const auto &Prior : Original->BranchesIn) { in Calculate() local
255 Split->BranchesIn.insert(Prior); in Calculate()
257 Details.swap(Prior->BranchesOut[Original]); in Calculate()
258 Prior->BranchesOut[Split] = make_unique<Branch>(Details->Condition, in Calculate()
323 Block *Prior = *iter; in Calculate() local
324 if (!contains(From, Prior)) { in Calculate()
329 PriorOut.swap(Prior->BranchesOut[Target]); in Calculate()
336 Target->BranchesIn.remove(Prior); in Calculate()
337 Target->ProcessedBranchesIn.insert(Prior); in Calculate()
338 Prior->ProcessedBranchesOut[Target].swap(PriorOut); in Calculate()
/external/rootdev/
DREADME.chromium7 Prior to this commit, rootdev was derived from the above link. However, it has
/external/llvm/test/Transforms/IndVarSimplify/
D2011-11-15-multiexit.ll3 ; Prior to the fix for PR11375, indvars would replace %firstIV with a
/external/llvm/test/CodeGen/ARM/
Difcvt-regmask-noreturn.ll11 ; Prior to this change, the stack_chk call (which does not return) would clobber R0 in its regmask,
/external/iptables/extensions/
Dlibxt_TCPMSS.man36 packets from itself to the source and destination IP addresses. Prior to
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dchanges31.dox43 /// Prior to the 3.1 release, accessing the token source of a lexer required knowledge of where
/external/opencv3/doc/py_tutorials/py_setup/py_intro/
Dpy_intro.markdown49 Prior knowledge of Python and Numpy is recommended as they won't be covered in this guide.
/external/libvpx/libvpx/vpx_ports/
Dx86_abi_support.asm396 ; On Android platforms use lrand48 when building postproc routines. Prior to L
/external/llvm/docs/
DInAlloca.rst13 argument stack memory. Prior to the addition of inalloca, calls in LLVM
/external/libpng/scripts/
Dpnglibconf.dfa320 # Prior to libpng 1.6.8 one of the API (_POINT) variants had to be selected. At
341 # was enabled. Prior to 1.5.3 this option required STDIO
435 # consistently disables those parts of the API that depend on it. Prior to
864 # Prior to libpng 1.6.8 these were disabled but switched on if the low level
/external/llvm/test/CodeGen/X86/
D2011-09-14-valcoalesce.ll14 ; Prior to fixing PR10920 401.bzip miscompile, the coalescer would
/external/skia/gyp/
Dcommon_conditions.gypi75 # Prior to gyp r1584, the following were included automatically.
/external/antlr/antlr-3.4/runtime/C/
DChangeLog227 Prior change to use memcpy instead of memmove in all cases missed the
537 Prior change to use memcpy instead of memmove in all cases missed the
/external/mdnsresponder/
DPrivateDNS.txt91 processing of an LLQ refresh. Prior to these changes, dnsextd would
/external/libpng/
DINSTALL319 Prior to libpng-1.5.0 library builders who needed to configure libpng
Dlibpng-manual.txt1213 2) Prior to libpng-1.5.4 the background color from a bKGd chunk. This
1486 library is built with iTXt chunk support. Prior to
3103 library is built with iTXt chunk support. Prior to
4853 of these functions are present when PNG_sCAL_SUPPORTED is defined. Prior
4881 Prior to libpng-1.5.4, the zlib compressor used the same set of parameters
4887 Prior to libpng-1.5.4, the PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED
4897 Prior to libpng-1.5.4, the png_set_user_limits() function could only be
5094 Prior to libpng-1.6.0 a warning would be issued if the iTXt chunk contained
5297 Prior to libpng-1.6.0 we used a "png_sizeof()" macro, formatted as
/external/opencv3/doc/tutorials/introduction/windows_install/
Dwindows_install.markdown268 - *BUILD_PACKAGE* -\> Prior to version 2.3 with this you could build a project that will
/external/ceres-solver/
DCMakeLists.txt182 # Prior to October 2013, Ceres used some non-CMake standardised variables to
/external/libmtp/
DREADME85 USB Implementers Forum in may, 2008. Prior to this, only a
/external/jemalloc/
DChangeLog161 prof_malloc_sample_object(). Prior to this fix, if tctx and old_tctx were
/external/valgrind/
DNEWS1351 overrun or underrun. Prior to this change, the redzone size was
1404 option --fair-sched= yes. Prior to this change, the pipe-based
2587 instructions. Prior to this change, such arrangements usually
/external/c-ares/
DCHANGES477 Prior versions of autoconf defined _ALL_SOURCE if _AIX was defined. 2.62
/external/libjpeg-turbo/
Dstructure.txt340 convert to zigzag order as necessary. Prior versions of the IJG code did
/external/netperf/
DRelease_Notes460 Windows, courtesy of Spencer Frink. Prior to this it had no better

12