Home
last modified time | relevance | path

Searched refs:pad (Results 551 - 575 of 582) sorted by relevance

1...<<21222324

/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h206 * FIPS and pad options are ignored in 1.0.0, definitions are here so we
879 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad);
/third_party/openssl/include/openssl/
H A Devp.h204 * FIPS and pad options are ignored in 1.0.0, definitions are here so we
877 int EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *c, int pad);
/third_party/toybox/toys/pending/
H A Ddhcpd.c194 uint8_t pad[2]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_ndis.c2323 u8 pad[2]; /* why is this needed? */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_ndis.c2335 u8 pad[2]; /* why is this needed? */ member
/third_party/python/Objects/
H A Dunicodeobject.c10284 pad(PyObject *self, in pad() function
10992 return pad(self, left, marg - left, fillchar); in unicode_center_impl()
12479 return pad(self, 0, width - PyUnicode_GET_LENGTH(self), fillchar); in unicode_ljust_impl()
13143 return pad(self, width - PyUnicode_GET_LENGTH(self), 0, fillchar); in unicode_rjust_impl()
13606 u = pad(self, fill, 0, '0'); in unicode_zfill_impl()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c108 uint32_t pad : 1; member
/third_party/lzma/C/
H A DLzmaEnc.c444 Byte pad[128]; member
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs3774 pub pad: __u16,
4851 pub pad: __u32,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs3834 pub pad: __u16,
4921 pub pad: __u32,
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs3802 pub pad: __u16,
4879 pub pad: __u32,
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs3735 pub pad: __u16,
4793 pub pad: __u32,
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs4013 pub pad: __u16,
5071 pub pad: __u32,
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs3709 pub pad: __u16,
4767 pub pad: __u32,
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs3983 pub pad: __u16,
5041 pub pad: __u32,
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs3678 pub pad: __u16,
4736 pub pad: __u32,
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs3766 pub pad: __u16,
4828 pub pad: __u32,
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs3687 pub pad: __u16,
4745 pub pad: __u32,
/third_party/vixl/src/aarch64/
H A Ddisasm-aarch64.cc7587 int pad = std::max(min_pad, (indent_to - bytes_printed)); in Disassembler() local
7588 fprintf(stream_, "%*s", pad, ""); in Disassembler()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp364 - PS4 users: Consider emulating a mouse cursor with DualShock4 touch pad or a spare analog stick as a mouse-emulation fallback.
3572 // Note: moving window with the navigation keys (Square + d-pad / CTRL+TAB + Arrows) are processed in NavUpdateWindowing()
9538 float pad = window->CalcFontSize() * 0.5f; in NavUpdateCreateMoveRequest() local
9539 window_rect_rel.Expand(ImVec2(-ImMin(window_rect_rel.GetWidth(), pad), -ImMin(window_rect_rel.GetHeight(), pad))); // Terrible approximation for the intent of starting navigation from first fully visible item in NavUpdateCreateMoveRequest()
10450 // Internal version that takes a position to decide on newline placement and pad items according to their depth.
/third_party/rust/crates/libc/src/
H A Dpsp.rs2170 pub pad: u32,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.cpp2811 packedBinding.pad = 0;
/third_party/elfutils/src/
H A Dreadelf.c11028 " Landing pad: %#" PRIx64 "\n" in print_debug_exception_table()
12279 desc += regloc->pad; in handle_core_register()
12303 * (r->regloc->bits + r->regloc->pad * 8))); in register_bitpos()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_state.c815 int pad = 16 - (crocus_batch_bytes_used(batch) & 15); in crocus_upload_urb_fence() local
819 } while (--pad); in crocus_upload_urb_fence()
/third_party/astc-encoder/Source/
H A Dtinyexr.h186 unsigned char pad[3]; member
7374 unsigned char pad[3]; member

Completed in 276 milliseconds

1...<<21222324