OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGN_SUP
(Results
1 - 2
of
2
) sorted by null
/external/u-boot/tools/
kwbimage.h
32
#define
ALIGN_SUP
(x, a) (((x) + (a - 1)) & ~(a - 1))
kwbimage.c
1018
return
ALIGN_SUP
(headersz, 4096);
1061
binhdrsz =
ALIGN_SUP
(binhdrsz, 4) + 4;
1085
cur +=
ALIGN_SUP
(s.st_size, 4);
[
all
...]
Completed in 551 milliseconds