Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:is_jump
(Results
1 - 3
of
3
) sorted by relevance
/third_party/python/Python/
H
A
D
compile.c
188
is_jump
(struct instr *i)
in is_jump()
function
1215
return
is_jump
(instr) ||
in is_end_of_basic_block()
7197
if (
is_jump
(instr) || is_block_push(instr)) {
in stackdepth()
7378
else if (
is_jump
(instr)) {
in label_exception_targets()
7710
if (
is_jump
(last)) {
in normalize_jumps()
7783
if (
is_jump
(instr)) {
in assemble_jump_offsets()
8082
const char *jabs = (
is_jump
(i) && !is_relative_jump(i))? "jabs " : "";
8788
assert(
is_jump
(inst));
in jump_thread()
8789
assert(
is_jump
(target));
in jump_thread()
8817
if (
is_jump
(ins
in optimize_basic_block()
[all...]
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad.c
1491
bool
is_jump
= false;
in tp_detect_jumps()
local
1558
is_jump
= abs_distance > 20.0 || rel_distance > 7;
in tp_detect_jumps()
1561
return
is_jump
;
in tp_detect_jumps()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ir.h
132
bool
is_jump
() const
in is_jump()
function in ir_instruction
Completed in 19 milliseconds