/third_party/ffmpeg/libavfilter/ |
H A D | vf_stack.c | 259 int inw = 0, inh = 0; in config_output() local 266 inw = 0; in config_output() 284 if ((ret = av_image_fill_linesizes(item->x, inlink->format, inw)) < 0) { in config_output() 290 inw += ctx->inputs[k]->w; in config_output() 294 width = inw; in config_output() 295 if (i && width != inw) { in config_output() 296 av_log(ctx, AV_LOG_ERROR, "Row %d width %d does not match previous row width %d.\n", i, inw, width); in config_output() 304 int inw, inh, size; in config_output() local 328 inw = inh = 0; in config_output() 343 inw in config_output() [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 166 return FFMAX(0, inh * sinx) + FFMAX(0, -inw * cosx) + in get_rotated_w() 167 FFMAX(0, inw * cosx) + FFMAX(0, -inh * sinx); in get_rotated_w() 173 double inw = rot->var_values[VAR_IN_W]; in get_rotated_h() local 178 return FFMAX(0, -inh * cosx) + FFMAX(0, -inw * sinx) + in get_rotated_h() 179 FFMAX(0, inh * cosx) + FFMAX(0, inw * sinx); in get_rotated_h() 419 const int inw = td->inw, inh = td->inh; in filter_slice() local 430 x = xprime + xi + FIXP*(inw in filter_slice() [all...] |
H A D | vf_blurdetect.c | 261 const int inw = inlink->w; in blurdetect_filter_frame() local 277 int w = AV_CEIL_RSHIFT(inw, hsub); in blurdetect_filter_frame() 295 memset(tmpbuf, 0, inw * inh); in blurdetect_filter_frame()
|
H A D | vf_blockdetect.c | 203 const int inw = inlink->w; in blockdetect_filter_frame() local 216 int w = AV_CEIL_RSHIFT(inw, hsub); in blockdetect_filter_frame()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 34 DES_cblock inw; member 66 memcpy(&data(ctx)->inw[0], &key[8], 8); in desx_cbc_init_key() 78 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher() 87 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher()
|
/third_party/openssl/crypto/evp/ |
H A D | e_xcbc_d.c | 34 DES_cblock inw; member 66 memcpy(&data(ctx)->inw[0], &key[8], 8); in desx_cbc_init_key() 78 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher() 87 &data(ctx)->inw, &data(ctx)->outw, in desx_cbc_cipher()
|
/third_party/node/deps/openssl/openssl/crypto/des/ |
H A D | xcbc_enc.c | 22 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt() 33 in2 = &(*inw)[0]; in DES_xcbc_encrypt() 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 | 22 DES_cblock *ivec, const_DES_cblock *inw, in DES_xcbc_encrypt() 33 in2 = &(*inw)[0]; in DES_xcbc_encrypt() 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/musl/arch/i386/bits/ |
H A D | io.h | 23 static __inline unsigned short inw(unsigned short __port) in inw() function 26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port)); in inw()
|
/third_party/musl/arch/x86_64/bits/ |
H A D | io.h | 23 static __inline unsigned short inw(unsigned short __port) in inw() function 26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port)); in inw()
|
/third_party/musl/arch/x32/bits/ |
H A D | io.h | 23 static __inline unsigned short inw(unsigned short __port) in inw() function 26 __asm__ volatile ("inw %1,%0" : "=a" (__val) : "dN" (__port)); in inw()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | des.h | 99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
|
/third_party/openssl/include/openssl/ |
H A D | des.h | 99 const_DES_cblock *inw, const_DES_cblock *outw, int enc);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | des.h | 85 DES_cblock *ivec, const_DES_cblock *inw,
|
/third_party/mesa3d/src/mesa/x86/ |
H A D | assyntax.h | 443 #define IN_W CHOICE(inw (DX), inw ARG2(DX,AX), _WTOG in DX) 450 #define IN1_W(a) CHOICE(inw (a), inw ARG2(a,AX), _WTOG in a) 454 #define IN1_W(a) CHOICE(inw a, inw ARG2(a,AX), _WTOG in a)
|