Home
last modified time | relevance | path

Searched defs:ch (Results 251 – 275 of 52682) sorted by relevance

1...<<11121314151617181920>>...2108

/dports/lang/python-tools/Python-3.8.12/Objects/
H A Dunicodectype.c76 int _PyUnicode_IsTitlecase(Py_UCS4 ch) in _PyUnicode_IsTitlecase()
86 int _PyUnicode_IsXidStart(Py_UCS4 ch) in _PyUnicode_IsXidStart()
96 int _PyUnicode_IsXidContinue(Py_UCS4 ch) in _PyUnicode_IsXidContinue()
123 int _PyUnicode_ToDigit(Py_UCS4 ch) in _PyUnicode_ToDigit()
130 int _PyUnicode_IsDigit(Py_UCS4 ch) in _PyUnicode_IsDigit()
140 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric()
160 int _PyUnicode_IsPrintable(Py_UCS4 ch) in _PyUnicode_IsPrintable()
170 int _PyUnicode_IsLowercase(Py_UCS4 ch) in _PyUnicode_IsLowercase()
180 int _PyUnicode_IsUppercase(Py_UCS4 ch) in _PyUnicode_IsUppercase()
274 int _PyUnicode_IsCased(Py_UCS4 ch) in _PyUnicode_IsCased()
[all …]
/dports/lang/python39/Python-3.9.9/Objects/
H A Dunicodectype.c76 int _PyUnicode_IsTitlecase(Py_UCS4 ch) in _PyUnicode_IsTitlecase()
86 int _PyUnicode_IsXidStart(Py_UCS4 ch) in _PyUnicode_IsXidStart()
96 int _PyUnicode_IsXidContinue(Py_UCS4 ch) in _PyUnicode_IsXidContinue()
123 int _PyUnicode_ToDigit(Py_UCS4 ch) in _PyUnicode_ToDigit()
130 int _PyUnicode_IsDigit(Py_UCS4 ch) in _PyUnicode_IsDigit()
140 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric()
160 int _PyUnicode_IsPrintable(Py_UCS4 ch) in _PyUnicode_IsPrintable()
170 int _PyUnicode_IsLowercase(Py_UCS4 ch) in _PyUnicode_IsLowercase()
180 int _PyUnicode_IsUppercase(Py_UCS4 ch) in _PyUnicode_IsUppercase()
274 int _PyUnicode_IsCased(Py_UCS4 ch) in _PyUnicode_IsCased()
[all …]
/dports/lang/python38/Python-3.8.12/Objects/
H A Dunicodectype.c76 int _PyUnicode_IsTitlecase(Py_UCS4 ch) in _PyUnicode_IsTitlecase()
86 int _PyUnicode_IsXidStart(Py_UCS4 ch) in _PyUnicode_IsXidStart()
96 int _PyUnicode_IsXidContinue(Py_UCS4 ch) in _PyUnicode_IsXidContinue()
123 int _PyUnicode_ToDigit(Py_UCS4 ch) in _PyUnicode_ToDigit()
130 int _PyUnicode_IsDigit(Py_UCS4 ch) in _PyUnicode_IsDigit()
140 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric()
160 int _PyUnicode_IsPrintable(Py_UCS4 ch) in _PyUnicode_IsPrintable()
170 int _PyUnicode_IsLowercase(Py_UCS4 ch) in _PyUnicode_IsLowercase()
180 int _PyUnicode_IsUppercase(Py_UCS4 ch) in _PyUnicode_IsUppercase()
274 int _PyUnicode_IsCased(Py_UCS4 ch) in _PyUnicode_IsCased()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/
H A Dunicodectype.c76 int _PyUnicode_IsTitlecase(Py_UCS4 ch) in _PyUnicode_IsTitlecase()
86 int _PyUnicode_IsXidStart(Py_UCS4 ch) in _PyUnicode_IsXidStart()
96 int _PyUnicode_IsXidContinue(Py_UCS4 ch) in _PyUnicode_IsXidContinue()
123 int _PyUnicode_ToDigit(Py_UCS4 ch) in _PyUnicode_ToDigit()
130 int _PyUnicode_IsDigit(Py_UCS4 ch) in _PyUnicode_IsDigit()
140 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric()
160 int _PyUnicode_IsPrintable(Py_UCS4 ch) in _PyUnicode_IsPrintable()
170 int _PyUnicode_IsLowercase(Py_UCS4 ch) in _PyUnicode_IsLowercase()
180 int _PyUnicode_IsUppercase(Py_UCS4 ch) in _PyUnicode_IsUppercase()
274 int _PyUnicode_IsCased(Py_UCS4 ch) in _PyUnicode_IsCased()
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-smtp/
H A Dsmtp-parser.h21 smtp_char_is_xtext(unsigned char ch) { in smtp_char_is_xtext()
25 smtp_char_is_atext(unsigned char ch) { in smtp_char_is_atext()
29 smtp_char_is_dcontent(unsigned char ch) { in smtp_char_is_dcontent()
33 smtp_char_is_qtext(unsigned char ch) { in smtp_char_is_qtext()
37 smtp_char_is_textstr(unsigned char ch) { in smtp_char_is_textstr()
41 smtp_char_is_esmtp_value(unsigned char ch) { in smtp_char_is_esmtp_value()
45 smtp_char_is_ehlo_param(unsigned char ch) { in smtp_char_is_ehlo_param()
49 smtp_char_is_ehlo_greet(unsigned char ch) { in smtp_char_is_ehlo_greet()
53 smtp_char_is_qpair(unsigned char ch) { in smtp_char_is_qpair()
/dports/games/einstein/einstein-2.0/
H A Dlexal.cpp27 static bool isIdentStart(wchar_t ch) { in isIdentStart()
32 static bool isIdentCont(wchar_t ch) { in isIdentCont()
37 static bool isWhiteSpace(wchar_t ch) { in isWhiteSpace()
41 static bool isDigit(wchar_t ch) { in isDigit()
45 static bool isSymbol(wchar_t ch) { in isSymbol()
50 static bool isQuote(wchar_t ch) { in isQuote()
70 wchar_t ch = reader.getNextChar(); in getNext() local
92 wchar_t ch = reader.getNextChar(); in readString() local
133 wchar_t ch = reader.getNextChar(); in readNumber() local
165 wchar_t ch = reader.getNextChar(); in readIdent() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_common.h34 #define SYS_REG_ROW_3_4_SHIFT(ch) (30 + (ch)) argument
36 #define SYS_REG_CHINFO_SHIFT(ch) (28 + (ch)) argument
37 #define SYS_REG_RANK_SHIFT(ch) (11 + (ch) * 16) argument
39 #define SYS_REG_COL_SHIFT(ch) (9 + (ch) * 16) argument
41 #define SYS_REG_BK_SHIFT(ch) (8 + (ch) * 16) argument
43 #define SYS_REG_CS0_ROW_SHIFT(ch) (6 + (ch) * 16) argument
45 #define SYS_REG_CS1_ROW_SHIFT(ch) (4 + (ch) * 16) argument
47 #define SYS_REG_BW_SHIFT(ch) (2 + (ch) * 16) argument
49 #define SYS_REG_DBW_SHIFT(ch) ((ch) * 16) argument
/dports/mail/spamprobe/spamprobe-1.4d/src/parser/
H A DSimpleTokenizer.cc47 char ch = reader->currentChar(); in currentChar() local
82 bool SimpleTokenizer::isLetterChar(char ch) in isLetterChar()
87 bool SimpleTokenizer::isSpecialChar(char ch) in isSpecialChar()
104 void SimpleTokenizer::appendChar(string &s, char ch) in appendChar()
109 bool SimpleTokenizer::processStart(char ch) in processStart()
119 bool SimpleTokenizer::processWaiting(char ch) in processWaiting()
131 bool SimpleTokenizer::processInWord(char ch) in processInWord()
150 bool SimpleTokenizer::processPending(char ch) in processPending()
170 bool SimpleTokenizer::processCharForState(char ch) in processCharForState()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_common.h34 #define SYS_REG_ROW_3_4_SHIFT(ch) (30 + (ch)) argument
36 #define SYS_REG_CHINFO_SHIFT(ch) (28 + (ch)) argument
37 #define SYS_REG_RANK_SHIFT(ch) (11 + (ch) * 16) argument
39 #define SYS_REG_COL_SHIFT(ch) (9 + (ch) * 16) argument
41 #define SYS_REG_BK_SHIFT(ch) (8 + (ch) * 16) argument
43 #define SYS_REG_CS0_ROW_SHIFT(ch) (6 + (ch) * 16) argument
45 #define SYS_REG_CS1_ROW_SHIFT(ch) (4 + (ch) * 16) argument
47 #define SYS_REG_BW_SHIFT(ch) (2 + (ch) * 16) argument
49 #define SYS_REG_DBW_SHIFT(ch) ((ch) * 16) argument
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_common.h34 #define SYS_REG_ROW_3_4_SHIFT(ch) (30 + (ch)) argument
36 #define SYS_REG_CHINFO_SHIFT(ch) (28 + (ch)) argument
37 #define SYS_REG_RANK_SHIFT(ch) (11 + (ch) * 16) argument
39 #define SYS_REG_COL_SHIFT(ch) (9 + (ch) * 16) argument
41 #define SYS_REG_BK_SHIFT(ch) (8 + (ch) * 16) argument
43 #define SYS_REG_CS0_ROW_SHIFT(ch) (6 + (ch) * 16) argument
45 #define SYS_REG_CS1_ROW_SHIFT(ch) (4 + (ch) * 16) argument
47 #define SYS_REG_BW_SHIFT(ch) (2 + (ch) * 16) argument
49 #define SYS_REG_DBW_SHIFT(ch) ((ch) * 16) argument
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_common.h34 #define SYS_REG_ROW_3_4_SHIFT(ch) (30 + (ch)) argument
36 #define SYS_REG_CHINFO_SHIFT(ch) (28 + (ch)) argument
37 #define SYS_REG_RANK_SHIFT(ch) (11 + (ch) * 16) argument
39 #define SYS_REG_COL_SHIFT(ch) (9 + (ch) * 16) argument
41 #define SYS_REG_BK_SHIFT(ch) (8 + (ch) * 16) argument
43 #define SYS_REG_CS0_ROW_SHIFT(ch) (6 + (ch) * 16) argument
45 #define SYS_REG_CS1_ROW_SHIFT(ch) (4 + (ch) * 16) argument
47 #define SYS_REG_BW_SHIFT(ch) (2 + (ch) * 16) argument
49 #define SYS_REG_DBW_SHIFT(ch) ((ch) * 16) argument
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_common.h34 #define SYS_REG_ROW_3_4_SHIFT(ch) (30 + (ch)) argument
36 #define SYS_REG_CHINFO_SHIFT(ch) (28 + (ch)) argument
37 #define SYS_REG_RANK_SHIFT(ch) (11 + (ch) * 16) argument
39 #define SYS_REG_COL_SHIFT(ch) (9 + (ch) * 16) argument
41 #define SYS_REG_BK_SHIFT(ch) (8 + (ch) * 16) argument
43 #define SYS_REG_CS0_ROW_SHIFT(ch) (6 + (ch) * 16) argument
45 #define SYS_REG_CS1_ROW_SHIFT(ch) (4 + (ch) * 16) argument
47 #define SYS_REG_BW_SHIFT(ch) (2 + (ch) * 16) argument
49 #define SYS_REG_DBW_SHIFT(ch) ((ch) * 16) argument
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/libc/test/
H A Drun-ctype-test.c41 int skiboot_isdigit(int ch) in skiboot_isdigit()
46 int skiboot_isprint(int ch) in skiboot_isprint()
51 int skiboot_isspace(int ch) in skiboot_isspace()
56 int skiboot_isxdigit(int ch) in skiboot_isxdigit()
61 int skiboot_tolower(int ch) in skiboot_tolower()
66 int skiboot_toupper(int ch) in skiboot_toupper()
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/libc/test/
H A Drun-ctype-test.c41 int skiboot_isdigit(int ch) in skiboot_isdigit()
46 int skiboot_isprint(int ch) in skiboot_isprint()
51 int skiboot_isspace(int ch) in skiboot_isspace()
56 int skiboot_isxdigit(int ch) in skiboot_isxdigit()
61 int skiboot_tolower(int ch) in skiboot_tolower()
66 int skiboot_toupper(int ch) in skiboot_toupper()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/libc/test/
H A Drun-ctype-test.c41 int skiboot_isdigit(int ch) in skiboot_isdigit()
46 int skiboot_isprint(int ch) in skiboot_isprint()
51 int skiboot_isspace(int ch) in skiboot_isspace()
56 int skiboot_isxdigit(int ch) in skiboot_isxdigit()
61 int skiboot_tolower(int ch) in skiboot_tolower()
66 int skiboot_toupper(int ch) in skiboot_toupper()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/libc/test/
H A Drun-ctype-test.c41 int skiboot_isdigit(int ch) in skiboot_isdigit()
46 int skiboot_isprint(int ch) in skiboot_isprint()
51 int skiboot_isspace(int ch) in skiboot_isspace()
56 int skiboot_isxdigit(int ch) in skiboot_isxdigit()
61 int skiboot_tolower(int ch) in skiboot_tolower()
66 int skiboot_toupper(int ch) in skiboot_toupper()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/libc/test/
H A Drun-ctype-test.c41 int skiboot_isdigit(int ch) in skiboot_isdigit()
46 int skiboot_isprint(int ch) in skiboot_isprint()
51 int skiboot_isspace(int ch) in skiboot_isspace()
56 int skiboot_isxdigit(int ch) in skiboot_isxdigit()
61 int skiboot_tolower(int ch) in skiboot_tolower()
66 int skiboot_toupper(int ch) in skiboot_toupper()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libc/test/
H A Drun-ctype-test.c28 int skiboot_isdigit(int ch) in skiboot_isdigit()
33 int skiboot_isprint(int ch) in skiboot_isprint()
38 int skiboot_isspace(int ch) in skiboot_isspace()
43 int skiboot_isxdigit(int ch) in skiboot_isxdigit()
48 int skiboot_tolower(int ch) in skiboot_tolower()
53 int skiboot_toupper(int ch) in skiboot_toupper()
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/libc/test/
H A Drun-ctype-test.c41 int skiboot_isdigit(int ch) in skiboot_isdigit()
46 int skiboot_isprint(int ch) in skiboot_isprint()
51 int skiboot_isspace(int ch) in skiboot_isspace()
56 int skiboot_isxdigit(int ch) in skiboot_isxdigit()
61 int skiboot_tolower(int ch) in skiboot_tolower()
66 int skiboot_toupper(int ch) in skiboot_toupper()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/ietf/
H A Drtp.c48 void gf_rtp_del(GF_RTPChannel *ch) in gf_rtp_del()
121 void gf_rtp_reset_buffers(GF_RTPChannel *ch) in gf_rtp_reset_buffers()
130 void gf_rtp_reset_ssrc(GF_RTPChannel *ch) in gf_rtp_reset_ssrc()
163 GF_Err gf_rtp_stop(GF_RTPChannel *ch) in gf_rtp_stop()
312 u32 gf_rtp_channel_time(GF_RTPChannel *ch) in gf_rtp_channel_time()
604 Double gf_rtp_get_current_time(GF_RTPChannel *ch) in gf_rtp_get_current_time()
697 u32 gf_rtp_is_unicast(GF_RTPChannel *ch) in gf_rtp_is_unicast()
704 u32 gf_rtp_is_interleaved(GF_RTPChannel *ch) in gf_rtp_is_interleaved()
711 u32 gf_rtp_get_clockrate(GF_RTPChannel *ch) in gf_rtp_get_clockrate()
814 Float gf_rtp_get_loss(GF_RTPChannel *ch) in gf_rtp_get_loss()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/ietf/
H A Drtp.c48 void gf_rtp_del(GF_RTPChannel *ch) in gf_rtp_del()
121 void gf_rtp_reset_buffers(GF_RTPChannel *ch) in gf_rtp_reset_buffers()
130 void gf_rtp_reset_ssrc(GF_RTPChannel *ch) in gf_rtp_reset_ssrc()
163 GF_Err gf_rtp_stop(GF_RTPChannel *ch) in gf_rtp_stop()
312 u32 gf_rtp_channel_time(GF_RTPChannel *ch) in gf_rtp_channel_time()
604 Double gf_rtp_get_current_time(GF_RTPChannel *ch) in gf_rtp_get_current_time()
697 u32 gf_rtp_is_unicast(GF_RTPChannel *ch) in gf_rtp_is_unicast()
704 u32 gf_rtp_is_interleaved(GF_RTPChannel *ch) in gf_rtp_is_interleaved()
711 u32 gf_rtp_get_clockrate(GF_RTPChannel *ch) in gf_rtp_get_clockrate()
814 Float gf_rtp_get_loss(GF_RTPChannel *ch) in gf_rtp_get_loss()
[all …]
/dports/audio/Maaate/Maaate-0.3.1/src/mpeg/
H A DMPEGfile.cc843 MPEGfile::big_values (unsigned int ch) { in big_values()
853 MPEGfile::count1_values (unsigned int ch) { in count1_values()
863 MPEGfile::global_gain (unsigned int ch) { in global_gain()
893 MPEGfile::blocktype (unsigned int ch) { in blocktype()
903 MPEGfile::mixedblock (unsigned int ch) { in mixedblock()
933 MPEGfile::region0_samps (unsigned int ch) { in region0_samps()
943 MPEGfile::region1_samps (unsigned int ch) { in region1_samps()
953 MPEGfile::region2_samps (unsigned int ch) { in region2_samps()
963 MPEGfile::preflag (unsigned int ch) { in preflag()
1013 MPEGfile::slen1(unsigned int ch) { in slen1()
[all …]
/dports/x11-toolkits/fxscintilla/fxscintilla-2.28.0/lexlib/
H A DCharacterSet.h70 inline bool IsASpace(int ch) { in IsASpace()
74 inline bool IsASpaceOrTab(int ch) { in IsASpaceOrTab()
78 inline bool IsADigit(int ch) { in IsADigit()
82 inline bool IsADigit(int ch, int base) { in IsADigit()
92 inline bool IsASCII(int ch) { in IsASCII()
96 inline bool IsAlphaNumeric(int ch) { in IsAlphaNumeric()
107 inline bool isspacechar(int ch) { in isspacechar()
111 inline bool iswordchar(int ch) { in iswordchar()
115 inline bool iswordstart(int ch) { in iswordstart()
119 inline bool isoperator(int ch) { in isoperator()
[all …]
/dports/emulators/simh/simh-3.9.0_5/I7094/
H A Di7094_io.c631 t_stat ch6_end_ds (uint32 ch) in ch6_end_ds()
649 t_stat ch6_end_nds (uint32 ch) in ch6_end_nds()
888 t_stat ch_proc (uint32 ch) in ch_proc()
1224 t_bool ch6_rd_putw (uint32 ch) in ch6_rd_putw()
1343 t_stat ch6_ioxt (uint32 ch) in ch6_ioxt()
1358 void ch6_iosp_cclr (uint32 ch) in ch6_iosp_cclr()
1618 void ch9_set_atn (uint32 ch) in ch9_set_atn()
1627 void ch9_set_ioc (uint32 ch) in ch9_set_ioc()
1649 t_bool ch9_qconn (uint32 ch) in ch9_qconn()
1796 uint32 i, ch; in ch_set_enable() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libc/src/ctype/
H A Dctype_utils.h21 static inline int isalpha(unsigned ch) { return (ch | 32) - 'a' < 26; } in isalpha()
23 static inline int isdigit(unsigned ch) { return (ch - '0') < 10; } in isdigit()
25 static inline int isalnum(unsigned ch) { return isalpha(ch) || isdigit(ch); } in isalnum()
27 static inline int isgraph(unsigned ch) { return 0x20 < ch && ch < 0x7f; } in isgraph()
29 static inline int islower(unsigned ch) { return (ch - 'a') < 26; } in islower()
31 static inline int isupper(unsigned ch) { return (ch - 'A') < 26; } in isupper()

1...<<11121314151617181920>>...2108