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:hlx
(Results
1 - 3
of
3
) sorted by relevance
/third_party/musl/tools/
H
A
D
add-cfi.i386.awk
41
match($0, /%e?([abcd][
hlx
]|si|di|bp)/)
46
match($0, /%e?([abcd][
hlx
]|si|di|bp),/)
51
match($0, /,%e?([abcd][
hlx
]|si|di|bp)/)
196
/mov.*,%e?([abcd][
hlx
]|si|di|bp)$/ { trashed(get_reg2()) }
197
/(add|addl|sub|subl|and|or|xor|lea|sal|sar|shl|shr).*,%e?([abcd][
hlx
]|si|di|bp)$/ {
201
/^i?mul.*,%e?([abcd][
hlx
]|si|di|bp)$/ { trashed(get_reg2()) }
203
/(dec|inc|not|neg|pop) %e?([abcd][
hlx
]|si|di|bp)/ { trashed(get_reg()) }
/third_party/toybox/toys/posix/
H
A
D
tar.c
67
} *
hlx
;
241
if (st->st_ino == TT.
hlx
[i].ino && st->st_dev == TT.
hlx
[i].dev)
in add_to_tar()
245
lnk = TT.
hlx
[i].arg;
in add_to_tar()
249
if (!(TT.hlc&255)) TT.
hlx
= xrealloc(TT.
hlx
, TT.hlc+256);
in add_to_tar()
250
TT.
hlx
[TT.hlc].arg = xstrdup(hname);
in add_to_tar()
251
TT.
hlx
[TT.hlc].ino = st->st_ino;
in add_to_tar()
252
TT.
hlx
[TT.hlc].dev = st->st_dev;
in add_to_tar()
944
while(TT.hlc) free(TT.
hlx
[
in tar_main()
[all...]
/third_party/toybox/generated/
H
A
D
globals.h
1550
} *
hlx
;
member
Completed in 6 milliseconds