Searched defs:PAD (Results 1 - 8 of 8) 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/skia/tests/
H A DMemsetTest.cpp20 #define PAD 32 macro
21 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
53 uint16_t* base = &buffer[PAD + alignment];
56 compare16(buffer, 0, PAD + alignment);
58 compare16(base + count, 0, TOTAL - count - PAD - alignment);
70 uint32_t* base = &buffer[PAD + alignment];
73 compare32(buffer, 0, PAD + alignment);
75 compare32(base + count, 0, TOTAL - count - PAD - alignment);
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 237 milliseconds