/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodectype.c | 57 Py_UNICODE _PyUnicode_ToTitlecase(register Py_UNICODE ch) in _PyUnicode_ToTitlecase() 74 int _PyUnicode_IsTitlecase(Py_UNICODE ch) in _PyUnicode_IsTitlecase() 84 int _PyUnicode_ToDecimalDigit(Py_UNICODE ch) in _PyUnicode_ToDecimalDigit() 91 int _PyUnicode_IsDecimalDigit(Py_UNICODE ch) in _PyUnicode_IsDecimalDigit() 101 int _PyUnicode_ToDigit(Py_UNICODE ch) in _PyUnicode_ToDigit() 108 int _PyUnicode_IsDigit(Py_UNICODE ch) in _PyUnicode_IsDigit() 118 int _PyUnicode_IsNumeric(Py_UNICODE ch) in _PyUnicode_IsNumeric() 130 int _PyUnicode_IsLowercase(Py_UNICODE ch) in _PyUnicode_IsLowercase() 140 int _PyUnicode_IsUppercase(Py_UNICODE ch) in _PyUnicode_IsUppercase() 150 Py_UNICODE _PyUnicode_ToUppercase(Py_UNICODE ch) in _PyUnicode_ToUppercase() [all …]
|
D | unicodetype_db.h | 1901 double _PyUnicode_ToNumeric(Py_UNICODE ch) in _PyUnicode_ToNumeric() 3274 int _PyUnicode_IsWhitespace(register const Py_UNICODE ch) in _PyUnicode_IsWhitespace() 3320 int _PyUnicode_IsLinebreak(register const Py_UNICODE ch) in _PyUnicode_IsLinebreak()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodectype.c | 57 Py_UNICODE _PyUnicode_ToTitlecase(register Py_UNICODE ch) in _PyUnicode_ToTitlecase() 74 int _PyUnicode_IsTitlecase(Py_UNICODE ch) in _PyUnicode_IsTitlecase() 84 int _PyUnicode_ToDecimalDigit(Py_UNICODE ch) in _PyUnicode_ToDecimalDigit() 91 int _PyUnicode_IsDecimalDigit(Py_UNICODE ch) in _PyUnicode_IsDecimalDigit() 101 int _PyUnicode_ToDigit(Py_UNICODE ch) in _PyUnicode_ToDigit() 108 int _PyUnicode_IsDigit(Py_UNICODE ch) in _PyUnicode_IsDigit() 118 int _PyUnicode_IsNumeric(Py_UNICODE ch) in _PyUnicode_IsNumeric() 130 int _PyUnicode_IsLowercase(Py_UNICODE ch) in _PyUnicode_IsLowercase() 140 int _PyUnicode_IsUppercase(Py_UNICODE ch) in _PyUnicode_IsUppercase() 150 Py_UNICODE _PyUnicode_ToUppercase(Py_UNICODE ch) in _PyUnicode_ToUppercase() [all …]
|
D | unicodetype_db.h | 1901 double _PyUnicode_ToNumeric(Py_UNICODE ch) in _PyUnicode_ToNumeric() 3274 int _PyUnicode_IsWhitespace(register const Py_UNICODE ch) in _PyUnicode_IsWhitespace() 3320 int _PyUnicode_IsLinebreak(register const Py_UNICODE ch) in _PyUnicode_IsLinebreak()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | unicodeobject.h | 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch) argument 336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch) argument 337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch) argument 338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch) argument 339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch) argument 341 #define Py_UNICODE_TOLOWER(ch) towlower(ch) argument 342 #define Py_UNICODE_TOUPPER(ch) towupper(ch) argument 343 #define Py_UNICODE_TOTITLE(ch) _PyUnicode_ToTitlecase(ch) argument 345 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch) argument 346 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch) argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | unicodeobject.h | 334 #define Py_UNICODE_ISSPACE(ch) iswspace(ch) argument 336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch) argument 337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch) argument 338 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch) argument 339 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch) argument 341 #define Py_UNICODE_TOLOWER(ch) towlower(ch) argument 342 #define Py_UNICODE_TOUPPER(ch) towupper(ch) argument 343 #define Py_UNICODE_TOTITLE(ch) _PyUnicode_ToTitlecase(ch) argument 345 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch) argument 346 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch) argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | fastsearch.h | 31 #define STRINGLIB_BLOOM_ADD(mask, ch) \ argument 33 #define STRINGLIB_BLOOM(mask, ch) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | fastsearch.h | 31 #define STRINGLIB_BLOOM_ADD(mask, ch) \ argument 33 #define STRINGLIB_BLOOM(mask, ch) \ argument
|
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
D | strchr.c | 40 strchr(const char *p, int ch) in strchr()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_ttl.c | 114 int ch; in ns_format_ttl() local 127 int ch, digits, dirty; in ns_parse_ttl() local
|
D | inet_pton.c | 125 int saw_digit, octets, ch; in inet_pton4() local 183 int ch, saw_xdigit; in inet_pton6() local
|
D | res_comp.c | 181 int pch = PERIOD, ch = *dn++; in res_hnok() local 231 int ch, escaped = 0; in res_mailok() local 262 int ch; in res_dnok() local
|
D | ns_name.c | 539 special(int ch) { in special() 562 printable(int ch) { in printable() 571 mklower(int ch) { in mklower()
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/ |
D | MemoryIntrinsics.c | 24 void * memset (void *dest, char ch, unsigned int count) in memset()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/ |
D | prememinit.c | 42 uint8_t ch; in PreMemInit() local
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | OnigurumaIntrinsics.c | 31 void * memset (void *dest, char ch, unsigned int count) in memset()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _sre.c | 154 #define SRE_IS_DIGIT(ch)\ argument 156 #define SRE_IS_SPACE(ch)\ argument 158 #define SRE_IS_LINEBREAK(ch)\ argument 160 #define SRE_IS_ALNUM(ch)\ argument 162 #define SRE_IS_WORD(ch)\ argument 165 static unsigned int sre_lower(unsigned int ch) in sre_lower() 173 #define SRE_LOC_IS_DIGIT(ch) (!((ch) & ~255) ? isdigit((ch)) : 0) argument 174 #define SRE_LOC_IS_SPACE(ch) (!((ch) & ~255) ? isspace((ch)) : 0) argument 175 #define SRE_LOC_IS_LINEBREAK(ch) ((ch) == '\n') argument 176 #define SRE_LOC_IS_ALNUM(ch) (!((ch) & ~255) ? isalnum((ch)) : 0) argument [all …]
|
D | parsermodule.c | 893 #define validate_ampersand(ch) validate_terminal(ch, AMPER, "&") argument 894 #define validate_circumflex(ch) validate_terminal(ch, CIRCUMFLEX, "^") argument 895 #define validate_colon(ch) validate_terminal(ch, COLON, ":") argument 896 #define validate_comma(ch) validate_terminal(ch, COMMA, ",") argument 897 #define validate_dedent(ch) validate_terminal(ch, DEDENT, "") argument 898 #define validate_equal(ch) validate_terminal(ch, EQUAL, "=") argument 899 #define validate_indent(ch) validate_terminal(ch, INDENT, (char*)NULL) argument 900 #define validate_lparen(ch) validate_terminal(ch, LPAR, "(") argument 901 #define validate_newline(ch) validate_terminal(ch, NEWLINE, (char*)NULL) argument 902 #define validate_rparen(ch) validate_terminal(ch, RPAR, ")") argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/ |
D | _sre.c | 155 #define SRE_IS_DIGIT(ch)\ argument 157 #define SRE_IS_SPACE(ch)\ argument 159 #define SRE_IS_LINEBREAK(ch)\ argument 161 #define SRE_IS_ALNUM(ch)\ argument 163 #define SRE_IS_WORD(ch)\ argument 166 static unsigned int sre_lower(unsigned int ch) in sre_lower() 174 #define SRE_LOC_IS_DIGIT(ch) (!((ch) & ~255) ? isdigit((ch)) : 0) argument 175 #define SRE_LOC_IS_SPACE(ch) (!((ch) & ~255) ? isspace((ch)) : 0) argument 176 #define SRE_LOC_IS_LINEBREAK(ch) ((ch) == '\n') argument 177 #define SRE_LOC_IS_ALNUM(ch) (!((ch) & ~255) ? isalnum((ch)) : 0) argument [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
D | _sre.c | 154 #define SRE_IS_DIGIT(ch)\ argument 156 #define SRE_IS_SPACE(ch)\ argument 158 #define SRE_IS_LINEBREAK(ch)\ argument 160 #define SRE_IS_ALNUM(ch)\ argument 162 #define SRE_IS_WORD(ch)\ argument 165 static unsigned int sre_lower(unsigned int ch) in sre_lower() 173 #define SRE_LOC_IS_DIGIT(ch) (!((ch) & ~255) ? isdigit((ch)) : 0) argument 174 #define SRE_LOC_IS_SPACE(ch) (!((ch) & ~255) ? isspace((ch)) : 0) argument 175 #define SRE_LOC_IS_LINEBREAK(ch) ((ch) == '\n') argument 176 #define SRE_LOC_IS_ALNUM(ch) (!((ch) & ~255) ? isalnum((ch)) : 0) argument [all …]
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fgetwc.c | 81 int ch = __sgetc(fp); in __fgetwc_unlock() local
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
D | aliasname.c | 43 __inline int __is_ws(char ch) in __is_ws()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | parsermodule.c | 922 #define validate_ampersand(ch) validate_terminal(ch, AMPER, "&") argument 923 #define validate_circumflex(ch) validate_terminal(ch, CIRCUMFLEX, "^") argument 924 #define validate_colon(ch) validate_terminal(ch, COLON, ":") argument 925 #define validate_comma(ch) validate_terminal(ch, COMMA, ",") argument 926 #define validate_dedent(ch) validate_terminal(ch, DEDENT, "") argument 927 #define validate_equal(ch) validate_terminal(ch, EQUAL, "=") argument 928 #define validate_indent(ch) validate_terminal(ch, INDENT, (char*)NULL) argument 929 #define validate_lparen(ch) validate_terminal(ch, LPAR, "(") argument 930 #define validate_newline(ch) validate_terminal(ch, NEWLINE, (char*)NULL) argument 931 #define validate_rparen(ch) validate_terminal(ch, RPAR, ")") argument [all …]
|
/device/google/contexthub/firmware/os/platform/native/ |
D | platform.c | 43 void platLogPutchar(char ch) in platLogPutchar()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ast.c | 169 node *ch; in num_stmts() local 222 node *ch; in PyAST_FromNode() local 672 node *ch; in ast_for_arguments() local 1010 node *ch = CHILD(n, 1); in count_list_fors() local 1073 node *ch; in ast_for_listcomp() local 1365 node *ch = CHILD(n, 0); in ast_for_atom() local 1519 node *ch; in ast_for_slice() local 1796 node *ch = CHILD(n, i); in ast_for_power() local 1997 node *ch = CHILD(n, i); in ast_for_call() local 2027 node *ch = CHILD(n, i); in ast_for_call() local [all …]
|