OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jumptable
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc
578
// Compile the system call ranges to an optimized BPF
jumptable
579
Instruction*
jumptable
=
local
587
gen->Traverse(
jumptable
, CheckForUnsafeErrorCodes, &has_unsafe_traps);
635
gen->Traverse(
jumptable
, RedirectToUserspace, this);
695
gen->JoinInstructions(tail,
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
...]
/ndk/build/tools/
builder-funcs.sh
575
# add -minline-thumb1-
jumptable
such that gabi++/stlport/libc++ can be linked
577
builder_cflags "-mthumb -minline-thumb1-
jumptable
"
Completed in 42 milliseconds