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:MAX_ALIGNMENT
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/tests/
H
A
D
MemsetTest.cpp
19
#define
MAX_ALIGNMENT
64
macro
20
#define MAX_COUNT ((
MAX_ALIGNMENT
) * 32)
22
#define TOTAL (PAD +
MAX_ALIGNMENT
+ MAX_COUNT + PAD)
51
for (int alignment = 0; alignment <
MAX_ALIGNMENT
; ++alignment) {
in test_16()
68
for (int alignment = 0; alignment <
MAX_ALIGNMENT
; ++alignment) {
in test_32()
/third_party/gptfdisk/
H
A
D
gpt.h
20
#define
MAX_ALIGNMENT
65536
macro
H
A
D
gpttext.cc
903
prompt << "Enter the sector alignment value (1-" <<
MAX_ALIGNMENT
<< ", default = "
in ExpertsMenu()
905
temp1 = GetNumber(1,
MAX_ALIGNMENT
, DEFAULT_ALIGNMENT, prompt.str());
in ExpertsMenu()
H
A
D
gptcurses.cc
413
} while ((alignment == 0) || (alignment >
MAX_ALIGNMENT
));
in SetAlignment()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H
A
D
vulkan_json_parser.hpp
44
static constexpr size_t
MAX_ALIGNMENT
= alignof(std::max_align_t);
member in vk_json_parser::GlobalMem
54
// Align to the next multiple of
MAX_ALIGNMENT
.
in alloc()
55
size = (size + static_cast<T1>(
MAX_ALIGNMENT
) - 1) & ~(static_cast<T1>(
MAX_ALIGNMENT
) - 1);
in alloc()
Completed in 29 milliseconds