Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm/test/Transforms/ScalarRepl/
Dbadarray.ll32 %padded = type { %base, [1 x i32] }
40 %var_1 = alloca %padded, align 8 ; <%padded*> [#uses=3]
41 %0 = getelementptr inbounds %padded* %var_1, i32 0, i32 0 ; <%base*> [#uses=2]
48 %callret = call %padded *@test3f() ; <i32> [#uses=2]
49 %callretcast = bitcast %padded* %callret to i8* ; <i8*> [#uses=1]
50 %var_11 = bitcast %padded* %var_1 to i8* ; <i8*> [#uses=1]
57 declare %padded* @test3f()
Dcopy-aggregate.ll70 %padded = type { i16, i8 }
71 define void @test5([4 x %padded]* %p, [4 x %padded]* %q) {
75 %var = alloca [4 x %padded], align 4
76 %vari8 = bitcast [4 x %padded]* %var to i8*
77 %pi8 = bitcast [4 x %padded]* %p to i8*
79 %qi8 = bitcast [4 x %padded]* %q to i8*
/external/chromium/third_party/libjingle/source/talk/base/
Dbase64.cc124 unsigned char qbuf[4], bool* padded) in GetNextQuantum() argument
165 *padded = true; in GetNextQuantum()
167 *padded = false; in GetNextQuantum()
206 bool success = true, padded; in DecodeFromArrayTemplate() local
210 data, len, &dpos, qbuf, &padded); in DecodeFromArrayTemplate()
228 if ((DO_PAD_YES == pad_flags) && !padded) { in DecodeFromArrayTemplate()
Dbase64.h87 unsigned char qbuf[4], bool* padded);
/external/libvpx/vpx_mem/
Dvpx_mem_tracker.c87 int padded);
278 int padded) in vpx_memory_tracker_add() argument
280 memory_tracker_add(addr, size, file, line, padded); in vpx_memory_tracker_add()
550 if (p->padded) // can the bounds be checked? in memory_tracker_check_integrity()
590 int padded) in memory_tracker_add() argument
606 p->padded = padded; in memory_tracker_add()
/external/libvpx/vpx_mem/include/
Dvpx_mem_tracker.h35 int padded; // This mem_block has padding for integrity checks. member
76 int padded);
/external/openssh/
Dsshconnect.c1188 char *padded; in ssh_put_password() local
1195 padded = xcalloc(1, size); in ssh_put_password()
1196 strlcpy(padded, password, size); in ssh_put_password()
1197 packet_put_string(padded, size); in ssh_put_password()
1198 memset(padded, 0, size); in ssh_put_password()
1199 xfree(padded); in ssh_put_password()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java97 private boolean padded; field in BaseBlockCipher
330 padded = true; in engineSetPadding()
555 if (random != null && padded) in engineInit()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DJCEBlockCipher.java105 private boolean padded; field in JCEBlockCipher
340 padded = true; in engineSetPadding()
567 if (random != null && padded) in engineInit()
/external/chromium/chrome/browser/sync/resources/
Dgaia_login.css91 .bottom-padded-cell {
/external/llvm/cmake/modules/
DChooseMSVCCRT.cmake37 # Expects 'flag' to be padded with spaces.
/external/chromium/chrome/browser/resources/options/
Dsync_setup_overlay.css181 .bottom-padded-cell {
/external/webkit/Source/autotools/
Dacinclude.m495 # 0001001200050617. In other words, each number is zero padded to four
/external/openssl/crypto/des/
Ddes.pod209 send from Unix to VMS since a 88 byte file will suddenly be padded
/external/kernel-headers/original/linux/
Dnetdevice.h357 unsigned short padded; /* How much padding added by alloc_netdev() */ member
/external/clang/include/clang/Basic/
DDiagnosticGroups.td170 def Padded : DiagGroup<"padded">;
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst340 header contain only ASCII characters, are left justified and are right padded
/external/libpcap/
DCHANGES41 Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done
/external/libvorbis/doc/
D01-introduction.tex58 are designed that they may be truncated (or padded) and remain
Drfc5215.txt353 payload, and is followed by the raw Vorbis data padded to the nearest
/external/dropbear/libtomcrypt/
Dcrypt.tex3083 parameter indicates the length of the modulus in bits. The padded data is stored in \textit{out} w…
3129 This accepts \textit{msg} as input of length \textit{msglen} which will be OAEP padded. The \texti…
3137 The padded message is stored in \textit{out} along with the length in \textit{outlen}.
3142 Note that when the message is padded it still has not been RSA encrypted. You must pass the output…
3296 Note: the output of this function is zero--padded as per PKCS \#1 specification. This allows this …
6380 (zero padded to the size of the modulus)
6476 to the \textit{out} buffer. The output must be zero padded (leading bytes) so that the length of t…
/external/strace/
DChangeLog249 * linux/ioctlsort.c (main): Output ioctl codes zero padded.
/external/jpeg/
Dstructure.doc177 can be simplified a little if they work on padded data: it's not necessary to
/external/qemu/distrib/jpeg-6b/
Dstructure.doc177 can be simplified a little if they work on padded data: it's not necessary to
/external/srtp/doc/
Drfc3711.txt1147 Each of the three terms in the XOR-sum above is padded with as many
2977 concatenation of the encryption salt label. That value is padded and

12