Home
last modified time | relevance | path

Searched refs:pad (Results 1 – 25 of 670) sorted by relevance

12345678910>>...27

/external/llvm/test/MC/COFF/
Dsection-name-encoding.s41 .macro pad_sections2 pad argument
43 .section p0\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long 1
44 .section p1\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long 1
45 .section p2\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long 1
46 .section p3\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long 1
47 .section p4\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad; .long 1
50 .macro pad_sections pad argument
52 pad_sections2 \pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad\pad
73 .macro pad_sections_ex pad argument
75 pad_sections \pad\pad\pad\pad\pad\pad\pad\pad\pad
/external/walt/hardware/kicad/walt_footprints.pretty/
DTeensy_DIP-28_W15.24mm.kicad_mod14 (pad 1 thru_hole circle (at 0 0) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
15 (pad 2 thru_hole circle (at 0 2.54) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
16 (pad 3 thru_hole circle (at 0 5.08) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
17 (pad 4 thru_hole circle (at 0 7.62) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
18 (pad 5 thru_hole circle (at 0 10.16) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
19 (pad 6 thru_hole circle (at 0 12.7) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
20 (pad 7 thru_hole circle (at 0 15.24) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
21 (pad 8 thru_hole circle (at 0 17.78) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
22 (pad 9 thru_hole circle (at 0 20.32) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
23 (pad 10 thru_hole circle (at 0 22.86) (size 1.5 1.5) (drill 1) (layers *.Cu *.Mask F.SilkS))
[all …]
DBMI160.kicad_mod13 (pad 6 smd rect (at 0 1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
14 (pad 13 smd rect (at 0 -1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
15 (pad 7 smd rect (at 0.5 1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
16 (pad 5 smd rect (at -0.5 1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
17 (pad 12 smd rect (at 0.5 -1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
18 (pad 14 smd rect (at -0.5 -1.0125 90) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
19 (pad 2 smd rect (at -1.2625 -0.25 180) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
20 (pad 1 smd rect (at -1.2625 -0.75 180) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
21 (pad 3 smd rect (at -1.2625 0.25 180) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
22 (pad 4 smd rect (at -1.2625 0.75 180) (size 0.675 0.25) (layers F.Cu F.Paste F.Mask))
[all …]
DSJ-43514-SMT-TR.kicad_mod20 (pad ~ thru_hole circle (at -3.5 0) (size 1.8 1.8) (drill 1.7) (layers *.Cu *.Mask F.SilkS))
21 (pad ~ thru_hole circle (at 3.5 0) (size 1.8 1.8) (drill 1.7) (layers *.Cu *.Mask F.SilkS))
22 (pad 3 smd rect (at -2.7 -3.7) (size 2.2 2.8) (layers F.Cu F.Paste F.Mask))
23 (pad 6 smd rect (at -5.5 -3.7) (size 2 2.8) (layers F.Cu F.Paste F.Mask))
24 (pad 1 smd rect (at -7.4 3.7) (size 2 2.8) (layers F.Cu F.Paste F.Mask))
25 (pad 4 smd rect (at -4.6 3.7) (size 2.2 2.8) (layers F.Cu F.Paste F.Mask))
26 (pad 2 smd rect (at 3.8 3.7) (size 2.8 2.8) (layers F.Cu F.Paste F.Mask))
27 (pad 5 smd rect (at 10.3 0) (size 2.8 2.8) (layers F.Cu F.Paste F.Mask))
/external/valgrind/none/tests/s390x/
Dclcle.c16 register unsigned long pad asm ("6") = _pad; in clcle()
24 : "d" (pad) in clcle()
35 void testrun(void *_a1, unsigned long _l1, void *_a3, unsigned long _l3, char pad) in testrun() argument
41 cc = clcle(&a1, &l1, &a3, &l3, pad); in testrun()
47 void multiplex(unsigned long l1, unsigned long l3, char pad) in multiplex() argument
49 testrun(b1, l1, b1, l3, pad); in multiplex()
50 testrun(b1, l1, b2, l3, pad); in multiplex()
51 testrun(b1, l1, b3, l3, pad); in multiplex()
52 testrun(b1, l1, b4, l3, pad); in multiplex()
53 testrun(b2, l1, b2, l3, pad); in multiplex()
[all …]
Dclcl.c14 uint8_t pad; member
64 result.pad = (regs.r2p1 & 0xFF000000u) >> 24; in result_from_regs()
74 void *addr2, uint32_t len2, uint32_t pad) in clcl() argument
81 assert((pad & 0xFF) == pad); /* an 8-byte value */ in clcl()
89 r2p1 = len2 | (pad << 24); in clcl()
102 if (result1.pad != pad) in clcl()
120 if (result2.pad != pad) in clcl()
132 if (result1.pad != result2.pad) in clcl()
141 run_test(void *addr1, uint32_t len1, void *addr2, uint32_t len2, uint32_t pad) in run_test() argument
145 result = clcl(addr1, len1, addr2, len2, pad); in run_test()
Dmvcl.c14 uint8_t pad; member
65 result.pad = (regs.r2p1 & 0xFF000000u) >> 24; in result_from_regs()
75 void *addr2, uint32_t len2, uint32_t pad) in mvcl() argument
82 assert((pad & 0xFF) == pad); /* an 8-byte value */ in mvcl()
93 r2p1 = len2 | (pad << 24); in mvcl()
106 if (result1.pad != pad) in mvcl()
125 if (result2.pad != pad) in mvcl()
137 if (result1.pad != result2.pad) in mvcl()
159 run_test(void *dst, uint32_t dst_len, void *src, uint32_t src_len, uint32_t pad) in run_test() argument
163 result = mvcl(dst, dst_len, src, src_len, pad); in run_test()
/external/wpa_supplicant_8/src/crypto/
Daes-omac1.c16 static void gf_mulx(u8 *pad) in gf_mulx() argument
20 carry = pad[0] & 0x80; in gf_mulx()
22 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); in gf_mulx()
23 pad[AES_BLOCK_SIZE - 1] <<= 1; in gf_mulx()
25 pad[AES_BLOCK_SIZE - 1] ^= 0x87; in gf_mulx()
47 u8 cbc[AES_BLOCK_SIZE], pad[AES_BLOCK_SIZE]; in omac1_aes_vector() local
89 os_memset(pad, 0, AES_BLOCK_SIZE); in omac1_aes_vector()
90 aes_encrypt(ctx, pad, pad); in omac1_aes_vector()
91 gf_mulx(pad); in omac1_aes_vector()
109 gf_mulx(pad); in omac1_aes_vector()
[all …]
Daes-siv.c20 static void dbl(u8 *pad) in dbl() argument
24 carry = pad[0] & 0x80; in dbl()
26 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7); in dbl()
27 pad[AES_BLOCK_SIZE - 1] <<= 1; in dbl()
29 pad[AES_BLOCK_SIZE - 1] ^= 0x87; in dbl()
54 static void pad_block(u8 *pad, const u8 *addr, size_t len) in pad_block() argument
56 os_memset(pad, 0, AES_BLOCK_SIZE); in pad_block()
57 os_memcpy(pad, addr, len); in pad_block()
60 pad[len] = 0x80; in pad_block()
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll15 %pad = cleanuppad within none []
16 call void @g() [ "funclet"(token %pad) ]
17 cleanupret from %pad unwind to caller
30 %pad.inner = cleanuppad within none []
31 call void @g() [ "funclet"(token %pad.inner) ]
32 cleanupret from %pad.inner unwind label %cleanup.outer
34 ; The call here needs to remain a call becuase pad.inner has a cleanupret
41 %pad.outer = cleanuppad within none []
42 call void @g() [ "funclet"(token %pad.outer) ]
43 cleanupret from %pad.outer unwind to caller
[all …]
/external/llvm/test/MC/ARM/
Deh-directive-pad-diagnostics.s4 @ Check the diagnostics for .pad directive.
11 @ TEST1: .pad before .fnstart
16 .pad #0
17 @ CHECK: error: .fnstart must precede .pad directive
18 @ CHECK: .pad #0
27 @ TEST2: .pad after .handlerdata
35 .pad #0
36 @ CHECK: error: .pad must precede .handlerdata directive
37 @ CHECK: .pad #0
/external/libese/libese-hw/
Dese_hw_fake.c44 ese->pad[0] = 1; /* rx complete */ in fake_open()
45 ese->pad[1] = 1; /* tx complete */ in fake_open()
50 if (!ese->pad[0] || !ese->pad[1]) { in fake_close()
59 if (!ese->pad[1]) { in fake_receive()
63 ese->pad[0] = complete; in fake_receive()
76 if (!ese->pad[0]) { in fake_transmit()
80 ese->pad[1] = complete; in fake_transmit()
94 if (!ese->pad[1]) { in fake_poll()
106 ese->pad[0] = complete; in fake_poll()
118 if (!ese->pad[0] || !ese->pad[1]) { in fake_transceive()
/external/kernel-headers/original/uapi/linux/
Dkfd_ioctl.h66 uint32_t pad; member
89 uint32_t pad; member
106 uint32_t pad; member
119 uint32_t pad; member
128 uint32_t pad; member
137 uint32_t pad; member
142 uint32_t pad; member
187 uint32_t pad; member
192 uint32_t pad; member
197 uint32_t pad; member
[all …]
Dv4l2-subdev.h49 __u32 pad; member
62 __u32 pad; member
75 __u32 pad; member
91 __u32 pad; member
107 __u32 pad; member
124 __u32 pad; member
150 __u32 pad; member
/external/skia/src/effects/
DSkBlurMask.cpp765 int pad = profile_size/2; in BlurRect() local
767 margin->set( pad, pad ); in BlurRect()
770 dst->fBounds.set(SkScalarRoundToInt(src.fLeft - pad), in BlurRect()
771 SkScalarRoundToInt(src.fTop - pad), in BlurRect()
772 SkScalarRoundToInt(src.fRight + pad), in BlurRect()
773 SkScalarRoundToInt(src.fBottom + pad)); in BlurRect()
830 uint8_t *blur_scanline = dp + (y+pad)*dstWidth + pad; in BlurRect()
843 for (int y = pad ; y < dstHeight-pad ; y++) { in BlurRect()
844 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect()
848 for (int y = pad ; y < dstHeight-pad ; y++) { in BlurRect()
[all …]
/external/vboot_reference/tests/futility/
Dtest_sign_kernel.sh38 --pad ${padding} \
43 --pad ${padding} \
55 --pad ${padding} \
60 --pad ${padding} \
76 --pad ${padding} \
82 --pad ${padding} \
90 --pad ${padding} \
97 --pad ${padding} \
112 --pad ${padding} \
118 --pad ${padding} \
[all …]
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java108 public YUVImage(int width, int pad, int height, int subsamp) { in YUVImage() argument
109 setBuf(new byte[TJ.bufSizeYUV(width, pad, height, subsamp)], width, pad, in YUVImage()
173 public YUVImage(byte[] yuvImage, int width, int pad, int height, in YUVImage() argument
175 setBuf(yuvImage, width, pad, height, subsamp); in YUVImage()
280 public void setBuf(byte[] yuvImage, int width, int pad, int height, in setBuf() argument
282 if (yuvImage == null || width < 1 || pad < 1 || ((pad & (pad - 1)) != 0) || in setBuf()
285 if (yuvImage.length < TJ.bufSizeYUV(width, pad, height, subsamp)) in setBuf()
294 strides[0] = PAD(TJ.planeWidth(0, width, subsamp), pad); in setBuf()
296 strides[1] = strides[2] = PAD(TJ.planeWidth(1, width, subsamp), pad); in setBuf()
304 yuvPad = pad; in setBuf()
/external/dng_sdk/source/
Ddng_rect.h447 int32 pad) in InnerPadRect() argument
450 rect.l += pad; in InnerPadRect()
451 rect.r -= pad; in InnerPadRect()
452 rect.t += pad; in InnerPadRect()
453 rect.b -= pad; in InnerPadRect()
460 int32 pad) in OuterPadRect() argument
463 InnerPadRect (rect, -pad); in OuterPadRect()
470 int32 pad) in InnerPadRectH() argument
473 rect.l += pad; in InnerPadRectH()
474 rect.r -= pad; in InnerPadRectH()
[all …]
/external/llvm/test/CodeGen/WinEH/
Dwineh-statenumbering-cleanups.ll18 to label %exit unwind label %cleanup.pad
19 cleanup.pad:
23 cleanupret from %cleanup unwind label %catch.pad
25 cleanupret from %cleanup unwind label %catch.pad
26 catch.pad:
44 to label %exit unwind label %cleanup.pad
45 cleanup.pad:
46 ; CHECK: cleanup.pad:
50 to label %unreachable unwind label %catch.pad
53 catch.pad:
/external/fec/
Dencode_rs_8.c14 static void encode_rs_8_c(data_t *data, data_t *parity,int pad);
16 static void encode_rs_8_av(data_t *data, data_t *parity,int pad);
22 void encode_rs_8(data_t *data, data_t *parity,int pad){ in encode_rs_8() argument
54 encode_rs_8_av(data,parity,pad); in encode_rs_8()
63 encode_rs_8_c(data,parity,pad); in encode_rs_8()
79 static void encode_rs_8_av(data_t *data, data_t *parity,int pad){ in encode_rs_8_av() argument
86 for(i=0;i<NN-NROOTS-pad;i++){ in encode_rs_8_av()
105 static void encode_rs_8_c(data_t *data, data_t *parity,int pad){ in encode_rs_8_c() argument
/external/ImageMagick/MagickCore/
Dquantum-export.c265 q+=quantum_info->pad; in ExportAlphaQuantum()
281 q+=quantum_info->pad; in ExportAlphaQuantum()
290 q+=quantum_info->pad; in ExportAlphaQuantum()
305 q+=quantum_info->pad; in ExportAlphaQuantum()
314 q+=quantum_info->pad; in ExportAlphaQuantum()
326 q+=quantum_info->pad; in ExportAlphaQuantum()
339 q+=quantum_info->pad; in ExportAlphaQuantum()
371 q+=quantum_info->pad; in ExportBGRQuantum()
391 q+=quantum_info->pad; in ExportBGRQuantum()
407 q+=quantum_info->pad; in ExportBGRQuantum()
[all …]
/external/boringssl/src/ssl/test/runner/
Dshim_ticket.go73 pad := int(out[len(out)-1])
74 if pad == 0 || pad > block.BlockSize() || pad > len(in) {
78 for i := 0; i < pad; i++ {
79 if out[len(out)-1-i] != byte(pad) {
84 return out[:len(out)-pad], nil
102 pad := block.BlockSize() - (len(in) % block.BlockSize())
104 out := make([]byte, 0, len(name)+len(iv)+len(in)+pad+h.Size())
108 for i := 0; i < pad; i++ {
109 out = append(out, byte(pad))
/external/llvm/test/Feature/
Dexception.ll32 to label %exit unwind label %pad
33 pad:
44 to label %exit unwind label %pad
47 pad:
58 to label %exit unwind label %pad
61 pad:
71 to label %exit unwind label %pad
72 pad:
85 to label %exit unwind label %pad
88 pad:
[all …]
/external/llvm/test/Transforms/ArgumentPromotion/
Dpr27568.ll19 %pad = cleanuppad within none []
20 call void @callee(i8* null) [ "funclet"(token %pad) ]
21 cleanupret from %pad unwind to caller
25 ; CHECK: %[[pad:.*]] = cleanuppad within none []
26 ; CHECK-NEXT: call void @callee() [ "funclet"(token %[[pad]]) ]
27 ; CHECK-NEXT: cleanupret from %[[pad]] unwind to caller
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dstruct_declaration.tmpl31 {%- set pad = next_pf.offset - (packed_field.offset + packed_field.size) %}
32 {%- if pad > 0 %}
33 uint8_t pad{{loop.index0}}_[{{pad}}];
42 {%- set pad = offset|get_pad(8) %}
43 {%- if pad > 0 %}
44 uint8_t padfinal_[{{pad}}];

12345678910>>...27