Home
last modified time | relevance | path

Searched refs:DEFINE_VARIABLE (Results 1 – 25 of 122) sorted by relevance

12345

/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dflags.h63 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
83 DEFINE_VARIABLE(int32, I, name, value, help)
88 DEFINE_VARIABLE(int64, I64, name, value, help)
93 DEFINE_VARIABLE(uint64, U64, name, value, help)
98 DEFINE_VARIABLE(double, D, name, value, help)
103 DEFINE_VARIABLE(bool, B, name, value, help)
108 DEFINE_VARIABLE(string, S, name, value, help)
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dflags.h63 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
83 DEFINE_VARIABLE(int32, I, name, value, help)
88 DEFINE_VARIABLE(int64, I64, name, value, help)
93 DEFINE_VARIABLE(uint64, U64, name, value, help)
98 DEFINE_VARIABLE(double, D, name, value, help)
103 DEFINE_VARIABLE(bool, B, name, value, help)
108 DEFINE_VARIABLE(string, S, name, value, help)
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dflags.h63 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
83 DEFINE_VARIABLE(int32, I, name, value, help)
88 DEFINE_VARIABLE(int64, I64, name, value, help)
93 DEFINE_VARIABLE(uint64, U64, name, value, help)
98 DEFINE_VARIABLE(double, D, name, value, help)
103 DEFINE_VARIABLE(bool, B, name, value, help)
108 DEFINE_VARIABLE(string, S, name, value, help)
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dflags.h63 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
83 DEFINE_VARIABLE(int32, I, name, value, help)
88 DEFINE_VARIABLE(int64, I64, name, value, help)
93 DEFINE_VARIABLE(uint64, U64, name, value, help)
98 DEFINE_VARIABLE(double, D, name, value, help)
103 DEFINE_VARIABLE(bool, B, name, value, help)
108 DEFINE_VARIABLE(string, S, name, value, help)
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dflags.h63 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
83 DEFINE_VARIABLE(int32, I, name, value, help)
88 DEFINE_VARIABLE(int64, I64, name, value, help)
93 DEFINE_VARIABLE(uint64, U64, name, value, help)
98 DEFINE_VARIABLE(double, D, name, value, help)
103 DEFINE_VARIABLE(bool, B, name, value, help)
108 DEFINE_VARIABLE(string, S, name, value, help)
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dflags.h63 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
83 DEFINE_VARIABLE(int32, I, name, value, help)
88 DEFINE_VARIABLE(int64, I64, name, value, help)
93 DEFINE_VARIABLE(uint64, U64, name, value, help)
98 DEFINE_VARIABLE(double, D, name, value, help)
103 DEFINE_VARIABLE(bool, B, name, value, help)
108 DEFINE_VARIABLE(string, S, name, value, help)
/dports/biology/avida/avida-2.12.4-src/libs/tcmalloc-1.4/src/
H A Dcommandlineflags.h84 #define DEFINE_VARIABLE(type, name, value, meaning) \ macro
95 DEFINE_VARIABLE(bool, name, value, meaning)
101 DEFINE_VARIABLE(int32, name, value, meaning)
107 DEFINE_VARIABLE(int64, name, value, meaning)
112 DEFINE_VARIABLE(uint64, name, value, meaning)
118 DEFINE_VARIABLE(double, name, value, meaning)
/dports/devel/google-perftools/gperftools-2.9.1/src/base/
H A Dcommandlineflags.h64 #define DEFINE_VARIABLE(type, name, value, meaning) \ macro
75 DEFINE_VARIABLE(bool, name, value, meaning)
81 DEFINE_VARIABLE(int32, name, value, meaning)
87 DEFINE_VARIABLE(int64, name, value, meaning)
92 DEFINE_VARIABLE(uint64, name, value, meaning)
98 DEFINE_VARIABLE(double, name, value, meaning)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/base/
H A Dcommandlineflags.h64 #define DEFINE_VARIABLE(type, name, value, meaning) \ macro
75 DEFINE_VARIABLE(bool, name, value, meaning)
81 DEFINE_VARIABLE(int32, name, value, meaning)
87 DEFINE_VARIABLE(int64, name, value, meaning)
92 DEFINE_VARIABLE(uint64, name, value, meaning)
98 DEFINE_VARIABLE(double, name, value, meaning)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/base/
H A Dcommandlineflags.h64 #define DEFINE_VARIABLE(type, name, value, meaning) \ macro
75 DEFINE_VARIABLE(bool, name, value, meaning)
81 DEFINE_VARIABLE(int32, name, value, meaning)
87 DEFINE_VARIABLE(int64, name, value, meaning)
92 DEFINE_VARIABLE(uint64, name, value, meaning)
98 DEFINE_VARIABLE(double, name, value, meaning)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/base/
H A Dcommandlineflags.h64 #define DEFINE_VARIABLE(type, name, value, meaning) \ macro
75 DEFINE_VARIABLE(bool, name, value, meaning)
81 DEFINE_VARIABLE(int32, name, value, meaning)
87 DEFINE_VARIABLE(int64, name, value, meaning)
92 DEFINE_VARIABLE(uint64, name, value, meaning)
98 DEFINE_VARIABLE(double, name, value, meaning)
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/
H A Dcommands.c272 DEFINE_VARIABLE ("<", 1, less);
273 DEFINE_VARIABLE ("*", 1, star);
274 DEFINE_VARIABLE ("@", 1, at);
275 DEFINE_VARIABLE ("%", 1, percent);
286 DEFINE_VARIABLE ("<", 1, less);
293 DEFINE_VARIABLE ("*", 1, star);
298 DEFINE_VARIABLE ("@", 1, at);
303 DEFINE_VARIABLE ("%", 1, percent);
400 DEFINE_VARIABLE ("+", 1, plus_value);
494 DEFINE_VARIABLE ("|", 1, bar_value);
[all …]
/dports/devel/gmake/make-4.3/src/
H A Dcommands.c148 #define DEFINE_VARIABLE(name, len, value) \ in set_file_variables() macro
153 DEFINE_VARIABLE ("<", 1, less); in set_file_variables()
154 DEFINE_VARIABLE ("*", 1, star); in set_file_variables()
155 DEFINE_VARIABLE ("@", 1, at); in set_file_variables()
156 DEFINE_VARIABLE ("%", 1, percent); in set_file_variables()
227 DEFINE_VARIABLE ("+", 1, plus_value); in set_file_variables()
311 DEFINE_VARIABLE ("^", 1, caret_value); in set_file_variables()
314 DEFINE_VARIABLE ("?", 1, qmark_value); in set_file_variables()
317 DEFINE_VARIABLE ("|", 1, bar_value); in set_file_variables()
320 #undef DEFINE_VARIABLE in set_file_variables()
/dports/graphics/blender/blender-2.91.0/extern/gflags/src/gflags/
H A Dgflags.h480 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
516 DEFINE_VARIABLE(bool, B, name, val, txt)
519 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int32, I, \
523 DEFINE_VARIABLE(GFLAGS_NAMESPACE::uint32, U, \
527 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int64, I64, \
531 DEFINE_VARIABLE(GFLAGS_NAMESPACE::uint64, U64, \
535 DEFINE_VARIABLE(double, D, name, val, txt)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/third_party/gflags/src/windows/gflags/
H A Dgflags.h470 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
506 DEFINE_VARIABLE(bool, B, name, val, txt)
509 DEFINE_VARIABLE(::google::int32, I, \
513 DEFINE_VARIABLE(::google::int64, I64, \
517 DEFINE_VARIABLE(::google::uint64, U64, \
521 DEFINE_VARIABLE(double, D, name, val, txt)
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/third_party/gflags/src/windows/gflags/
H A Dgflags.h470 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
506 DEFINE_VARIABLE(bool, B, name, val, txt)
509 DEFINE_VARIABLE(::google::int32, I, \
513 DEFINE_VARIABLE(::google::int64, I64, \
517 DEFINE_VARIABLE(::google::uint64, U64, \
521 DEFINE_VARIABLE(double, D, name, val, txt)
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/third_party/gflags/src/windows/gflags/
H A Dgflags.h470 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
506 DEFINE_VARIABLE(bool, B, name, val, txt)
509 DEFINE_VARIABLE(::google::int32, I, \
513 DEFINE_VARIABLE(::google::int64, I64, \
517 DEFINE_VARIABLE(::google::uint64, U64, \
521 DEFINE_VARIABLE(double, D, name, val, txt)
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/third_party/gflags/src/windows/gflags/
H A Dgflags.h470 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
506 DEFINE_VARIABLE(bool, B, name, val, txt)
509 DEFINE_VARIABLE(::google::int32, I, \
513 DEFINE_VARIABLE(::google::int64, I64, \
517 DEFINE_VARIABLE(::google::uint64, U64, \
521 DEFINE_VARIABLE(double, D, name, val, txt)
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/third_party/linux/include/gflags/
H A Dgflags.h449 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
488 DEFINE_VARIABLE(bool,B, name, val, txt)
491 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32,I, name, val, txt)
494 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt)
497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
500 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt)
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h449 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
488 DEFINE_VARIABLE(bool,B, name, val, txt)
491 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32,I, name, val, txt)
494 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt)
497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
500 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt)
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/third_party/linux/include/gflags/
H A Dgflags.h449 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \
488 DEFINE_VARIABLE(bool,B, name, val, txt)
491 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32,I, name, val, txt)
494 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt)
497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
500 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt)
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/third_party/linux/include/gflags/
H A Dgflags.h449 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
488 DEFINE_VARIABLE(bool,B, name, val, txt)
491 #define DEFINE_int32(name,val,txt) DEFINE_VARIABLE(::google::int32,I, name, val, txt)
494 #define DEFINE_int64(name,val,txt) DEFINE_VARIABLE(::google::int64,I64, name, val, txt)
497 #define DEFINE_uint64(name,val,txt) DEFINE_VARIABLE(::google::uint64,U64, name, val, txt)
500 #define DEFINE_double(name,val,txt) DEFINE_VARIABLE(double,D, name, val, txt)
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libyuv/third_party/gflags/gen/posix/include/gflags/
H A Dgflags.h469 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \
505 DEFINE_VARIABLE(bool, B, name, val, txt)
508 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int32, I, \
512 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int64, I64, \
516 DEFINE_VARIABLE(GFLAGS_NAMESPACE::uint64, U64, \
520 DEFINE_VARIABLE(double, D, name, val, txt)
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libyuv/third_party/gflags/gen/win/include/gflags/
H A Dgflags.h469 #define DEFINE_VARIABLE(type, shorttype, name, value, help) \ macro
505 DEFINE_VARIABLE(bool, B, name, val, txt)
508 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int32, I, \
512 DEFINE_VARIABLE(GFLAGS_NAMESPACE::int64, I64, \
516 DEFINE_VARIABLE(GFLAGS_NAMESPACE::uint64, U64, \
520 DEFINE_VARIABLE(double, D, name, val, txt)
/dports/devel/remake/remake-4.3+dbg-1.5/src/
H A Dcommands.c141 #define DEFINE_VARIABLE(name, len, value) \ in set_file_variables() macro
146 DEFINE_VARIABLE ("<", 1, less); in set_file_variables()
147 DEFINE_VARIABLE ("*", 1, star); in set_file_variables()
148 DEFINE_VARIABLE ("@", 1, at); in set_file_variables()
149 DEFINE_VARIABLE ("%", 1, percent); in set_file_variables()
220 DEFINE_VARIABLE ("+", 1, plus_value); in set_file_variables()
304 DEFINE_VARIABLE ("^", 1, caret_value); in set_file_variables()
307 DEFINE_VARIABLE ("?", 1, qmark_value); in set_file_variables()
310 DEFINE_VARIABLE ("|", 1, bar_value); in set_file_variables()
313 #undef DEFINE_VARIABLE in set_file_variables()

12345