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:GetAlignment
(Results
1 - 13
of
13
) sorted by relevance
/third_party/vixl/src/aarch32/
H
A
D
location-aarch32.cc
109
if (reference.
GetAlignment
() > max_alignment)
in GetMaxAlignment()
110
max_alignment = reference.
GetAlignment
();
in GetMaxAlignment()
131
reference.
GetAlignment
());
in UpdatePoolObject()
H
A
D
operands-aarch32.cc
551
os << "[" << operand.GetBaseRegister() << operand.
GetAlignment
() << "]";
in operator <<()
H
A
D
operands-aarch32.h
890
Alignment
GetAlignment
() const { return align_; }
in GetAlignment()
function in vixl::aarch32::AlignedMemOperand
H
A
D
assembler-aarch32.cc
18009
Alignment align = operand.
GetAlignment
();
in vld1()
18259
Alignment align = operand.
GetAlignment
();
in vld1()
18397
Alignment align = operand.
GetAlignment
();
in vld2()
18638
Alignment align = operand.
GetAlignment
();
in vld2()
18769
Alignment align = operand.
GetAlignment
();
in vld3()
18844
Alignment align = operand.
GetAlignment
();
in vld3()
19094
Alignment align = operand.
GetAlignment
();
in vld4()
19296
Alignment align = operand.
GetAlignment
();
in vld4()
26067
Alignment align = operand.
GetAlignment
();
in vst1()
26254
Alignment align = operand.
GetAlignment
();
in vst1()
[all...]
H
A
D
disasm-aarch32.h
506
*this << "[" << operand.GetBaseRegister() << operand.
GetAlignment
()
in operator <<()
/third_party/gptfdisk/
H
A
D
gpt.h
197
uint32_t
GetAlignment
(void) {return sectorAlignment;}
in GetAlignment()
function in GPTData
H
A
D
gptcl.cc
245
cout <<
GetAlignment
() << "\n";
in DoOptions()
H
A
D
gpttext.cc
869
cout << "Partitions will begin on " <<
GetAlignment
()
in ExpertsMenu()
H
A
D
gptcurses.cc
406
printw("Current partition alignment, in sectors, is %d.",
GetAlignment
());
in SetAlignment()
/third_party/vixl/src/
H
A
D
pool-manager.h
355
int
GetAlignment
() const { return object_alignment_; }
in GetAlignment()
function in vixl::ForwardReference
/third_party/vixl/test/
H
A
D
test-pool-manager.cc
206
if (ref->
GetAlignment
() > max_alignment)
207
max_alignment = ref->
GetAlignment
();
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fIndexedStateQueryTests.cpp
444
const GLint alignment =
GetAlignment
();
in testUniformBuffers()
495
int
GetAlignment
()
in GetAlignment()
function in deqp::gles3::Functional::__anon30567::UniformBufferBufferCase
/third_party/skia/third_party/vulkanmemoryallocator/include/
H
A
D
vk_mem_alloc.h
6055
VkDeviceSize
GetAlignment
() const { return m_Alignment; }
in GetAlignment()
function
9884
minAlignment = VMA_MIN(minAlignment, it->hAllocation->
GetAlignment
());
in IsBufferImageGranularityConflictPossible()
14075
const VkDeviceSize alignment = allocInfo.m_hAllocation->
GetAlignment
();
in DefragmentRound()
14327
const VkDeviceSize srcAllocAlignment = pAlloc->
GetAlignment
();
in Defragment()
Completed in 73 milliseconds