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:BYTES_PER_WORD
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/sound/x86/
H
A
D
intel_hdmi_audio.h
37
#define
BYTES_PER_WORD
0x4
macro
H
A
D
intel_hdmi_audio.c
615
for (i = 0; i <
BYTES_PER_WORD
; i++)
in had_prog_dip()
617
for (i = 0; i <
BYTES_PER_WORD
; i++)
in had_prog_dip()
619
for (i = 0; i <
BYTES_PER_WORD
; i++)
in had_prog_dip()
/kernel/linux/linux-6.6/sound/x86/
H
A
D
intel_hdmi_audio.h
37
#define
BYTES_PER_WORD
0x4
macro
H
A
D
intel_hdmi_audio.c
617
for (i = 0; i <
BYTES_PER_WORD
; i++)
in had_prog_dip()
619
for (i = 0; i <
BYTES_PER_WORD
; i++)
in had_prog_dip()
621
for (i = 0; i <
BYTES_PER_WORD
; i++)
in had_prog_dip()
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/
H
A
D
cryp_core.c
43
#define
BYTES_PER_WORD
4
macro
159
j = len -
BYTES_PER_WORD
;
in swap_words_in_key_and_bits_in_byte()
161
for (i = 0; i <
BYTES_PER_WORD
; i++) {
in swap_words_in_key_and_bits_in_byte()
162
index = len - j -
BYTES_PER_WORD
+ i;
in swap_words_in_key_and_bits_in_byte()
166
j -=
BYTES_PER_WORD
;
in swap_words_in_key_and_bits_in_byte()
649
int len = ctx->blocksize /
BYTES_PER_WORD
;
in cryp_polling_mode()
657
remaining_length -= (len *
BYTES_PER_WORD
);
in cryp_polling_mode()
/kernel/linux/linux-5.10/mm/
H
A
D
slab.c
154
#define
BYTES_PER_WORD
sizeof(void *)
macro
155
#define REDZONE_ALIGN max(
BYTES_PER_WORD
, __alignof__(unsigned long long))
317
* 0 .. cachep->obj_offset -
BYTES_PER_WORD
- 1: padding. This ensures that
320
* cachep->obj_offset -
BYTES_PER_WORD
.. cachep->obj_offset - 1:
323
* cachep->size - 2*
BYTES_PER_WORD
: redzone word [
BYTES_PER_WORD
long]
324
* cachep->size - 1*
BYTES_PER_WORD
: last caller address
325
* [
BYTES_PER_WORD
long]
353
return (void **)(objp + cachep->size -
BYTES_PER_WORD
);
in dbg_userword()
1922
size_t ralign =
BYTES_PER_WORD
;
in __kmem_cache_create()
[all...]
/kernel/linux/linux-6.6/mm/
H
A
D
slab.c
155
#define
BYTES_PER_WORD
sizeof(void *)
macro
156
#define REDZONE_ALIGN max(
BYTES_PER_WORD
, __alignof__(unsigned long long))
317
* 0 .. cachep->obj_offset -
BYTES_PER_WORD
- 1: padding. This ensures that
320
* cachep->obj_offset -
BYTES_PER_WORD
.. cachep->obj_offset - 1:
323
* cachep->size - 2*
BYTES_PER_WORD
: redzone word [
BYTES_PER_WORD
long]
324
* cachep->size - 1*
BYTES_PER_WORD
: last caller address
325
* [
BYTES_PER_WORD
long]
353
return (void **)(objp + cachep->size -
BYTES_PER_WORD
);
in dbg_userword()
1907
size_t ralign =
BYTES_PER_WORD
;
in __kmem_cache_create()
[all...]
Completed in 14 milliseconds