OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__arch__swab64
(Results
76 - 82
of
82
) sorted by null
1
2
3
4
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h
33
#ifndef
__arch__swab64
34
#define
__arch__swab64
(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
macro
44
#define __arch__swab64p(x)
__arch__swab64
(*(x))
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h
33
#ifndef
__arch__swab64
34
#define
__arch__swab64
(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
macro
44
#define __arch__swab64p(x)
__arch__swab64
(*(x))
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h
33
#ifndef
__arch__swab64
34
#define
__arch__swab64
(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
macro
44
#define __arch__swab64p(x)
__arch__swab64
(*(x))
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swab.h
33
#ifndef
__arch__swab64
34
#define
__arch__swab64
(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
macro
44
#define __arch__swab64p(x)
__arch__swab64
(*(x))
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/byteorder/
swab.h
33
#ifndef
__arch__swab64
34
#define
__arch__swab64
(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
macro
44
#define __arch__swab64p(x)
__arch__swab64
(*(x))
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/byteorder/
swab.h
33
#ifndef
__arch__swab64
34
#define
__arch__swab64
(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
macro
44
#define __arch__swab64p(x)
__arch__swab64
(*(x))
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/byteorder/
swab.h
33
#ifndef
__arch__swab64
34
#define
__arch__swab64
(x) ({ __u64 __tmp = (x) ; ___swab64(__tmp); })
macro
44
#define __arch__swab64p(x)
__arch__swab64
(*(x))
Completed in 423 milliseconds
1
2
3
4