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:as_u8
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mksh/
H
A
D
mirhash.h
184
uint8_t
as_u8
[4]; \
191
memcpy(BAFHHost_v.
as_u8
, BAFHUpdate_p, BAFHHost_z); \
205
uint8_t
as_u8
[4]; \
211
if ((BAFHHost_v.
as_u8
[0] = *BAFHUpdate_s) != 0) \
213
if ((BAFHHost_v.
as_u8
[1] = *BAFHUpdate_s) != 0) \
215
if ((BAFHHost_v.
as_u8
[2] = *BAFHUpdate_s) != 0) \
217
if ((BAFHHost_v.
as_u8
[3] = *BAFHUpdate_s) != 0) \
/third_party/alsa-lib/src/pcm/
H
A
D
plugin_ops.h
44
#define
as_u8
(ptr) (*(uint8_t*)(ptr))
macro
231
conv_xxx1_xxx1:
as_u8
(dst) = as_u8c(src); goto CONV_END;
238
conv_xxx1_xxx9:
as_u8
(dst) = as_u8c(src) ^ 0x80; goto CONV_END;
245
conv_xx12_xxx1:
as_u8
(dst) = as_u16c(src) >> 8; goto CONV_END;
252
conv_xx12_xxx9:
as_u8
(dst) = (as_u16c(src) >> 8) ^ 0x80; goto CONV_END;
259
conv_xx12_xxx2:
as_u8
(dst) = as_u16c(src) & 0xff; goto CONV_END;
264
conv_xx12_xxxA:
as_u8
(dst) = (as_u16c(src) ^ 0x80) & 0xff; goto CONV_END;
271
conv_x123_xxx1:
as_u8
(dst) = as_u32c(src) >> 16; goto CONV_END;
278
conv_x123_xxx9:
as_u8
(dst) = (as_u32c(src) >> 16) ^ 0x80; goto CONV_END;
285
conv_123x_xxx3:
as_u8
(ds
716
#undef
as_u8
global()
macro
[all...]
Completed in 2 milliseconds