Home
last modified time | relevance | path

Searched refs:PAD (Results 1 – 25 of 66) sorted by relevance

123

/external/arm-neon-tests/
Dcompute_ref_data.c125 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/adhd/cras/src/dsp/tests/
Ddsp_util_test.c73 #define PAD 4096 macro
81 short* in_shorts = (short*) malloc(MAXSAMPLES * 2 * 2 + PAD); in TestRounding()
82 float* out_floats_left_c = (float*) malloc(MAXSAMPLES * 4 + PAD); in TestRounding()
83 float* out_floats_right_c = (float*) malloc(MAXSAMPLES * 4 + PAD); in TestRounding()
84 float* out_floats_left_opt = (float*) malloc(MAXSAMPLES * 4 + PAD); in TestRounding()
85 float* out_floats_right_opt = (float*) malloc(MAXSAMPLES * 4 + PAD); in TestRounding()
86 short* out_shorts_c = (short*) malloc(MAXSAMPLES * 2 * 2 + PAD); in TestRounding()
87 short* out_shorts_opt = (short*) malloc(MAXSAMPLES * 2 * 2 + PAD); in TestRounding()
89 memset(in_shorts, 0xfb, MAXSAMPLES * 2 * 2 + PAD); in TestRounding()
90 memset(out_floats_left_c, 0xfb, MAXSAMPLES * 4 + PAD); in TestRounding()
[all …]
/external/skia/tests/
DMemsetTest.cpp21 #define PAD 32 macro
22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
54 uint16_t* base = &buffer[PAD + alignment]; in test_16()
57 compare16(reporter, buffer, 0, PAD + alignment); in test_16()
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment); in test_16()
71 uint32_t* base = &buffer[PAD + alignment]; in test_32()
74 compare32(reporter, buffer, 0, PAD + alignment); in test_32()
76 compare32(reporter, base + count, 0, TOTAL - count - PAD - alignment); in test_32()
/external/skqp/tests/
DMemsetTest.cpp21 #define PAD 32 macro
22 #define TOTAL (PAD + MAX_ALIGNMENT + MAX_COUNT + PAD)
54 uint16_t* base = &buffer[PAD + alignment]; in test_16()
57 compare16(reporter, buffer, 0, PAD + alignment); in test_16()
59 compare16(reporter, base + count, 0, TOTAL - count - PAD - alignment); in test_16()
71 uint32_t* base = &buffer[PAD + alignment]; in test_32()
74 compare32(reporter, buffer, 0, PAD + alignment); in test_32()
76 compare32(reporter, base + count, 0, TOTAL - count - PAD - alignment); in test_32()
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_internal.h46 #define PAD(from, to) \ macro
53 PAD(__len, size); \
60 PAD(__len, size); \
66 PAD(__pos, size); \
74 PAD(__pos, size); \
81 PAD(pos, size); \
93 PAD(pos, size); \
Drbug_context.c51 PAD(__len, 8); in rbug_send_context_list()
61 PAD(__pos, 8); in rbug_send_context_list()
88 PAD(__len, 8); in rbug_send_context_info()
99 PAD(__pos, 8); in rbug_send_context_info()
128 PAD(__len, 8); in rbug_send_context_draw_block()
140 PAD(__pos, 8); in rbug_send_context_draw_block()
169 PAD(__len, 8); in rbug_send_context_draw_step()
181 PAD(__pos, 8); in rbug_send_context_draw_step()
210 PAD(__len, 8); in rbug_send_context_draw_unblock()
222 PAD(__pos, 8); in rbug_send_context_draw_unblock()
[all …]
Drbug_core.c51 PAD(__len, 8); in rbug_send_noop()
61 PAD(__pos, 8); in rbug_send_noop()
86 PAD(__len, 8); in rbug_send_ping()
96 PAD(__pos, 8); in rbug_send_ping()
123 PAD(__len, 8); in rbug_send_error()
134 PAD(__pos, 8); in rbug_send_error()
161 PAD(__len, 8); in rbug_send_ping_reply()
172 PAD(__pos, 8); in rbug_send_ping_reply()
201 PAD(__len, 8); in rbug_send_error_reply()
213 PAD(__pos, 8); in rbug_send_error_reply()
Drbug_shader.c53 PAD(__len, 8); in rbug_send_shader_list()
64 PAD(__pos, 8); in rbug_send_shader_list()
93 PAD(__len, 8); in rbug_send_shader_info()
105 PAD(__pos, 8); in rbug_send_shader_info()
136 PAD(__len, 8); in rbug_send_shader_disable()
149 PAD(__pos, 8); in rbug_send_shader_disable()
181 PAD(__len, 8); in rbug_send_shader_replace()
194 PAD(__pos, 8); in rbug_send_shader_replace()
224 PAD(__len, 8); in rbug_send_shader_list_reply()
236 PAD(__pos, 8); in rbug_send_shader_list_reply()
[all …]
Drbug_texture.c51 PAD(__len, 8); in rbug_send_texture_list()
61 PAD(__pos, 8); in rbug_send_texture_list()
88 PAD(__len, 8); in rbug_send_texture_info()
99 PAD(__pos, 8); in rbug_send_texture_info()
145 PAD(__len, 8); in rbug_send_texture_write()
165 PAD(__pos, 8); in rbug_send_texture_write()
206 PAD(__len, 8); in rbug_send_texture_read()
224 PAD(__pos, 8); in rbug_send_texture_read()
254 PAD(__len, 8); in rbug_send_texture_list_reply()
266 PAD(__pos, 8); in rbug_send_texture_list_reply()
[all …]
/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java98 static final byte PAD = (byte) '='; field in Base64
140 if (octect == PAD) { in isBase64()
335 encodedData[encodedIndex + 2] = PAD; in encodeBase64()
336 encodedData[encodedIndex + 3] = PAD; in encodeBase64()
353 encodedData[encodedIndex + 3] = PAD; in encodeBase64()
398 while (base64Data[lastData - 1] == PAD) { in decodeBase64()
414 if (marker0 != PAD && marker1 != PAD) { in decodeBase64()
423 } else if (marker0 == PAD) { in decodeBase64()
426 } else if (marker1 == PAD) { in decodeBase64()
/external/tensorflow/tensorflow/core/kernels/
Dnn_ops_test.cc234 #define BM_ConvFloatFwd(BS, R, C, ID, OD, KR, KC, STR, PAD, LABEL) \ argument
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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dr600.extract-lowbits.ll25 ; EG-NEXT: PAD
36 ; CM-NEXT: PAD
56 ; EG-NEXT: PAD
75 ; CM-NEXT: PAD
100 ; EG-NEXT: PAD
111 ; CM-NEXT: PAD
133 ; EG-NEXT: PAD
144 ; CM-NEXT: PAD
164 ; EG-NEXT: PAD
183 ; CM-NEXT: PAD
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DLEB128Test.cpp20 #define EXPECT_SLEB128_EQ(EXPECTED, VALUE, PAD) \ in TEST() argument
27 encodeSLEB128(VALUE, Stream, PAD); \ in TEST()
33 unsigned Size = encodeSLEB128(VALUE, Buffer, PAD); \ in TEST()
65 #define EXPECT_ULEB128_EQ(EXPECTED, VALUE, PAD) \ in TEST() argument
72 encodeULEB128(VALUE, Stream, PAD); \ in TEST()
78 unsigned Size = encodeULEB128(VALUE, Buffer, PAD); \ in TEST()
/external/libjpeg-turbo/
Dturbojpeg.c52 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
504 retval = PAD(width, mcuw) * PAD(height, mcuh) * (2ULL + chromasf) + 2048ULL; in tjBufSize()
522 retval = PAD(width, 16) * PAD(height, 16) * 6ULL + 2048ULL; in TJBUFSIZE()
543 int stride = PAD(pw, pad); in tjBufSizeYUV2()
577 pw = PAD(width, tjMCUWidth[subsamp] / 8); in tjPlaneWidth()
598 ph = PAD(height, tjMCUHeight[subsamp] / 8); in tjPlaneHeight()
786 pw0 = PAD(width, cinfo->max_h_samp_factor); in tjEncodeYUVPlanes()
787 ph0 = PAD(height, cinfo->max_v_samp_factor); in tjEncodeYUVPlanes()
803 PAD((compptr->width_in_blocks * cinfo->max_h_samp_factor * DCTSIZE) / in tjEncodeYUVPlanes()
814 (unsigned char *)PAD((size_t)_tmpbuf[i], 32); in tjEncodeYUVPlanes()
[all …]
Dtjunittest.c271 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
278 int pw = PAD(w, hsf), ph = PAD(h, vsf); in checkBufYUV()
280 int ypitch = PAD(pw, pad), uvpitch = PAD(cw, pad); in checkBufYUV()
761 int ps = tjPixelSize[pf], pitch = PAD(width * ps, align), loadWidth = 0, in doBmpTest()
803 pitch = PAD(width * tjPixelSize[pf], align); in doBmpTest()
814 pitch = PAD(width * tjPixelSize[pf], align); in doBmpTest()
/external/clang/test/Sema/
Dimplicit-int.c14 #define PAD(ms10) { \ macro
18 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java111 private static final byte PAD = '='; field in Base64Codec
468 buffer[pos++] = PAD; in encode()
469 buffer[pos++] = PAD; in encode()
479 buffer[pos++] = PAD; in encode()
549 if (b == PAD) { in decode()
596 … return octet == PAD || (octet >= 0 && octet < DECODE_TABLE.length && DECODE_TABLE[octet] != -1); in isBase64()
/external/icu/icu4c/source/common/
Duenum.cpp30 static const int32_t PAD = 8; variable
38 capacity += PAD; in _getBuffer()
47 capacity += PAD; in _getBuffer()
/external/fec/
Ddecode_rs.h38 #if !defined(PAD)
85 for(j=1;j<NN-PAD;j++){
288 if (num1 != 0 && loc[j] >= PAD) {
289 data[loc[j]-PAD] ^= ALPHA_TO[MODNN(INDEX_OF[num1] + INDEX_OF[num2] + NN - INDEX_OF[den])];
Ddecode_rs.c49 for(j=1;j<NN-PAD;j++){
252 if (num1 != 0 && loc[j] >= PAD) {
253 data[loc[j]-PAD] ^= ALPHA_TO[MODNN(INDEX_OF[num1] + INDEX_OF[num2] + NN - INDEX_OF[den])];
Dfixed.h32 #define PAD pad macro
/external/cldr/tools/java/org/unicode/cldr/tool/
DCheckHtmlFiles.java507 static final String PAD = "\t"; field in CheckHtmlFiles.HeadingInfoList
515 String pad = PAD; in listContents()
526 pad += PAD; in listContents()
530 pad += PAD; in listContents()
535 pad = pad.substring(PAD.length()); in listContents()
538 pad = pad.substring(PAD.length()); in listContents()
568 pad = pad.substring(PAD.length()); in listContents()
571 pad = pad.substring(PAD.length()); in listContents()
575 pad = pad.substring(PAD.length()); in listContents()
/external/llvm/unittests/Support/
DLEB128Test.cpp45 #define EXPECT_ULEB128_EQ(EXPECTED, VALUE, PAD) \ in TEST() argument
52 encodeULEB128(VALUE, Stream, PAD); \ in TEST()
58 unsigned Size = encodeULEB128(VALUE, Buffer, PAD); \ in TEST()
/external/u-boot/doc/device-tree-bindings/pinctrl/
Drockchip,pinctrl.txt4 to share one PAD to several functional blocks. The sharing is done by
5 multiplexing the PAD input/output signals. For each PAD there are several
/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp51 const wchar_t CBC_HighLevelEncoder::PAD = 129; member in CBC_HighLevelEncoder
121 codewords += PAD; in encodeHighLevel()
126 PAD, pdfium::base::checked_cast<int32_t>(codewords.GetLength()) + 1)); in encodeHighLevel()

123