Home
last modified time | relevance | path

Searched defs:st (Results 1 – 25 of 1357) sorted by relevance

12345678910>>...55

/third_party/node/deps/openssl/openssl/crypto/stack/
Dstack.c173 static int sk_reserve(OPENSSL_STACK *st, int n, int exact) in sk_reserve()
228 OPENSSL_STACK *st = OPENSSL_zalloc(sizeof(OPENSSL_STACK)); in OPENSSL_sk_new_reserve() local
248 int OPENSSL_sk_reserve(OPENSSL_STACK *st, int n) in OPENSSL_sk_reserve()
260 int OPENSSL_sk_insert(OPENSSL_STACK *st, const void *data, int loc) in OPENSSL_sk_insert()
286 static ossl_inline void *internal_delete(OPENSSL_STACK *st, int loc) in internal_delete()
298 void *OPENSSL_sk_delete_ptr(OPENSSL_STACK *st, const void *p) in OPENSSL_sk_delete_ptr()
311 void *OPENSSL_sk_delete(OPENSSL_STACK *st, int loc) in OPENSSL_sk_delete()
319 static int internal_find(OPENSSL_STACK *st, const void *data, in internal_find()
369 int OPENSSL_sk_find(OPENSSL_STACK *st, const void *data) in OPENSSL_sk_find()
374 int OPENSSL_sk_find_ex(OPENSSL_STACK *st, const void *data) in OPENSSL_sk_find_ex()
[all …]
/third_party/openssl/crypto/stack/
Dstack.c173 static int sk_reserve(OPENSSL_STACK *st, int n, int exact) in sk_reserve()
228 OPENSSL_STACK *st = OPENSSL_zalloc(sizeof(OPENSSL_STACK)); in OPENSSL_sk_new_reserve() local
248 int OPENSSL_sk_reserve(OPENSSL_STACK *st, int n) in OPENSSL_sk_reserve()
260 int OPENSSL_sk_insert(OPENSSL_STACK *st, const void *data, int loc) in OPENSSL_sk_insert()
286 static ossl_inline void *internal_delete(OPENSSL_STACK *st, int loc) in internal_delete()
298 void *OPENSSL_sk_delete_ptr(OPENSSL_STACK *st, const void *p) in OPENSSL_sk_delete_ptr()
311 void *OPENSSL_sk_delete(OPENSSL_STACK *st, int loc) in OPENSSL_sk_delete()
319 static int internal_find(OPENSSL_STACK *st, const void *data, in internal_find()
369 int OPENSSL_sk_find(OPENSSL_STACK *st, const void *data) in OPENSSL_sk_find()
374 int OPENSSL_sk_find_ex(OPENSSL_STACK *st, const void *data) in OPENSSL_sk_find_ex()
[all …]
/third_party/node/deps/acorn/acorn-walk/dist/
Dwalk.js27 ; }(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 …]
Dwalk.mjs21 ; }(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/ltp/tools/sparse/sparse-src/validation/backend/
Dstruct-access.c1 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/mesa3d/src/mesa/state_tracker/
Dst_atom_constbuf.c55 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()
214 st_update_vs_constants(struct st_context *st) in st_update_vs_constants()
223 st_update_fs_constants(struct st_context *st) in st_update_fs_constants()
232 st_update_gs_constants(struct st_context *st) in st_update_gs_constants()
240 st_update_tcs_constants(struct st_context *st) in st_update_tcs_constants()
248 st_update_tes_constants(struct st_context *st) in st_update_tes_constants()
256 st_update_cs_constants(struct st_context *st) in st_update_cs_constants()
262 st_bind_ubos(struct st_context *st, struct gl_program *prog, in st_bind_ubos()
301 st_bind_vs_ubos(struct st_context *st) in st_bind_vs_ubos()
[all …]
Dst_context.c104 st_invalidate_buffers(struct st_context *st) in st_invalidate_buffers()
132 struct st_context *st = st_context(ctx); in st_invalidate_state() local
222 st_save_zombie_sampler_view(struct st_context *st, in st_save_zombie_sampler_view()
252 st_save_zombie_shader(struct st_context *st, in st_save_zombie_shader()
281 free_zombie_sampler_views(struct st_context *st) in free_zombie_sampler_views()
311 free_zombie_shaders(struct st_context *st) in free_zombie_shaders()
367 st_context_free_zombie_objects(struct st_context *st) in st_context_free_zombie_objects()
375 st_destroy_context_priv(struct st_context *st, bool destroy_pipe) in st_destroy_context_priv()
401 st_init_driver_flags(struct st_context *st) in st_init_driver_flags()
456 st_have_perfmon(struct st_context *st) in st_have_perfmon()
[all …]
Dst_atom_image.c51 st_convert_image(const struct st_context *st, const struct gl_image_unit *u, in st_convert_image()
141 st_convert_image_from_unit(const struct st_context *st, in st_convert_image_from_unit()
157 st_bind_images(struct st_context *st, struct gl_program *prog, in st_bind_images()
184 void st_bind_vs_images(struct st_context *st) in st_bind_vs_images()
192 void st_bind_fs_images(struct st_context *st) in st_bind_fs_images()
200 void st_bind_gs_images(struct st_context *st) in st_bind_gs_images()
208 void st_bind_tcs_images(struct st_context *st) in st_bind_tcs_images()
216 void st_bind_tes_images(struct st_context *st) in st_bind_tes_images()
224 void st_bind_cs_images(struct st_context *st) in st_bind_cs_images()
Dst_atom_storagebuf.c43 st_bind_ssbos(struct st_context *st, struct gl_program *prog, in st_bind_ssbos()
95 void st_bind_vs_ssbos(struct st_context *st) in st_bind_vs_ssbos()
103 void st_bind_fs_ssbos(struct st_context *st) in st_bind_fs_ssbos()
111 void st_bind_gs_ssbos(struct st_context *st) in st_bind_gs_ssbos()
119 void st_bind_tcs_ssbos(struct st_context *st) in st_bind_tcs_ssbos()
127 void st_bind_tes_ssbos(struct st_context *st) in st_bind_tes_ssbos()
135 void st_bind_cs_ssbos(struct st_context *st) in st_bind_cs_ssbos()
Dst_atom_atomicbuf.c69 st_bind_atomics(struct st_context *st, struct gl_program *prog, in st_bind_atomics()
99 st_bind_vs_atomics(struct st_context *st) in st_bind_vs_atomics()
108 st_bind_fs_atomics(struct st_context *st) in st_bind_fs_atomics()
117 st_bind_gs_atomics(struct st_context *st) in st_bind_gs_atomics()
126 st_bind_tcs_atomics(struct st_context *st) in st_bind_tcs_atomics()
135 st_bind_tes_atomics(struct st_context *st) in st_bind_tes_atomics()
144 st_bind_cs_atomics(struct st_context *st) in st_bind_cs_atomics()
157 st_bind_hw_atomic_buffers(struct st_context *st) in st_bind_hw_atomic_buffers()
Dst_cb_flush.c50 st_flush(struct st_context *st, in st_flush()
68 st_finish(struct st_context *st) in st_finish()
87 struct st_context *st = st_context(ctx); in st_glFlush() local
102 struct st_context *st = st_context(ctx); in st_glFinish() local
132 struct st_context *st = data; in st_device_reset_callback() local
149 struct st_context *st = st_context(ctx); in st_get_graphics_reset_status() local
166 st_install_device_reset_callback(struct st_context *st) in st_install_device_reset_callback()
Dst_atom_shader.c76 update_gl_clamp(struct st_context *st, struct gl_program *prog, uint32_t *gl_clamp) in update_gl_clamp()
113 st_update_fp( struct st_context *st ) in st_update_fp()
191 st_update_vp( struct st_context *st ) in st_update_vp()
253 st_update_common_program(struct st_context *st, struct gl_program *prog, in st_update_common_program()
303 st_update_gp(struct st_context *st) in st_update_gp()
313 st_update_tcp(struct st_context *st) in st_update_tcp()
323 st_update_tep(struct st_context *st) in st_update_tep()
333 st_update_cp(struct st_context *st) in st_update_cp()
Dst_atom_texture.c59 st_update_single_texture(struct st_context *st, in st_update_single_texture()
90 st_get_sampler_views(struct st_context *st, in st_get_sampler_views()
258 update_textures(struct st_context *st, in update_textures()
277 st_update_vertex_textures(struct st_context *st) in st_update_vertex_textures()
289 st_update_fragment_textures(struct st_context *st) in st_update_fragment_textures()
299 st_update_geometry_textures(struct st_context *st) in st_update_geometry_textures()
311 st_update_tessctrl_textures(struct st_context *st) in st_update_tessctrl_textures()
323 st_update_tesseval_textures(struct st_context *st) in st_update_tesseval_textures()
335 st_update_compute_textures(struct st_context *st) in st_update_compute_textures()
Dst_program.c222 delete_variant(struct st_context *st, struct st_variant *v, GLenum target) in delete_variant()
270 st_unbind_program(struct st_context *st, struct gl_program *p) in st_unbind_program()
307 st_release_variants(struct st_context *st, struct gl_program *p) in st_release_variants()
344 st_release_program(struct st_context *st, struct gl_program **p) in st_release_program()
374 st_prog_to_nir_postprocess(struct st_context *st, nir_shader *nir, in st_prog_to_nir_postprocess()
411 st_translate_prog_to_nir(struct st_context *st, struct gl_program *prog, in st_translate_prog_to_nir()
498 st_create_nir_shader(struct st_context *st, struct pipe_shader_state *state) in st_create_nir_shader()
577 st_translate_vertex_program(struct st_context *st, in st_translate_vertex_program()
612 get_nir_shader(struct st_context *st, struct gl_program *prog) in get_nir_shader()
635 lower_ucp(struct st_context *st, in lower_ucp()
[all …]
Dst_atom_sampler.c59 st_convert_sampler(const struct st_context *st, in st_convert_sampler()
152 st_convert_sampler_from_unit(const struct st_context *st, in st_convert_sampler_from_unit()
175 update_shader_samplers(struct st_context *st, in update_shader_samplers()
280 st_update_vertex_samplers(struct st_context *st) in st_update_vertex_samplers()
293 st_update_tessctrl_samplers(struct st_context *st) in st_update_tessctrl_samplers()
306 st_update_tesseval_samplers(struct st_context *st) in st_update_tesseval_samplers()
319 st_update_geometry_samplers(struct st_context *st) in st_update_geometry_samplers()
332 st_update_fragment_samplers(struct st_context *st) in st_update_fragment_samplers()
345 st_update_compute_samplers(struct st_context *st) in st_update_compute_samplers()
Dst_texture.c56 st_texture_create(struct st_context *st, in st_texture_create()
205 st_texture_match_image(struct st_context *st, in st_texture_match_image()
251 st_texture_image_map(struct st_context *st, struct gl_texture_image *stImage, in st_texture_image_map()
303 st_texture_image_unmap(struct st_context *st, in st_texture_image_unmap()
411 struct st_context *st = st_context(ctx); in st_create_color_map_texture() local
432 st_destroy_bound_texture_handles_per_stage(struct st_context *st, in st_destroy_bound_texture_handles_per_stage()
458 st_destroy_bound_texture_handles(struct st_context *st) in st_destroy_bound_texture_handles()
472 st_destroy_bound_image_handles_per_stage(struct st_context *st, in st_destroy_bound_image_handles_per_stage()
498 st_destroy_bound_image_handles(struct st_context *st) in st_destroy_bound_image_handles()
512 st_create_texture_handle_from_unit(struct st_context *st, in st_create_texture_handle_from_unit()
[all …]
Dst_draw.c88 prepare_draw(struct st_context *st, struct gl_context *ctx, uint64_t state_mask, in prepare_draw()
131 struct st_context *st, in prepare_indexed_draw()
178 struct st_context *st = st_context(ctx); in st_draw_gallium() local
195 struct st_context *st = st_context(ctx); in st_draw_gallium_multimode() local
221 rewrite_partial_stride_indirect(struct st_context *st, in rewrite_partial_stride_indirect()
248 struct st_context *st = st_context(ctx); in st_indirect_draw_vbo() local
317 struct st_context *st = st_context(ctx); in st_draw_transform_feedback() local
348 struct st_context *st = st_context(ctx); in st_draw_gallium_vertex_state() local
409 st_destroy_draw(struct st_context *st) in st_destroy_draw()
419 st_get_draw_context(struct st_context *st) in st_get_draw_context()
[all …]
Dst_sampler_view.c86 st_texture_set_sampler_view(struct st_context *st, in st_texture_set_sampler_view()
204 st_texture_get_current_sampler_view(const struct st_context *st, in st_texture_get_current_sampler_view()
225 st_texture_release_context_sampler_view(struct st_context *st, in st_texture_release_context_sampler_view()
251 st_texture_release_all_sampler_views(struct st_context *st, in st_texture_release_all_sampler_views()
289 st_delete_texture_sampler_views(struct st_context *st, in st_delete_texture_sampler_views()
432 get_texture_format_swizzle(const struct st_context *st, in get_texture_format_swizzle()
470 check_sampler_swizzle(const struct st_context *st, in check_sampler_swizzle()
511 st_get_sampler_view_format(const struct st_context *st, in st_get_sampler_view_format()
588 st_create_texture_sampler_view_from_stobj(struct st_context *st, in st_create_texture_sampler_view_from_stobj()
625 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/
Dpleval.c26 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/node/deps/npm/node_modules/function-bind/test/
Dindex.js25 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/ffmpeg/libavformat/
Ddemux.c49 static int64_t wrap_timestamp(const AVStream *st, int64_t timestamp) in wrap_timestamp()
64 int64_t ff_wrap_timestamp(const AVStream *st, int64_t timestamp) in ff_wrap_timestamp()
69 static const AVCodec *find_probe_decoder(AVFormatContext *s, const AVStream *st, enum AVCodecID cod… in find_probe_decoder()
99 static int set_codec_from_probe_data(AVFormatContext *s, AVStream *st, in set_codec_from_probe_data()
186 AVStream *const st = s->streams[i]; in update_stream_avctx() local
394 static void force_codec_ids(AVFormatContext *s, AVStream *st) in force_codec_ids()
416 static int probe_codec(AVFormatContext *s, AVStream *st, const AVPacket *pkt) in probe_codec()
469 static int update_wrap_reference(AVFormatContext *s, AVStream *st, int stream_index, AVPacket *pkt) in update_wrap_reference()
554 AVStream *st; in ff_read_packet() local
559 AVStream *const st = s->streams[pktl->pkt.stream_index]; in ff_read_packet() local
[all …]
/third_party/python/Python/
Dsymtable.c59 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/node/deps/openssl/openssl/providers/fips/
Dself_test_kats.c20 static int self_test_digest(const ST_KAT_DIGEST *t, OSSL_SELF_TEST *st, in self_test_digest()
85 static int self_test_cipher(const ST_KAT_CIPHER *t, OSSL_SELF_TEST *st, in self_test_cipher()
195 static int self_test_kdf(const ST_KAT_KDF *t, OSSL_SELF_TEST *st, in self_test_kdf()
250 static int self_test_drbg(const ST_KAT_DRBG *t, OSSL_SELF_TEST *st, in self_test_drbg()
363 OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_ka()
440 OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_sign()
533 static int self_test_asym_cipher(const ST_KAT_ASYM_CIPHER *t, OSSL_SELF_TEST *st, in self_test_asym_cipher()
619 static int self_test_digests(OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_digests()
630 static int self_test_ciphers(OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_ciphers()
641 static int self_test_asym_ciphers(OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_asym_ciphers()
[all …]
/third_party/openssl/providers/fips/
Dself_test_kats.c20 static int self_test_digest(const ST_KAT_DIGEST *t, OSSL_SELF_TEST *st, in self_test_digest()
85 static int self_test_cipher(const ST_KAT_CIPHER *t, OSSL_SELF_TEST *st, in self_test_cipher()
195 static int self_test_kdf(const ST_KAT_KDF *t, OSSL_SELF_TEST *st, in self_test_kdf()
250 static int self_test_drbg(const ST_KAT_DRBG *t, OSSL_SELF_TEST *st, in self_test_drbg()
363 OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_ka()
440 OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_sign()
533 static int self_test_asym_cipher(const ST_KAT_ASYM_CIPHER *t, OSSL_SELF_TEST *st, in self_test_asym_cipher()
619 static int self_test_digests(OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_digests()
630 static int self_test_ciphers(OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_ciphers()
641 static int self_test_asym_ciphers(OSSL_SELF_TEST *st, OSSL_LIB_CTX *libctx) in self_test_asym_ciphers()
[all …]
/third_party/openssl/test/
Dbntest.c113 int st = 0; in getint() local
150 int top, cond, st = 0; in test_swap() local
223 int i, st = 0; in test_sub() local
261 int st = 0, i; in test_div_recip() local
329 int st = 0; in test_signed_mod_replace_ab() local
352 int st = 0; in test_signed_mod_replace_ba() local
375 int st = 0, i; in test_mod() local
458 int st = 0; in test_modexp_mont5() local
719 int i, st = 0; in test_gf2m_add() local
753 int i, j, st = 0; in test_gf2m_mod() local
[all …]

12345678910>>...55