| /third_party/mbedtls/library/ |
| H A D | lmots.c | 119 create_digit_array_with_checksum(const mbedtls_lmots_parameters_t *params, const unsigned char *msg, size_t msg_len, const unsigned char *C_random_value, unsigned char *out) create_digit_array_with_checksum() argument 456 mbedtls_lmots_calculate_public_key_candidate(const mbedtls_lmots_parameters_t *params, const unsigned char *msg, size_t msg_size, const unsigned char *sig, size_t sig_size, unsigned char *out, size_t out_size, size_t *out_len) mbedtls_lmots_calculate_public_key_candidate() argument
|
| H A D | lms.c | 94 create_merkle_leaf_value(const mbedtls_lms_parameters_t *params, unsigned char *pub_key, unsigned int r_node_idx, unsigned char *out) create_merkle_leaf_value() argument 167 create_merkle_internal_value(const mbedtls_lms_parameters_t *params, const unsigned char *left_node, const unsigned char *right_node, unsigned int r_node_idx, unsigned char *out) create_merkle_internal_value() argument
|
| /third_party/lame/libmp3lame/ |
| H A D | mpglib_interface.c | 284 static char out[OUTSIZE_CLIPPED]; in lame_decode1_headersB() local
|
| /third_party/mesa3d/src/freedreno/computerator/ |
| H A D | a6xx.c | 107 a6xx_disassemble(struct kernel *kernel, FILE *out) in a6xx_disassemble() argument 109 ir3_asm_disassemble(to_ir3_kernel(kernel), out); in a6xx_disassemble() local
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_shader.c | 688 dump_reg(FILE *out, const char *name, uint32_t r) in dump_reg() argument 698 dump_output(FILE *out, struct ir3_shader_variant *so, unsigned slot, in dump_output() argument 738 dump_const_state(struct ir3_shader_variant *so, FILE *out) in dump_const_state() argument 781 ir3_shader_disasm(struct ir3_shader_variant *so, uint32_t *bin, FILE *out) ir3_shader_disasm() argument 936 const struct ir3_stream_output *out = &strmout->output[i]; ir3_link_stream_out() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_lower_to_cssa.cpp | 322 Temp out = node.equal_anc_out; in try_merge_merge_set() local
|
| H A D | aco_validate.cpp | 761 char* out; in ra_fail() local [all...] |
| /third_party/mesa3d/src/compiler/isaspec/ |
| H A D | decode.c | 118 FILE *out; member 765 isa_decode(void *bin, int sz, FILE *out, const struct isa_decode_options *options) in isa_decode() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_gather_xfb_info.c | 355 nir_xfb_output_info out; in nir_gather_xfb_info_from_intrinsics() local [all...] |
| /third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
| H A D | sign.c | 138 bin2hex(uint8_t *in, size_t len, char *out) in bin2hex() argument
|
| /third_party/libwebsockets/lib/roles/http/ |
| H A D | parsers.c | 1621 lws_jwt_get_http_cookie_validate_jwt(struct lws *wsi, struct lws_jwt_sign_set_cookie *i, char *out, size_t *out_len) lws_jwt_get_http_cookie_validate_jwt() argument [all...] |
| /third_party/libwebsockets/lib/roles/http/server/ |
| H A D | lws-spa.c | 60 char *out; member 98 lws_urldecode_s_create(struct lws_spa *spa, struct lws *wsi, char *out, in lws_urldecode_s_create() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shaderlib_nir.c | 334 nir_variable *out = nir_variable_create(b.shader, nir_var_shader_out, type, name); in si_create_passthrough_tcs() local
|
| H A D | si_state_viewport.c | 31 static void si_get_small_prim_cull_info(struct si_context *sctx, struct si_small_prim_cull_info *out) in si_get_small_prim_cull_info() argument 200 static void si_clamp_scissor(struct si_context *ctx, struct pipe_scissor_state *out, in si_clamp_scissor() argument 209 static void si_clip_scissor(struct pipe_scissor_state *out, struct pipe_scissor_state *clip) in si_clip_scissor() argument 217 si_scissor_make_union(struct si_signed_scissor *out, struct si_signed_scissor *in) si_scissor_make_union() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_combine_constants.cpp | 215 get_constant_value(const struct intel_device_info *devinfo, const fs_inst *inst, uint32_t src_idx, void *out, brw_reg_type *out_type) get_constant_value() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r600/ |
| H A D | r600_viewport.c | 123 static void r600_clip_scissor(struct pipe_scissor_state *out, in r600_clip_scissor() argument 112 r600_clamp_scissor(struct r600_common_context *rctx, struct pipe_scissor_state *out, struct r600_signed_scissor *scissor) r600_clamp_scissor() argument 132 r600_scissor_make_union(struct r600_signed_scissor *out, struct r600_signed_scissor *in) r600_scissor_make_union() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_tgsi.c | 200 struct ureg_dst out = ureg_DECL_output(ureg, in create_yuv_shader() local 344 struct ureg_dst out; in create_fs() local
|
| /third_party/node/src/crypto/ |
| H A D | crypto_cipher.cc | 789 Update( const char* data, size_t len, std::unique_ptr<BackingStore>* out) Init() argument 890 Final(std::unique_ptr<BackingStore>* out) Init() argument 982 Cipher( Environment* env, const ManagedEVPPKey& pkey, int padding, const EVP_MD* digest, const ArrayBufferOrViewContents<unsigned char>& oaep_label, const ArrayBufferOrViewContents<unsigned char>& data, std::unique_ptr<BackingStore>* out) Init() argument [all...] |
| /third_party/node/src/ |
| H A D | heap_utils.cc | 343 inline void TakeSnapshot(Environment* env, v8::OutputStream* out) { in TakeSnapshot() argument
|
| /third_party/node/deps/v8/third_party/zlib/google/ |
| H A D | zip_reader.cc | 44 std::ostream& operator<<(std::ostream& out, UnzipError error) { in operator <<() argument
|
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
| H A D | ct.h | 361 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, variable
|
| /third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
| H A D | ct.h | 361 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, variable
|
| H A D | conf.h | 128 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); variable 130 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); variable [all...] |
| /third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
| H A D | ct.h | 361 void SCT_LIST_print(const STACK_OF(SCT) *sct_list, BIO *out, int indent, variable
|
| H A D | conf.h | 128 int CONF_dump_fp(LHASH_OF(CONF_VALUE) *conf, FILE *out); variable 130 int CONF_dump_bio(LHASH_OF(CONF_VALUE) *conf, BIO *out); variable [all...] |