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

1 2 3

  /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); \
rbug_core.c 51 PAD(__len, 8);
60 /* final pad */
61 PAD(__pos, 8);
86 PAD(__len, 8);
95 /* final pad */
96 PAD(__pos, 8);
123 PAD(__len, 8);
133 /* final pad */
134 PAD(__pos, 8);
161 PAD(__len, 8)
    [all...]
rbug_context.c 51 PAD(__len, 8);
60 /* final pad */
61 PAD(__pos, 8);
88 PAD(__len, 8);
98 /* final pad */
99 PAD(__pos, 8);
128 PAD(__len, 8);
139 /* final pad */
140 PAD(__pos, 8);
169 PAD(__len, 8)
    [all...]
rbug_shader.c 53 PAD(__len, 8);
63 /* final pad */
64 PAD(__pos, 8);
93 PAD(__len, 8);
104 /* final pad */
105 PAD(__pos, 8);
136 PAD(__len, 8);
148 /* final pad */
149 PAD(__pos, 8);
181 PAD(__len, 8)
    [all...]
rbug_texture.c 51 PAD(__len, 8);
60 /* final pad */
61 PAD(__pos, 8);
88 PAD(__len, 8);
98 /* final pad */
99 PAD(__pos, 8);
145 PAD(__len, 8);
164 /* final pad */
165 PAD(__pos, 8);
206 PAD(__len, 8)
    [all...]
  /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); \
rbug_core.c 51 PAD(__len, 8);
60 /* final pad */
61 PAD(__pos, 8);
86 PAD(__len, 8);
95 /* final pad */
96 PAD(__pos, 8);
123 PAD(__len, 8);
133 /* final pad */
134 PAD(__pos, 8);
161 PAD(__len, 8)
    [all...]
rbug_context.c 51 PAD(__len, 8);
60 /* final pad */
61 PAD(__pos, 8);
88 PAD(__len, 8);
98 /* final pad */
99 PAD(__pos, 8);
128 PAD(__len, 8);
139 /* final pad */
140 PAD(__pos, 8);
169 PAD(__len, 8)
    [all...]
rbug_shader.c 53 PAD(__len, 8);
63 /* final pad */
64 PAD(__pos, 8);
93 PAD(__len, 8);
104 /* final pad */
105 PAD(__pos, 8);
136 PAD(__len, 8);
148 /* final pad */
149 PAD(__pos, 8);
181 PAD(__len, 8)
    [all...]
rbug_texture.c 51 PAD(__len, 8);
60 /* final pad */
61 PAD(__pos, 8);
88 PAD(__len, 8);
98 /* final pad */
99 PAD(__pos, 8);
145 PAD(__len, 8);
164 /* final pad */
165 PAD(__pos, 8);
206 PAD(__len, 8)
    [all...]
  /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...]
  /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/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/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...]
  /external/chromium_org/third_party/icu/source/common/
uenum.c 28 static const int32_t PAD = 8;
36 capacity += PAD;
45 capacity += PAD;
  /external/icu/icu4c/source/common/
uenum.c 28 static const int32_t PAD = 8;
36 capacity += PAD;
45 capacity += PAD;
  /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/pixman/pixman/
pixman-mips-dspr2.h 282 src_type, dst_type, PAD)
329 src_type, uint8_t, dst_type, PAD, TRUE, FALSE)
380 src_type, uint32_t, dst_type, PAD, FLAG_NONE) \
431 src_type, uint8_t, dst_type, PAD, \
pixman-arm-common.h 264 src_type, dst_type, PAD) \
314 src_type, uint8_t, dst_type, PAD, TRUE, FALSE) \
369 src_type, uint32_t, dst_type, PAD, FLAG_NONE) \
420 src_type, uint8_t, dst_type, PAD, \
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
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...]
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...]
  /external/llvm/unittests/Support/
LEB128Test.cpp 45 #define EXPECT_ULEB128_EQ(EXPECTED, VALUE, PAD) \
52 encodeULEB128(VALUE, Stream, PAD); \
58 unsigned Size = encodeULEB128(VALUE, Buffer, PAD); \
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 39 static const char PAD[]; ///< inter-file align padding

Completed in 484 milliseconds

1 2 3