OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:md5_uintptr
(Results
1 - 6
of
6
) sorted by null
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
md5.h
42
typedef uintptr_t
md5_uintptr
;
typedef
72
typedef unsigned long int
md5_uintptr
;
typedef
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
md5.h
42
typedef uintptr_t
md5_uintptr
;
typedef
72
typedef unsigned long int
md5_uintptr
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
md5.h
42
typedef uintptr_t
md5_uintptr
;
typedef
72
typedef unsigned long int
md5_uintptr
;
typedef
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
md5.h
42
typedef uintptr_t
md5_uintptr
;
typedef
72
typedef unsigned long int
md5_uintptr
;
typedef
/external/elfutils/lib/
md5.h
39
typedef uintptr_t
md5_uintptr
;
typedef
md5.c
240
# define UNALIGNED_P(p) (((
md5_uintptr
) p) % __alignof__ (md5_uint32) != 0)
242
# define UNALIGNED_P(p) (((
md5_uintptr
) p) % sizeof (md5_uint32) != 0)
Completed in 122 milliseconds