/external/llvm/test/Transforms/ScalarRepl/ |
D | badarray.ll | 32 %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()
|
D | copy-aggregate.ll | 70 %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/ |
D | base64.cc | 124 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()
|
D | base64.h | 87 unsigned char qbuf[4], bool* padded);
|
/external/libvpx/vpx_mem/ |
D | vpx_mem_tracker.c | 87 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/ |
D | vpx_mem_tracker.h | 35 int padded; // This mem_block has padding for integrity checks. member 76 int padded);
|
/external/openssh/ |
D | sshconnect.c | 1188 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/ |
D | BaseBlockCipher.java | 97 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/ |
D | JCEBlockCipher.java | 105 private boolean padded; field in JCEBlockCipher 340 padded = true; in engineSetPadding() 567 if (random != null && padded) in engineInit()
|
/external/chromium/chrome/browser/sync/resources/ |
D | gaia_login.css | 91 .bottom-padded-cell {
|
/external/llvm/cmake/modules/ |
D | ChooseMSVCCRT.cmake | 37 # Expects 'flag' to be padded with spaces.
|
/external/chromium/chrome/browser/resources/options/ |
D | sync_setup_overlay.css | 181 .bottom-padded-cell {
|
/external/webkit/Source/autotools/ |
D | acinclude.m4 | 95 # 0001001200050617. In other words, each number is zero padded to four
|
/external/openssl/crypto/des/ |
D | des.pod | 209 send from Unix to VMS since a 88 byte file will suddenly be padded
|
/external/kernel-headers/original/linux/ |
D | netdevice.h | 357 unsigned short padded; /* How much padding added by alloc_netdev() */ member
|
/external/clang/include/clang/Basic/ |
D | DiagnosticGroups.td | 170 def Padded : DiagGroup<"padded">;
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 340 header contain only ASCII characters, are left justified and are right padded
|
/external/libpcap/ |
D | CHANGES | 41 Add LINKTYPE_ for IEEE 802.15.4, with address fields padded as done
|
/external/libvorbis/doc/ |
D | 01-introduction.tex | 58 are designed that they may be truncated (or padded) and remain
|
D | rfc5215.txt | 353 payload, and is followed by the raw Vorbis data padded to the nearest
|
/external/dropbear/libtomcrypt/ |
D | crypt.tex | 3083 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/ |
D | ChangeLog | 249 * linux/ioctlsort.c (main): Output ioctl codes zero padded.
|
/external/jpeg/ |
D | structure.doc | 177 can be simplified a little if they work on padded data: it's not necessary to
|
/external/qemu/distrib/jpeg-6b/ |
D | structure.doc | 177 can be simplified a little if they work on padded data: it's not necessary to
|
/external/srtp/doc/ |
D | rfc3711.txt | 1147 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
|