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:littleEndian
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/codec/
H
A
D
SkParseEncodedOrigin.cpp
59
bool
littleEndian
;
in SkParseEncodedOrigin()
local
11
parse_encoded_origin(const uint8_t* exifData, size_t data_length, uint64_t offset, bool
littleEndian
, bool is_root, SkEncodedOrigin* orientation)
parse_encoded_origin()
argument
[all...]
H
A
D
SkCodecPriv.h
192
static inline uint16_t get_endian_short(const uint8_t* data, bool
littleEndian
) {
in get_endian_short()
argument
200
static inline uint32_t get_endian_int(const uint8_t* data, bool
littleEndian
) {
in get_endian_int()
argument
H
A
D
SkRawCodec.cpp
532
bool
littleEndian
;
in IsTiffHeaderValid()
local
/third_party/gptfdisk/
H
A
D
gpt.cc
602
int
littleEndian
;
in RecomputeCRCs()
local
1377
int
littleEndian
, allOK = 1;
in SaveHeader()
local
1397
int
littleEndian
, allOK = 1;
SavePartitionTable()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H
A
D
vktRenderPassDepthStencilResolveTests.cpp
175
const bool
littleEndian
= (DE_ENDIANNESS == DE_LITTLE_ENDIAN);
in get24bitDepthComponent()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H
A
D
vktRenderPassDepthStencilResolveTests.cpp
175
const bool
littleEndian
= (DE_ENDIANNESS == DE_LITTLE_ENDIAN);
in get24bitDepthComponent()
local
Completed in 15 milliseconds