Searched refs:padded (Results 1 - 11 of 11) sorted by relevance

/external/openssh/
H A Dhash.c33 unsigned char padded[256]; local
44 for (i = 0;i < inlen;++i) padded[i] = in[i];
45 padded[inlen] = 0x80;
48 for (i = inlen + 1;i < 119;++i) padded[i] = 0;
49 padded[119] = bytes >> 61;
50 padded[120] = bytes >> 53;
51 padded[121] = bytes >> 45;
52 padded[122] = bytes >> 37;
53 padded[123] = bytes >> 29;
54 padded[12
[all...]
H A Dsshconnect.c1371 char *padded; local
1378 padded = xcalloc(1, size);
1379 strlcpy(padded, password, size);
1380 packet_put_string(padded, size);
1381 explicit_bzero(padded, size);
1382 free(padded);
/external/libvpx/libvpx/vpx_mem/include/
H A Dvpx_mem_tracker.h34 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/llvm/test/MC/X86/AlignedBundling/
H A Drelax-at-bundle-end.s6 # Test that an instruction near a bundle end gets properly padded
/external/objenesis/tck/src/org/objenesis/tck/
H A DTextReporter.java224 StringBuffer padded = new StringBuffer(text);
225 while(padded.length() < width) {
226 padded.append(' ');
228 return padded.toString();
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c84 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;
254 vpx_memory_tracker_add(size_t addr, unsigned int size, char *file, unsigned int line, int padded) argument
530 memory_tracker_add(size_t addr, unsigned int size, char *file, unsigned int line, int padded) argument
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h201 jint32_t padded; /* sum of the size of padding nodes */ member in struct:jffs2_raw_summary
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseBlockCipher.java109 private boolean padded; field in class:BaseBlockCipher
411 padded = true;
686 if (random != null && padded)
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp3908 reduced image when without filter bytes but with padded scanlines
3913 "padded" is only relevant if bpp is less than 8 and a scanline or image does not
3937 /*bits padded if needed to fill full byte at end of each scanline*/
3939 /*only padded at end of reduced image*/
4208 This function converts the filtered-padded-interlaced data into pure 2D image buffer with the PNG's colortype.
5540 This function converts the pure 2D image with the PNG's colortype, into filtered-padded-interlaced data. Steps:
5558 unsigned char* padded = (unsigned char*)lodepng_malloc(h * ((w * bpp + 7) / 8));
5559 if(!padded) error = 83; /*alloc fail*/
5562 addPaddingBits(padded, in, ((w * bpp + 7) / 8) * 8, w * bpp, h);
5563 error = filter(*out, padded,
[all...]
/external/libvorbis/doc/
H A D01-introduction.tex58 are designed that they may be truncated (or padded) and remain
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 2904 milliseconds