Home
last modified time | relevance | path

Searched refs:p_str (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c625 unsigned char (*p_str)[33] = NULL; in ecp_nistz256_windowed_mul()
637 || (p_str = in ecp_nistz256_windowed_mul()
667 p_str[i][j + 0] = (unsigned char)d; in ecp_nistz256_windowed_mul()
668 p_str[i][j + 1] = (unsigned char)(d >> 8); in ecp_nistz256_windowed_mul()
669 p_str[i][j + 2] = (unsigned char)(d >> 16); in ecp_nistz256_windowed_mul()
670 p_str[i][j + 3] = (unsigned char)(d >>= 24); in ecp_nistz256_windowed_mul()
673 p_str[i][j + 4] = (unsigned char)d; in ecp_nistz256_windowed_mul()
674 p_str[i][j + 5] = (unsigned char)(d >> 8); in ecp_nistz256_windowed_mul()
675 p_str[i][j + 6] = (unsigned char)(d >> 16); in ecp_nistz256_windowed_mul()
676 p_str[ in ecp_nistz256_windowed_mul()
960 unsigned char p_str[33] = { 0 }; ecp_nistz256_points_mul() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c625 unsigned char (*p_str)[33] = NULL; in ecp_nistz256_windowed_mul()
637 || (p_str = in ecp_nistz256_windowed_mul()
667 p_str[i][j + 0] = (unsigned char)d; in ecp_nistz256_windowed_mul()
668 p_str[i][j + 1] = (unsigned char)(d >> 8); in ecp_nistz256_windowed_mul()
669 p_str[i][j + 2] = (unsigned char)(d >> 16); in ecp_nistz256_windowed_mul()
670 p_str[i][j + 3] = (unsigned char)(d >>= 24); in ecp_nistz256_windowed_mul()
673 p_str[i][j + 4] = (unsigned char)d; in ecp_nistz256_windowed_mul()
674 p_str[i][j + 5] = (unsigned char)(d >> 8); in ecp_nistz256_windowed_mul()
675 p_str[i][j + 6] = (unsigned char)(d >> 16); in ecp_nistz256_windowed_mul()
676 p_str[ in ecp_nistz256_windowed_mul()
960 unsigned char p_str[33] = { 0 }; ecp_nistz256_points_mul() local
[all...]
/third_party/jinja2/
H A Dutils.py381 p_str = " ".join(p)
383 if p_str.endswith(","):
384 p_str = p_str[:-1] + "."
385 elif not p_str.endswith("."):
386 p_str += "."
388 result.append(p_str)
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs78 Some(path) => path.with_nix_path(|p_str| f(p_str.as_ptr())), in mount()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg.c199 unsigned int p_str; in get_entropy() local
214 if (!get_parent_strength(drbg, &p_str)) in get_entropy()
216 if (drbg->strength > p_str) { in get_entropy()
779 unsigned int p_str; in ossl_rand_drbg_new() local
829 if (!get_parent_strength(drbg, &p_str)) in ossl_rand_drbg_new()
831 if (drbg->strength > p_str) { in ossl_rand_drbg_new()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg.c199 unsigned int p_str; in get_entropy() local
214 if (!get_parent_strength(drbg, &p_str)) in get_entropy()
216 if (drbg->strength > p_str) { in get_entropy()
779 unsigned int p_str; in ossl_rand_drbg_new() local
829 if (!get_parent_strength(drbg, &p_str)) in ossl_rand_drbg_new()
831 if (drbg->strength > p_str) { in ossl_rand_drbg_new()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregcomp.c80 static void p_str(struct parse *);
234 p_str(p); in llvm_regcomp()
480 - p_str - string (no metacharacters) "parser"
483 p_str(struct parse *p) in p_str() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregcomp.c208 static void p_str(struct parse *);
362 p_str(p); in llvm_regcomp()
608 - p_str - string (no metacharacters) "parser"
611 p_str(struct parse *p) in p_str() function
/third_party/python/Objects/
H A Dunicodeobject.c14875 Return 0 if the argument has been formatted into *p_str,
14881 PyObject **p_str) in unicode_format_arg_format()
14906 *p_str = v; in unicode_format_arg_format()
14907 Py_INCREF(*p_str); in unicode_format_arg_format()
14911 *p_str = PyObject_Str(v); in unicode_format_arg_format()
14913 *p_str = PyObject_Repr(v); in unicode_format_arg_format()
14915 *p_str = PyObject_ASCII(v); in unicode_format_arg_format()
14926 int ret = mainformatlong(v, arg, p_str, writer); in unicode_format_arg_format()
14949 if (formatfloat(v, arg, p_str, NULL) == -1) in unicode_format_arg_format()
14964 *p_str in unicode_format_arg_format()
14879 unicode_format_arg_format(struct unicode_formatter_t *ctx, struct unicode_format_arg_t *arg, PyObject **p_str) unicode_format_arg_format() argument
[all...]

Completed in 33 milliseconds