OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:align_up
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/private/
bionic_macros.h
55
static constexpr uintptr_t
align_up
(uintptr_t p, size_t align) {
function
65
static inline T*
align_up
(T* p, size_t align) {
function
66
return reinterpret_cast<T*>(
align_up
(reinterpret_cast<uintptr_t>(p), align));
/external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c
1172
unsigned long
align_up
(unsigned long alignme, unsigned long align_to)
function
1206
sz =
align_up
(sz, sz_alignment);
1246
sz =
align_up
(sz, sz_alignment);
[
all
...]
/external/v8/tools/
grokdump.py
2389
def
align_up
(self, a, size):
member in class:InspectionWebFormatter
[
all
...]
/external/protobuf/php/ext/google/protobuf/
upb.c
1904
static size_t
align_up
(size_t size) {
function
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
5255
static size_t
align_up
(size_t size) {
function
[
all
...]
Completed in 165 milliseconds