/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | controllermap.c | 107 int s, _s; in WatchJoystick() local 233 for (_s = 0; _s < s; _s++) { in WatchJoystick() 234 if (steps[_s].axis == event.jaxis.axis) { in WatchJoystick() 238 if (_s == s) { in WatchJoystick() 253 for (_s = 0; _s < s; _s++) { in WatchJoystick() 254 … if (steps[_s].hat == event.jhat.hat && steps[_s].hat_value == event.jhat.value) { in WatchJoystick() 258 if (_s == s) { in WatchJoystick() 271 for (_s = 0; _s < s; _s++) { in WatchJoystick() 272 if (steps[_s].button == event.jbutton.button) { in WatchJoystick() 276 if (_s == s) { in WatchJoystick()
|
/third_party/boost/libs/hana/example/tutorial/ |
D | introspection.adapt.cpp | 48 std::string name = hana::at_key(john, "name"_s); in main() 51 int age = hana::at_key(john, "age"_s); in main() 58 auto map = hana::insert(hana::to<hana::map_tag>(john), hana::make_pair("last name"_s, "Doe"s)); in main() 60 std::string name = map["name"_s]; in main() 63 std::string last_name = map["last name"_s]; in main() 66 int age = map["age"_s]; in main()
|
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | mapiwin.h | 31 #define HexCchOf(_s) (sizeof(_s)*2+1) argument 32 #define HexSizeOf(_s) (HexCchOf(_s)*sizeof(TCHAR)) argument
|
/third_party/boost/boost/random/ |
D | lognormal_distribution.hpp | 61 : _m(m_arg), _s(s_arg) {} in param_type() 67 RealType s() const { return _s; } in s() 72 os << parm._m << " " << parm._s; in BOOST_RANDOM_DETAIL_OSTREAM_OPERATOR() 79 is >> parm._m >> std::ws >> parm._s; in BOOST_RANDOM_DETAIL_ISTREAM_OPERATOR() 85 { return lhs._m == rhs._m && lhs._s == rhs._s; } in BOOST_RANDOM_DETAIL_EQUALITY_OPERATOR() 92 RealType _s; member in boost::random::lognormal_distribution::param_type
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/hw_compressed/ |
D | startup.c | 33 #define error(_s) uart_early_puts(_s) argument 34 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/hw_compressed/ |
D | startup.c | 33 #define error(_s) uart_early_puts(_s) argument 34 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3519av100/hw_compressed/ |
D | startup.c | 33 #define error(_s) uart_early_puts(_s) argument 34 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/hw_compressed/ |
D | startup.c | 33 #define error(_s) uart_early_puts(_s) argument 34 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516cv500/hw_compressed/ |
D | startup.c | 32 #define error(_s) uart_early_puts(_s) argument 33 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516av300/hw_compressed/ |
D | startup.c | 33 #define error(_s) uart_early_puts(_s) argument 34 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/popt/src/ |
D | system.h | 57 #define getenv(_s) secure_getenv(_s) argument 59 #define getenv(_s) __secure_getenv(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv300/hw_compressed/ |
D | startup.c | 33 #define error(_s) uart_early_puts(_s) argument 34 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3569v100/hw_compressed/ |
D | startup.c | 33 #define error(_s) uart_early_puts(_s) argument 34 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3559av100/hw_compressed/ |
D | startup.c | 33 #define error(_s) uart_early_puts(_s) argument 34 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/hw_compressed/ |
D | startup.c | 47 #define error(_s) uart_early_puts(_s) argument 48 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/boost/libs/xpressive/example/ |
D | numbers.cpp | 61 skip(_s) in example1() 72 skip(_s) in example1() 83 skip(_s) in example1() 96 skip(_s|punct) in example1()
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/hw_compressed/ |
D | startup.c | 47 #define error(_s) uart_early_puts(_s) argument 48 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/hw_compressed/ |
D | startup.c | 47 #define error(_s) uart_early_puts(_s) argument 48 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/hw_compressed/ |
D | startup.c | 47 #define error(_s) uart_early_puts(_s) argument 48 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/node/deps/npm/node_modules/yargs/lib/ |
D | validation.js | 18 const _s = argv._.length - yargs.getContext().commands.length 20 if (demandedCommands._ && (_s < demandedCommands._.min || _s > demandedCommands._.max)) { 21 if (_s < demandedCommands._.min) { 25 …demandedCommands._.minMsg ? demandedCommands._.minMsg.replace(/\$0/g, _s).replace(/\$1/, demandedC… 29 … __('Not enough non-option arguments: got %s, need at least %s', _s, demandedCommands._.min) 32 } else if (_s > demandedCommands._.max) { 36 …demandedCommands._.maxMsg ? demandedCommands._.maxMsg.replace(/\$0/g, _s).replace(/\$1/, demandedC… 40 __('Too many non-option arguments: got %s, maximum of %s', _s, demandedCommands._.max)
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/hw_compressed/ |
D | startup.c | 33 #define error(_s) uart_early_puts(_s) argument 34 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/hw_compressed/ |
D | startup.c | 33 #define error(_s) uart_early_puts(_s) argument 34 #define putstr(_s) uart_early_puts(_s) argument
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklink.h | 44 # define CONVERT_COM_STRING(s) BSTR _s = (BSTR)s; s = (char*) malloc(100); wcstombs(s, _s, 100); :… 47 # define CONVERT_COM_STRING(s) BSTR _s = (BSTR)s; s = _com_util::ConvertBSTRToString(_s); ::SysFre…
|
/third_party/boost/libs/xpressive/test/ |
D | test_symbols.cpp | 36 sregex rx = skip(_s) (+(a1=map1) in test1() 66 sregex rx = skip(_s) (+(a1=map1) in test2() 96 sregex rx = skip(_s) (+(a1=map1) in test3() 100 sregex rx = skip(_s) (+(a1=map1) in test3() 138 sregex rx = pair >> *(+_s >> pair); in test4() 220 sregex rx = skip(_s)( in test6() 293 wsregex rx = (a1= map1)[ result1 = a1 ] >> +_s in BOOST_TYPEOF_REGISTER_TYPE()
|
/third_party/typescript/tests/baselines/reference/ |
D | destructuringVariableDeclaration1ES5.js | 77 var _s = { f: [1, 2, { f3: 4, f5: 0 }] }.f, f1 = _s[0], f2 = _s[1], _t = _s[2], f4 = _t.f3, f5 = _t… variable
|