HomeSort by relevance Sort by last modified time
    Searched defs:PAD (Results 1 - 19 of 19) sorted by null

  /external/clang/test/Sema/
implicit-int.c 14 #define PAD(ms10) { \
18 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
  /external/dropbear/libtomcrypt/src/encauth/ccm/
ccm_memory.c 48 unsigned char PAD[16], ctr[16], CTRPAD[16], b;
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[x++] ^= headerlen & 255
    [all...]
  /external/icu4c/common/
uenum.c 28 static const int32_t PAD = 8;
36 capacity += PAD;
45 capacity += PAD;
  /external/skia/tests/
MemsetTest.cpp 46 #define PAD 32
47 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
79 uint16_t* base = &buffer[PAD + alignment];
82 compare16(buffer, 0, PAD + alignment);
84 compare16(base + count, 0, TOTAL - count - PAD - alignment);
96 uint32_t* base = &buffer[PAD + alignment];
99 compare32(buffer, 0, PAD + alignment);
101 compare32(base + count, 0, TOTAL - count - PAD - alignment);
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
Base64.java 27 * Byte used to pad output.
29 static final byte PAD = (byte) '=';
85 while (base64Data[lastData - 1] == PAD) {
101 if (marker0 != PAD && marker1 != PAD) {
102 //No PAD e.g 3cQl
110 } else if (marker0 == PAD) {
111 //Two PAD e.g. 3c[Pad][Pad]
    [all...]
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 27 const char Archive::PAD[] = "\n";
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 91 * Byte used to pad output.
93 static final byte PAD = (byte) '=';
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 3cQ
    [all...]
  /external/valgrind/main/VEX/priv/
main_util.c 326 # define PAD(_n) \
390 PAD(len1); PUTSTR(str); PAD(len3);
402 PAD(len1); PUTSTR(str); PAD(len3);
418 PAD(len1); PUTSTR(intbuf); PAD(len3);
437 PAD(len1); PUTSTR(intbuf); PAD(len3);
449 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 44 static const char PAD[]; ///< inter-file align padding
  /libcore/luni/src/main/java/java/util/
Date.java 393 final int PAD = 0, LETTERS = 1, NUMBERS = 2;
414 int nextState = PAD;
  /bionic/libc/stdio/
vfprintf.c 151 #define ZEROPAD 0x0080 /* zero (as opposed to blank) pad */
216 #define PADSIZE 16 /* pad chunk size */
223 * BEWARE, these `goto error' on error, and PAD uses `n'.
236 #define PAD(howmany, with) do { \
724 * floating precision; finally, if LADJUST, pad with blanks.
726 * Compute actual size, so we know how much to pad.
737 PAD(width - realsz, blanks);
750 PAD(width - realsz, zeroes);
753 PAD(dprec - size, zeroes);
766 PAD(ndig - 1, zeroes)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1355 milliseconds