OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:md5_uintptr
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
md5.h
42
typedef uintptr_t
md5_uintptr
;
typedef
47
typedef uintptr_t
md5_uintptr
;
typedef
77
typedef unsigned long int
md5_uintptr
;
typedef
/external/libvncserver/common/
md5.h
44
typedef uintptr_t
md5_uintptr
;
typedef
78
typedef unsigned long int
md5_uintptr
;
typedef
md5.c
246
# define UNALIGNED_P(p) (((
md5_uintptr
) p) % __alignof__ (md5_uint32) != 0)
248
# define UNALIGNED_P(p) (((
md5_uintptr
) p) % sizeof (md5_uint32) != 0)
/external/elfutils/src/lib/
md5.h
42
typedef uintptr_t
md5_uintptr
;
typedef
md5.c
248
# define UNALIGNED_P(p) (((
md5_uintptr
) p) % __alignof__ (md5_uint32) != 0)
250
# define UNALIGNED_P(p) (((
md5_uintptr
) p) % sizeof (md5_uint32) != 0)
Completed in 66 milliseconds