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:byteoffset
(Results
1 - 2
of
2
) sorted by relevance
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H
A
D
egl_blob_cache.cpp
375
size_t
byteoffset
= CACHE_HEAD;
in ReadFromDisk()
local
376
while (
byteoffset
< filesize - CACHE_HEAD) {
in ReadFromDisk()
377
const CacheHeader* eheader = reinterpret_cast<CacheHeader*>(&buf[
byteoffset
]);
in ReadFromDisk()
380
if (
byteoffset
+ headsize + keysize > filesize) {
in ReadFromDisk()
384
if (
byteoffset
+ headsize + keysize + valuesize > filesize) {
in ReadFromDisk()
390
byteoffset
+= Formatfile(innerSize);
in ReadFromDisk()
/foundation/arkui/napi/native_engine/
H
A
D
native_api.cpp
2756
size_t
byteoffset
= typedArray->ByteOffset(vm);
in napi_get_typedarray_info()
local
2764
*data = static_cast<uint8_t*>(localArrayBuffer->GetBuffer(vm)) +
byteoffset
;
in napi_get_typedarray_info()
2770
*byte_offset =
byteoffset
;
in napi_get_typedarray_info()
2775
size_t
byteoffset
= typedArray->ByteOffset(vm);
in napi_get_typedarray_info()
local
2783
*data = static_cast<uint8_t*>(localArrayBuffer->GetBuffer(vm)) +
byteoffset
;
in napi_get_typedarray_info()
2789
*byte_offset =
byteoffset
;
in napi_get_typedarray_info()
Completed in 8 milliseconds