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

1 2

  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_internal.h 46 #define PAD(from, to) \
53 PAD(__len, size); \
60 PAD(__len, size); \
66 PAD(__pos, size); \
74 PAD(__pos, size); \
81 PAD(pos, size); \
93 PAD(pos, size); \
  /external/mesa3d/src/gallium/auxiliary/rbug/
rbug_internal.h 46 #define PAD(from, to) \
53 PAD(__len, size); \
60 PAD(__len, size); \
66 PAD(__pos, size); \
74 PAD(__pos, size); \
81 PAD(pos, size); \
93 PAD(pos, size); \
  /external/chromium_org/third_party/icu/source/common/
uenum.c 28 static const int32_t PAD = 8;
36 capacity += PAD;
45 capacity += PAD;
  /external/chromium_org/third_party/skia/tests/
MemsetTest.cpp 51 #define PAD 32
52 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
84 uint16_t* base = &buffer[PAD + alignment];
88 compare16(buffer, 0, PAD + alignment) &&
90 compare16(base + count, 0, TOTAL - count - PAD - alignment));
102 uint32_t* base = &buffer[PAD + alignment];
106 compare32(buffer, 0, PAD + alignment) &&
108 compare32(base + count, 0, TOTAL - count - PAD - alignment));
  /external/chromium_org/third_party/tlslite/tlslite/
mathtls.py 97 def PAD(n, x):
105 return bytesToNumber(SHA1(PAD(N, A) + PAD(N, B)))
108 return bytesToNumber(SHA1(numberToByteArray(N) + PAD(N, g)))
122 # Repeat pad bytes 48 times for MD5; 40 times for other hash functions.
  /external/icu/icu4c/source/common/
uenum.c 28 static const int32_t PAD = 8;
36 capacity += PAD;
45 capacity += PAD;
  /external/skia/tests/
MemsetTest.cpp 51 #define PAD 32
52 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
84 uint16_t* base = &buffer[PAD + alignment];
88 compare16(buffer, 0, PAD + alignment) &&
90 compare16(base + count, 0, TOTAL - count - PAD - alignment));
102 uint32_t* base = &buffer[PAD + alignment];
106 compare32(buffer, 0, PAD + alignment) &&
108 compare32(base + count, 0, TOTAL - count - PAD - alignment));
  /frameworks/opt/telephony/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 25 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) \
395 PAD(len1); PUTSTR(str); PAD(len3);
407 PAD(len1); PUTSTR(str); PAD(len3);
423 PAD(len1); PUTSTR(intbuf); PAD(len3);
442 PAD(len1); PUTSTR(intbuf); PAD(len3);
454 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 39 static const char PAD[]; ///< inter-file align padding
  /libcore/luni/src/main/java/java/util/
Date.java 390 final int PAD = 0, LETTERS = 1, NUMBERS = 2;
411 int nextState = PAD;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 271 #define ZEROPAD 0x0080 /* zero (as opposed to blank) pad */
341 #define PADSIZE 16 /* pad chunk size */
352 * PAD uses `n' and 'n3', and PRINTANDPAD uses 'n', 'n2', and 'n3'.
360 #define PAD(howmany, with) do { \
375 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
960 * floating precision; finally, if LADJUST, pad with blanks.
962 * Compute actual size, so we know how much to pad.
973 PAD(width - realsz, blanks);
985 PAD(width - realsz, zeroes);
988 PAD(dprec - size, zeroes)
    [all...]
vfprintf.c 254 #define ZEROPAD 0x0080 /* zero (as opposed to blank) pad */
343 #define PADSIZE 16 /* pad chunk size */
353 * BEWARE, these `goto error' on error, and PAD uses `n'.
366 #define PAD(howmany, with) do { \
381 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
984 * floating precision; finally, if LADJUST, pad with blanks.
986 * Compute actual size, so we know how much to pad.
997 PAD(width - realsz, blanks);
1009 PAD(width - realsz, zeroes);
1012 PAD(dprec - size, zeroes)
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-cipher-1.7.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-cipher/1.7/
plexus-cipher-1.7.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-cipher/1.4/
plexus-cipher-1.4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.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 

Completed in 758 milliseconds

1 2