HomeSort by relevance Sort by last modified time
    Searched defs:PAD (Results 1 - 25 of 31) 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/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/fec/
char.h 19 #define PAD (rs->pad)
fixed.h 32 #define PAD pad
int.h 19 #define PAD (rs->pad)
  /external/skia/tests/
MemsetTest.cpp 21 #define PAD 32
22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
54 uint16_t* base = &buffer[PAD + alignment];
57 compare16(reporter, buffer, 0, PAD + alignment);
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment);
71 uint32_t* base = &buffer[PAD + alignment];
74 compare32(reporter, buffer, 0, PAD + alignment);
76 compare32(reporter, base + count, 0, TOTAL - count - PAD - alignment);
  /external/skqp/tests/
MemsetTest.cpp 21 #define PAD 32
22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
54 uint16_t* base = &buffer[PAD + alignment];
57 compare16(reporter, buffer, 0, PAD + alignment);
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment);
71 uint32_t* base = &buffer[PAD + alignment];
74 compare32(reporter, buffer, 0, PAD + alignment);
76 compare32(reporter, base + count, 0, TOTAL - count - PAD - alignment);
  /development/samples/ApiDemos/src/com/example/android/mmslib/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/icu/icu4c/source/common/
uenum.cpp 30 static const int32_t PAD = 8;
38 capacity += PAD;
47 capacity += PAD;
  /external/pdfium/fxbarcode/datamatrix/
BC_HighLevelEncoder.h 62 static const wchar_t PAD;
BC_HighLevelEncoder.cpp 51 const wchar_t CBC_HighLevelEncoder::PAD = 129;
121 codewords += PAD;
126 PAD, pdfium::base::checked_cast<int32_t>(codewords.GetLength()) + 1));
  /external/adhd/cras/src/dsp/tests/
dsp_util_test.c 72 /* PAD buffer to check for overflows. */
73 #define PAD 4096
81 short* in_shorts = (short*) malloc(MAXSAMPLES * 2 * 2 + PAD);
82 float* out_floats_left_c = (float*) malloc(MAXSAMPLES * 4 + PAD);
83 float* out_floats_right_c = (float*) malloc(MAXSAMPLES * 4 + PAD);
84 float* out_floats_left_opt = (float*) malloc(MAXSAMPLES * 4 + PAD);
85 float* out_floats_right_opt = (float*) malloc(MAXSAMPLES * 4 + PAD);
86 short* out_shorts_c = (short*) malloc(MAXSAMPLES * 2 * 2 + PAD);
87 short* out_shorts_opt = (short*) malloc(MAXSAMPLES * 2 * 2 + PAD);
89 memset(in_shorts, 0xfb, MAXSAMPLES * 2 * 2 + PAD);
    [all...]
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 96 * Byte used to pad output.
98 static final byte PAD = (byte) '=';
140 if (octect == PAD) {
335 encodedData[encodedIndex + 2] = PAD;
336 encodedData[encodedIndex + 3] = PAD;
353 encodedData[encodedIndex + 3] = PAD;
398 while (base64Data[lastData - 1] == PAD) {
414 if (marker0 != PAD && marker1 != PAD) {
415 //No PAD e.g 3cQ
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
Option.java 173 static final String PAD = " ";
178 + PAD.substring(Math.min(tag.length(), PAD.length()))
CheckHtmlFiles.java 507 static final String PAD = "\t";
515 String pad = PAD; local
526 pad += PAD;
527 System.out.println(pad + "<ul class=\"toc\">");
530 pad += PAD;
535 pad = pad.substring(PAD.length())
    [all...]
  /external/sl4a/Common/src/org/apache/commons/codec/binary/
Base64Codec.java 109 * Byte used to pad output.
111 private static final byte PAD = '=';
468 buffer[pos++] = PAD;
469 buffer[pos++] = PAD;
479 buffer[pos++] = PAD;
549 if (b == PAD) {
596 return octet == PAD || (octet >= 0 && octet < DECODE_TABLE.length && DECODE_TABLE[octet] != -1);
    [all...]
  /external/arm-neon-tests/
stm-arm-neon-ref.h 67 #define PAD(V, T, W, N) char VECT_VAR(V,T,W,N)=42;
  /external/libjpeg-turbo/
jcphuff.c 146 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1)))
675 cvalue = values = (JCOEF *)PAD((size_t)values_unaligned, 16);
940 cabsvalue = absvalues = (JCOEF *)PAD((size_t)absvalues_unaligned, 16);
    [all...]
tjunittest.c 54 printf("-noyuvpad = do not pad each line of each Y, U, and V plane to the nearest\n");
93 int doYUV = 0, alloc = 0, pad = 4; variable
271 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1)))
278 int pw = PAD(w, hsf), ph = PAD(h, vsf);
280 int ypitch = PAD(pw, pad), uvpitch = PAD(cw, pad);
378 unsigned long yuvSize = tjBufSizeYUV2(w, pad, h, subsamp)
    [all...]
turbojpeg-jni.c 40 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1)))
136 (JNIEnv *env, jclass cls, jint width, jint pad, jint height, jint subsamp)
138 jint retval = (jint)tjBufSizeYUV2(width, pad, height, subsamp);
    [all...]
turbojpeg.c 52 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1)))
504 retval = PAD(width, mcuw) * PAD(height, mcuh) * (2 + chromasf) + 2048;
520 retval = PAD(width, 16) * PAD(height, 16) * 6 + 2048;
527 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int pad, int height,
538 int stride = PAD(pw, pad);
570 pw = PAD(width, tjMCUWidth[subsamp] / 8);
591 ph = PAD(height, tjMCUHeight[subsamp] / 8)
    [all...]
  /bionic/libc/stdio/
printf_common.h 153 #define PAD(howmany, with) \
169 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
192 #define ZEROPAD 0x0080 /* zero (as opposed to blank) pad */
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfwprintf.c 600 #define ZEROPAD 0x080 /* zero (as opposed to blank) pad */
692 #define PADSIZE 16 /* pad chunk size */
703 * PAD uses `n'.
731 #define PAD(howmany, with) do { \
746 PAD((len) - (n2 > 0 ? n2 : 0), (with)); \
    [all...]
  /external/ImageMagick/MagickCore/
accelerate.c 255 /* pad the global workgroup size to the next multiple of
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 

Completed in 591 milliseconds

1 2