Home
last modified time | relevance | path

Searched defs:outw (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/arch/i386/bits/
H A Dio.h6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
/third_party/musl/arch/x86_64/bits/
H A Dio.h6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
/third_party/musl/arch/x32/bits/
H A Dio.h6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_xcbc_d.c35 DES_cblock outw; member
/third_party/openssl/crypto/evp/
H A De_xcbc_d.c35 DES_cblock outw; member
/third_party/node/deps/openssl/openssl/crypto/des/
H A Dxcbc_enc.c20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
/third_party/openssl/crypto/des/
H A Dxcbc_enc.c20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
/third_party/ffmpeg/libavfilter/
H A Dvf_transpose.c281 int outw = AV_CEIL_RSHIFT(out->width, hsub); in filter_slice() local
H A Dvf_blend.c212 int outw = AV_CEIL_RSHIFT(dst_buf->width, hsub); in blend_frame() local
H A Dvf_identity.c63 static unsigned identity_line_8bit(const uint8_t *main_line, const uint8_t *ref_line, int outw) in identity_line_8bit() argument
73 static unsigned identity_line_16bit(const uint8_t *mmain_line, const uint8_t *rref_line, int outw) in identity_line_16bit() argument
105 const int outw = td->planewidth[c]; in compute_images_msad() local
133 const int outw = td->planewidth[c]; in compute_images_identity() local
H A Dvf_psnr.c85 static uint64_t sse_line_8bit(const uint8_t *main_line, const uint8_t *ref_line, int outw) in sse_line_8bit() argument
96 static uint64_t sse_line_16bit(const uint8_t *_main_line, const uint8_t *_ref_line, int outw) in sse_line_16bit() argument
129 const int outw = td->planewidth[c]; in compute_images_mse() local
H A Dvf_rotate.c69 int outh, outw; member
88 int outw, outh; member
418 const int outw = td->outw, outh = td->outh; in filter_slice() local
537 const int outw = AV_CEIL_RSHIFT(outlink->w, hsub); filter_frame() local
[all...]
H A Dvf_v360.c4221 static void set_dimensions(int *outw, int *outh, int w, int h, const AVPixFmtDescriptor *desc) in set_dimensions() argument

Completed in 14 milliseconds