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

/external/llvm/test/MC/X86/AlignedBundling/
H A Drelax-at-bundle-end.s4 # Test that an instruction near a bundle end gets properly padded
/external/chromium_org/third_party/libvpx/source/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/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/chromium_org/third_party/webrtc/base/
H A Dbase64.cc140 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) {
138 GetNextQuantum(DecodeFlags parse_flags, bool illegal_pads, const char* data, size_t len, size_t* dpos, unsigned char qbuf[4], bool* padded) argument
H A Dbase64.h95 unsigned char qbuf[4], bool* 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/chromium_org/third_party/libvpx/source/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/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.java108 private boolean padded; field in class:BaseBlockCipher
408 padded = true;
683 if (random != null && padded)
/external/chromium_org/net/spdy/
H A Dspdy_framer.cc2306 if (data_ir.padded()) {
2316 if (data_ir.padded()) {
2346 if (data_ir.padded()) {
2356 if (data_ir.padded()) {
H A Dspdy_protocol.h642 bool padded() const { return padded_; } function in class:net::SpdyDataIR
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_supervised_user_creation.css42 #supervised-user-creation .logo-padded-text {
/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 432 milliseconds