HomeSort by relevance Sort by last modified time
    Searched defs:pad (Results 276 - 300 of 944) sorted by null

<<11121314151617181920>>

  /external/webp/src/webp/
demux.h 157 uint32_t pad[2]; // padding for later use. member in struct:WebPIterator
192 uint32_t pad[6]; // padding for later use member in struct:WebPChunkIterator
300 uint32_t pad[4]; // padding for later use member in struct:WebPAnimInfo
mux.h 210 uint32_t pad[1]; // padding for later use member in struct:WebPMuxFrameInfo
  /external/wpa_supplicant_8/src/eap_common/
eap_eke_common.c 194 size_t pad = dh->prime_len - pub_len; local
195 os_memmove(ret_pub + pad, ret_pub, pub_len);
196 os_memset(ret_pub, 0, pad);
428 size_t pad = dh->prime_len - len; local
429 os_memmove(modexp + pad, modexp, len);
430 os_memset(modexp, 0, pad);
609 size_t block_size, icv_len, pad; local
624 pad = data_len % block_size;
625 if (pad)
626 pad = block_size - pad
    [all...]
  /external/wpa_supplicant_8/src/tls/
pkcs5.c 593 u8 *eb, pad; local
630 pad = eb[enc_data_len - 1];
631 if (pad > 8) {
632 wpa_printf(MSG_INFO, "PKCS #5: Invalid PS octet 0x%x", pad);
636 for (i = enc_data_len - pad; i < enc_data_len; i++) {
637 if (eb[i] != pad) {
639 eb + enc_data_len - pad, pad);
646 eb, enc_data_len - pad);
648 *data_len = enc_data_len - pad;
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
CircleFramedDrawable.java 100 final float pad = (mSize - inside) / 2f; local
102 mDstRect.set(pad, pad, mSize - pad, mSize - pad);
  /frameworks/base/services/core/java/com/android/server/am/
CarUserSwitchingDialog.java 148 final float pad = (mSize - inside) / 2f; local
150 mDstRect.set(pad, pad, mSize - pad, mSize - pad);
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
SlowNestedRecyclerViewActivity.java 98 final int pad = (int)(10 * density); local
99 view.setPadding(pad, pad, pad, pad);
100 view.setBackgroundDrawable(new InsetDrawable(bg, pad));
  /frameworks/native/libs/binder/tests/
binderDriverInterfaceTest.cpp 258 uint32_t pad[16]; member in struct:__anon46288
272 if (bwr.read_consumed < offsetof(typeof(br), pad)) {
277 EXPECT_EQ(offsetof(typeof(br), pad), bwr.read_consumed);
284 if (bwr.read_consumed >= offsetof(typeof(br), pad)) {
346 uint32_t pad[16]; member in struct:__anon46291
357 EXPECT_EQ(sizeof(br) - sizeof(br.pad), bwr.read_consumed);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 167 OMX_U32 marker = 0, pad = 0xFF; local
202 pad = d_u(bit_ptr);
203 if(pad) {
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 181 OMX_U32 marker = 0, pad = 0xFF; local
220 pad = d_u(bit_ptr);
222 if (pad) {
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 181 OMX_U32 marker = 0, pad = 0xFF; local
220 pad = d_u(bit_ptr);
222 if (pad) {
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 185 OMX_U32 marker = 0, pad = 0xFF; local
224 pad = d_u(bit_ptr);
226 if (pad) {
  /packages/apps/EmergencyInfo/src/com/android/emergency/
CircleFramedDrawable.java 97 final float pad = (mSize - inside) / 2f; local
99 mDstRect.set(pad, pad, mSize - pad, mSize - pad);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
kvm_para.h 45 __u32 pad[12]; member in struct:kvm_steal_time
65 __u32 pad; member in struct:kvm_mmu_op_header
88 __u8 pad[60]; member in struct:kvm_vcpu_pv_apf_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
vt.h 75 unsigned int pad[4]; /* Padding for expansion */ member in struct:vt_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
printf.h 54 wchar_t pad; /* Padding character. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
kvm_para.h 45 __u32 pad[12]; member in struct:kvm_steal_time
65 __u32 pad; member in struct:kvm_mmu_op_header
88 __u8 pad[60]; member in struct:kvm_vcpu_pv_apf_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xcb.h 133 uint32_t pad[7]; /**< Padding */ member in struct:__anon63225
150 uint32_t pad[5]; /**< Padding */ member in struct:__anon63226
167 uint32_t pad[5]; /**< Padding */ member in struct:__anon63227
  /prebuilts/go/darwin-x86/src/cmd/cgo/
gcc.go 2327 func (c *typeConv) pad(fld []*ast.Field, sizes []int64, size int64) ([]*ast.Field, []int64) { func
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
ext_test.go 161 inst, text := disasm(syntax, pad(enc))
240 // pad pads the code sequence with pops.
241 func pad(enc []byte) []byte { func
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 140 inst, text := disasm(syntax, arch, pad(enc))
216 // We pad the bytes we want decoded with enough 0x5Fs
227 // pad pads the code sequence with pops.
228 func pad(enc []byte) []byte { func
  /prebuilts/go/darwin-x86/src/net/http/fcgi/
fcgi.go 91 var pad [maxPad]byte var
156 if _, err := c.buf.Write(pad[:c.h.PaddingLength]); err != nil {
  /prebuilts/go/linux-x86/src/cmd/cgo/
gcc.go 2327 func (c *typeConv) pad(fld []*ast.Field, sizes []int64, size int64) ([]*ast.Field, []int64) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
ext_test.go 161 inst, text := disasm(syntax, pad(enc))
240 // pad pads the code sequence with pops.
241 func pad(enc []byte) []byte { func
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
ext_test.go 140 inst, text := disasm(syntax, arch, pad(enc))
216 // We pad the bytes we want decoded with enough 0x5Fs
227 // pad pads the code sequence with pops.
228 func pad(enc []byte) []byte { func

Completed in 488 milliseconds

<<11121314151617181920>>