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:hexval
(Results
1 - 9
of
9
) sorted by relevance
/third_party/musl/src/network/
H
A
D
inet_pton.c
7
static int
hexval
(unsigned c)
in hexval()
function
47
for (v=j=0; j<4 && (d=
hexval
(s[j]))>=0; j++)
in inet_pton()
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
utils.h
13
unsigned int
hexval
(unsigned int c);
H
A
D
char.c
31
d =
hexval
(*p);
in parse_escape()
H
A
D
utils.c
11
unsigned int
hexval
(unsigned int c)
in hexval()
function
/third_party/toybox/toys/pending/
H
A
D
awk.c
318
static int
hexval
(int c)
in hexval()
function
891
int c =
hexval
(TT.scs->ch);
in get_string_or_regex()
894
c = c * 16 +
hexval
(TT.scs->ch);
in get_string_or_regex()
2545
int c =
hexval
(*++s);
in escape_str()
2546
if (isxdigit(s[1])) c = c * 16 +
hexval
(*++s);
in escape_str()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H
A
D
regcomp.c
749
static int
hexval
(unsigned c)
in hexval()
function
835
c =
hexval
(s[i]);
in parse_atom()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H
A
D
regcomp.c
749
static int
hexval
(unsigned c)
in hexval()
function
836
c =
hexval
(s[i]);
in parse_atom()
/third_party/musl/porting/uniproton/kernel/src/regex/
H
A
D
regcomp.c
749
static int
hexval
(unsigned c)
in hexval()
function
835
c =
hexval
(s[i]);
in parse_atom()
/third_party/musl/src/regex/
H
A
D
regcomp.c
749
static int
hexval
(unsigned c)
in hexval()
function
835
c =
hexval
(s[i]);
in parse_atom()
Completed in 21 milliseconds