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:length_high
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
syscalls.h
32
off_t length_low, off_t
length_high
);
34
off_t length_low, off_t
length_high
);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_crat.h
138
uint32_t
length_high
;
member
H
A
D
kfd_crat.c
248
((uint64_t)mem->
length_high
<< 32) +
in kfd_parse_subtype_mem()
904
sub_type_hdr->
length_high
= upper_32_bits(mem_in_bytes);
in kfd_fill_mem_info_for_cpu()
1090
sub_type_hdr->
length_high
= upper_32_bits(size);
in kfd_fill_gpu_memory_affinity()
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00queue.h
276
* @
length_high
: PLCP length high word.
301
u16
length_high
;
member
H
A
D
rt2x00queue.c
260
txdesc->u.plcp.
length_high
= (data_length >> 6) & 0x3f;
in rt2x00queue_create_tx_descriptor_plcp()
279
txdesc->u.plcp.
length_high
= (duration >> 8) & 0xff;
in rt2x00queue_create_tx_descriptor_plcp()
H
A
D
rt2500pci.c
1275
txdesc->u.plcp.
length_high
);
in rt2500pci_write_tx_desc()
H
A
D
rt2400pci.c
1129
txdesc->u.plcp.
length_high
);
in rt2400pci_write_tx_desc()
H
A
D
rt2500usb.c
1097
txdesc->u.plcp.
length_high
);
in rt2500usb_write_tx_desc()
H
A
D
rt73usb.c
1496
txdesc->u.plcp.
length_high
);
in rt73usb_write_tx_desc()
H
A
D
rt61pci.c
1803
txdesc->u.plcp.
length_high
);
in rt61pci_write_tx_desc()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H
A
D
kfd_crat.h
142
uint32_t
length_high
;
member
H
A
D
kfd_crat.c
1034
((uint64_t)mem->
length_high
<< 32) +
in kfd_parse_subtype_mem()
1624
sub_type_hdr->
length_high
= upper_32_bits(mem_in_bytes);
in kfd_fill_mem_info_for_cpu()
1810
sub_type_hdr->
length_high
= upper_32_bits(size);
in kfd_fill_gpu_memory_affinity()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H
A
D
rt2x00queue.h
276
* @
length_high
: PLCP length high word.
301
u16
length_high
;
member
H
A
D
rt2x00queue.c
260
txdesc->u.plcp.
length_high
= (data_length >> 6) & 0x3f;
in rt2x00queue_create_tx_descriptor_plcp()
279
txdesc->u.plcp.
length_high
= (duration >> 8) & 0xff;
in rt2x00queue_create_tx_descriptor_plcp()
H
A
D
rt2500usb.c
1097
txdesc->u.plcp.
length_high
);
in rt2500usb_write_tx_desc()
H
A
D
rt2500pci.c
1275
txdesc->u.plcp.
length_high
);
in rt2500pci_write_tx_desc()
H
A
D
rt2400pci.c
1129
txdesc->u.plcp.
length_high
);
in rt2400pci_write_tx_desc()
H
A
D
rt73usb.c
1496
txdesc->u.plcp.
length_high
);
in rt73usb_write_tx_desc()
H
A
D
rt61pci.c
1803
txdesc->u.plcp.
length_high
);
in rt61pci_write_tx_desc()
Completed in 53 milliseconds