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
defs:size_bytes
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/include/core/
H
A
D
SkSpan.h
54
constexpr size_t
size_bytes
() const { return fSize * sizeof(T); }
in size_bytes()
function in SkSpan
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H
A
D
span.h
46
constexpr index_type
size_bytes
() const { return size_ * sizeof(T); }
in size_bytes()
function in v8_crdtp::span
/third_party/mesa3d/src/imagination/rogue/
H
A
D
rogue_build_data.c
441
ASSERTED size_t
size_bytes
= nir_intrinsic_range(intr);
in collect_ubo_data()
local
/third_party/ffmpeg/libavcodec/
H
A
D
av1dec.c
394
uint32_t size = 0,
size_bytes
= 0;
in get_tiles_info()
local
/third_party/node/tools/inspector_protocol/encoding/
H
A
D
encoding.h
49
index_type
size_bytes
() const { return size_ * sizeof(T); }
in size_bytes()
function in v8_inspector_protocol_encoding::span
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_state_common.c
2440
unsigned
size_bytes
= draws[0].count*index_size;
in r600_draw_vbo()
local
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_context.h
468
uint32_t
size_bytes
;
member
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_context.h
350
uint32_t
size_bytes
;
member
Completed in 13 milliseconds