Searched refs:otmp (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 368 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() 655 uint16_t *otmp, int bd) { in highbd_resize_multistep() argument 669 assert(otmp != NULL); in highbd_resize_multistep() 670 otmp2 = otmp + get_down2_length(length, 1); in highbd_resize_multistep() 677 out = (s & 1 ? otmp2 : otmp); in highbd_resize_multistep()
|
/external/boringssl/src/crypto/asn1/ |
D | tasn_enc.c | 555 ASN1_OBJECT *otmp; in asn1_ex_i2c() local 589 otmp = (ASN1_OBJECT *)*pval; in asn1_ex_i2c() 590 cont = otmp->data; in asn1_ex_i2c() 591 len = otmp->length; in asn1_ex_i2c()
|
/external/openssh/ |
D | ssh-keygen.c | 1575 char *otmp, *tmp, *cp, *out, *comment, **plist = NULL; in do_ca_sign() local 1593 otmp = tmp = xstrdup(cert_principals); in do_ca_sign() 1600 free(otmp); in do_ca_sign()
|