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:c64
(Results
1 - 7
of
7
) sorted by relevance
/kernel/liteos_a/lib/libc/musl/src/
H
A
D
memset.c
40
uint64_t
c64
= 0;
in memset()
local
52
c64
= c32;
in memset()
53
c64
|=
c64
<< 32; /* 32, Processed bits */
in memset()
72
*(uint64_t *)(pos) =
c64
;
in memset()
73
*(uint64_t *)(pos + 8) =
c64
; /* 8, size of uint64_t */
in memset()
74
*(uint64_t *)(pos + 16) =
c64
; /* 16, size of two uint64_t data */
in memset()
75
*(uint64_t *)(pos + 24) =
c64
; /* 24, size of three uint64_t data */
in memset()
85
*(uint64_t *)(pos) =
c64
;
in memset()
86
*(uint64_t *)(pos + 8) =
c64
; /*
in memset()
[all...]
/kernel/linux/linux-6.6/drivers/s390/cio/
H
A
D
vfio_ccw_cp.c
235
#define idal_is_2k(_cp) (!(_cp)->orb.cmd.
c64
|| (_cp)->orb.cmd.i2k)
530
if (cp->orb.cmd.
c64
) {
in get_guest_idal()
565
int size = cp->orb.cmd.
c64
? sizeof(u64) : sizeof(u32);
in ccw_count_idaws()
583
if (!cp->orb.cmd.
c64
)
in ccw_count_idaws()
590
if (!cp->orb.cmd.
c64
)
in ccw_count_idaws()
641
if (cp->orb.cmd.
c64
)
in ccwchain_fetch_ccw()
698
* 1. Supports idal(
c64
) ccw chaining.
868
if (!orb->cmd.
c64
)
in cp_get_orb()
870
orb->cmd.
c64
= 1;
in cp_get_orb()
H
A
D
orb.h
31
u32
c64
:1; /* IDAW/QDIO 64 bit control */
member
H
A
D
cio.c
147
orb->cmd.
c64
= 1;
in cio_start_key()
/kernel/linux/linux-5.10/drivers/s390/cio/
H
A
D
orb.h
31
u32
c64
:1; /* IDAW/QDIO 64 bit control */
member
H
A
D
vfio_ccw_cp.c
384
if ((!cp->orb.cmd.
c64
|| cp->orb.cmd.i2k) && ccw_is_idal(ccw))
in ccwchain_calc_length()
629
* 1. Supports idal(
c64
) ccw chaining.
668
cp->orb.cmd.
c64
= 1;
in cp_init()
H
A
D
cio.c
147
orb->cmd.
c64
= 1;
in cio_start_key()
Completed in 6 milliseconds