/external/arm-neon-tests/ |
D | 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/adhd/cras/src/dsp/tests/ |
D | dsp_util_test.c | 74 #define PAD 4096 macro 82 short *in_shorts = (short *)malloc(MAXSAMPLES * 2 * 2 + PAD); in TestRounding() 83 float *out_floats_left_c = (float *)malloc(MAXSAMPLES * 4 + PAD); in TestRounding() 84 float *out_floats_right_c = (float *)malloc(MAXSAMPLES * 4 + PAD); in TestRounding() 85 float *out_floats_left_opt = (float *)malloc(MAXSAMPLES * 4 + PAD); in TestRounding() 86 float *out_floats_right_opt = (float *)malloc(MAXSAMPLES * 4 + PAD); in TestRounding() 87 short *out_shorts_c = (short *)malloc(MAXSAMPLES * 2 * 2 + PAD); in TestRounding() 88 short *out_shorts_opt = (short *)malloc(MAXSAMPLES * 2 * 2 + PAD); in TestRounding() 90 memset(in_shorts, 0xfb, MAXSAMPLES * 2 * 2 + PAD); in TestRounding() 91 memset(out_floats_left_c, 0xfb, MAXSAMPLES * 4 + PAD); in TestRounding() [all …]
|
/external/llvm-project/lld/test/COFF/ |
D | functionpadmin.test | 40 RUN: llvm-objdump -s %t.exe | FileCheck %s --check-prefix THUNKS-NO-PAD 41 RUN: llvm-readobj --file-headers %t.exe | FileCheck %s --check-prefix THUNKS-NO-PAD-ENTRY 44 RUN: llvm-objdump -s %t.exe | FileCheck %s --check-prefix THUNKS-PAD 45 RUN: llvm-readobj --file-headers %t.exe | FileCheck %s --check-prefix THUNKS-PAD-ENTRY 120 THUNKS-NO-PAD: Contents of section .text: 121 THUNKS-NO-PAD-NEXT: 140001000 ff253210 0000 .%2... 122 THUNKS-NO-PAD-NEXT: Contents of section .rdata: 123 THUNKS-NO-PAD-NEXT: 140002000 28200000 00000000 00000000 56200000 ( ..........V .. 124 THUNKS-NO-PAD-NEXT: 140002010 38200000 00000000 00000000 00000000 8 .............. 125 THUNKS-NO-PAD-NEXT: 140002020 00000000 00000000 48200000 00000000 ........H ...... [all …]
|
/external/skqp/tests/ |
D | MemsetTest.cpp | 21 #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/skia/tests/ |
D | MemsetTest.cpp | 21 #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/ |
D | rbug_internal.h | 46 #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); \
|
D | rbug_context.c | 51 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 …]
|
D | rbug_core.c | 51 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()
|
D | rbug_shader.c | 53 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 …]
|
D | rbug_texture.c | 53 PAD(__len, 8); in rbug_send_texture_list() 63 PAD(__pos, 8); in rbug_send_texture_list() 90 PAD(__len, 8); in rbug_send_texture_info() 101 PAD(__pos, 8); in rbug_send_texture_info() 147 PAD(__len, 8); in rbug_send_texture_write() 167 PAD(__pos, 8); in rbug_send_texture_write() 208 PAD(__len, 8); in rbug_send_texture_read() 226 PAD(__pos, 8); in rbug_send_texture_read() 256 PAD(__len, 8); in rbug_send_texture_list_reply() 268 PAD(__pos, 8); in rbug_send_texture_list_reply() [all …]
|
/external/igt-gpu-tools/overlay/ |
D | overlay.c | 55 #define PAD 10 macro 57 #define SIZE_PAD (PAD + HALF_PAD) 159 chart_set_position(>->cpu, PAD, PAD); in init_gpu_top() 169 chart_set_position(>->busy[n], PAD, PAD); in init_gpu_top() 181 chart_set_position(>->wait[n], PAD, PAD); in init_gpu_top() 200 cairo_rectangle(ctx->cr, PAD-.5, PAD-.5, ctx->width/2-SIZE_PAD+1, ctx->height/2-SIZE_PAD+1); in show_gpu_top() 222 y1 = PAD - 2; in show_gpu_top() 225 cairo_rectangle(ctx->cr, PAD, y1, ctx->width/2-SIZE_PAD, y2-y1); in show_gpu_top() 226 linear = cairo_pattern_create_linear(PAD, 0, PAD+ctx->width/2-SIZE_PAD, 0); in show_gpu_top() 233 y = PAD + 12 - 2; in show_gpu_top() [all …]
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | Base64.java | 98 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/ |
D | nn_ops_test.cc | 237 #define BM_ConvFloatFwd(BS, R, C, ID, OD, KR, KC, STR, PAD, LABEL) \ argument 241 PAD, false, DT_FLOAT, \ 243 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu1")); \ 248 PAD, false, DT_FLOAT, \ 250 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu4")); \ 254 BM_ConvFloat(state, BS, R, C, ID, OD, KR, KC, CONV_OP_FUSED, 1, STR, PAD, \ 257 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu1")); \ 261 BM_ConvFloat(state, BS, R, C, ID, OD, KR, KC, CONV_OP_FUSED, 4, STR, PAD, \ 264 KR, "_", KC, "_", STR, "_", PAD, "_f_cpu4")); \ 268 PAD, true, DT_FLOAT, \ [all …]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | r600.extract-lowbits.ll | 25 ; 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 …]
|
D | r600.bitcast.ll | 14 ; EG-NEXT: PAD 37 ; EG-NEXT: PAD 59 ; EG-NEXT: PAD 81 ; EG-NEXT: PAD 103 ; EG-NEXT: PAD 125 ; EG-NEXT: PAD 150 ; EG-NEXT: PAD 190 ; EG-NEXT: PAD
|
/external/llvm-project/lld/test/ELF/ |
D | fill-trap.s | 12 # RUN: llvm-readobj -l %t | FileCheck %s --check-prefixes=CHECK,PAD 17 # RUN: llvm-readobj -l %t | FileCheck %s --check-prefixes=CHECK,PAD 25 # PAD: Offset: 0x1000 29 # PAD-NEXT: FileSize: 4096
|
/external/llvm-project/llvm/unittests/Support/ |
D | LEB128Test.cpp | 19 #define EXPECT_SLEB128_EQ(EXPECTED, VALUE, PAD) \ in TEST() argument 26 encodeSLEB128(VALUE, Stream, PAD); \ in TEST() 32 unsigned Size = encodeSLEB128(VALUE, Buffer, PAD); \ in TEST() 64 #define EXPECT_ULEB128_EQ(EXPECTED, VALUE, PAD) \ in TEST() argument 71 encodeULEB128(VALUE, Stream, PAD); \ in TEST() 77 unsigned Size = encodeULEB128(VALUE, Buffer, PAD); \ in TEST()
|
/external/clang/test/Sema/ |
D | implicit-int.c | 14 #define PAD(ms10) { \ macro 18 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
|
/external/llvm-project/clang/test/Sema/ |
D | implicit-int.c | 14 #define PAD(ms10) { \ macro 18 #define ILPAD() PAD((NROW - tt.tt_row) * 10) /* 1 ms per char */
|
/external/llvm-project/llvm/test/Transforms/ArgumentPromotion/ |
D | pr27568.ll | 26 ; CHECK-NEXT: [[PAD:%.*]] = cleanuppad within none [] 27 ; CHECK-NEXT: call void @callee() [ "funclet"(token [[PAD]]) ] 28 ; CHECK-NEXT: cleanupret from [[PAD]] unwind to caller
|
/external/llvm-project/compiler-rt/include/sanitizer/ |
D | netbsd_syscall_hooks.h | 919 #define __sanitizer_syscall_pre_pread(fd, buf, nbyte, PAD, offset) \ argument 921 (long long)(nbyte), (long long)(PAD), \ 923 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \ argument 925 (long long)(nbyte), (long long)(PAD), \ 927 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \ argument 929 (long long)(nbyte), (long long)(PAD), \ 931 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \ argument 933 (long long)(nbyte), (long long)(PAD), \ 1043 #define __sanitizer_syscall_pre_mmap(addr, len, prot, flags, fd, PAD, pos) \ argument 1046 (long long)(flags), (long long)(fd), (long long)(PAD), (long long)(pos)) [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
D | merge_padding_with_test.cc | 42 pad_node->operation.type = ToString(OperationType::PAD); in TEST() 79 pad_node1->operation.type = ToString(OperationType::PAD); in TEST() 88 pad_node2->operation.type = ToString(OperationType::PAD); in TEST() 127 pad_node->operation.type = ToString(OperationType::PAD); in TEST() 165 pad_node->operation.type = ToString(OperationType::PAD); in TEST()
|
/external/sl4a/Common/src/org/apache/commons/codec/binary/ |
D | Base64Codec.java | 111 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/libjpeg-turbo/ |
D | turbojpeg.c | 53 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro 536 retval = PAD(width, mcuw) * PAD(height, mcuh) * (2ULL + chromasf) + 2048ULL; in tjBufSize() 554 retval = PAD(width, 16) * PAD(height, 16) * 6ULL + 2048ULL; in TJBUFSIZE() 575 int stride = PAD(pw, pad); in tjBufSizeYUV2() 609 pw = PAD(width, tjMCUWidth[subsamp] / 8); in tjPlaneWidth() 630 ph = PAD(height, tjMCUHeight[subsamp] / 8); in tjPlaneHeight() 820 pw0 = PAD(width, cinfo->max_h_samp_factor); in tjEncodeYUVPlanes() 821 ph0 = PAD(height, cinfo->max_v_samp_factor); in tjEncodeYUVPlanes() 837 PAD((compptr->width_in_blocks * cinfo->max_h_samp_factor * DCTSIZE) / in tjEncodeYUVPlanes() 848 (unsigned char *)PAD((size_t)_tmpbuf[i], 32); in tjEncodeYUVPlanes() [all …]
|
/external/icu/icu4c/source/common/ |
D | uenum.cpp | 30 static const int32_t PAD = 8; variable 38 capacity += PAD; in _getBuffer() 47 capacity += PAD; in _getBuffer()
|