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

1 2 3 4 5 6

  /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/arm-neon-tests/
compute_ref_data.c 125 PAD(buffer_pad, int, 8, 8);
127 PAD(buffer_pad, int, 16, 4);
129 PAD(buffer_pad, int, 32, 2);
131 PAD(buffer_pad, int, 64, 1);
133 PAD(buffer_pad, uint, 8, 8);
135 PAD(buffer_pad, poly, 8, 8);
137 PAD(buffer_pad, poly, 16, 4);
139 PAD(buffer_pad, uint, 16, 4);
141 PAD(buffer_pad, uint, 32, 2);
143 PAD(buffer_pad, uint, 64, 1)
    [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...]
  /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...]
  /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...]
  /packages/apps/Messaging/src/android/support/v7/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...]
  /packages/apps/Messaging/src/com/android/messaging/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/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/fec/
char.h 19 #define PAD (rs->pad)
fixed.h 32 #define PAD pad
int.h 19 #define PAD (rs->pad)
encode_rs.c 17 data_t *data, data_t *bb,int pad){
26 /* Check pad parameter for validity */
27 if(pad < 0 || pad >= NN)
33 for(i=0;i<NN-NROOTS-PAD;i++){
encode_rs.h 6 * data_t data[] - array of NN-NROOTS-PAD and type data_t to be encoded
13 * PAD - the number of pad symbols in a block. Integer variable or literal.
39 for(i=0;i<NN-NROOTS-PAD;i++){
  /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...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-nds32/
diff.s 31 PAD:
  /hardware/interfaces/neuralnetworks/1.1/
types.hal 148 PAD = 32,
  /external/tensorflow/tensorflow/core/kernels/
nn_ops_test.cc 234 #define BM_ConvFloatFwd(BS, R, C, ID, OD, KR, KC, STR, PAD, LABEL) \
237 PAD, false, DT_FLOAT, \
239 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu1")); \
243 PAD, false, DT_FLOAT, \
245 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu4")); \
248 BM_ConvFloat(iters, BS, R, C, ID, OD, KR, KC, CONV_OP_FUSED, 1, STR, PAD, \
251 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu1")); \
254 BM_ConvFloat(iters, BS, R, C, ID, OD, KR, KC, CONV_OP_FUSED, 4, STR, PAD, \
257 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu4")); \
261 PAD, true, DT_FLOAT,
    [all...]
  /external/icu/icu4c/source/common/
uenum.cpp 30 static const int32_t PAD = 8;
38 capacity += PAD;
47 capacity += PAD;
  /external/valgrind/VEX/priv/
main_util.c 331 # define PAD(_n) \
405 PAD(len1); PUTSTR(str); PAD(len3);
417 PAD(len1); PUTSTR(str); PAD(len3);
434 PAD(len1); PUTSTR(intbuf); PAD(len3);
455 PAD(len1); PUTSTR(intbuf); PAD(len3);
467 PAD(len1); PUT('0'); PUT('x'); PUTSTR(intbuf); PAD(len3)
    [all...]

Completed in 335 milliseconds

1 2 3 4 5 6