/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.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/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/ |
D | dram_regs.h | 75 #define SYS_REG_ENC_ROW_3_4(n, ch) ((n) << (30 + (ch))) argument 76 #define SYS_REG_DEC_ROW_3_4(n, ch) (((n) >> (30 + (ch))) & 0x1) argument 77 #define SYS_REG_ENC_CHINFO(ch) (1 << (28 + (ch))) argument 78 #define SYS_REG_DEC_CHINFO(n, ch) (((n) >> (28 + (ch))) & 0x1) argument 83 #define SYS_REG_ENC_RANK(n, ch) (((n) - 1) << (11 + (ch) * 16)) argument 84 #define SYS_REG_DEC_RANK(n, ch) (1 + (((n) >> (11 + (ch) * 16)) & 0x1)) argument 85 #define SYS_REG_ENC_COL(n, ch) (((n) - 9) << (9 + (ch) * 16)) argument 86 #define SYS_REG_DEC_COL(n, ch) (9 + (((n) >> (9 + (ch) * 16)) & 0x3)) argument 87 #define SYS_REG_ENC_BK(n, ch) (((n) == 3 ? 0 : 1) << (8 + (ch) * 16)) argument 88 #define SYS_REG_DEC_BK(n, ch) (3 - (((n) >> (8 + (ch) * 16)) & 0x1)) argument [all …]
|
D | addressmap_shared.h | 91 #define CTL_BASE(ch) (DDRC0_BASE + (ch) * 0x8000) argument 92 #define CTL_REG(ch, n) (CTL_BASE(ch) + (n) * 0x4) argument 95 #define PI_BASE(ch) (CTL_BASE(ch) + PI_OFFSET) argument 96 #define PI_REG(ch, n) (PI_BASE(ch) + (n) * 0x4) argument 99 #define PHY_BASE(ch) (CTL_BASE(ch) + PHY_OFFSET) argument 100 #define PHY_REG(ch, n) (PHY_BASE(ch) + (n) * 0x4) argument 102 #define MSCH_BASE(ch) (SERVICE_NOC_1_BASE + (ch) * 0x8000) argument
|
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/css/drivers/scmi/ |
D | scmi_common.c | 16 void scmi_get_channel(scmi_channel_t *ch) in scmi_get_channel() 29 void scmi_send_sync_command(scmi_channel_t *ch) in scmi_send_sync_command() 66 void scmi_put_channel(scmi_channel_t *ch) in scmi_put_channel() 83 scmi_channel_t *ch = (scmi_channel_t *)p; in scmi_proto_version() local 115 scmi_channel_t *ch = (scmi_channel_t *)p; in scmi_proto_msg_attr() local 144 void *scmi_init(scmi_channel_t *ch) in scmi_init()
|
D | scmi_sys_pwr_proto.c | 20 scmi_channel_t *ch = (scmi_channel_t *)p; in scmi_sys_pwr_state_set() local 52 scmi_channel_t *ch = (scmi_channel_t *)p; in scmi_sys_pwr_state_get() local
|
D | scmi_pwr_dmn_proto.c | 27 scmi_channel_t *ch = (scmi_channel_t *)p; in scmi_pwr_state_set() local 61 scmi_channel_t *ch = (scmi_channel_t *)p; in scmi_pwr_state_get() local
|
/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/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
D | suspend.c | 23 #define CRU_SFTRST_DDR_CTRL(ch, n) ((0x1 << (8 + 16 + (ch) * 4)) | \ argument 25 #define CRU_SFTRST_DDR_PHY(ch, n) ((0x1 << (9 + 16 + (ch) * 4)) | \ argument 131 static __pmusramfunc void phy_pctrl_reset(uint32_t ch) in phy_pctrl_reset() 141 static __pmusramfunc void set_cs_training_index(uint32_t ch, uint32_t rank) in set_cs_training_index() 151 static __pmusramfunc void select_per_cs_training_index(uint32_t ch, in select_per_cs_training_index() 159 static __pmusramfunc void override_write_leveling_value(uint32_t ch) in override_write_leveling_value() 179 static __pmusramfunc int data_training(uint32_t ch, in data_training() 429 struct rk3399_sdram_channel *ch = &sdram_params->ch[channel]; in set_ddrconfig() local 484 static __pmusramfunc void pctl_cfg(uint32_t ch, in pctl_cfg() 544 uint32_t ch, ch_count; in dram_switch_to_next_index() local [all …]
|
D | dram.c | 26 struct rk3399_sdram_channel *ch = &sdram_config.ch[i]; in dram_init() local
|
/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
|
/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/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/ |
D | gdbstub.c | 251 static int hex(unsigned char ch) in hex() 270 char ch; in getpacket() local 326 unsigned char ch; in putpacket() local 359 unsigned char ch; in mem2hex() local 391 uint8_t ch; in hex2mem() local
|
/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/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 …]
|
/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 …]
|