Home
last modified time | relevance | path

Searched refs:param_bytes (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
Dec_curve.c3348 unsigned char *param_bytes = NULL; in ossl_ec_curve_nid_from_params() local
3376 param_bytes = OPENSSL_malloc(param_len * NUM_BN_FIELDS); in ossl_ec_curve_nid_from_params()
3377 if (param_bytes == NULL) in ossl_ec_curve_nid_from_params()
3404 if (BN_bn2binpad(bn[i], &param_bytes[i*param_len], param_len) <= 0) in ossl_ec_curve_nid_from_params()
3428 && memcmp(param_bytes, params, param_len * NUM_BN_FIELDS) in ossl_ec_curve_nid_from_params()
3437 OPENSSL_free(param_bytes); in ossl_ec_curve_nid_from_params()
/third_party/openssl/crypto/ec/
Dec_curve.c3348 unsigned char *param_bytes = NULL; in ossl_ec_curve_nid_from_params() local
3376 param_bytes = OPENSSL_malloc(param_len * NUM_BN_FIELDS); in ossl_ec_curve_nid_from_params()
3377 if (param_bytes == NULL) in ossl_ec_curve_nid_from_params()
3404 if (BN_bn2binpad(bn[i], &param_bytes[i*param_len], param_len) <= 0) in ossl_ec_curve_nid_from_params()
3428 && memcmp(param_bytes, params, param_len * NUM_BN_FIELDS) in ossl_ec_curve_nid_from_params()
3437 OPENSSL_free(param_bytes); in ossl_ec_curve_nid_from_params()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_yuv.c102 const int param_bytes = 16 * sizeof(float); in xa_yuv_fs_constants() local
105 conversion_matrix, param_bytes); in xa_yuv_fs_constants()
Dxa_renderer.c46 int shader_type, const float *params, int param_bytes);
374 int shader_type, const float *params, int param_bytes) in renderer_set_constants() argument
384 param_bytes); in renderer_set_constants()
387 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params); in renderer_set_constants()
Dxa_priv.h247 int param_bytes);
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc1498 int param_bytes = 0; in GenerateCCall() local
1500 param_bytes += value_kind_size(param_kind); in GenerateCCall()
1504 int stack_bytes = std::max(param_bytes, out_arg_bytes); in GenerateCCall()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc7261 int param_bytes = 0; in BuildCapiCallWrapper() local
7263 param_bytes += type.value_kind_size(); in BuildCapiCallWrapper()
7270 int stack_slot_bytes = std::max(param_bytes, return_bytes); in BuildCapiCallWrapper()