/third_party/mesa3d/src/glx/ |
H A D | single2.c | 540 __indirect_glFeedbackBuffer(GLsizei size, GLenum type, GLfloat * buffer) in __indirect_glFeedbackBuffer() argument 718 const size_t size = 7 + strlen((char *) s) + 4; in __indirect_glGetString() local
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_query_hw.c | 34 nvc0_hw_query_allocate(struct nvc0_context *nvc0, struct nvc0_query *q, int size) nvc0_hw_query_allocate() argument
|
H A D | nvc0_screen.c | 754 nvc0_graph_set_macro(struct nvc0_screen *screen, uint32_t m, unsigned pos, unsigned size, const uint32_t *data) nvc0_graph_set_macro() argument 774 tu102_graph_set_macro(struct nvc0_screen *screen, uint32_t m, unsigned pos, unsigned size, const uint32_t *data) tu102_graph_set_macro() argument 916 uint64_t size = (lpos + lneg) * 32 + cstack; nvc0_screen_resize_tls_area() local 946 nvc0_screen_resize_text_area(struct nvc0_screen *screen, uint64_t size) nvc0_screen_resize_text_area() argument 990 nvc0_screen_bind_cb_3d(struct nvc0_screen *screen, bool *can_serialize, int stage, int index, int size, uint64_t addr) nvc0_screen_bind_cb_3d() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_screen.c | 581 static const unsigned size[4] = {10, 10, 10, 2}; in util_format_is_rgba1010102_variant() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | compute_memory_pool.c | 631 compute_memory_transfer( struct compute_memory_pool* pool, struct pipe_context * pipe, int device_to_host, struct compute_memory_item* chunk, void* data, int offset_in_chunk, int size) compute_memory_transfer() argument [all...] |
H A D | r600_buffer_common.c | 106 r600_init_resource_fields(struct r600_common_screen *rscreen, struct r600_resource *res, uint64_t size, unsigned alignment) r600_init_resource_fields() argument 303 r600_can_dma_copy_buffer(struct r600_common_context *rctx, unsigned dstx, unsigned srcx, unsigned size) r600_can_dma_copy_buffer() argument 525 r600_buffer_subdata(struct pipe_context *ctx, struct pipe_resource *buffer, unsigned usage, unsigned offset, unsigned size, const void *data) r600_buffer_subdata() argument 590 r600_aligned_buffer_create(struct pipe_screen *screen, unsigned flags, unsigned usage, unsigned size, unsigned alignment) r600_aligned_buffer_create() argument [all...] |
H A D | r600_hw_context.c | 499 r600_cp_dma_copy_buffer(struct r600_context *rctx, struct pipe_resource *dst, uint64_t dst_offset, struct pipe_resource *src, uint64_t src_offset, unsigned size) r600_cp_dma_copy_buffer() argument 579 r600_dma_copy_buffer(struct r600_context *rctx, struct pipe_resource *dst, struct pipe_resource *src, uint64_t dst_offset, uint64_t src_offset, uint64_t size) r600_dma_copy_buffer() argument [all...] |
/third_party/node/deps/openssl/openssl/apps/include/ |
H A D | apps.h | 89 int size; member
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_bio.c | 67 size_t size; member 111 size_t size = size_; in bio_read() local [all...] |
H A D | bio_sock.c | 107 socklen_t size = sizeof(j); in BIO_sock_error() local
|
H A D | bss_core.c | 75 static int bio_core_gets(BIO *bio, char *buf, int size) in bio_core_gets() argument
|
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | bio_prov.c | 106 int ossl_prov_bio_gets(OSSL_CORE_BIO *bio, char *buf, int size) in ossl_prov_bio_gets() argument 181 static int bio_core_gets(BIO *bio, char *buf, int size) in bio_core_gets() argument
|
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/ |
H A D | ecdh_exch.c | 434 size_t ecdhsize, size; in ecdh_plain_derive() local
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/ |
H A D | test_rng.c | 176 size_t size = 0; in test_rng_set_ctx_params() local
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | bio_ssl.c | 91 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes) in ssl_read() argument 161 static int ssl_write(BIO *b, const char *buf, size_t size, size_t *written) in ssl_write() argument
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
H A D | statem.c | 510 static int grow_init_buf(SSL *s, size_t size) { in grow_init_buf() argument
|
/third_party/node/deps/openssl/openssl/crypto/ui/ |
H A D | ui_util.c | 32 int UI_UTIL_read_pw(char *buf, char *buff, int size, const char *prompt, in UI_UTIL_read_pw() argument
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | ktls.h | 332 static ossl_inline ossl_ssize_t ktls_sendfile(int s, int fd, off_t off, size_t size, int flags) in ktls_sendfile() argument 188 ktls_sendfile(int s, int fd, off_t off, size_t size, int flags) ktls_sendfile() argument
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | keymgmt_lib.c | 298 int size = 0; in evp_keymgmt_util_cache_keyinfo() local
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | o_str.c | 75 size_t OPENSSL_strlcpy(char *dst, const char *src, size_t size) in OPENSSL_strlcpy() argument 87 size_t OPENSSL_strlcat(char *dst, const char *src, size_t size) in OPENSSL_strlcat() argument
|
H A D | param_build.c | 28 size_t size; member 51 param_push(OSSL_PARAM_BLD *bld, const char *key, int size, size_t alloc, int type, int secure) param_push() argument 76 param_push_num(OSSL_PARAM_BLD *bld, const char *key, void *num, size_t size, int type) param_push_num() argument [all...] |
H A D | packet.c | 382 int WPACKET_put_bytes__(WPACKET *pkt, uint64_t val, size_t size) in WPACKET_put_bytes__() argument
|
H A D | passphrase.c | 315 static int ossl_pw_get_password(char *buf, int size, int rwflag, in ossl_pw_get_password() argument 331 int ossl_pw_pem_password(char *buf, int size, int rwflag, void *userdata) in ossl_pw_pem_password() argument 336 int ossl_pw_pvk_password(char *buf, int size, int rwflag, void *userdata) in ossl_pw_pvk_password() argument
|
H A D | punycode.c | 257 size_t size = 0, maxsize; in ossl_a2ulabel() local
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | engine.c | 55 static int append_buf(char **buf, int *size, const char *s) in append_buf() argument
|