Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c368 uint8_t *output, int olength, uint8_t *otmp) { in resize_multistep() argument
382 assert(otmp != NULL); in resize_multistep()
383 otmp2 = otmp + get_down2_length(length, 1); in resize_multistep()
390 out = (s & 1 ? otmp2 : otmp); in resize_multistep()
657 uint16_t *otmp, int bd) { in highbd_resize_multistep() argument
671 assert(otmp != NULL); in highbd_resize_multistep()
672 otmp2 = otmp + get_down2_length(length, 1); in highbd_resize_multistep()
679 out = (s & 1 ? otmp2 : otmp); in highbd_resize_multistep()
/external/boringssl/src/crypto/asn1/
Dtasn_enc.c513 ASN1_OBJECT *otmp; in asn1_ex_i2c() local
547 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c()
548 cont = otmp->data; in asn1_ex_i2c()
549 len = otmp->length; in asn1_ex_i2c()
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dtasn_enc.c549 ASN1_OBJECT *otmp; in asn1_ex_i2c() local
583 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c()
584 cont = otmp->data; in asn1_ex_i2c()
585 len = otmp->length; in asn1_ex_i2c()
/external/libwebsockets/plugins/ssh-base/
Dsshd.c536 uint8_t *pp, *ps, hash[64], *otmp; in lws_ssh_parse_plaintext() local
1264 otmp = sshd_zalloc(m); in lws_ssh_parse_plaintext()
1265 if (!otmp) in lws_ssh_parse_plaintext()
1269 n = lws_genrsa_public_decrypt(&ctx, pp, m, otmp, m); in lws_ssh_parse_plaintext()
1275 if (otmp[m] == 0x04 && in lws_ssh_parse_plaintext()
1276 otmp[m + 1] == lws_genhash_size( in lws_ssh_parse_plaintext()
1278 m = memcmp(&otmp[m + 2], hash, in lws_ssh_parse_plaintext()
1283 if (otmp[m] == 0x30) { in lws_ssh_parse_plaintext()
1288 m += otmp[m + 1] + 2; in lws_ssh_parse_plaintext()
1292 free(otmp); in lws_ssh_parse_plaintext()
/external/libaom/libaom/av1/common/
Dresize.c566 uint8_t *output, int olength, uint8_t *otmp) { in resize_multistep() argument
577 assert(otmp != NULL); in resize_multistep()
578 uint8_t *otmp2 = otmp + get_down2_length(length, 1); in resize_multistep()
585 out = (s & 1 ? otmp2 : otmp); in resize_multistep()
964 uint16_t *otmp, int bd) { in highbd_resize_multistep() argument
975 assert(otmp != NULL); in highbd_resize_multistep()
976 uint16_t *otmp2 = otmp + get_down2_length(length, 1); in highbd_resize_multistep()
983 out = (s & 1 ? otmp2 : otmp); in highbd_resize_multistep()
/external/libxkbcommon/src/
Dregistry.c386 struct rxkb_option *o, *otmp; in rxkb_option_group_destroy() local
391 list_for_each_safe(o, otmp, &og->options, base.link) { in rxkb_option_group_destroy()
/external/openssh/
Dssh-keygen.c1723 char valid[64], *otmp, *tmp, *cp, *out, *comment; in do_ca_sign() local
1783 otmp = tmp = xstrdup(cert_principals); in do_ca_sign()
1790 free(otmp); in do_ca_sign()