HomeSort by relevance Sort by last modified time
    Searched full:epilog (Results 126 - 150 of 219) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium-trace/trace-viewer/build/
generate_standalone_timeline_view.py 123 epilog="""
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
optparser.py 297 # Since the epilog string is short, it is not necessary to replace
298 # the epilog string with a mock epilog string when testing.
301 parser = OptionParser(usage=usage, epilog=_EPILOG)
  /external/e2fsprogs/intl/
gettextP.h 213 /* @@ begin of epilog @@ */
gmo.h 147 /* @@ begin of epilog @@ */
libgettext.h 176 /* @@ begin of epilog @@ */
  /external/libvpx/libvpx/vp8/common/x86/
idctllm_sse2.asm 91 ; begin epilog
344 ; begin epilog
423 ; begin epilog
691 ; begin epilog
loopfilter_sse2.asm 317 ; begin epilog
369 ; begin epilog
591 ; begin epilog
641 ; begin epilog
    [all...]
  /external/libvpx/libvpx/vp8/encoder/x86/
dct_mmx.asm 203 ; begin epilog
fwalsh_sse2.asm 143 ; begin epilog
quantize_mmx.asm 281 ; begin epilog
quantize_sse4.asm 232 ; begin epilog
temporal_filter_apply_sse2.asm 186 ; begin epilog
  /external/libvpx/libvpx/vp9/common/x86/
vp9_postproc_sse2.asm 240 ; begin epilog
441 ; begin epilog
616 ; begin epilog
681 ; begin epilog
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_temporal_filter_apply_sse2.asm 186 ; begin epilog
  /external/llvm/test/CodeGen/X86/
sse-intel-ocl.ll 72 ; test calling conventions - prolog and epilog
  /hardware/broadcom/libbt/src/
hardware.c     [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 133 #pragma mark Prolog/Epilog & Generate...
144 void ARMAssembler::epilog(uint32_t touched) function in class:android::ARMAssembler
153 // write epilog code
162 // write epilog code
GGLAssembler.cpp 48 void GGLAssembler::epilog(uint32_t touched) function in class:android::GGLAssembler
50 ARMAssemblerProxy::epilog(touched);
76 uint32_t* fragment_end_pc = pcForLabel("epilog");
326 label("epilog");
327 epilog(registerFile().touched());
343 epilog(registerFile().touched());
    [all...]
ARMAssemblerInterface.h 110 // construct prolog and epilog
112 virtual void epilog(uint32_t touched) = 0;
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 1 //===-- PrologEpilogInserter.cpp - Insert Prolog/Epilog code in function --===//
11 // callee saved registers, and for emitting prolog & epilog code for the
17 // This pass provides an optional shrink wrapping variant of prolog/epilog
69 /// runOnMachineFunction - Insert prolog/epilog code and replace abstract
115 // Add prolog and epilog code to the function. This function is required
694 /// prolog and epilog code to the function.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 658 ctx.iter.epilog = NULL;
713 ctx.base.iter.epilog = NULL;
  /external/libffi/src/s390/
sysv.S 58 ic %r9,.Ltable-.Lbase(%r13,%r5) # Load epilog address
259 llgc %r9,.Ltable-.Lbase(%r13,%r5) # Load epilog address
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 658 ctx.iter.epilog = NULL;
713 ctx.base.iter.epilog = NULL;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 272 def format_epilog(self, epilog):
273 if epilog:
274 return "\n" + self._format_text(epilog) + "\n"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 272 def format_epilog(self, epilog):
273 if epilog:
274 return "\n" + self._format_text(epilog) + "\n"
    [all...]

Completed in 406 milliseconds

1 2 3 4 56 7 8 9