OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_L
(Results
1 - 21
of
21
) sorted by null
/bionic/libc/stdlib/
ctype_.c
53
_P,
_L
|_X,
_L
|_X,
_L
|_X,
_L
|_X,
_L
|_X,
_L
|_X,
_L
,
54
_L
,
_L
,
_L
, _L, _L, _L, _L, _L
[
all
...]
/bionic/libc/kernel/common/linux/
ctype.h
16
#define
_L
0x02
26
#define isalnum(c) ((__ismask(c)&(_U|
_L
|_D)) != 0)
27
#define isalpha(c) ((__ismask(c)&(_U|
_L
)) != 0)
30
#define isgraph(c) ((__ismask(c)&(_P|_U|
_L
|_D)) != 0)
31
#define islower(c) ((__ismask(c)&(
_L
)) != 0)
32
#define isprint(c) ((__ismask(c)&(_P|_U|
_L
|_D|_SP)) != 0)
/external/kernel-headers/original/linux/
ctype.h
10
#define
_L
0x02 /* lower */
22
#define isalnum(c) ((__ismask(c)&(_U|
_L
|_D)) != 0)
23
#define isalpha(c) ((__ismask(c)&(_U|
_L
)) != 0)
26
#define isgraph(c) ((__ismask(c)&(_P|_U|
_L
|_D)) != 0)
27
#define islower(c) ((__ismask(c)&(
_L
)) != 0)
28
#define isprint(c) ((__ismask(c)&(_P|_U|
_L
|_D|_SP)) != 0)
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
ctype.h
16
#define
_L
0x02
26
#define isalnum(c) ((__ismask(c)&(_U|
_L
|_D)) != 0)
27
#define isalpha(c) ((__ismask(c)&(_U|
_L
)) != 0)
30
#define isgraph(c) ((__ismask(c)&(_P|_U|
_L
|_D)) != 0)
31
#define islower(c) ((__ismask(c)&(
_L
)) != 0)
32
#define isprint(c) ((__ismask(c)&(_P|_U|
_L
|_D|_SP)) != 0)
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
ctype.h
16
#define
_L
0x02
26
#define isalnum(c) ((__ismask(c)&(_U|
_L
|_D)) != 0)
27
#define isalpha(c) ((__ismask(c)&(_U|
_L
)) != 0)
30
#define isgraph(c) ((__ismask(c)&(_P|_U|
_L
|_D)) != 0)
31
#define islower(c) ((__ismask(c)&(
_L
)) != 0)
32
#define isprint(c) ((__ismask(c)&(_P|_U|
_L
|_D|_SP)) != 0)
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
ctype.h
16
#define
_L
0x02
26
#define isalnum(c) ((__ismask(c)&(_U|
_L
|_D)) != 0)
27
#define isalpha(c) ((__ismask(c)&(_U|
_L
)) != 0)
30
#define isgraph(c) ((__ismask(c)&(_P|_U|
_L
|_D)) != 0)
31
#define islower(c) ((__ismask(c)&(
_L
)) != 0)
32
#define isprint(c) ((__ismask(c)&(_P|_U|
_L
|_D|_SP)) != 0)
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
ctype.h
16
#define
_L
0x02
26
#define isalnum(c) ((__ismask(c)&(_U|
_L
|_D)) != 0)
27
#define isalpha(c) ((__ismask(c)&(_U|
_L
)) != 0)
30
#define isgraph(c) ((__ismask(c)&(_P|_U|
_L
|_D)) != 0)
31
#define islower(c) ((__ismask(c)&(
_L
)) != 0)
32
#define isprint(c) ((__ismask(c)&(_P|_U|
_L
|_D|_SP)) != 0)
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
ctype.h
16
#define
_L
0x02
26
#define isalnum(c) ((__ismask(c)&(_U|
_L
|_D)) != 0)
27
#define isalpha(c) ((__ismask(c)&(_U|
_L
)) != 0)
30
#define isgraph(c) ((__ismask(c)&(_P|_U|
_L
|_D)) != 0)
31
#define islower(c) ((__ismask(c)&(
_L
)) != 0)
32
#define isprint(c) ((__ismask(c)&(_P|_U|
_L
|_D|_SP)) != 0)
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/
ctype.h
16
#define
_L
0x02
26
#define isalnum(c) ((__ismask(c)&(_U|
_L
|_D)) != 0)
27
#define isalpha(c) ((__ismask(c)&(_U|
_L
)) != 0)
30
#define isgraph(c) ((__ismask(c)&(_P|_U|
_L
|_D)) != 0)
31
#define islower(c) ((__ismask(c)&(
_L
)) != 0)
32
#define isprint(c) ((__ismask(c)&(_P|_U|
_L
|_D|_SP)) != 0)
/bionic/libc/include/
ctype.h
46
#define
_L
0x02
104
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
|_N)));
109
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
)));
124
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N)));
129
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] &
_L
));
134
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N|_B)));
/ndk/build/platforms/android-3/arch-arm/usr/include/
ctype.h
46
#define
_L
0x02
104
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
|_N)));
109
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
)));
124
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N)));
129
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] &
_L
));
134
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N|_B)));
/ndk/build/platforms/android-4/arch-arm/usr/include/
ctype.h
46
#define
_L
0x02
104
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
|_N)));
109
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
)));
124
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N)));
129
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] &
_L
));
134
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N|_B)));
/ndk/build/platforms/android-5/arch-arm/usr/include/
ctype.h
46
#define
_L
0x02
104
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
|_N)));
109
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
)));
124
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N)));
129
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] &
_L
));
134
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N|_B)));
/ndk/build/platforms/android-5/arch-x86/usr/include/
ctype.h
46
#define
_L
0x02
100
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
|_N)));
105
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
)));
120
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N)));
125
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] &
_L
));
130
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N|_B)));
/ndk/build/platforms/android-8/arch-arm/usr/include/
ctype.h
46
#define
_L
0x02
104
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
|_N)));
109
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
)));
124
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N)));
129
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] &
_L
));
134
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N|_B)));
/ndk/build/platforms/android-8/arch-x86/usr/include/
ctype.h
46
#define
_L
0x02
104
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
|_N)));
109
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_U|
_L
)));
124
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N)));
129
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] &
_L
));
134
return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|
_L
|_N|_B)));
/external/qemu/distrib/sdl-1.2.12/src/main/epoc/
SDL_main.cpp
88
sem.CreateGlobal(
_L
("WsExeSem"),0);
101
currentThread.Rename(
_L
("SdlProgram"));
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_systhread.cpp
67
name.Format(
_L
("SDL_%x"), object_count);
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp
211
winGroupName.Append(
_L
("SDL")); // caption
549
User::Panic(
_L
("SDL"), KErrCorrupt));
551
User::Panic(
_L
("SDL"), KErrCorrupt));
554
User::Panic(
_L
("SDL"), KErrCorrupt));
556
User::Panic(
_L
("SDL"), KErrCorrupt));
573
User::Panic(
_L
("SDL"), KErrCorrupt));
575
User::Panic(
_L
("SDL"), KErrCorrupt));
578
User::Panic(
_L
("SDL"), KErrCorrupt));
580
User::Panic(
_L
("SDL"), KErrCorrupt));
/external/webkit/JavaScriptCore/wtf/
Assertions.h
157
User::Panic(
_L
("Webkit CRASH"),0); \
/external/opencore/protocols/rtp_payload_parser/util/output/
pv_rtp.bin
[
all
...]
Completed in 332 milliseconds