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:jumps
(Results
1 - 23
of
23
) sorted by relevance
/third_party/mesa3d/src/compiler/glsl/
H
A
D
lower_jumps.cpp
27
* This pass lowers
jumps
(break, continue, and return) to if/else structures.
30
* 1. Pull
jumps
out of ifs where possible
70
* The ordering of strengths roughly reflects the way
jumps
are
71
* lowered:
jumps
with higher strength tend to be lowered to
jumps
of
147
* Note that identical
jumps
are usually unified though.
465
ir_jump*
jumps
[2];
in visit()
local
467
/* Recursively lower nested
jumps
. This satisfies the
in visit()
469
* unconditional
jumps
at the end of ir->then_instructions and
in visit()
482
jumps
[
in visit()
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_legalize.c
44
* 4) Resolve
jumps
and schedule blocks, marking potential convergence
609
* them
jumps
to the next block.
in opt_jump()
610
* We can remove the one that
jumps
to the next block in either case.
in opt_jump()
615
struct ir3_instruction *
jumps
[2] = {NULL, NULL};
in opt_jump()
local
616
jumps
[0] =
in opt_jump()
619
jumps
[1] =
in opt_jump()
620
list_last_entry(&
jumps
[0]->node, struct ir3_instruction, node);
in opt_jump()
622
if (
jumps
[0]->opc == OPC_JUMP)
in opt_jump()
623
jumps
[1] = NULL;
in opt_jump()
624
else if (
jumps
[
in opt_jump()
[all...]
/third_party/python/Lib/lib2to3/tests/data/
H
A
D
py3_test_grammar.py
124
jumps
over
132
jumps
over
139
jumps
over\n\
146
jumps
over\n\
H
A
D
py2_test_grammar.py
96
jumps
over
104
jumps
over
111
jumps
over\n\
118
jumps
over\n\
/third_party/libinput/src/
H
A
D
evdev-mt-touchpad.h
219
}
jumps
;
member
H
A
D
evdev-mt-touchpad.c
1229
/* avoid
jumps
when landing a finger */
in tp_unhover_pressure()
1265
/* avoid
jumps
when landing a finger */
in tp_unhover_pressure()
1320
/* avoid
jumps
when landing a finger */
in tp_unhover_size()
1504
/* We haven't seen pointer
jumps
on Wacom tablets yet, so exclude
in tp_detect_jumps()
1511
t->
jumps
.last_delta_mm = 0.0;
in tp_detect_jumps()
1538
rel_distance = abs_distance - t->
jumps
.last_delta_mm;
in tp_detect_jumps()
1559
t->
jumps
.last_delta_mm = abs_distance;
in tp_detect_jumps()
1672
* those
jumps
over the first three events it doesn't matter.
in tp_process_msc_timestamp()
2908
* causing scroll
jumps
. The single-touch emulation ABS_X/Y is
in tp_init_slots()
2910
* box and that causes
jumps
in tp_init_slots()
[all...]
/third_party/musl/
H
A
D
configure
452
tryflag CFLAGS_AUTO -fno-align-
jumps
/third_party/pcre2/pcre2/src/sljit/
H
A
D
sljitLir.h
418
struct sljit_jump *
jumps
;
member
H
A
D
sljitNativePPC_common.c
442
jump = compiler->
jumps
;
in sljit_generate_code()
544
jump = compiler->
jumps
;
in sljit_generate_code()
2364
/* These
jumps
are converted to jump/call instructions when possible. */
in sljit_emit_ijump()
H
A
D
sljitLir.c
718
compiler->
jumps
= jump;
in set_jump()
1069
jump = compiler->
jumps
;
in check_sljit_generate_code()
1071
/* All
jumps
have target. */
in check_sljit_generate_code()
H
A
D
sljitNativeARM_64.c
263
jump = compiler->
jumps
;
in sljit_generate_code()
320
jump = compiler->
jumps
;
in sljit_generate_code()
2047
/* These
jumps
are converted to jump/call instructions when possible. */
in sljit_emit_ijump()
H
A
D
sljitNativeX86_common.c
610
jump = compiler->
jumps
;
in sljit_generate_code()
673
jump = compiler->
jumps
;
in sljit_generate_code()
H
A
D
sljitNativeS390X.c
1446
jump = compiler->
jumps
;
in sljit_generate_code()
1533
/* reset
jumps
*/
in sljit_generate_code()
1534
jump = compiler->
jumps
;
in sljit_generate_code()
H
A
D
sljitNativeRISCV_common.c
404
jump = compiler->
jumps
;
in sljit_generate_code()
472
jump = compiler->
jumps
;
in sljit_generate_code()
2511
/* These
jumps
are converted to jump/call instructions when possible. */
in sljit_emit_ijump()
H
A
D
sljitNativeMIPS_common.c
601
jump = compiler->
jumps
;
in sljit_generate_code()
669
jump = compiler->
jumps
;
in sljit_generate_code()
H
A
D
sljitNativeARM_32.c
722
jump = compiler->
jumps
;
in sljit_generate_code()
858
jump = compiler->
jumps
;
in sljit_generate_code()
2985
/* These
jumps
are converted to jump/call instructions when possible. */
in sljit_emit_ijump()
H
A
D
sljitNativeARM_T2_32.c
405
jump = compiler->
jumps
;
in sljit_generate_code()
461
jump = compiler->
jumps
;
in sljit_generate_code()
2560
/* These
jumps
are converted to jump/call instructions when possible. */
in sljit_emit_ijump()
/third_party/python/Lib/test/
H
A
D
test_grammar.py
269
jumps
over
277
jumps
over
284
jumps
over\n\
291
jumps
over\n\
H
A
D
test_dis.py
1778
jumps
= [
1784
self.assertEqual(sorted(labels), sorted(
jumps
))
/third_party/pcre2/pcre2/
H
A
D
RunGrepTest
350
(cd $srcdir; $valgrind $vjs $pcre2grep --colour=always
jumps
./testdata/grepinputv) >>testtrygrep
H
A
D
RunGrepTest.bat
307
(pushd %srcdir% & %pcre2grep% --colour=always
jumps
./testdata/grepinputv & popd) >>testtrygrep
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H
A
D
vpaes-armv8.pl
812
// Always called right before return...
jumps
to cleanup and exits
/third_party/openssl/crypto/aes/asm/
H
A
D
vpaes-armv8.pl
829
// Always called right before return...
jumps
to cleanup and exits
Completed in 76 milliseconds