/third_party/mesa3d/include/drm-uapi/ |
H A D | vc4_drm.h | 163 __u32 pad:24; member 222 __u32 pad; member 237 __u32 pad; member 279 __u32 pad; member 286 __u32 pad; member 322 __u32 pad[16]; member 337 __u32 pad; member 375 __u32 pad; member
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | reslist.cpp | 681 uint32_t pad = 0; in handlePreWrite() local 790 uint32_t pad = 0; in handleWrite() local [all...] |
/third_party/libinput/tools/ |
H A D | libinput-debug-gui.c | 193 } pad; member [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_private.h | 122 unsigned pad:1; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 92 unsigned pad : 24; member
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_renderer_virtgpu.c | 39 __u32 pad; member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | e_aes.c | 911 unsigned char pad[16]; member 947 unsigned char pad[140]; member 3594 int pad = EVP_CIPHER_CTX_get_iv_length(ctx) == 4; in aes_wrap_cipher() local
|
/third_party/libcoap/src/ |
H A D | coap_openssl.c | 3227 unsigned int ivlen, maclen, blocksize = 1, pad = 0; in coap_dtls_get_overhead() local
|
/third_party/openssl/crypto/evp/ |
H A D | e_aes.c | 915 unsigned char pad[16]; member 951 unsigned char pad[140]; member 3600 int pad = EVP_CIPHER_CTX_get_iv_length(ctx) == 4; in aes_wrap_cipher() local
|
/third_party/skia/src/core/ |
H A D | SkBlurMF.cpp | 564 SkScalar pad = 3.0f * fSigma; in computeFastBounds() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | turbojpeg.c | 563 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height, in tjBufSizeYUV2() argument 914 tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf, int pad, int subsamp, int flags) tjEncodeYUV3() argument 1108 tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, int width, int pad, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) tjCompressFromYUV() argument 1576 tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, int pad, int subsamp, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecodeYUV() argument 1795 tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pad, int height, int flags) tjDecompressToYUV2() argument [all...] |
/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
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | reslist.cpp | 681 uint32_t pad = 0; in handlePreWrite() local 790 uint32_t pad = 0; in handleWrite() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-glyf-table.hh | 1281 HBUINT8 pad; in serialize() local
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 511 int unit = 60, pad = 2, j = TT.ticks; in string_field() local 598 int pad, len, width = TT.width, abslen, sign, olen, extra = 0; in show_ps() local [all...] |
/third_party/toybox/toys/posix/ |
H A D | ps.c | 554 int unit = 60, pad = 2, j = TT.ticks; in string_field() local 641 int pad, len, width = TT.width, abslen, sign, olen, extra = 0; in show_ps() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 523 size_t pubkey_len, pad; in crypto_dh_init() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | hostapd_cli.c | 1754 print_cmd_help(FILE *stream, const struct hostapd_cli_cmd *cmd, const char *pad) print_cmd_help() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | hostapd_cli.c | 1697 print_cmd_help(FILE *stream, const struct hostapd_cli_cmd *cmd, const char *pad) print_cmd_help() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler.cpp | 98 uint8_t pad = 0u; member
|
/third_party/ffmpeg/libavformat/ |
H A D | mxfenc.c | 1734 unsigned pad = KAG_SIZE - (size & (KAG_SIZE-1)); in klv_fill_size() local 1889 unsigned pad = klv_fill_size(avio_tell(s->pb)); in mxf_write_klv_fill() local
|
/third_party/backends/backend/ |
H A D | microtek2.c | 7280 int pad; in chunky_proc_data() local 7402 int pad; in segreg_proc_data() local [all...] |
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asequencer.h | 254 unsigned char pad[3]; /* reserved */ member 344 unsigned char pad; /* reserved */ member 589 unsigned char pad[3]; /* reserved */ member
|
H A D | emu10k1.h | 290 unsigned int pad; /* don't use */ member 365 unsigned char pad; /* reserved */ member
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2838 public void expectPad(DecimalFormat fmt, final String pat, int pos, int width, final char pad) { in expectPad() argument
|