/third_party/boost/boost/preprocessor/seq/ |
D | fold_right.hpp | 29 # define BOOST_PP_SEQ_FOLD_RIGHT_257(op, st, ss) BOOST_PP_ERROR(0x0005) argument 31 # define BOOST_PP_SEQ_FOLD_RIGHT_1(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, BOOST_PP_SEQ_REVE… argument 32 # define BOOST_PP_SEQ_FOLD_RIGHT_2(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, BOOST_PP_SEQ_REVE… argument 33 # define BOOST_PP_SEQ_FOLD_RIGHT_3(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, BOOST_PP_SEQ_REVE… argument 34 # define BOOST_PP_SEQ_FOLD_RIGHT_4(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, BOOST_PP_SEQ_REVE… argument 35 # define BOOST_PP_SEQ_FOLD_RIGHT_5(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, BOOST_PP_SEQ_REVE… argument 36 # define BOOST_PP_SEQ_FOLD_RIGHT_6(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, BOOST_PP_SEQ_REVE… argument 37 # define BOOST_PP_SEQ_FOLD_RIGHT_7(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_7(op, st, BOOST_PP_SEQ_REVE… argument 38 # define BOOST_PP_SEQ_FOLD_RIGHT_8(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_8(op, st, BOOST_PP_SEQ_REVE… argument 39 # define BOOST_PP_SEQ_FOLD_RIGHT_9(op, st, ss) BOOST_PP_SEQ_FOLD_LEFT_I_9(op, st, BOOST_PP_SEQ_REVE… argument [all …]
|
D | fold_left.hpp | 31 # define BOOST_PP_SEQ_FOLD_LEFT_O(s, st, _) st argument 33 # define BOOST_PP_SEQ_FOLD_LEFT_257(op, st, ss) BOOST_PP_ERROR(0x0005) argument 34 # define BOOST_PP_SEQ_FOLD_LEFT_I_257(op, st, ss, sz) BOOST_PP_ERROR(0x0005) argument 38 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_1(op, st, ss, sz) 0 argument 39 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_2(op, st, ss, sz) 0 argument 40 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_3(op, st, ss, sz) 0 argument 41 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_4(op, st, ss, sz) 0 argument 42 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_5(op, st, ss, sz) 0 argument 43 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_6(op, st, ss, sz) 0 argument 44 # define BOOST_PP_SEQ_FOLD_LEFT_CHECK_BOOST_PP_SEQ_FOLD_LEFT_I_7(op, st, ss, sz) 0 argument [all …]
|
/third_party/node/deps/acorn/acorn-walk/dist/ |
D | walk.js | 27 ; }(function c(node, st, override) { argument 40 ; }(function c(node, st, override) { argument 57 ;(function c(node, st, override) { argument 77 ;(function c(node, st, override) { argument 92 ;(function c(node, st, override) { argument 112 (function c(node, st, override) { argument 134 (function c(node, st, override) { argument 151 (function c(node, st, override) { argument 168 ;(function c(node, st, override) { argument 186 function skipThrough(node, st, c) { c(node, st); } argument [all …]
|
D | walk.mjs | 21 ; }(function c(node, st, override) { argument 34 ; }(function c(node, st, override) { argument 51 ;(function c(node, st, override) { argument 71 ;(function c(node, st, override) { argument 86 ;(function c(node, st, override) { argument 106 (function c(node, st, override) { argument 128 (function c(node, st, override) { argument 145 (function c(node, st, override) { argument 162 ;(function c(node, st, override) { argument 180 function skipThrough(node, st, c) { c(node, st); } argument [all …]
|
/third_party/openssl/crypto/stack/ |
D | stack.c | 160 static int sk_reserve(OPENSSL_STACK *st, int n, int exact) in sk_reserve() 209 OPENSSL_STACK *st = OPENSSL_zalloc(sizeof(OPENSSL_STACK)); in OPENSSL_sk_new_reserve() local 227 int OPENSSL_sk_reserve(OPENSSL_STACK *st, int n) in OPENSSL_sk_reserve() 237 int OPENSSL_sk_insert(OPENSSL_STACK *st, const void *data, int loc) in OPENSSL_sk_insert() 257 static ossl_inline void *internal_delete(OPENSSL_STACK *st, int loc) in internal_delete() 269 void *OPENSSL_sk_delete_ptr(OPENSSL_STACK *st, const void *p) in OPENSSL_sk_delete_ptr() 279 void *OPENSSL_sk_delete(OPENSSL_STACK *st, int loc) in OPENSSL_sk_delete() 287 static int internal_find(OPENSSL_STACK *st, const void *data, in internal_find() 316 int OPENSSL_sk_find(OPENSSL_STACK *st, const void *data) in OPENSSL_sk_find() 321 int OPENSSL_sk_find_ex(OPENSSL_STACK *st, const void *data) in OPENSSL_sk_find_ex() [all …]
|
/third_party/musl/src/locale/ |
D | pleval.c | 26 struct st { struct 38 static const char *evalexpr(struct st *st, const char *s, int d); argument 40 static const char *evalprim(struct st *st, const char *s, int d) in evalprim() 67 static int binop(struct st *st, int op, unsigned long left) in binop() 88 static const char *parseop(struct st *st, const char *s) in parseop() 110 static const char *evalbinop(struct st *st, const char *s, int minprec, int d) in evalbinop() 134 static const char *evalexpr(struct st *st, const char *s, int d) in evalexpr() 154 struct st st; in __pleval() local
|
/third_party/boost/libs/thread/test/sync/conditions/cv_status/ |
D | cv_status_pass.cpp | 29 boost::cv_status st = boost::cv_status::no_timeout; in main() local 36 boost::cv_status st = boost::cv_status::timeout; in main() local 43 boost::cv_status st; in main() local 51 boost::cv_status st; in main() local
|
/third_party/node/deps/npm/node_modules/function-bind/test/ |
D | index.js | 25 t.test('binds properly', function (st) { argument 39 t.test('binds properly, and still supplies bound arguments', function (st) { argument 53 t.test('returns properly', function (st) { argument 67 t.test('returns properly with bound arguments', function (st) { argument 81 t.test('called as a constructor', function (st) { argument 119 t.test('with no bound arguments', function (st) { argument 134 t.test('with bound arguments', function (st) { argument 149 t.test('returns properly', function (st) { argument 165 t.test('returns properly with bound arguments', function (st) { argument 181 t.test('passes the correct arguments when called as a constructor', function (st) { argument [all …]
|
/third_party/python/Python/ |
D | symtable.c | 47 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new() 225 struct symtable *st; in symtable_new() local 263 struct symtable *st = symtable_new(); in PySymtable_BuildObject() local 352 struct symtable *st; in PySymtable_Build() local 362 PySymtable_Free(struct symtable *st) in PySymtable_Free() 371 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup() 927 symtable_analyze(struct symtable *st) in symtable_analyze() 952 symtable_exit_block(struct symtable *st) in symtable_exit_block() 968 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block() 1002 symtable_lookup(struct symtable *st, PyObject *name) in symtable_lookup() [all …]
|
/third_party/iowow/src/utils/ |
D | iwstree.c | 46 IWSTREE *st; /**< Owner tree */ member 74 IWSTREE *st; in iwstree_create() local 88 static void _free_node(IWSTREE *st, tree_node_t *node) { in _free_node() 99 void iwstree_clear(IWSTREE *st) { in iwstree_clear() 106 void iwstree_destroy(IWSTREE *st) { in iwstree_destroy() 145 IWSTREE *st, in _splay() 219 int iwstree_is_empty(IWSTREE *st) { in iwstree_is_empty() 223 void *iwstree_remove(IWSTREE *st, const void *key) { in iwstree_remove() 252 void *iwstree_get(IWSTREE *st, const void *key) { in iwstree_get() 257 int iwstree_count(IWSTREE *st) { in iwstree_count() [all …]
|
/third_party/boost/libs/process/test/ |
D | env.cpp | 36 bp::ipstream st; variable 83 auto st = val.to_string(); variable 90 bp::ipstream st; variable 119 bp::ipstream st; variable 149 bp::ipstream st; variable
|
/third_party/openssl/test/ |
D | bntest.c | 118 int st = 0; in getint() local 155 int top, cond, st = 0; in test_swap() local 228 int i, st = 0; in test_sub() local 266 int st = 0, i; in test_div_recip() local 311 int st = 0, i; in test_mod() local 392 int st = 0; in test_modexp_mont5() local 653 int i, st = 0; in test_gf2m_add() local 687 int i, j, st = 0; in test_gf2m_mod() local 728 int i, j, st = 0; in test_gf2m_mul() local 780 int i, j, st = 0; in test_gf2m_sqr() local [all …]
|
/third_party/node/deps/npm/node_modules/normalize-package-data/node_modules/resolve/test/ |
D | core.js | 6 t.test('isCore()', function (st) { argument 16 t.test('core list', function (st) { argument 38 t.test('core via repl module', { skip: !resolve.core.repl }, function (st) { argument 55 t.test('core via builtinModules list', { skip: !resolve.core.module }, function (st) { argument
|
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_pq/ |
D | tq_single_thread_pass.cpp | 53 boost::queue_op_status st = pq.nonblocking_pull(val); in test_all() local 69 boost::queue_op_status st = pq.try_push(i, milliseconds(i*100)); in test_all_with_try() local 76 boost::queue_op_status st = pq.try_push(i,steady_clock::now() + milliseconds(i*100)); in test_all_with_try() local 84 boost::queue_op_status st = pq.wait_pull(val); in test_all_with_try() local 90 boost::queue_op_status st = pq.nonblocking_pull(val); in test_all_with_try() local
|
/third_party/node/deps/npm/node_modules/qs/test/ |
D | stringify.js | 10 t.test('stringifies a querystring object', function (st) { argument 22 t.test('adds query prefix', function (st) { argument 27 t.test('with query prefix, outputs blank string given an empty object', function (st) { argument 32 t.test('stringifies a nested object', function (st) { argument 38 t.test('stringifies a nested object with dots notation', function (st) { argument 44 t.test('stringifies an array value', function (st) { argument 63 t.test('omits nulls when asked', function (st) { argument 68 t.test('omits nested nulls when asked', function (st) { argument 73 t.test('omits array indices when asked', function (st) { argument 78 t.test('stringifies a nested array value', function (st) { argument [all …]
|
D | parse.js | 10 t.test('parses a simple string', function (st) { argument 35 t.test('allows enabling dot notation', function (st) { argument 49 t.test('only parses one level when depth = 1', function (st) { argument 57 t.test('parses an explicit array', function (st) { argument 64 t.test('parses a mix of simple and explicit arrays', function (st) { argument 81 t.test('parses a nested array', function (st) { argument 87 t.test('allows to specify array indices', function (st) { argument 96 t.test('limits specific array indices to arrayLimit', function (st) { argument 104 t.test('supports encoded = signs', function (st) { argument 109 t.test('is ok with url encoded strings', function (st) { argument [all …]
|
/third_party/boost/boost/fiber/cuda/ |
D | waitfor.hpp | 37 static void trampoline( cudaStream_t st, cudaError_t status, void * vp) { in trampoline() 44 single_stream_rendezvous( cudaStream_t st) { in single_stream_rendezvous() 54 void notify( cudaStream_t st, cudaError_t status) noexcept { in notify() 82 for ( cudaStream_t st : stx_) { local 93 void notify( cudaStream_t st, cudaError_t status) noexcept { in notify() 121 std::tuple< cudaStream_t, cudaError_t > waitfor_all( cudaStream_t st) { in waitfor_all()
|
/third_party/boost/boost/fiber/hip/ |
D | waitfor.hpp | 37 static void trampoline( hipStream_t st, hipError_t status, void * vp) { in trampoline() 44 single_stream_rendezvous( hipStream_t st) { in single_stream_rendezvous() 54 void notify( hipStream_t st, hipError_t status) noexcept { in notify() 82 for ( hipStream_t st : stx_) { local 93 void notify( hipStream_t st, hipError_t status) noexcept { in notify() 121 std::tuple< hipStream_t, hipError_t > waitfor_all( hipStream_t st) { in waitfor_all()
|
/third_party/ffmpeg/libavfilter/ |
D | ebur128.c | 104 static void ebur128_init_filter(FFEBUR128State * st) in ebur128_init_filter() 154 static int ebur128_init_channel_map(FFEBUR128State * st) in ebur128_init_channel_map() 222 FFEBUR128State *st; in ff_ebur128_init() local 302 void ff_ebur128_destroy(FFEBUR128State ** st) in ff_ebur128_destroy() 392 static void ebur128_calc_gating_block(FFEBUR128State * st, in ebur128_calc_gating_block() 446 int ff_ebur128_set_channel(FFEBUR128State * st, in ff_ebur128_set_channel() 587 int ff_ebur128_relative_threshold(FFEBUR128State * st, double *out) in ff_ebur128_relative_threshold() 603 int ff_ebur128_loudness_global(FFEBUR128State * st, double *out) in ff_ebur128_loudness_global() 614 static int ebur128_energy_in_interval(FFEBUR128State * st, in ebur128_energy_in_interval() 624 static int ebur128_energy_shortterm(FFEBUR128State * st, double *out) in ebur128_energy_shortterm() [all …]
|
/third_party/boost/libs/stacktrace/test/ |
D | test.cpp | 106 void test_comparisons_base(Bt nst, Bt st) { in test_comparisons_base() 148 stacktrace st; in test_comparisons() local 153 stacktrace st; in test_iterators() local 193 stacktrace st = make_some_stacktrace1(); in test_frame() local 239 st_t st = BySkip ? st_t(100500, 1024) : st_t(0, 0); in test_empty_basic_stacktrace() local
|
/third_party/gstreamer/gstplugins_base/tests/check/pipelines/ |
D | tcp.c | 55 symmetry_test_setup (SymmetryTest * st, GstElement * sink, GstElement * src) in symmetry_test_setup() 88 symmetry_test_teardown (SymmetryTest * st) in symmetry_test_teardown() 102 symmetry_test_assert_passthrough (SymmetryTest * st, GstBuffer * in) in symmetry_test_assert_passthrough() 153 setup_multisocketsink_and_socketsrc (SymmetryTest * st) in setup_multisocketsink_and_socketsrc() 177 SymmetryTest st = { 0 }; in GST_START_TEST() local 189 SymmetryTest st = { 0 }; in GST_START_TEST() local 207 SymmetryTest st = { 0 }; in GST_START_TEST() local 319 SymmetryTest st = { 0 }; in GST_START_TEST() local
|
/third_party/ffmpeg/libavformat/ |
D | mux.c | 89 AVRational ff_choose_timebase(AVFormatContext *s, AVStream *st, int min_precision) in ff_choose_timebase() 105 enum AVChromaLocation ff_choose_chroma_location(AVFormatContext *s, AVStream *st) in ff_choose_chroma_location() 196 static int validate_codec_tag(AVFormatContext *s, AVStream *st) in validate_codec_tag() 233 AVStream *st; local 425 AVStream *st; local 546 static int compute_muxer_pkt_fields(AVFormatContext *s, AVStream *st, AVPacket *pkt) 670 AVStream *st = s->streams[pkt->stream_index]; local 680 AVStream *st = s->streams[pkt->stream_index]; local 762 static int prepare_input_packet(AVFormatContext *s, AVStream *st, AVPacket *pkt) 817 AVStream *st = s->streams[pkt->stream_index]; local [all …]
|
D | codec2.c | 64 static int codec2_read_header_common(AVFormatContext *s, AVStream *st) in codec2_read_header_common() 91 AVStream *st = avformat_new_stream(s, NULL); in codec2_read_header() local 127 AVStream *st = s->streams[0]; in codec2_read_packet() local 154 AVStream *st; in codec2_write_header() local 178 AVStream *st; in codec2raw_read_header() local
|
D | mvdec.c | 103 static int set_channels(AVFormatContext *avctx, AVStream *st, int channels) in set_channels() 119 static int parse_global_var(AVFormatContext *avctx, AVStream *st, in parse_global_var() 143 static int parse_audio_var(AVFormatContext *avctx, AVStream *st, in parse_audio_var() 176 static int parse_video_var(AVFormatContext *avctx, AVStream *st, in parse_video_var() 231 static int read_table(AVFormatContext *avctx, AVStream *st, in read_table() 264 static void read_index(AVIOContext *pb, AVStream *st) in read_index() 433 AVStream *st = avctx->streams[mv->stream_index]; in mv_read_packet() local 481 AVStream *st = avctx->streams[stream_index]; in mv_read_seek() local
|
/third_party/boost/boost/process/detail/traits/ |
D | wchar_t.hpp | 166 [](const std::string & st) in conv() 167 { in conv() 198 [](const char* st) in conv() 199 { in conv() 230 [](const std::wstring & st) in conv() 231 { in conv() 262 [](const wchar_t* st) in conv() 263 { in conv()
|