Home
last modified time | relevance | path

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

/external/libaom/libaom/common/
Dy4minput.c226 unsigned char *_aux) { in y4m_convert_42xmpeg2_42xjpeg() argument
238 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_42xmpeg2_42xjpeg()
240 _aux += c_sz; in y4m_convert_42xmpeg2_42xjpeg()
288 unsigned char *_aux) { in y4m_convert_42xpaldv_42xjpeg() argument
302 tmp = _aux + 2 * c_sz; in y4m_convert_42xpaldv_42xjpeg()
307 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h); in y4m_convert_42xpaldv_42xjpeg()
308 _aux += c_sz; in y4m_convert_42xpaldv_42xjpeg()
478 unsigned char *_aux) { in y4m_convert_422jpeg_420jpeg() argument
496 y4m_422jpeg_420jpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_422jpeg_420jpeg()
497 _aux += c_sz; in y4m_convert_422jpeg_420jpeg()
[all …]
/external/libvpx/libvpx/
Dy4minput.c229 unsigned char *_aux) { in y4m_convert_42xmpeg2_42xjpeg() argument
241 y4m_42xmpeg2_42xjpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_42xmpeg2_42xjpeg()
243 _aux += c_sz; in y4m_convert_42xmpeg2_42xjpeg()
291 unsigned char *_aux) { in y4m_convert_42xpaldv_42xjpeg() argument
305 tmp = _aux + 2 * c_sz; in y4m_convert_42xpaldv_42xjpeg()
310 y4m_42xmpeg2_42xjpeg_helper(tmp, _aux, c_w, c_h); in y4m_convert_42xpaldv_42xjpeg()
311 _aux += c_sz; in y4m_convert_42xpaldv_42xjpeg()
483 unsigned char *_aux) { in y4m_convert_422jpeg_420jpeg() argument
501 y4m_422jpeg_420jpeg_helper(_dst, _aux, c_w, c_h); in y4m_convert_422jpeg_420jpeg()
502 _aux += c_sz; in y4m_convert_422jpeg_420jpeg()
[all …]
/external/arm-trusted-firmware/include/lib/extensions/
Dras.h35 #define ERR_RECORD_COMMON_(_probe, _handler, _aux) \ argument
38 .aux_data = _aux,
40 #define ERR_RECORD_SYSREG_V1(_idx_start, _num_idx, _probe, _handler, _aux) \ argument
46 ERR_RECORD_COMMON_(_probe, _handler, _aux) \
49 #define ERR_RECORD_MEMMAP_V1(_base_addr, _size_num_k, _probe, _handler, _aux) \ argument
55 ERR_RECORD_COMMON_(_probe, _handler, _aux) \
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dasn1t.h151 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,\
/external/boringssl/src/include/openssl/
Dasn1t.h145 static const ASN1_AUX tname##_aux = {NULL, 0, 0, cb, 0}; \
149 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), cb, 0}…
153 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, cb, offsetof(tname, enc)}; \
167 &tname##_aux,\
199 static const ASN1_AUX tname##_aux = {NULL, 0, 0, cb, 0}; \
225 &tname##_aux,\
/external/rust/crates/rusqlite/tests/
Dvtab.rs29 _aux: Option<&()>, in test_dummy_module()
/external/rust/crates/rusqlite/src/vtab/
Darray.rs82 _aux: Option<&()>, in connect()
Dseries.rs59 _aux: Option<&()>, in connect()
Dcsvtab.rs105 _aux: Option<&()>, in connect()