/third_party/musl/arch/i386/bits/ |
H A D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
|
/third_party/musl/arch/x86_64/bits/ |
H A D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
|
/third_party/musl/arch/x32/bits/ |
H A D | io.h | 6 static __inline void outw(unsigned short __val, unsigned short __port) in outw() function
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 35 DES_cblock outw; member
|
/third_party/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 35 DES_cblock outw; member
|
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | xcbc_enc.c | 20 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 D | xcbc_enc.c | 20 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 D | vf_transpose.c | 281 int outw = AV_CEIL_RSHIFT(out->width, hsub); in filter_slice() local
|
H A D | vf_blend.c | 212 int outw = AV_CEIL_RSHIFT(dst_buf->width, hsub); in blend_frame() local
|
H A D | vf_identity.c | 63 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 D | vf_psnr.c | 85 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 D | vf_rotate.c | 69 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 D | vf_v360.c | 4221 static void set_dimensions(int *outw, int *outh, int w, int h, const AVPixFmtDescriptor *desc) in set_dimensions() argument
|