HomeSort by relevance Sort by last modified time
    Searched refs:padded (Results 1 - 25 of 40) sorted by null

1 2

  /external/llvm/test/MC/X86/AlignedBundling/
relax-at-bundle-end.s 4 # Test that an instruction near a bundle end gets properly padded
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/include/
vpx_mem_tracker.h 34 int padded; // This mem_block has padding for integrity checks. member in struct:mem_block
75 int padded);
80 padded - if 0, disables bounds checking on this memory block even if bounds
  /external/libvpx/libvpx/vpx_mem/include/
vpx_mem_tracker.h 34 int padded; // This mem_block has padding for integrity checks. member in struct:mem_block
75 int padded);
80 padded - if 0, disables bounds checking on this memory block even if bounds
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/include/
vpx_mem_tracker.h 34 int padded; // This mem_block has padding for integrity checks. member in struct:mem_block
75 int padded);
80 padded - if 0, disables bounds checking on this memory block even if bounds
  /system/security/keystore-engine/
rsa_meth.cpp 49 UniquePtr<uint8_t> padded(new uint8_t[num]);
50 if (padded.get() == NULL) {
51 ALOGE("could not allocate padded signature");
57 if (!RSA_padding_add_PKCS1_type_1(padded.get(), num, from, flen)) {
62 if (!RSA_padding_add_X931(padded.get(), num, from, flen)) {
67 if (!RSA_padding_add_none(padded.get(), num, from, flen)) {
93 int32_t ret = service->sign(String16(reinterpret_cast<const char*>(key_id)), padded.get(),
  /external/chromium_org/third_party/libjingle/source/talk/base/
base64.cc 140 unsigned char qbuf[4], bool* padded)
181 *padded = true;
183 *padded = false;
223 bool success = true, padded; local
227 data, len, &dpos, qbuf, &padded);
245 if ((DO_PAD_YES == pad_flags) && !padded) {
base64.h 95 unsigned char qbuf[4], bool* padded);
  /external/chromium_org/third_party/webrtc/base/
base64.cc 140 unsigned char qbuf[4], bool* padded)
181 *padded = true;
183 *padded = false;
223 bool success = true, padded; local
227 data, len, &dpos, qbuf, &padded);
245 if ((DO_PAD_YES == pad_flags) && !padded) {
base64.h 95 unsigned char qbuf[4], bool* padded);
  /external/objenesis/tck/src/org/objenesis/tck/
TextReporter.java 224 StringBuffer padded = new StringBuffer(text); local
225 while(padded.length() < width) {
226 padded.append(' ');
228 return padded.toString();
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/
vpx_mem_tracker.c 84 int padded);
256 int padded) {
257 memory_tracker_add(addr, size, file, line, padded);
495 if (p->padded) { // can the bounds be checked?
532 int padded) {
545 p->padded = padded;
  /external/libvpx/libvpx/vpx_mem/
vpx_mem_tracker.c 84 int padded);
256 int padded) {
257 memory_tracker_add(addr, size, file, line, padded);
495 if (p->padded) { // can the bounds be checked?
532 int padded) {
545 p->padded = padded;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/
vpx_mem_tracker.c 84 int padded);
256 int padded) {
257 memory_tracker_add(addr, size, file, line, padded);
495 if (p->padded) { // can the bounds be checked?
532 int padded) {
545 p->padded = padded;
  /bionic/libc/kernel/uapi/linux/
jffs2.h 184 jint32_t padded; member in struct:jffs2_raw_summary
  /development/ndk/platforms/android-L/include/linux/
jffs2.h 184 jint32_t padded; member in struct:jffs2_raw_summary
  /external/kernel-headers/original/uapi/linux/
jffs2.h 201 jint32_t padded; /* sum of the size of padding nodes */ member in struct:jffs2_raw_summary
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
jffs2.h 200 jint32_t padded; /* sum of the size of padding nodes */ member in struct:jffs2_raw_summary
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
jffs2.h 200 jint32_t padded; /* sum of the size of padding nodes */ member in struct:jffs2_raw_summary
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
jffs2.h 184 jint32_t padded; member in struct:jffs2_raw_summary
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
jffs2.h 184 jint32_t padded; member in struct:jffs2_raw_summary
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
jffs2.h 184 jint32_t padded; member in struct:jffs2_raw_summary
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 108 private boolean padded; field in class:BaseBlockCipher
408 padded = true;
683 if (random != null && padded)
    [all...]
  /frameworks/native/libs/binder/
Parcel.cpp 585 const size_t padded = PAD_SIZE(len); local
588 if (mDataPos+padded < mDataPos) {
592 if ((mDataPos+padded) <= mDataCapacity) {
594 //printf("Writing %ld bytes, padded to %ld\n", len, padded);
598 if (padded != len) {
609 //printf("Applying pad mask: %p to %p\n", (void*)mask[padded-len],
610 // *reinterpret_cast<void**>(data+padded-4));
611 *reinterpret_cast<uint32_t*>(data+padded-4) &= mask[padded-len]
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp 100 dpb->fs[num_fs]->frame.padded = 0;
292 video->currPic->padded = 0; // reset this flag to not-padded
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 53 Int padded; /* flag whether this frame has been padded */ member in struct:tagVOP

Completed in 433 milliseconds

1 2