Home
last modified time | relevance | path

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

/external/libvpx/
Dy4minput.c176 unsigned char *_aux){ in y4m_convert_42xmpeg2_42xjpeg() argument
190 y4m_42xmpeg2_42xjpeg_helper(_dst,_aux,c_w,c_h); in y4m_convert_42xmpeg2_42xjpeg()
192 _aux+=c_sz; in y4m_convert_42xmpeg2_42xjpeg()
240 unsigned char *_aux){ in y4m_convert_42xpaldv_42xjpeg() argument
254 tmp=_aux+2*c_sz; in y4m_convert_42xpaldv_42xjpeg()
259 y4m_42xmpeg2_42xjpeg_helper(tmp,_aux,c_w,c_h); in y4m_convert_42xpaldv_42xjpeg()
260 _aux+=c_sz; in y4m_convert_42xpaldv_42xjpeg()
392 unsigned char *_aux){ in y4m_convert_422jpeg_420jpeg() argument
412 y4m_422jpeg_420jpeg_helper(_dst,_aux,c_w,c_h); in y4m_convert_422jpeg_420jpeg()
413 _aux+=c_sz; in y4m_convert_422jpeg_420jpeg()
[all …]
/external/openssl/include/openssl/
Dasn1t.h176 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
184 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, c…
188 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
216 &tname##_aux,\
228 &tname##_aux,\
260 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
286 &tname##_aux,\
/external/openssl/crypto/asn1/
Dasn1t.h176 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
180 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0}; \
184 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, c…
188 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
216 &tname##_aux,\
228 &tname##_aux,\
260 static const ASN1_AUX tname##_aux = {NULL, 0, 0, 0, cb, 0}; \
286 &tname##_aux,\