/third_party/astc-encoder/Source/ |
H A D | stb_image_write.h | 478 static int stbiw__outfile(stbi__write_context *s, int rgb_dir, int vdir, int x, int y, int comp, int expand_mono, void *data, int alpha, int pad, const char *fmt, ...) in stbiw__outfile() argument 487 stbiw__write_pixels(s,rgb_dir,vdir,x,y,comp,data,alpha,pad, expand_mono); in stbiw__outfile() 496 int pad = (-x*3) & 3; in stbi_write_bmp_core() local 497 return stbiw__outfile(s,-1,-1,x,y,comp,1,(void *) data,0,pad, in stbi_write_bmp_core() 499 'B', 'M', 14+40+(x*3+pad)*y, 0,0, 14+40, // file header in stbi_write_bmp_core() 976 // pad with 0 bits to byte boundary
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 562 // i.e. pad == 0 ? in computeFastBounds() 564 SkScalar pad = 3.0f * fSigma; in computeFastBounds() local 566 dst->setLTRB(src.fLeft - pad, src.fTop - pad, in computeFastBounds() 567 src.fRight + pad, src.fBottom + pad); in computeFastBounds()
|
H A D | SkRemoteGlyphCache.cpp | 68 size_t pad(size_t size, size_t alignment) { return (size + (alignment - 1)) & ~(alignment - 1); } in pad() function 107 size_t aligned = pad(fBuffer->size(), alignment); in allocate() 156 size_t padded = pad(fBytesRead, alignment); in ensureAtLeast()
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
H A D | rpng2-x.c | 842 int screen, pad; in rpng2_x_create_window() local 1007 pad = 32; in rpng2_x_create_window() 1010 pad = 16; in rpng2_x_create_window() 1013 pad = 8; in rpng2_x_create_window() 1022 (char *)xdata, rpng2_info.width, rpng2_info.height, pad, 0); in rpng2_x_create_window()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_lens_correction.cpp | 1203 const int32 pad = ConvertUint32ToInt32(fWeights.Radius()); 1205 xMin = SafeInt32Sub(xMin, pad); 1206 yMin = SafeInt32Sub(yMin, pad); 1207 xMax = SafeInt32Add(xMax, pad); 1208 yMax = SafeInt32Add(yMax, pad);
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 458 FATE_FILTER_VSYNTH_VIDEO_FILTER-$(CONFIG_PAD_FILTER) += fate-filter-pad 459 fate-filter-pad: CMD = video_filter "pad=iw*1.5:ih*1.5:iw*0.3:ih*0.2" 576 FATE_FILTER_PIXFMTS-$(CONFIG_PAD_FILTER) += fate-filter-pixfmts-pad 577 fate-filter-pixfmts-pad: CMD = pixfmts "500:400:20:20" 601 fate-filter-pixfmts-tinterlace_pad: CMD = pixfmts "pad"
|
/third_party/libuv/include/uv/ |
H A D | unix.h | 157 char pad[sizeof(pthread_barrier_t) - sizeof(struct _uv_barrier*)]; member
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | asm.c | 166 instr.pad = 0x1000000; in emit_instructions()
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_bo.c | 195 req->pad = 0; in bo_upload()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_device.h | 172 uint32_t pad[7]; member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 433 unsigned pad:5; /**< take bits from this for new members */ member
|
/third_party/musl/src/malloc/mallocng/ |
H A D | meta.h | 20 char pad[UNIT - sizeof(struct meta *) - 1]; member
|
/third_party/musl/porting/linux/user/src/malloc/mallocng/ |
H A D | meta.h | 20 char pad[UNIT - sizeof(struct meta *) - 1]; member
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_private.h | 122 unsigned pad:1; member
|
/third_party/node/deps/uv/include/uv/ |
H A D | unix.h | 158 char pad[sizeof(pthread_barrier_t) - sizeof(struct _uv_barrier*)]; member
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 131 pub pad: ::c_ushort,
|
/third_party/rust/crates/libc/src/unix/linux_like/android/b64/ |
H A D | mod.rs | 72 pub pad: ::c_ushort,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | mod.rs | 237 pub pad: ::c_ushort,
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | statusor_test.cc | 47 int pad; member in google::protobuf::util::__anon17058::Base1
|
/third_party/ffmpeg/fftools/ |
H A D | opt_common.c | 795 const AVFilterPad *pad; in show_filters() local 813 pad = i ? filter->outputs : filter->inputs; in show_filters() 818 *(descr_cur++) = get_media_type_char(avfilter_pad_get_type(pad, j)); in show_filters()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_anequalizer.c | 191 AVFilterPad pad, vpad; in init() local 194 pad = (AVFilterPad){ in init() 199 ret = ff_append_outpad(ctx, &pad); in init()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | output.asm | 243 %assign pad 0x2c - (stack_offset & 15) 244 SUB rsp, pad 307 ADD rsp, pad
|
/third_party/libwebsockets/lib/jose/jws/ |
H A D | jws.c | 744 enum enum_genrsa_mode pad = LGRSAM_PKCS1_1_5; in lws_jws_sign_from_b64() local 772 pad = LGRSAM_PKCS1_OAEP_PSS; in lws_jws_sign_from_b64() 780 pad, LWS_GENHASH_TYPE_UNKNOWN)) { in lws_jws_sign_from_b64()
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | evp_enc.c | 1074 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *ctx, int pad) in EVP_CIPHER_CTX_set_padding() argument 1078 unsigned int pd = pad; in EVP_CIPHER_CTX_set_padding() 1080 if (pad) in EVP_CIPHER_CTX_set_padding()
|
/third_party/openssl/crypto/evp/ |
H A D | evp_enc.c | 1069 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *ctx, int pad) in EVP_CIPHER_CTX_set_padding() argument 1073 unsigned int pd = pad; in EVP_CIPHER_CTX_set_padding() 1075 if (pad) in EVP_CIPHER_CTX_set_padding()
|