OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:png_alignof
(Results
1 - 2
of
2
) sorted by null
/external/libpng/
pngpriv.h
510
# define
png_alignof
(type) (sizeof (type))
macro
513
# define
png_alignof
(type) offsetof(struct{char c; type t;}, t)
macro
516
# define
png_alignof
(type) (1)
macro
518
/* Else leave
png_alignof
undefined to prevent use thereof */
523
#ifdef
png_alignof
525
((((const char*)ptr-(const char*)0) & (
png_alignof
(type)-1)) == 0)
[
all
...]
/ndk/tests/build/issue20862-libpng-O0/jni/
pngpriv.h
423
# define
png_alignof
(type) (sizeof (type))
macro
426
# define
png_alignof
(type) offsetof(struct{char c; type t;}, t)
macro
429
# define
png_alignof
(type) (1)
macro
431
/* Else leave
png_alignof
undefined to prevent use thereof */
436
#ifdef
png_alignof
438
((((const char*)ptr-(const char*)0) & (
png_alignof
(type)-1)) == 0)
[
all
...]
Completed in 238 milliseconds