HomeSort by relevance Sort by last modified time
    Searched refs:innermost (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/exp-sgcheck/
sg_main.c 808 Inv_Stack0, /* array-typed stack block in innermost frame */
809 Inv_StackN, /* array-typed stack block in non-innermost frame */
826 } Stack0; /* innermost stack frame */
831 } StackN; /* non-innermost stack frame */
1967 StackFrame *innermost, *innermostOrig; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 295 FastStringBuffer innermost = this; local
297 while (innermost.m_innerFSB != null)
299 innermost = innermost.m_innerFSB;
302 m_chunkBits = innermost.m_chunkBits;
303 m_chunkSize = innermost.m_chunkSize;
304 m_chunkMask = innermost.m_chunkMask;
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-2.js 53 // We patch innermost function "Chooser".
  /external/clang/lib/Sema/
SemaType.cpp 432 // objc_gc goes on the innermost pointer to something that's not a
434 unsigned innermost = -1U; local
441 innermost = i;
473 if (innermost != -1U) {
475 declarator.getTypeObject(innermost).getAttrListRef());
516 /// Try to distribute a function type attribute to the innermost
526 // Put it on the innermost function chunk, if there is one.
560 // Try to distribute to the innermost.
579 // Try to distribute to the innermost.
641 // i.e. whether the innermost semantic chunk is a function
    [all...]
  /external/libvorbis/doc/
04-codec.tex 184 % itemize at the innermost level. However, it would be much better to
  /external/bison/build-aux/
texinfo.tex 754 % This records the amount of indent in the innermost environment.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 863 % This records the amount of indent in the innermost environment.
    [all...]
  /external/grub/docs/
texinfo.tex 795 % This records the amount of indent in the innermost environment.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 325 milliseconds