/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/ltp/tools/sparse/sparse-src/validation/backend/ |
D | struct-access.c | 1 struct st { struct 5 static int load_i(struct st *st) in load_i() 10 static void store_i(struct st *st, int i) in store_i() 15 static int *load_d(struct st *st) in load_d() 20 static void store_d(struct st *st, int *d) in store_d()
|
/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/mesa3d/src/mesa/state_tracker/ |
D | st_atom_constbuf.c | 55 st_unbind_unused_cb0(struct st_context *st, enum pipe_shader_type shader_type) in st_unbind_unused_cb0() 70 st_upload_constants(struct st_context *st, struct gl_program *prog, gl_shader_stage stage) in st_upload_constants() 210 st_update_vs_constants(struct st_context *st) in st_update_vs_constants() 219 st_update_fs_constants(struct st_context *st) in st_update_fs_constants() 228 st_update_gs_constants(struct st_context *st) in st_update_gs_constants() 236 st_update_tcs_constants(struct st_context *st) in st_update_tcs_constants() 244 st_update_tes_constants(struct st_context *st) in st_update_tes_constants() 252 st_update_cs_constants(struct st_context *st) in st_update_cs_constants() 258 st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos() 297 st_bind_vs_ubos(struct st_context *st) in st_bind_vs_ubos() [all …]
|
D | st_atom_storagebuf.c | 44 st_bind_ssbos(struct st_context *st, struct gl_program *prog, in st_bind_ssbos() 96 void st_bind_vs_ssbos(struct st_context *st) in st_bind_vs_ssbos() 104 void st_bind_fs_ssbos(struct st_context *st) in st_bind_fs_ssbos() 112 void st_bind_gs_ssbos(struct st_context *st) in st_bind_gs_ssbos() 120 void st_bind_tcs_ssbos(struct st_context *st) in st_bind_tcs_ssbos() 128 void st_bind_tes_ssbos(struct st_context *st) in st_bind_tes_ssbos() 136 void st_bind_cs_ssbos(struct st_context *st) in st_bind_cs_ssbos()
|
D | st_atom_atomicbuf.c | 68 st_bind_atomics(struct st_context *st, struct gl_program *prog, in st_bind_atomics() 97 st_bind_vs_atomics(struct st_context *st) in st_bind_vs_atomics() 106 st_bind_fs_atomics(struct st_context *st) in st_bind_fs_atomics() 115 st_bind_gs_atomics(struct st_context *st) in st_bind_gs_atomics() 124 st_bind_tcs_atomics(struct st_context *st) in st_bind_tcs_atomics() 133 st_bind_tes_atomics(struct st_context *st) in st_bind_tes_atomics() 142 st_bind_cs_atomics(struct st_context *st) in st_bind_cs_atomics() 155 st_bind_hw_atomic_buffers(struct st_context *st) in st_bind_hw_atomic_buffers()
|
D | st_atom_image.c | 52 st_convert_image(const struct st_context *st, const struct gl_image_unit *u, in st_convert_image() 143 st_convert_image_from_unit(const struct st_context *st, in st_convert_image_from_unit() 159 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images() 186 void st_bind_vs_images(struct st_context *st) in st_bind_vs_images() 194 void st_bind_fs_images(struct st_context *st) in st_bind_fs_images() 202 void st_bind_gs_images(struct st_context *st) in st_bind_gs_images() 210 void st_bind_tcs_images(struct st_context *st) in st_bind_tcs_images() 218 void st_bind_tes_images(struct st_context *st) in st_bind_tes_images() 226 void st_bind_cs_images(struct st_context *st) in st_bind_cs_images()
|
D | st_cb_flush.c | 51 st_flush(struct st_context *st, in st_flush() 69 st_finish(struct st_context *st) in st_finish() 92 struct st_context *st = st_context(ctx); in st_glFlush() local 111 struct st_context *st = st_context(ctx); in st_glFinish() local 141 struct st_context *st = data; in st_device_reset_callback() local 158 struct st_context *st = st_context(ctx); in st_get_graphics_reset_status() local 175 st_install_device_reset_callback(struct st_context *st) in st_install_device_reset_callback()
|
D | st_context.c | 104 struct st_context *st = st_context(ctx); in st_Enable() local 180 st_invalidate_buffers(struct st_context *st) in st_invalidate_buffers() 211 struct st_context *st = st_context(ctx); in st_invalidate_state() local 302 st_save_zombie_sampler_view(struct st_context *st, in st_save_zombie_sampler_view() 332 st_save_zombie_shader(struct st_context *st, in st_save_zombie_shader() 361 free_zombie_sampler_views(struct st_context *st) in free_zombie_sampler_views() 391 free_zombie_shaders(struct st_context *st) in free_zombie_shaders() 447 st_context_free_zombie_objects(struct st_context *st) in st_context_free_zombie_objects() 455 st_destroy_context_priv(struct st_context *st, bool destroy_pipe) in st_destroy_context_priv() 482 st_init_driver_flags(struct st_context *st) in st_init_driver_flags() [all …]
|
D | st_atom_shader.c | 83 update_gl_clamp(struct st_context *st, struct gl_program *prog, uint32_t *gl_clamp) in update_gl_clamp() 120 st_update_fp( struct st_context *st ) in st_update_fp() 203 st_update_vp( struct st_context *st ) in st_update_vp() 276 st_update_common_program(struct st_context *st, struct gl_program *prog, in st_update_common_program() 339 st_update_gp(struct st_context *st) in st_update_gp() 349 st_update_tcp(struct st_context *st) in st_update_tcp() 359 st_update_tep(struct st_context *st) in st_update_tep() 369 st_update_cp(struct st_context *st) in st_update_cp()
|
D | st_atom_texture.c | 59 st_update_single_texture(struct st_context *st, in st_update_single_texture() 92 st_get_sampler_views(struct st_context *st, in st_get_sampler_views() 260 update_textures(struct st_context *st, in update_textures() 279 st_update_vertex_textures(struct st_context *st) in st_update_vertex_textures() 291 st_update_fragment_textures(struct st_context *st) in st_update_fragment_textures() 301 st_update_geometry_textures(struct st_context *st) in st_update_geometry_textures() 313 st_update_tessctrl_textures(struct st_context *st) in st_update_tessctrl_textures() 325 st_update_tesseval_textures(struct st_context *st) in st_update_tesseval_textures() 337 st_update_compute_textures(struct st_context *st) in st_update_compute_textures()
|
D | st_atom_sampler.c | 60 st_convert_sampler(const struct st_context *st, in st_convert_sampler() 148 st_convert_sampler_from_unit(const struct st_context *st, in st_convert_sampler_from_unit() 171 update_shader_samplers(struct st_context *st, in update_shader_samplers() 276 st_update_vertex_samplers(struct st_context *st) in st_update_vertex_samplers() 289 st_update_tessctrl_samplers(struct st_context *st) in st_update_tessctrl_samplers() 302 st_update_tesseval_samplers(struct st_context *st) in st_update_tesseval_samplers() 315 st_update_geometry_samplers(struct st_context *st) in st_update_geometry_samplers() 328 st_update_fragment_samplers(struct st_context *st) in st_update_fragment_samplers() 341 st_update_compute_samplers(struct st_context *st) in st_update_compute_samplers()
|
D | st_atom.c | 53 void st_init_atoms( struct st_context *st ) in st_init_atoms() 59 void st_destroy_atoms( struct st_context *st ) in st_destroy_atoms() 67 static void check_program_state( struct st_context *st ) in check_program_state() 143 void st_update_edgeflags(struct st_context *st, bool per_vertex_edgeflags) in st_update_edgeflags() 165 static void check_attrib_edgeflag(struct st_context *st) in check_attrib_edgeflag() 175 void st_validate_state( struct st_context *st, enum st_pipeline pipeline ) in st_validate_state()
|
D | st_sampler_view.c | 87 st_texture_set_sampler_view(struct st_context *st, in st_texture_set_sampler_view() 203 st_texture_get_current_sampler_view(const struct st_context *st, in st_texture_get_current_sampler_view() 224 st_texture_release_context_sampler_view(struct st_context *st, in st_texture_release_context_sampler_view() 250 st_texture_release_all_sampler_views(struct st_context *st, in st_texture_release_all_sampler_views() 288 st_delete_texture_sampler_views(struct st_context *st, in st_delete_texture_sampler_views() 431 get_texture_format_swizzle(const struct st_context *st, in get_texture_format_swizzle() 469 check_sampler_swizzle(const struct st_context *st, in check_sampler_swizzle() 510 get_sampler_view_format(struct st_context *st, in get_sampler_view_format() 587 st_create_texture_sampler_view_from_stobj(struct st_context *st, in st_create_texture_sampler_view_from_stobj() 624 st_get_texture_sampler_view_from_stobj(struct st_context *st, in st_get_texture_sampler_view_from_stobj() [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/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/python/Python/ |
D | symtable.c | 59 ste_new(struct symtable *st, identifier name, _Py_block_ty block, in ste_new() 246 struct symtable *st; in symtable_new() local 284 struct symtable *st = symtable_new(); in _PySymtable_Build() local 371 _PySymtable_Free(struct symtable *st) in _PySymtable_Free() 380 PySymtable_Lookup(struct symtable *st, void *key) in PySymtable_Lookup() 938 symtable_analyze(struct symtable *st) in symtable_analyze() 963 symtable_exit_block(struct symtable *st) in symtable_exit_block() 979 symtable_enter_block(struct symtable *st, identifier name, _Py_block_ty block, in symtable_enter_block() 1023 symtable_lookup(struct symtable *st, PyObject *name) in symtable_lookup() 1034 symtable_add_def_helper(struct symtable *st, PyObject *name, int flag, struct _symtable_entry *ste, in symtable_add_def_helper() [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/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/openssl/test/ |
D | bntest.c | 117 int st = 0; in getint() local 154 int top, cond, st = 0; in test_swap() local 227 int i, st = 0; in test_sub() local 265 int st = 0, i; in test_div_recip() local 333 int st = 0; in test_signed_mod_replace_ab() local 356 int st = 0; in test_signed_mod_replace_ba() local 379 int st = 0, i; in test_mod() local 462 int st = 0; in test_modexp_mont5() local 723 int i, st = 0; in test_gf2m_add() local 757 int i, j, st = 0; in test_gf2m_mod() local [all …]
|