Searched defs:PAD (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Sema/
H A Dimplicit-int.c14 #define PAD(ms10) { \ macro
18 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
/external/icu4c/common/
H A Duenum.c28 static const int32_t PAD = 8; variable
36 capacity += PAD;
45 capacity += PAD;
/external/dropbear/libtomcrypt/src/encauth/ccm/
H A Dccm_memory.c48 unsigned char PAD[16], ctr[16], CTRPAD[16], b; local
143 PAD[x++] = (unsigned char)(((headerlen > 0) ? (1<<6) : 0) |
149 PAD[x++] = nonce[y];
162 PAD[x++] = 0;
165 PAD[x++] = (unsigned char)((len >> 24) & 255);
169 /* encrypt PAD */
170 if ((err = cipher_descriptor[cipher].ecb_encrypt(PAD, PAD, skey)) != CRYPT_OK) {
180 PAD[x++] ^= (headerlen>>8) & 255;
181 PAD[
[all...]
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBase64.java93 static final byte PAD = (byte) '='; field in class:Base64
135 if (octect == PAD) {
330 encodedData[encodedIndex + 2] = PAD;
331 encodedData[encodedIndex + 3] = PAD;
348 encodedData[encodedIndex + 3] = PAD;
393 while (base64Data[lastData - 1] == PAD) {
409 if (marker0 != PAD && marker1 != PAD) {
410 //No PAD e.g 3cQl
418 } else if (marker0 == PAD) {
[all...]
/external/valgrind/main/VEX/priv/
H A Dmain_util.c317 # define PAD(_n) \ macro
381 PAD(len1); PUTSTR(str); PAD(len3);
393 PAD(len1); PUTSTR(str); PAD(len3);
409 PAD(len1); PUTSTR(intbuf); PAD(len3);
428 PAD(len1); PUTSTR(intbuf); PAD(len3);
440 PAD(len
464 # undef PAD macro
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 130 milliseconds