Searched refs:ppin (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | d2i_X509.pod | 372 TYPE *d2i_TYPE(TYPE **a, const unsigned char **ppin, long length); 384 The function parameters I<ppin> and I<ppout> are generally 392 d2i_TYPE() attempts to decode B<len> bytes at B<*ppin>. If successful a 393 pointer to the B<TYPE> structure is returned and B<*ppin> is incremented to 448 The ways that B<*ppin> and B<*ppout> are incremented after the operation
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_mips32.c | 197 int16_t* ppin = &in[0]; in QuantizeBlock_MIPS32() local 228 : [pout]"r"(pout), [ppin]"r"(ppin), in QuantizeBlock_MIPS32()
|
D | enc_mips_dsp_r2.c | 1283 int16_t* ppin = &in[0]; in QuantizeBlock_MIPSdspR2() local 1306 : [ppin]"r"(ppin), [pout]"r"(pout), [max_level1]"r"(max_level1), in QuantizeBlock_MIPSdspR2()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | enc_mips32.c | 197 int16_t* ppin = &in[0]; in QuantizeBlock_MIPS32() local 228 : [pout]"r"(pout), [ppin]"r"(ppin), in QuantizeBlock_MIPS32()
|
D | enc_mips_dsp_r2.c | 1283 int16_t* ppin = &in[0]; in QuantizeBlock_MIPSdspR2() local 1306 : [ppin]"r"(ppin), [pout]"r"(pout), [max_level1]"r"(max_level1), in QuantizeBlock_MIPSdspR2()
|
/third_party/ffmpeg/libavdevice/ |
D | dshow.c | 564 enum dshowSourceFilterType sourcetype, IBaseFilter *device_filter, IPin **ppin) in dshow_cycle_pins() argument 593 if (!ppin) { in dshow_cycle_pins() 631 if (!ppin) { in dshow_cycle_pins() 686 if (ppin) { in dshow_cycle_pins() 696 *ppin = device_pin; in dshow_cycle_pins()
|