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:type_len_ts
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-5.10/tools/lib/traceevent/
H
A
D
kbuffer-parse.c
229
unsigned int
type_len_ts
)
in type4host()
232
return (
type_len_ts
>> 29) & 3;
in type4host()
234
return
type_len_ts
& 3;
in type4host()
238
unsigned int
type_len_ts
)
in len4host()
241
return (
type_len_ts
>> 27) & 7;
in len4host()
243
return (
type_len_ts
>> 2) & 7;
in len4host()
247
unsigned int
type_len_ts
)
in type_len4host()
250
return (
type_len_ts
>> 27) & ((1 << 5) - 1);
in type_len4host()
252
return
type_len_ts
& ((1 << 5) - 1);
in type_len4host()
256
unsigned int
type_len_ts
)
in ts4host()
228
type4host(struct kbuffer *kbuf, unsigned int
type_len_ts
)
type4host()
argument
237
len4host(struct kbuffer *kbuf, unsigned int
type_len_ts
)
len4host()
argument
246
type_len4host(struct kbuffer *kbuf, unsigned int
type_len_ts
)
type_len4host()
argument
255
ts4host(struct kbuffer *kbuf, unsigned int
type_len_ts
)
ts4host()
argument
278
unsigned int
type_len_ts
;
old_update_pointers()
local
349
unsigned int
type_len_ts
;
translate_data()
local
573
unsigned int
type_len_ts
;
kbuffer_ptr_delta()
local
[all...]
Completed in 2 milliseconds