OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:udigit
(Results
1 - 1
of
1
) sorted by null
/external/libpng/contrib/tools/
pngfix.c
174
typedef png_uint_16
udigit
; /* A 'unum' is an array of these */
typedef
178
#define UDIGITS(unum) ((sizeof unum)/(sizeof (
udigit
))
425
if (digits * sizeof (
udigit
) > sizeof (unsigned long))
857
udigit
image_bytes[5];
[
all
...]
Completed in 183 milliseconds