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:opt_size
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/tools/
H
A
D
page-types.c
167
static unsigned long
opt_size
[MAX_ADDR_RANGES];
variable
645
opt_size
[nr_addr_ranges] = min_t(unsigned long, size, ULONG_MAX-offset);
in add_addr_range()
660
walk_pfn(0, opt_offset[i],
opt_size
[i]);
in walk_addr_ranges()
662
walk_task(opt_offset[i],
opt_size
[i]);
in walk_addr_ranges()
/third_party/node/deps/v8/src/torque/
H
A
D
class-debug-reader-generator.cc
187
auto
opt_size
= SizeOf(name_and_type_.type);
in GetSize()
local
188
if (!
opt_size
.has_value()) {
in GetSize()
193
return std::get<0>(*
opt_size
);
in GetSize()
H
A
D
type-visitor.cc
140
auto
opt_size
= SizeOf(parent);
in ComputeType()
local
141
if (!
opt_size
.has_value()) {
in ComputeType()
145
const size_t size = 8 * std::get<0>(*
opt_size
); // Convert bytes to bits.
in ComputeType()
/third_party/ffmpeg/libavutil/
H
A
D
opt.c
1845
static int
opt_size
(enum AVOptionType type)
in opt_size()
function
1935
int size =
opt_size
(o->type);
in av_opt_copy()
2122
int
opt_size
= *(int *)((void **)dst + 1);
in av_opt_is_set_to_default()
local
2124
if (!
opt_size
&& (!o->default_val.str || !strlen(o->default_val.str)))
in av_opt_is_set_to_default()
2126
if (!
opt_size
|| !o->default_val.str || !strlen(o->default_val.str ))
in av_opt_is_set_to_default()
2128
if (
opt_size
!= strlen(o->default_val.str) / 2)
in av_opt_is_set_to_default()
Completed in 7 milliseconds