Home
last modified time | relevance | path

Searched defs:c (Results 51 – 75 of 43924) sorted by relevance

12345678910>>...1757

/dports/devel/hyperscan/boost_1_75_0/boost/preprocessor/comparison/limits/
H A Dnot_equal_1024.hpp18 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_513(c, y) 0 argument
19 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_514(c, y) 0 argument
20 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_515(c, y) 0 argument
21 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_516(c, y) 0 argument
22 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_517(c, y) 0 argument
23 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_518(c, y) 0 argument
24 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_519(c, y) 0 argument
25 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_520(c, y) 0 argument
26 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_521(c, y) 0 argument
27 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_522(c, y) 0 argument
[all …]
H A Dnot_equal_512.hpp18 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_257(c, y) 0 argument
19 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_258(c, y) 0 argument
20 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_259(c, y) 0 argument
21 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_260(c, y) 0 argument
22 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_261(c, y) 0 argument
23 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_262(c, y) 0 argument
24 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_263(c, y) 0 argument
25 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_264(c, y) 0 argument
26 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_265(c, y) 0 argument
27 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_266(c, y) 0 argument
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/preprocessor/comparison/limits/
H A Dnot_equal_512.hpp18 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_257(c, y) 0 argument
19 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_258(c, y) 0 argument
20 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_259(c, y) 0 argument
21 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_260(c, y) 0 argument
22 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_261(c, y) 0 argument
23 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_262(c, y) 0 argument
24 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_263(c, y) 0 argument
25 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_264(c, y) 0 argument
26 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_265(c, y) 0 argument
27 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_266(c, y) 0 argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/preprocessor/comparison/limits/
H A Dnot_equal_512.hpp18 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_257(c, y) 0 argument
19 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_258(c, y) 0 argument
20 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_259(c, y) 0 argument
21 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_260(c, y) 0 argument
22 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_261(c, y) 0 argument
23 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_262(c, y) 0 argument
24 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_263(c, y) 0 argument
25 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_264(c, y) 0 argument
26 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_265(c, y) 0 argument
27 # define BOOST_PP_NOT_EQUAL_CHECK_BOOST_PP_NOT_EQUAL_266(c, y) 0 argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/gclient/
H A Dconfig.py124 def android(c): argument
128 def nacl(c): argument
162 def gyp(c): argument
170 def build(c): argument
258 def pdfium(c): argument
279 def dart(c): argument
294 def infra(c): argument
412 def angle(c): argument
425 def dawn(c): argument
432 def celab(c): argument
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/tigcc/tigcclib/include/c/
H A Dctype.h13 #define _tolower(c) ((c)+'a'-'A') argument
14 #define _toupper(c) ((c)+'A'-'a') argument
17 #define isascii(c) ((unsigned short)(c)<128) argument
18 #define iscntrl(c) ((unsigned short)(c)<14) argument
19 #define isdigit(c) ({register short __c=(c);__c>='0'&&__c<='9';}) argument
29 #define isGreek(c) ({register short __c=(c);(__c>=128&&__c<=148)||__c==181;}) argument
30 #define islower(c) ({register short __c=(c);__c>='a'&&__c<='z';}) argument
31 #define isprint(c) ({register short __c=(c);__c==11||(__c>13&&__c<256);}) argument
33 #define isspace(c) ({register short __c=(c);(__c>=9&&__c<=13)||__c==32;}) argument
34 #define isupper(c) ({register short __c=(c);__c>='A'&&__c<='Z';}) argument
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/hxt-charproperties-9.4.0.0/src/Data/Char/Properties/
H A DUnicodeBlocks.hs690 isNKo c = c >= '\x07C0' && c <= '\x07FF' function
717 isOriya c = c >= '\x0B00' && c <= '\x0B7F' function
720 isTamil c = c >= '\x0B80' && c <= '\x0BFF' function
735 isThai c = c >= '\x0E00' && c <= '\x0E7F' function
738 isLao c = c >= '\x0E80' && c <= '\x0EFF' function
765 isOgham c = c >= '\x1680' && c <= '\x169F' function
768 isRunic c = c >= '\x16A0' && c <= '\x16FF' function
777 isBuhid c = c >= '\x1740' && c <= '\x175F' function
1008 isLisu c = c >= '\xA4D0' && c <= '\xA4FF' function
1011 isVai c = c >= '\xA500' && c <= '\xA63F' function
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/plugins/preauth/pkinit/
H A Dpkinit_trace.h57 #define TRACE_PKINIT_CLIENT_REP_DH(c) \ argument
59 #define TRACE_PKINIT_CLIENT_REP_DH_FAIL(c) \ argument
61 #define TRACE_PKINIT_CLIENT_REP_RSA(c) \ argument
72 #define TRACE_PKINIT_CLIENT_REQ_RSA(c) \ argument
93 #define TRACE_PKINIT_OPENSSL_ERROR(c, msg) \ argument
116 #define TRACE_PKINIT_SERVER_PADATA_VERIFY_FAIL(c) \ argument
118 #define TRACE_PKINIT_SERVER_RETURN_PADATA(c) \ argument
136 #define TRACE_PKINIT_NO_CA_ANCHOR(c, file) \ argument
140 #define TRACE_PKINIT_NO_CERT(c) \ argument
145 #define TRACE_PKINIT_NO_CRL(c, file) \ argument
[all …]
/dports/security/krb5/krb5-1.19.2/src/plugins/preauth/pkinit/
H A Dpkinit_trace.h57 #define TRACE_PKINIT_CLIENT_REP_DH(c) \ argument
59 #define TRACE_PKINIT_CLIENT_REP_DH_FAIL(c) \ argument
61 #define TRACE_PKINIT_CLIENT_REP_RSA(c) \ argument
72 #define TRACE_PKINIT_CLIENT_REQ_RSA(c) \ argument
93 #define TRACE_PKINIT_OPENSSL_ERROR(c, msg) \ argument
116 #define TRACE_PKINIT_SERVER_PADATA_VERIFY_FAIL(c) \ argument
118 #define TRACE_PKINIT_SERVER_RETURN_PADATA(c) \ argument
136 #define TRACE_PKINIT_NO_CA_ANCHOR(c, file) \ argument
140 #define TRACE_PKINIT_NO_CERT(c) \ argument
145 #define TRACE_PKINIT_NO_CRL(c, file) \ argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/re/re.traits/
H A Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
76 for (wchar_t c = 0; c < '0'; ++c) in main() local
82 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/re/re.traits/
H A Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
76 for (wchar_t c = 0; c < '0'; ++c) in main() local
82 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/re/re.traits/
H A Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
76 for (wchar_t c = 0; c < '0'; ++c) in main() local
82 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/re/re.traits/
H A Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
76 for (wchar_t c = 0; c < '0'; ++c) in main() local
82 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/re/re.traits/
H A Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
76 for (wchar_t c = 0; c < '0'; ++c) in main() local
82 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/re/re.traits/
H A Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
77 for (wchar_t c = 0; c < '0'; ++c) in main() local
83 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/test/std/re/re.traits/
H A Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
76 for (wchar_t c = 0; c < '0'; ++c) in main() local
82 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/re/re.traits/
H A Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
76 for (wchar_t c = 0; c < '0'; ++c) in main() local
82 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/re/re.traits/
H A Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
76 for (wchar_t c = 0; c < '0'; ++c) in main() local
82 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/re/re.traits/
H A Dvalue.pass.cpp24 for (char c = 0; c < '0'; ++c) in main() local
30 for (char c = '0'; c < '8'; ++c) in main() local
36 for (char c = '8'; c < ':'; ++c) in main() local
42 for (char c = ':'; c < 'A'; ++c) in main() local
48 for (char c = 'A'; c < 'G'; ++c) in main() local
54 for (char c = 'G'; c < 'a'; ++c) in main() local
60 for (char c = 'a'; c < 'g'; ++c) in main() local
66 for (int c = 'g'; c < 256; ++c) in main() local
76 for (wchar_t c = 0; c < '0'; ++c) in main() local
82 for (wchar_t c = '0'; c < '8'; ++c) in main() local
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/catalog/
H A Dpostgres.description25 52 pg_proc 0 I/O
30 78 pg_proc 0 convert int4 to char
55 121 pg_proc 0 I/O
66 201 pg_proc 0 I/O
76 228 pg_proc 0 round to nearest integer
82 233 pg_proc 0 natural exponential (e^x)
89 241 pg_proc 0 I/O
94 249 pg_proc 0 tinterval to reltime
100 311 pg_proc 0 convert float4 to float8
106 318 pg_proc 0 convert int4 to float4
[all …]
/dports/devel/ctypes.sh/ctypes-sh-1.2/include/
H A Dchartypes.h39 # define IN_CTYPE_DOMAIN(c) 1 argument
41 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
55 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') argument
81 #define ISLETTER(c) (ISALPHA(c)) argument
83 #define DIGIT(c) ((c) >= '0' && (c) <= '9') argument
87 #define HEXVALUE(c) \ argument
93 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
95 #define OCTVALUE(c) ((c) - '0') argument
97 #define TODIGIT(c) ((c) - '0') argument
98 #define TOCHAR(c) ((c) + '0') argument
[all …]
/dports/shells/bash/bash-5.1/include/
H A Dchartypes.h39 # define IN_CTYPE_DOMAIN(c) 1 argument
41 # define IN_CTYPE_DOMAIN(c) isascii(c) argument
55 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') argument
81 #define ISLETTER(c) (ISALPHA(c)) argument
83 #define DIGIT(c) ((c) >= '0' && (c) <= '9') argument
87 #define HEXVALUE(c) \ argument
93 # define ISOCTAL(c) ((c) >= '0' && (c) <= '7') argument
95 #define OCTVALUE(c) ((c) - '0') argument
97 #define TODIGIT(c) ((c) - '0') argument
98 #define TOCHAR(c) ((c) + '0') argument
[all …]
/dports/mail/enma/enma-1.2.0/libsauth/include/
H A Dxskip.h34 #define IS_TEXT(c) (textmap[(unsigned char)(c)]) argument
41 #define IS_BIT(c) ((c) == '0' || (c) == '1') argument
42 #define IS_CHAR(c) (0x01 <= (c) && (c) <= 0x7f) argument
43 #define IS_CR(c) (0x0d == (c)) argument
45 #define IS_DIGIT(c) (0x30 <= (c) && (c) <= 0x39) argument
46 #define IS_DQUOTE(c) (0x22 == (c)) argument
48 #define IS_HTAB(c) (0x09 == (c)) argument
49 #define IS_LF(c) (0x0a == (c)) argument
51 #define IS_SP(c) ((c) == 0x20) argument
53 #define IS_WSP(c) (IS_SP(c) || IS_HTAB(c)) argument
[all …]
/dports/misc/lastools/LAStools-8ff2694/ArcGIS_toolbox/scripts_production/
H A DlasoverlapPro.py79 c = 1 variable
86 c = c + 2 variable
91 c = c + 1 variable
96 c = c + 1 variable
102 c = c + 1 variable
107 c = c + 1 variable
112 c = c + 1 variable
118 c = c + 1 variable
123 c = c + 1 variable
128 c = c + 1 variable
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/test/
H A Dnet_peer_eviction_tests.cpp167 4, [](NodeEvictionCandidate& c) { in BOOST_AUTO_TEST_CASE()
180 7, [](NodeEvictionCandidate& c) { in BOOST_AUTO_TEST_CASE()
193 8, [](NodeEvictionCandidate& c) { in BOOST_AUTO_TEST_CASE()
230 16, [](NodeEvictionCandidate& c) { in BOOST_AUTO_TEST_CASE()
243 16, [](NodeEvictionCandidate& c) { in BOOST_AUTO_TEST_CASE()
256 16, [](NodeEvictionCandidate& c) { in BOOST_AUTO_TEST_CASE()
290 4, [](NodeEvictionCandidate& c) { in BOOST_AUTO_TEST_CASE()
309 7, [](NodeEvictionCandidate& c) { in BOOST_AUTO_TEST_CASE()
328 8, [](NodeEvictionCandidate& c) { in BOOST_AUTO_TEST_CASE()
347 16, [](NodeEvictionCandidate& c) { in BOOST_AUTO_TEST_CASE()
[all …]

12345678910>>...1757