Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c456 uint8_t *otmp, *otmp2; in resize_multistep() local
460 otmp = tmpbuf; in resize_multistep()
462 otmp = buf; in resize_multistep()
464 otmp2 = otmp + get_down2_length(length, 1); in resize_multistep()
471 out = (s & 1 ? otmp2 : otmp); in resize_multistep()
/external/boringssl/src/crypto/asn1/
Dtasn_enc.c574 ASN1_OBJECT *otmp; in asn1_ex_i2c() local
612 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c()
613 cont = otmp->data; in asn1_ex_i2c()
614 len = otmp->length; in asn1_ex_i2c()
/external/openssh/
Dssh-keygen.c1593 char *otmp, *tmp, *cp, *out, *comment, **plist = NULL; in do_ca_sign() local
1631 otmp = tmp = xstrdup(cert_principals); in do_ca_sign()
1638 free(otmp); in do_ca_sign()