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:bytePtr
(Results
1 - 14
of
14
) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H
A
D
ext_wstream.cpp
66
OHOS::Media::byte*
bytePtr
= reinterpret_cast<OHOS::Media::byte*>(const_cast<void*>(buffer));
in write()
local
/third_party/skia/tests/
H
A
D
CachedDecodingPixelRefTest.cpp
59
char*
bytePtr
= static_cast<char*>(pixels);
variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H
A
D
vktRobustnessUtil.cpp
144
const deUint8*
bytePtr
= reinterpret_cast<const deUint8*>(valuePtr);
in isValueZero()
local
272
const deUint8*
bytePtr
= reinterpret_cast<const deUint8*>(valuePtr);
in logValue()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
H
A
D
vktRobustnessUtil.cpp
169
const deUint8*
bytePtr
= reinterpret_cast<const deUint8*>(valuePtr);
in isValueZero()
local
297
const deUint8*
bytePtr
= reinterpret_cast<const deUint8*>(valuePtr);
in logValue()
local
/third_party/icu/icu4c/source/common/
H
A
D
icuplug.cpp
81
uint8_t *
bytePtr
= (uint8_t *)list;
in uplug_removeEntryAt()
local
/third_party/node/deps/icu-small/source/common/
H
A
D
icuplug.cpp
81
uint8_t *
bytePtr
= (uint8_t *)list;
in uplug_removeEntryAt()
local
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
icuplug.cpp
81
uint8_t *
bytePtr
= (uint8_t *)list;
in uplug_removeEntryAt()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H
A
D
vktImageSubresourceLayoutTests.cpp
262
auto
bytePtr
= reinterpret_cast<unsigned char*>(location);
in fillWithRandomData()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H
A
D
vktImageSubresourceLayoutTests.cpp
257
auto
bytePtr
= reinterpret_cast<unsigned char*>(location);
in fillWithRandomData()
local
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
UniformBufferTest.cpp
597
const GLubyte *
bytePtr
= reinterpret_cast<const GLubyte *>(mapPtr);
in TEST_P()
local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H
A
D
protocol_proto.cpp
258
auto
bytePtr
= reinterpret_cast<uint8_t *>(fieldPtr);
in BuildLabelExchange()
local
912
auto
bytePtr
= reinterpret_cast<const uint8_t *>(fieldPtr);
in ParseLabelExchange()
local
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_read_image.cpp
140
inline void DecodeDeltaBytes (uint8 *
bytePtr
, int32 cols, int32 channels)
in DecodeDeltaBytes()
argument
[all...]
H
A
D
dng_image_writer.cpp
2828
inline void EncodeDeltaBytes (uint8 *
bytePtr
, int32 cols, int32 channels)
in EncodeDeltaBytes()
argument
[all...]
/third_party/lz4/lib/
H
A
D
lz4hc.c
218
{ const BYTE*
bytePtr
= (const BYTE*)(&pattern) + 3; /* works for any endianness */
in LZ4HC_reverseCountPattern()
local
Completed in 23 milliseconds