Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 3679) sorted by relevance

12345678910>>...148

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DArithmetic.py15 c = 3
17 c = a + b
18 c = b + c
19 c = c + a
20 c = a + b
21 c = b + c
23 c = c - a
24 c = a - b
25 c = b - c
26 c = c - a
[all …]
DLookups.py11 class c: class
16 c.__a = 2
17 c.__b = 3
18 c.__c = 4
20 c.__a = 2
21 c.__b = 3
22 c.__c = 4
24 c.__a = 2
25 c.__b = 3
26 c.__c = 4
[all …]
DConstructs.py11 a,b,c = 1,2,3
16 if c != 3:
17 c = 3
20 c = 2
31 if c != 3:
32 c = 3
35 c = 2
46 if c != 3:
47 c = 3
50 c = 2
[all …]
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
Dctype.h45 #define isspace(c) ((c) == ' ' || ((c) >= '\t' && (c) <= '\r')) argument
46 #define isascii(c) (((c) & ~0x7f) == 0) argument
47 #define isupper(c) ((c) >= 'A' && (c) <= 'Z') argument
48 #define islower(c) ((c) >= 'a' && (c) <= 'z') argument
49 #define isalpha(c) (isupper(c) || islower(c)) argument
50 #define isdigit(c) ((c) >= '0' && (c) <= '9') argument
51 #define isxdigit(c) (isdigit(c) \ argument
52 || ((c) >= 'A' && (c) <= 'F') \
53 || ((c) >= 'a' && (c) <= 'f'))
54 #define isprint(c) ((c) >= ' ' && (c) <= '~') argument
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
DStdio.inf4 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
29 clrerr.c #
30 fclose.c #
31 fdopen.c #
32 feof.c #
33 ferror.c #
34 fflush.c #
35 fgetc.c #
36 fgetln.c #
37 fgetpos.c #
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DPython2710.inf4 # Copyright (c) 2015, Daryl McDaniel. All rights reserved.<BR>
5 # Copyright (c) 2011-2012, Intel Corporation. All rights reserved.<BR>
58 Parser/acceler.c
59 Parser/bitset.c
60 Parser/firstsets.c
61 Parser/grammar.c
62 Parser/grammar1.c
63 Parser/listnode.c
64 Parser/metagrammar.c
65 Parser/myreadline.c
[all …]
/device/linaro/bootloader/edk2/StdLib/Include/
Dctype.h43 int isalnum(int c);
56 int isalpha(int c);
76 int iscntrl(int c);
85 int isdigit(int c);
94 int isgraph(int c);
106 int islower(int c);
115 int isprint(int c);
127 int ispunct(int c);
141 int isspace(int c);
153 int isupper(int c);
[all …]
/device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
DOpensslLib.inf4 # Copyright (c) 2010 - 2015, Intel Corporation. All rights reserved.<BR>
32 $(OPENSSL_PATH)/crypto/cryptlib.c
33 $(OPENSSL_PATH)/crypto/mem.c
34 $(OPENSSL_PATH)/crypto/mem_clr.c
35 $(OPENSSL_PATH)/crypto/mem_dbg.c
36 $(OPENSSL_PATH)/crypto/cversion.c
37 $(OPENSSL_PATH)/crypto/ex_data.c
38 $(OPENSSL_PATH)/crypto/cpt_err.c
39 $(OPENSSL_PATH)/crypto/ebcdic.c
40 $(OPENSSL_PATH)/crypto/uid.c
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
DMakefile.inc10 SRCS.softfloat= softfloat.c
12 SRCS.softfloat+=fpgetround.c fpsetround.c fpgetmask.c fpsetmask.c \
13 fpgetsticky.c fpsetsticky.c
16 SRCS.softfloat+=__aeabi_dcmpeq.c __aeabi_fcmpeq.c
17 SRCS.softfloat+=__aeabi_dcmpge.c __aeabi_fcmpge.c
18 SRCS.softfloat+=__aeabi_dcmpgt.c __aeabi_fcmpgt.c
19 SRCS.softfloat+=__aeabi_dcmple.c __aeabi_fcmple.c
20 SRCS.softfloat+=__aeabi_dcmplt.c __aeabi_fcmplt.c
21 SRCS.softfloat+=__aeabi_dcmpun.c __aeabi_fcmpun.c
23 SRCS.softfloat+=eqsf2.c nesf2.c gtsf2.c gesf2.c ltsf2.c lesf2.c negsf2.c \
[all …]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
DBsdSocketLib.inf5 # Copyright (c) 2011, Intel Corporation
29 accept.c
30 base64.c
31 bind.c
32 close.c
33 connect.c
34 getaddrinfo.c
35 gethostbydns.c
36 gethostbyht.c
37 gethostbynis.c
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
DAntlrPPC.mak2 # Sources: ::support:set:set.c
3 # antlr.c
4 # bits.c
5 # build.c
6 # egman.c
7 # err.c
8 # fcache.c
9 # fset2.c
10 # fset.c
11 # gen.c
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
D_codecs_jp.c23 Py_UNICODE c = IN1; in ENCODER() local
27 if (c <= 0x80) { in ENCODER()
28 WRITE1((unsigned char)c) in ENCODER()
32 else if (c >= 0xff61 && c <= 0xff9f) { in ENCODER()
33 WRITE1(c - 0xfec0) in ENCODER()
37 else if (c >= 0xf8f0 && c <= 0xf8f3) { in ENCODER()
40 if (c == 0xf8f0) in ENCODER()
43 OUT1(c - 0xfef1 + 0xfd) in ENCODER()
48 UCS4INVALID(c) in ENCODER()
51 TRYMAP_ENC(cp932ext, code, c) { in ENCODER()
[all …]
Dalg_jisx0201.h1 #define JISX0201_R_ENCODE(c, assi) \ argument
2 if ((c) < 0x80 && (c) != 0x5c && (c) != 0x7e) \
3 (assi) = (c); \
4 else if ((c) == 0x00a5) (assi) = 0x5c; \
5 else if ((c) == 0x203e) (assi) = 0x7e;
6 #define JISX0201_K_ENCODE(c, assi) \ argument
7 if ((c) >= 0xff61 && (c) <= 0xff9f) \
8 (assi) = (c) - 0xfec0;
9 #define JISX0201_ENCODE(c, assi) \ argument
10 JISX0201_R_ENCODE(c, assi) \
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
D_codecs_jp.c23 Py_UNICODE c = IN1; in ENCODER() local
27 if (c <= 0x80) { in ENCODER()
28 WRITE1((unsigned char)c) in ENCODER()
32 else if (c >= 0xff61 && c <= 0xff9f) { in ENCODER()
33 WRITE1(c - 0xfec0) in ENCODER()
37 else if (c >= 0xf8f0 && c <= 0xf8f3) { in ENCODER()
40 if (c == 0xf8f0) in ENCODER()
43 OUT1(c - 0xfef1 + 0xfd) in ENCODER()
48 UCS4INVALID(c) in ENCODER()
51 TRYMAP_ENC(cp932ext, code, c) { in ENCODER()
[all …]
Dalg_jisx0201.h1 #define JISX0201_R_ENCODE(c, assi) \ argument
2 if ((c) < 0x80 && (c) != 0x5c && (c) != 0x7e) \
3 (assi) = (c); \
4 else if ((c) == 0x00a5) (assi) = 0x5c; \
5 else if ((c) == 0x203e) (assi) = 0x7e;
6 #define JISX0201_K_ENCODE(c, assi) \ argument
7 if ((c) >= 0xff61 && (c) <= 0xff9f) \
8 (assi) = (c) - 0xfec0;
9 #define JISX0201_ENCODE(c, assi) \ argument
10 JISX0201_R_ENCODE(c, assi) \
[all …]
D_codecs_kr.c37 Py_UNICODE c = IN1; in ENCODER() local
40 if (c < 0x80) { in ENCODER()
41 WRITE1((unsigned char)c) in ENCODER()
45 UCS4INVALID(c) in ENCODER()
48 TRYMAP_ENC(cp949, code, c); in ENCODER()
69 assert(0xac00 <= c && c <= 0xd7a3); in ENCODER()
70 c -= 0xac00; in ENCODER()
73 OUT4(u2cgk_choseong[c / 588]) in ENCODER()
77 OUT2(u2cgk_jungseong[(c / 28) % 21]) in ENCODER()
79 OUT4(u2cgk_jongseong[c % 28]) in ENCODER()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlctype.h52 #define testprop(c,p) (luai_ctype_[(c)+1] & (p)) argument
57 #define lislalpha(c) testprop(c, MASK(ALPHABIT)) argument
58 #define lislalnum(c) testprop(c, (MASK(ALPHABIT) | MASK(DIGITBIT))) argument
59 #define lisdigit(c) testprop(c, MASK(DIGITBIT)) argument
60 #define lisspace(c) testprop(c, MASK(SPACEBIT)) argument
61 #define lisprint(c) testprop(c, MASK(PRINTBIT)) argument
62 #define lisxdigit(c) testprop(c, MASK(XDIGITBIT)) argument
67 #define ltolower(c) ((c) | ('A' ^ 'a')) argument
83 #define lislalpha(c) (isalpha(c) || (c) == '_') argument
84 #define lislalnum(c) (isalnum(c) || (c) == '_') argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/
DPythonCore.inf4 # Copyright (c) 2015, Daryl McDaniel. All rights reserved.<BR>
5 # Copyright (c) 2011-2012, Intel Corporation. All rights reserved.<BR>
58 Efi/config.c
59 Efi/edk2module.c
60 Efi/getpath.c
63 Python-$(PYTHON_VERSION)/Parser/acceler.c
64 Python-$(PYTHON_VERSION)/Parser/bitset.c
65 Python-$(PYTHON_VERSION)/Parser/firstsets.c
66 Python-$(PYTHON_VERSION)/Parser/grammar.c
67 Python-$(PYTHON_VERSION)/Parser/grammar1.c
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
DCClass.c49 IN int c in isalnum() argument
52 return (__isCClass( c, (_CD | _CU | _CL | _XA))); in isalnum()
68 IN int c in isalpha() argument
71 return (__isCClass( c, (_CU | _CL | _XA))); in isalpha()
83 IN int c in iscntrl() argument
86 return (__isCClass( c, (_CC))); in iscntrl()
98 IN int c in isdigit() argument
101 return (__isCClass( c, (_CD))); in isdigit()
113 IN int c in isgraph() argument
116 return (__isCClass( c, (_CG))); in isgraph()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cookielib.py256 c = LWPCookieJar()
257 interact_netscape(c, "http://www.acme.com/", 'boo')
258 self.assertEqual(c._cookies["www.acme.com"]["/"]["boo"].value, None)
260 c.save(filename, ignore_discard=True)
261 c = LWPCookieJar()
262 c.load(filename, ignore_discard=True)
266 self.assertEqual(c._cookies["www.acme.com"]["/"]["boo"].value, None)
273 c = cookiejar_class()
275 c.load(filename="for this test to work, a file with this "
288 c = cookiejar_class()
[all …]
/device/google/contexthub/firmware/lib/
Dlib.mk29 SRCS += $(LIBM_PATH)/ef_atan2.c
30 SRCS += $(LIBM_PATH)/ef_asin.c
31 SRCS += $(LIBM_PATH)/ef_exp.c
32 SRCS += $(LIBM_PATH)/ef_fmod.c
33 SRCS += $(LIBM_PATH)/ef_pow.c
34 SRCS += $(LIBM_PATH)/ef_rem_pio2.c
35 SRCS += $(LIBM_PATH)/ef_sqrt.c
36 SRCS += $(LIBM_PATH)/kf_cos.c
37 SRCS += $(LIBM_PATH)/kf_rem_pio2.c
38 SRCS += $(LIBM_PATH)/kf_sin.c
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) argument
40 #define ISUPPER(c) Py_ISUPPER(c) argument
41 #define ISALPHA(c) Py_ISALPHA(c) argument
42 #define ISDIGIT(c) Py_ISDIGIT(c) argument
43 #define ISXDIGIT(c) Py_ISXDIGIT(c) argument
44 #define ISALNUM(c) Py_ISALNUM(c) argument
45 #define ISSPACE(c) Py_ISSPACE(c) argument
48 #define islower(c) undefined_islower(c) argument
50 #define isupper(c) undefined_isupper(c) argument
52 #define isalpha(c) undefined_isalpha(c) argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dbytes_methods.h39 #define ISLOWER(c) Py_ISLOWER(c) argument
40 #define ISUPPER(c) Py_ISUPPER(c) argument
41 #define ISALPHA(c) Py_ISALPHA(c) argument
42 #define ISDIGIT(c) Py_ISDIGIT(c) argument
43 #define ISXDIGIT(c) Py_ISXDIGIT(c) argument
44 #define ISALNUM(c) Py_ISALNUM(c) argument
45 #define ISSPACE(c) Py_ISSPACE(c) argument
48 #define islower(c) undefined_islower(c) argument
50 #define isupper(c) undefined_isupper(c) argument
52 #define isalpha(c) undefined_isalpha(c) argument
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/
DEfiProtocolLib.inf3 # Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>
41 AbsolutePointer/AbsolutePointer.c
43 AcpiTable/AcpiTable.c
45 Arp/Arp.c
47 AuthenticationInfo/AuthenticationInfo.c
49 Bis/Bis.c
51 BlockIo/BlockIo.c
53 BusSpecificDriverOverride/BusSpecificDriverOverride.c
55 ComponentName/ComponentName.c
57 ComponentName2/ComponentName2.c
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
DMath.inf4 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
30 e_acos.c
31 e_asin.c
32 e_atan2.c
33 e_cosh.c
34 e_exp.c
35 e_sinh.c
36 e_log.c
37 e_log2.c
38 e_log10.c
[all …]

12345678910>>...148