Searched defs:inw (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/arch/i386/bits/ |
H A D | io.h | 23 static __inline unsigned short inw(unsigned short __port) in inw() function
|
/third_party/musl/arch/x86_64/bits/ |
H A D | io.h | 23 static __inline unsigned short inw(unsigned short __port) in inw() function
|
/third_party/musl/arch/x32/bits/ |
H A D | io.h | 23 static __inline unsigned short inw(unsigned short __port) in inw() function
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 34 DES_cblock inw; member
|
/third_party/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 34 DES_cblock inw; 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_blockdetect.c | 203 const int inw = inlink->w; in blockdetect_filter_frame() local
|
H A D | vf_blurdetect.c | 261 const int inw = inlink->w; in blurdetect_filter_frame() local
|
H A D | vf_stack.c | 259 int inw = 0, inh = 0; in config_output() local 304 int inw, inh, size; in config_output() local [all...] |
H A D | vf_rotate.c | 87 int inw, inh; member 161 double inw = rot->var_values[VAR_IN_W]; in get_rotated_w() local 173 double inw = rot->var_values[VAR_IN_W]; in get_rotated_h() local 419 const int inw = td->inw, inh = td->inh; in filter_slice() local [all...] |
Completed in 6 milliseconds