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

  /external/libvpx/libvpx/
y4minput.c 230 unsigned char *_aux) {
242 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h);
244 _aux += c_sz;
292 unsigned char *_aux) {
306 tmp = _aux + 2 * c_sz;
311 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h);
312 _aux += c_sz;
484 unsigned char *_aux) {
502 y4m_422jpeg_420jpeg_helper(_dst, _aux, c_w, c_h);
503 _aux += c_sz
    [all...]
  /external/boringssl/src/include/openssl/
asn1t.h 151 static const ASN1_AUX tname##_aux = {NULL, 0, 0, cb, 0}; \
155 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_BROKEN, 0, 0, 0}; \
159 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), cb, 0}; \
163 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, cb, offsetof(tname, enc)}; \
191 &tname##_aux,\
203 &tname##_aux,\
235 static const ASN1_AUX tname##_aux = {NULL, 0, 0, cb, 0}; \
261 &tname##_aux,\

Completed in 114 milliseconds