HomeSort by relevance Sort by last modified time
    Searched refs:_aux (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/
y4minput.c 175 unsigned char *_aux){
187 y4m_42xmpeg2_42xjpeg_helper(_dst,_aux,c_w,c_h);
189 _aux+=c_sz;
237 unsigned char *_aux){
251 tmp=_aux+2*c_sz;
256 y4m_42xmpeg2_42xjpeg_helper(tmp,_aux,c_w,c_h);
257 _aux+=c_sz;
389 unsigned char *_aux){
407 y4m_422jpeg_420jpeg_helper(_dst,_aux,c_w,c_h);
408 _aux+=c_sz
    [all...]
  /external/libvorbis/vq/
vqgen.h 61 static inline float *_aux(vqgen *v,long ptr){ function
  /external/openssl/crypto/asn1/
asn1t.h 176 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, cb, 0}; \
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/include/openssl/
asn1t.h 176 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, cb, 0}; \
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,\

Completed in 66 milliseconds