Home
last modified time | relevance | path

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

123

/third_party/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()
/third_party/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.c53 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 …]
/third_party/openssl/doc/man7/
DEVP_CIPHER-AES.pod39 "AES-128-WRAP-PAD", "AES-192-WRAP-PAD", "AES-256-WRAP-PAD",
41 "AES-128-WRAP-PAD-INV", "AES-192-WRAP-PAD-INV" and "AES-256-WRAP-PAD-INV"
/third_party/openssl/test/recipes/30-test_evp_data/
Devpciph_aes_wrap.txt132 Cipher = AES-128-WRAP-PAD-INV
138 Cipher = AES-128-WRAP-PAD-INV
145 Cipher = AES-192-WRAP-PAD-INV
152 Cipher = AES-256-WRAP-PAD-INV
159 Cipher = AES-128-WRAP-PAD-INV
165 Cipher = AES-192-WRAP-PAD-INV
171 Cipher = AES-256-WRAP-PAD-INV
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg.c53 #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 …]
Dtjunittest.c278 #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()
Djcphuff.c151 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
682 cvalue = values = (JCOEF *)PAD((size_t)values_unaligned, 16); in encode_mcu_AC_first()
947 cabsvalue = absvalues = (JCOEF *)PAD((size_t)absvalues_unaligned, 16); in encode_mcu_AC_refine()
/third_party/ffmpeg/libavfilter/
Df_ebur128.c309 #define PAD 8 in config_video_output() macro
312 ebur128->text.x = PAD; in config_video_output()
315 ebur128->text.h = ebur128->h - PAD - ebur128->text.y; in config_video_output()
320 ebur128->gauge.x = ebur128->w - PAD - ebur128->gauge.w; in config_video_output()
324 ebur128->graph.x = ebur128->text.x + ebur128->text.w + PAD; in config_video_output()
326 ebur128->graph.w = ebur128->gauge.x - ebur128->graph.x - PAD; in config_video_output()
349 drawtext(outpicref, PAD, PAD+16, FONT8, font_colors+3, " LU"); in config_video_output()
352 x = PAD + (i < 10 && i > -10) * 8; in config_video_output()
806 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
811 drawtext(pic, PAD, PAD - PAD/2, FONT16, font_colors, in filter_frame()
/third_party/ffmpeg/libavcodec/x86/
Dh264_qpel_10bit.asm612 %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/
Duenum.cpp30 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/
Duenum.cpp30 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/
Duenum.cpp30 static const int32_t PAD = 8; variable
38 capacity += PAD; in _getBuffer()
47 capacity += PAD; in _getBuffer()
/third_party/FreeBSD/sys/crypto/sha2/
Dsha256c.c190 static unsigned char PAD[64] = { variable
209 memcpy(&ctx->buf[r], PAD, 56 - r); in SHA256_Pad()
212 memcpy(&ctx->buf[r], PAD, 64 - r); in SHA256_Pad()
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/
Dpoly1305-x86_64.pl2803 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,$T2,$T2
3373 my ($T0,$T1,$T2,$T3,$mask44,$mask42,$tmp,$PAD) = map("%ymm$_",(24..31));
[all …]
/third_party/openssl/crypto/poly1305/asm/
Dpoly1305-x86_64.pl2803 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,$T2,$T2
3373 my ($T0,$T1,$T2,$T3,$mask44,$mask42,$tmp,$PAD) = map("%ymm$_",(24..31));
[all …]
/third_party/typescript/tests/baselines/reference/
DfixSignatureCaching.types5PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
6PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
7PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
12PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
14PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
24PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
28PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
137PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
491PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
493PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
[all …]
DfixSignatureCaching.errors.txt190PAD[ ]?712|PAD[ ]?714|PAD[ ]?716|PAD[ ]?717|PAD[ ]?718|PAD[ ]?720|PAD[ ]?721|PAD[ ]?722|PAD[ ]?790…
193 "CaptivaTablet": "CAPTIVA PAD",
206 "MiTablet": "\\bMI PAD\\b|\\bHM NOTE 1W\\b",
/third_party/gstreamer/gstplugins_bad/gst/transcode/
Dgsttranscodebin.c252 GST_ELEMENT_ERROR (self, CORE, PAD, in _insert_filter()
272 GST_ELEMENT_ERROR (self, CORE, PAD, in _insert_filter()
350 GST_ELEMENT_ERROR_WITH_DETAILS (self, CORE, PAD, in gst_transcode_bin_link_encodebin_pad()
/third_party/libjpeg-turbo/
Dlibjpeg-turbo-2.1.x-bugfix.patch179 - cvalue = values = (JCOEF *)PAD((JUINTPTR)values_unaligned, 16);
180 + cvalue = values = (UJCOEF *)PAD((size_t)values_unaligned, 16);
219 - cabsvalue = absvalues = (JCOEF *)PAD((JUINTPTR)absvalues_unaligned, 16);
220 + cabsvalue = absvalues = (UJCOEF *)PAD((size_t)absvalues_unaligned, 16);
1002 -- cvalue = values = (JCOEF *)PAD((JUINTPTR)values_unaligned, 16);
1003 -+ cvalue = values = (UJCOEF *)PAD((size_t)values_unaligned, 16);
1042 -- cabsvalue = absvalues = (JCOEF *)PAD((JUINTPTR)absvalues_unaligned, 16);
1043 -+ cabsvalue = absvalues = (UJCOEF *)PAD((size_t)absvalues_unaligned, 16);
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_ir_instrument1.txt97 PAD (index 7)
/third_party/openGLES/extensions/SGIX/
DSGIX_ir_instrument1.txt97 PAD (index 7)

123