OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__tmp
(Results
76 - 100
of
1155
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.c
49
basic_streambuf<_CharT, _Traits>*
__tmp
= _M_streambuf;
local
52
return
__tmp
;
70
locale
__tmp
= ios_base::imbue(__loc);
local
79
__tmp
= ios_base::imbue(
__tmp
);
82
return
__tmp
;
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.c
93
basic_ostringstream<_CharT, _Traits, allocator<_CharT> >
__tmp
;
local
94
__tmp
.flags(__os.flags());
95
__tmp
.imbue(__os.getloc());
96
__tmp
.precision(__os.precision());
97
__tmp
<< '(' << __z.real() << ',' << __z.imag() << ')';
98
return __os <<
__tmp
.str();
_ios.c
49
basic_streambuf<_CharT, _Traits>*
__tmp
= _M_streambuf;
local
52
return
__tmp
;
70
locale
__tmp
= ios_base::imbue(__loc);
local
79
__tmp
= ios_base::imbue(
__tmp
);
82
return
__tmp
;
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/byteorder/
swab.h
28
#define __arch__swab16(x) ({ __u16
__tmp
= (x) ; ___swab16(
__tmp
); })
31
#define __arch__swab32(x) ({ __u32
__tmp
= (x) ; ___swab32(
__tmp
); })
34
#define __arch__swab64(x) ({ __u64
__tmp
= (x) ; ___swab64(
__tmp
); })
Completed in 169 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>