/external/libaom/libaom/common/ |
D | y4minput.c | 226 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/ |
D | y4minput.c | 229 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/ |
D | ras.h | 35 #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/ |
D | 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,\
|
/external/boringssl/src/include/openssl/ |
D | asn1t.h | 145 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/ |
D | vtab.rs | 29 _aux: Option<&()>, in test_dummy_module()
|
/external/rust/crates/rusqlite/src/vtab/ |
D | array.rs | 82 _aux: Option<&()>, in connect()
|
D | series.rs | 59 _aux: Option<&()>, in connect()
|
D | csvtab.rs | 105 _aux: Option<&()>, in connect()
|