/external/opencv3/3rdparty/include/ffmpeg_/libavutil/ |
lzo.h | 57 * Make sure all buffers are appropriately padded, in must provide
|
/frameworks/base/packages/SystemUI/res/layout/ |
system_icons.xml | 34 <!-- battery must be padded below to match assets -->
|
/frameworks/compile/mclinker/include/mcld/LD/ |
ArchiveReader.h | 23 * 1. All archive elements star on an even boundary, new line padded;
|
/frameworks/native/vulkan/libvulkan/ |
Android.mk | 26 -Wno-padded \
|
/libcore/ojluni/src/main/java/javax/crypto/ |
BadPaddingException.java | 32 * expected for the input data but the data is not padded properly.
|
/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
|
/external/tpm2/ |
CpriRSA.c | 322 // This function performs OAEP padding. The size of the buffer to receive the OAEP padded data must 334 BYTE *padded, // OUT: the pad data 338 BYTE *message // IN: the message being padded 355 pAssert(padded != NULL && message != NULL); 369 // Offset into padded leaving room for masked seed and byte of zero 370 pp = &padded[hLen + 1]; 396 pp = &padded[hLen + 1]; 398 if((retVal = _cpri__MGF1(hLen, &padded[1], hashAlg, dbSize, pp)) < 0) 402 pp = &padded[1]; 407 *padded = 0x00 [all...] |
/system/extras/tests/net_test/ |
sock_diag.py | 271 padded = SockDiag.RawAddress(addr) 272 if len(padded) < 16: 273 padded += "\x00" * (16 - len(padded)) 274 return padded
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
pkcs1.py | 64 r'''Pads the message for encryption, returning the padded message. 110 r'''Pads the message for signing, returning the padded message. 150 :raise OverflowError: when the message is too large to fit in the padded 166 padded = _pad_for_encryption(message, keylength) 168 payload = transform.bytes2int(padded) 271 padded = _pad_for_signing(cleartext, keylength) 273 payload = transform.bytes2int(padded)
|
transform.py | 76 bytes is less than this, the block will be zero-padded. When not given, 77 the returned block is not padded. 157 byte string is expected to be the fill size and will be padded
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
layered_filter_f32_helper.rsh | 12 // @param x x-coordinate of a pixel in a padded image. 13 // @param y y-coordinate of a pixel in a padded image. 175 // padded pixels).
|
/external/wpa_supplicant_8/src/utils/ |
wpabuf.c | 267 * @buf: Buffer to be padded 268 * @len: Length for the padded buffer 269 * Returns: wpabuf padded to len octets or %NULL on failure
|
/frameworks/base/libs/androidfw/ |
BackupData.cpp | 38 * - The name of the package, utf-8, null terminated, padded to 4-byte boundary. 41 * - The key, utf-8, null terminated, padded to 4-byte boundary. 42 * - The value, padded to 4 byte boundary
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
layered_filter_f32_helper.rsh | 12 // @param x x-coordinate of a pixel in a padded image. 13 // @param y y-coordinate of a pixel in a padded image. 175 // padded pixels).
|
/external/boringssl/src/crypto/bn/ |
bn_asn1.c | 74 /* The number must be padded with a leading zero if the high bit would
|
/external/chromium-trace/catapult/tracing/docs/ |
coordinate-systems.md | 24 added. Since the original browser has a few thousand pixels, the padded world
|
/external/compiler-rt/lib/builtins/ |
fixunsxfdi.c | 23 /* Assumption: long double is an intel 80 bit floating point type padded with 6 bytes
|
fixunsxfsi.c | 23 /* Assumption: long double is an intel 80 bit floating point type padded with 6 bytes
|
fixunsxfti.c | 23 /* Assumption: long double is an intel 80 bit floating point type padded with 6 bytes
|
fixxfdi.c | 21 /* Assumption: long double is an intel 80 bit floating point type padded with 6 bytes
|
fixxfti.c | 21 /* Assumption: long double is an intel 80 bit floating point type padded with 6 bytes
|
floatdixf.c | 21 /* Assumption: long double is a IEEE 80 bit floating point type padded to 128 bits
|
floatundixf.c | 21 /* Assumption: long double is a IEEE 80 bit floating point type padded to 128 bits
|
/external/fec/ |
dotprod_mmx.c | 73 * index into dp->coeffs[] and the number of 0 words padded onto
|
/external/mesa3d/src/gallium/docs/source/cso/ |
velems.rst | 27 uses less than four components, it will be padded out with the constant vector
|