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
defs:c64
(Results
1 - 11
of
11
) sorted by relevance
/kernel/liteos_a/lib/libc/musl/src/
H
A
D
memset.c
40
uint64_t
c64
= 0;
in memset()
local
[all...]
/third_party/musl/porting/liteos_m/user/src/string/
H
A
D
memset.c
78
u64
c64
= c32 | ((u64)c32 << 32);
in memset()
local
/third_party/musl/porting/liteos_m/kernel/src/string/
H
A
D
memset.c
81
u64
c64
= c32 | ((u64)c32 << 32);
in __memset()
local
/third_party/musl/porting/uniproton/kernel/src/string/
H
A
D
memset.c
77
u64
c64
= c32 | ((u64)c32 << 32);
in memset()
local
/third_party/musl/src/string/
H
A
D
memset.c
77
u64
c64
= c32 | ((u64)c32 << 32);
in memset()
local
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
orb.h
31
u32
c64
:1; /* IDAW/QDIO 64 bit control */
member
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
orb.h
31
u32
c64
:1; /* IDAW/QDIO 64 bit control */
member
/third_party/mesa3d/src/freedreno/ir3/
H
A
D
ir3_nir_lower_64b.c
88
nir_ssa_def *
c64
= nir_channel(b, val, i);
in lower_64b_intrinsics()
local
/third_party/libwebsockets/lib/tls/mbedtls/
H
A
D
lws-genaes.c
181
int n, m, ret = -1,
c64
= cek_bits / 64;
in lws_genaes_rfc3394_wrap()
local
/third_party/protobuf/src/google/protobuf/stubs/
H
A
D
int128.h
350
uint64
c64
= a64 * b00 + a32 * b32 + a00 * b64;
in operator *=()
local
/third_party/ffmpeg/libavcodec/ppc/
H
A
D
vp8dsp_altivec.c
116
vec_s32
c64
= vec_sl(vec_splat_s32(1), vec_splat_u32(6));
in put_vp8_epel_h_altivec_core()
local
202
vec_s16
c64
= vec_sl(vec_splat_s16(1), vec_splat_u16(6));
in put_vp8_epel_v_altivec_core()
local
Completed in 6 milliseconds