/third_party/skia/tests/ |
H A 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()
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A 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); \
|
H A 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(__po in rbug_send_context_draw_unblock() [all...] |
H A 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(__po in rbug_send_error_reply() [all...] |
H A 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(__po in rbug_send_shader_list_reply() [all...] |
H A 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(__po in rbug_send_texture_list_reply() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A 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(heigh in tjEncodeYUVPlanes() [all...] |
H A D | tjunittest.c | 278 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro 285 int pw = PAD(w, hsf), ph = PAD(h, vsf); in checkBufYUV() 287 int ypitch = PAD(pw, pad), uvpitch = PAD(cw, pad); in checkBufYUV() 782 int ps = tjPixelSize[pf], pitch = PAD(width * ps, align), loadWidth = 0, in doBmpTest() 830 pitch = PAD(width * tjPixelSize[pf], align); in doBmpTest() 841 pitch = PAD(width * tjPixelSize[pf], align); in doBmpTest()
|
H A D | jcphuff.c | 151 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro 682 cvalue = values = (JCOEF *)PAD((size_t)values_unaligned, 16); in METHODDEF() 947 cabsvalue = absvalues = (JCOEF *)PAD((size_t)absvalues_unaligned, 16); in METHODDEF()
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_ebur128.c | 302 #define PAD 8 in config_video_output() macro 305 ebur128->text.x = PAD; in config_video_output() 308 ebur128->text.h = ebur128->h - PAD - ebur128->text.y; in config_video_output() 313 ebur128->gauge.x = ebur128->w - PAD - ebur128->gauge.w; in config_video_output() 317 ebur128->graph.x = ebur128->text.x + ebur128->text.w + PAD; in config_video_output() 319 ebur128->graph.w = ebur128->gauge.x - ebur128->graph.x - PAD; in config_video_output() 342 drawtext(outpicref, PAD, PAD+16, FONT8, font_colors+3, " LU"); in config_video_output() 345 x = PAD + (i < 10 && i > -10) * 8; in config_video_output() 844 drawtext(pic, PAD, PA in filter_frame() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | h264_qpel_10bit.asm | 612 %define PAD 12 615 %define PAD 4 620 lea r1, [r1+r2*2-mmsize+PAD] 621 lea r4, [rsp+PAD+gprsize] 728 %define PAD mmsize*8*4*2 ; SIZE*16*4*sizeof(pixel) 731 sub rsp, PAD 764 %define PAD mmsize*8*4*2 ; SIZE*16*4*sizeof(pixel) 767 sub rsp, PAD 809 %define PAD mmsize*8*3*2 ; SIZE*16*4*sizeof(pixel) 812 sub rsp, PAD [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uenum.cpp | 30 static const int32_t PAD = 8; variable 38 capacity += PAD; in _getBuffer() 47 capacity += PAD; in _getBuffer()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | uenum.cpp | 30 static const int32_t PAD = 8; variable 38 capacity += PAD; in _getBuffer() 47 capacity += PAD; in _getBuffer()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | uenum.cpp | 30 static const int32_t PAD = 8; variable 38 capacity += PAD; in _getBuffer() 47 capacity += PAD; in _getBuffer()
|
/third_party/FreeBSD/sys/crypto/sha2/ |
H A D | sha256c.c | 188 static unsigned char PAD[64] = { variable 207 memcpy(&ctx->buf[r], PAD, 56 - r); in SHA256_Pad() 210 memcpy(&ctx->buf[r], PAD, 64 - r); in SHA256_Pad()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 2803 my ($T0,$inp_permd,$inp_shift,$PAD) = map("%ymm$_",(18..21)); 2840 vmovq $padbit,%x#$PAD 2843 vpermq \$0xcf,$PAD,$PAD 2864 vporq $PAD,$T0,$T0 2930 my ($T0,$T1,$T2,$T3,$mask44,$mask42,$tmp,$PAD) = map("%ymm$_",(24..31)); 2944 vpbroadcastq $padbit,$PAD 2985 vporq $PAD,$T2,$T2 3155 vporq $PAD,$T2,$T2 3212 vporq $PAD, [all...] |
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-x86_64.pl | 2803 my ($T0,$inp_permd,$inp_shift,$PAD) = map("%ymm$_",(18..21)); 2840 vmovq $padbit,%x#$PAD 2843 vpermq \$0xcf,$PAD,$PAD 2864 vporq $PAD,$T0,$T0 2930 my ($T0,$T1,$T2,$T3,$mask44,$mask42,$tmp,$PAD) = map("%ymm$_",(24..31)); 2944 vpbroadcastq $padbit,$PAD 2985 vporq $PAD,$T2,$T2 3155 vporq $PAD,$T2,$T2 3212 vporq $PAD, [all...] |
/third_party/backends/backend/ |
H A D | umax1220u-common.c | 192 #define PAD 10 macro 194 for( i = 0; i < PAD; i++ ) {A[len+i]=0x55;}} 196 #define CHK_ARRAY( A, len ) {int i;for( i = 0; i < PAD; i++ ) {\ 201 #define PAD 0 macro 243 unsigned char caldata[16070 + PAD]; 877 unsigned char buf[512 + PAD]; in move()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ControlFlowFinalizer.cpp | 665 BuildMI(MBB, I, DL, TII->get(R600::PAD));
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_demo.cpp | 7033 const float PAD = 10.0f; local 7038 window_pos.x = (corner & 1) ? (work_pos.x + work_size.x - PAD) : (work_pos.x + PAD); 7039 window_pos.y = (corner & 2) ? (work_pos.y + work_size.y - PAD) : (work_pos.y + PAD);
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-video.mak | 207 FATE_FILTER_OVERLAY-$(call FILTERDEMDEC, SPLIT SCALE PAD OVERLAY, IMAGE2, PGMYUV) += $(addprefix fate-filter-overlay_, rgb yuv420 yuv420p10 nv12 nv21 yuv422 yuv422p10 yuv444)
|