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

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc 593 // Compile the system call ranges to an optimized BPF jumptable
594 Instruction* jumptable = local
602 gen->Traverse(jumptable, CheckForUnsafeErrorCodes, &has_unsafe_traps);
650 gen->Traverse(jumptable, RedirectToUserspace, this);
709 gen->JoinInstructions(tail, jumptable);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
sad_ssse3.asm 198 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
311 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_sad_ssse3.asm 198 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
311 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
vp9_subpel_variance.asm 232 ; FIXME(rbultje) replace by jumptable?
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
sad_ssse3.asm 198 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
311 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_sad_ssse3.asm 198 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
311 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
vp9_subpel_variance.asm 232 ; FIXME(rbultje) replace by jumptable?
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
sad_ssse3.asm 198 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
311 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_sad_ssse3.asm 198 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
311 movsxd rax, dword [rax + 4*rdx] ; get the 32 bit offset from the jumptable
vp9_subpel_variance.asm 232 ; FIXME(rbultje) replace by jumptable?
    [all...]
  /ndk/build/tools/
builder-funcs.sh 628 # add -minline-thumb1-jumptable such that gabi++/stlport/libc++ can be linked
630 SCRATCH_FLAGS="-minline-thumb1-jumptable"
  /external/llvm/lib/AsmParser/
LLLexer.cpp 617 KEYWORD(jumptable);

Completed in 3624 milliseconds