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

1 2 3 4 56 7 8

  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.h 55 virtual void epilog(uint32_t touched);
255 virtual void epilog(uint32_t touched);
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;
Arm64Assembler.h 70 virtual void epilog(uint32_t touched);
MIPS64Assembler.h 57 virtual void epilog(uint32_t touched);
  /external/libhevc/common/arm/
ihevc_intra_pred_luma_planar.s 317 beq epilog
342 beq epilog
509 epilog: label
ihevc_inter_pred_filters_luma_vert.s 148 sub r7, #4 @subtract by one for epilog
236 beq epilog @jumps to epilog
345 epilog: label
597 sub r7, #4 @subtract by one for epilog
682 beq epilog_16out @jumps to epilog
    [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_luma_planar.s 313 beq epilog
343 beq epilog
517 epilog: label
ihevc_inter_pred_filters_luma_vert.s 154 sub x7, x7,#4 //subtract by one for epilog
248 beq epilog //jumps to epilog
363 epilog: label
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_mmx.asm 56 ; begin epilog
302 ; begin epilog
417 ; begin epilog
504 ; begin epilog
646 ; begin epilog
    [all...]
loopfilter_sse2.asm 317 ; begin epilog
369 ; begin epilog
591 ; begin epilog
641 ; begin epilog
    [all...]
variance_impl_ssse3.asm 341 ; begin epilog
loopfilter_mmx.asm 218 ; begin epilog
588 ; begin epilog
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm 317 ; begin epilog
369 ; begin epilog
591 ; begin epilog
641 ; begin epilog
    [all...]
vp8_loopfilter_mmx.asm 218 ; begin epilog
588 ; begin epilog
    [all...]
  /external/autotest/scheduler/
monitor_db.py 1269 def epilog(self): member in class:AbstractQueueTask
    [all...]
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 215 parser.epilog = textwrap.dedent('''
  /system/core/libpixelflinger/tests/arch-arm64/assembler/
arm64_assembler_test.cpp 480 a64asm->epilog(0);
596 a64asm->epilog(0);
688 a64asm->epilog(0);
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
replay.py 382 epilog='http://code.google.com/p/web-page-replay/')
  /external/compiler-rt/lib/asan/scripts/
asan_symbolize.py 461 epilog='Example of use:\n'
  /external/libvpx/libvpx/vpx_dsp/x86/
loopfilter_mmx.asm 218 ; begin epilog
588 ; begin epilog
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_mmx.asm 218 ; begin epilog
588 ; begin epilog
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py     [all...]
optparse.py 272 def format_epilog(self, epilog):
273 if epilog:
274 return "\n" + self._format_text(epilog) + "\n"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py     [all...]

Completed in 2991 milliseconds

1 2 3 4 56 7 8