Home
last modified time | relevance | path

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

12345678910>>...47

/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/swiftshader/third_party/llvm-7.0/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/yapf/yapftests/
Dformat_token_test.py29 pad = format_token._TabbedContinuationAlignPadding(0, align_style, 2, 4)
30 self.assertEqual(pad, '')
32 pad = format_token._TabbedContinuationAlignPadding(2, align_style, 2, 4)
33 self.assertEqual(pad, ' ' * 2)
35 pad = format_token._TabbedContinuationAlignPadding(5, align_style, 2, 4)
36 self.assertEqual(pad, ' ' * 5)
41 pad = format_token._TabbedContinuationAlignPadding(0, align_style, 4, 8)
42 self.assertEqual(pad, '')
44 pad = format_token._TabbedContinuationAlignPadding(2, align_style, 4, 8)
45 self.assertEqual(pad, '\t' * 2)
[all …]
/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 …]
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
Diomux.c29 int mxs_iomux_setup_pad(iomux_cfg_t pad) in mxs_iomux_setup_pad() argument
37 ofs += PAD_BANK(pad) * 0x20 + PAD_PIN(pad) / 16 * 0x10; in mxs_iomux_setup_pad()
38 bp = PAD_PIN(pad) % 16 * 2; in mxs_iomux_setup_pad()
42 reg |= PAD_MUXSEL(pad) << bp; in mxs_iomux_setup_pad()
47 ofs += PAD_BANK(pad) * 0x40 + PAD_PIN(pad) / 8 * 0x10; in mxs_iomux_setup_pad()
49 if (PAD_MA_VALID(pad)) { in mxs_iomux_setup_pad()
50 bp = PAD_PIN(pad) % 8 * 4; in mxs_iomux_setup_pad()
54 reg |= PAD_MA(pad) << bp; in mxs_iomux_setup_pad()
58 if (PAD_VOL_VALID(pad)) { in mxs_iomux_setup_pad()
59 bp = PAD_PIN(pad) % 8 * 4 + 2; in mxs_iomux_setup_pad()
[all …]
/external/u-boot/arch/arm/include/asm/arch-mxs/
Diomux.h107 static inline unsigned int PAD_BANK(iomux_cfg_t pad) in PAD_BANK() argument
109 return (pad & MXS_PAD_BANK_MASK) >> MXS_PAD_BANK_SHIFT; in PAD_BANK()
112 static inline unsigned int PAD_PIN(iomux_cfg_t pad) in PAD_PIN() argument
114 return (pad & MXS_PAD_PIN_MASK) >> MXS_PAD_PIN_SHIFT; in PAD_PIN()
117 static inline unsigned int PAD_MUXSEL(iomux_cfg_t pad) in PAD_MUXSEL() argument
119 return (pad & MXS_PAD_MUXSEL_MASK) >> MXS_PAD_MUXSEL_SHIFT; in PAD_MUXSEL()
122 static inline unsigned int PAD_MA(iomux_cfg_t pad) in PAD_MA() argument
124 return (pad & MXS_PAD_MA_MASK) >> MXS_PAD_MA_SHIFT; in PAD_MA()
127 static inline unsigned int PAD_MA_VALID(iomux_cfg_t pad) in PAD_MA_VALID() argument
129 return (pad & MXS_PAD_MA_VALID_MASK) >> MXS_PAD_MA_VALID_SHIFT; in PAD_MA_VALID()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dredundant-loads.ll6 declare void @pad() readnone
20 call void @pad()
37 call void @pad()
76 call void @pad()
96 call void @pad()
113 call void @pad()
146 call void @pad()
147 call void @pad()
148 call void @pad()
149 call void @pad()
[all …]
Dinline-funclets.ll16 %pad = cleanuppad within none []
17 call void @g() [ "funclet"(token %pad) ]
18 cleanupret from %pad unwind to caller
31 %pad.inner = cleanuppad within none []
32 call void @g() [ "funclet"(token %pad.inner) ]
33 cleanupret from %pad.inner unwind label %cleanup.outer
35 ; The call here needs to remain a call becuase pad.inner has a cleanupret
42 %pad.outer = cleanuppad within none []
43 call void @g() [ "funclet"(token %pad.outer) ]
44 cleanupret from %pad.outer unwind to caller
[all …]
/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/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 …]
/external/skqp/src/core/
DSkBlurMask.cpp402 int pad = profileSize/2; in BlurRect() local
404 margin->set( pad, pad ); in BlurRect()
407 dst->fBounds.set(SkScalarRoundToInt(src.fLeft - pad), in BlurRect()
408 SkScalarRoundToInt(src.fTop - pad), in BlurRect()
409 SkScalarRoundToInt(src.fRight + pad), in BlurRect()
410 SkScalarRoundToInt(src.fBottom + pad)); in BlurRect()
469 uint8_t *blur_scanline = dp + (y+pad)*dstWidth + pad; in BlurRect()
482 for (int y = pad ; y < dstHeight-pad ; y++) { in BlurRect()
483 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect()
487 for (int y = pad ; y < dstHeight-pad ; y++) { in BlurRect()
[all …]
/external/skia/src/core/
DSkBlurMask.cpp402 int pad = profileSize/2; in BlurRect() local
404 margin->set( pad, pad ); in BlurRect()
407 dst->fBounds.set(SkScalarRoundToInt(src.fLeft - pad), in BlurRect()
408 SkScalarRoundToInt(src.fTop - pad), in BlurRect()
409 SkScalarRoundToInt(src.fRight + pad), in BlurRect()
410 SkScalarRoundToInt(src.fBottom + pad)); in BlurRect()
469 uint8_t *blur_scanline = dp + (y+pad)*dstWidth + pad; in BlurRect()
482 for (int y = pad ; y < dstHeight-pad ; y++) { in BlurRect()
483 uint8_t *dst_scanline = dp + y*dstWidth + pad; in BlurRect()
487 for (int y = pad ; y < dstHeight-pad ; y++) { in BlurRect()
[all …]
/external/tensorflow/tensorflow/python/kernel_tests/
Dpad_op_test.py37 return np.pad(inp, paddings, mode=mode, constant_values=constant_values)
39 return np.pad(inp, paddings, mode=mode)
90 tf_val = array_ops.pad(np_inputs, paddings, mode=mode,
101 y = array_ops.pad(inx, ina, mode=mode, constant_values=constant_values)
124 array_ops.pad(array_ops.reshape(
133 array_ops.pad(array_ops.reshape(
142 array_ops.pad(array_ops.reshape(
151 array_ops.pad(array_ops.reshape(
160 array_ops.pad(array_ops.reshape(
169 array_ops.pad(constant_op.constant(
[all …]
Dbase64_ops_test.py39 self._encoded_f = string_ops.encode_base64(self._msg, pad=False)
41 self._encoded_t = string_ops.encode_base64(self._msg, pad=True)
51 def _RunTest(self, msg, pad): argument
53 if pad:
66 if not pad:
74 for pad in (False, True):
75 self._RunTest(b"", pad=pad)
80 self._RunTest(msg, pad=pad)
83 for pad in (False, True):
87 self._RunTest(msg, pad=pad)
[all …]
/external/u-boot/doc/device-tree-bindings/net/
Dmicrel-ksz90x1.txt19 - rxc-skew-ps : Skew control of RXC pad
20 - rxdv-skew-ps : Skew control of RX CTL pad
21 - txc-skew-ps : Skew control of TXC pad
22 - txen-skew-ps : Skew control of TX CTL pad
23 - rxd0-skew-ps : Skew control of RX data 0 pad
24 - rxd1-skew-ps : Skew control of RX data 1 pad
25 - rxd2-skew-ps : Skew control of RX data 2 pad
26 - rxd3-skew-ps : Skew control of RX data 3 pad
27 - txd0-skew-ps : Skew control of TX data 0 pad
28 - txd1-skew-ps : Skew control of TX data 1 pad
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Coroutines/
Dcoro-eh-aware-edge-split.ll25 to label %unreach unwind label %pad.with.phi
28 to label %unreach unwind label %pad.with.phi
30 ; Verify that we cloned landing pad on every edge and inserted a reload of the spilled value
32 ; CHECK: pad.with.phi.from.invoke2:
35 ; CHECK: br label %pad.with.phi
37 ; CHECK: pad.with.phi.from.invoke1:
40 ; CHECK: br label %pad.with.phi
42 ; CHECK: pad.with.phi:
43 ; CHECK: %val = phi i32 [ 0, %pad.with.phi.from.invoke1 ], [ 1, %pad.with.phi.from.invoke2 ]
44 ; CHECK: %lp = phi { i8*, i32 } [ %0, %pad.with.phi.from.invoke2 ], [ %1, %pad.with.phi.from.invo…
[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/swiftshader/third_party/llvm-7.0/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/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()
285 public void setBuf(byte[] yuvImage, int width, int pad, int height, in setBuf() argument
287 if (yuvImage == null || width < 1 || pad < 1 || ((pad & (pad - 1)) != 0) || in setBuf()
290 if (yuvImage.length < TJ.bufSizeYUV(width, pad, height, subsamp)) in setBuf()
299 strides[0] = pad(TJ.planeWidth(0, width, subsamp), pad); in setBuf()
301 strides[1] = strides[2] = pad(TJ.planeWidth(1, width, subsamp), pad); in setBuf()
309 yuvPad = pad; in setBuf()
[all …]
/external/u-boot/include/
Dmemalign.h69 #define PAD_COUNT(s, pad) (((s) - 1) / (pad) + 1) argument
70 #define PAD_SIZE(s, pad) (PAD_COUNT(s, pad) * pad) argument
71 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument
72 char __##name[ROUND(PAD_SIZE((size) * sizeof(type), pad), align) \
78 #define ALLOC_CACHE_ALIGN_BUFFER_PAD(type, name, size, pad) \ argument
79 ALLOC_ALIGN_BUFFER_PAD(type, name, size, ARCH_DMA_MINALIGN, pad)
/external/u-boot/arch/arc/include/asm/
Darc-bcr.h21 unsigned int pad:12, line_len:4, sz:4, config:4, ver:8; member
23 unsigned int ver:8, config:4, sz:4, line_len:4, pad:12;
32 unsigned int pad:24, way:2, lsz:2, sz:4; member
34 unsigned int sz:4, lsz:2, way:2, pad:24;
43 unsigned int pad:24, ver:8; member
45 unsigned int ver:8, pad:24;
54 unsigned int pad:7, c:1, num_entries:8, num_cores:8, ver:8; member
56 unsigned int ver:8, num_cores:8, num_entries:8, c:1, pad:7;
/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/kernel-headers/original/uapi/linux/
Dkfd_ioctl.h67 __u32 pad; member
90 __u32 pad; member
104 __u32 pad; member
121 __u32 pad; member
132 __u32 pad; member
147 __u32 pad; member
160 __u32 pad; member
169 __u32 pad; member
174 __u32 pad; member
228 __u32 pad; member
[all …]

12345678910>>...47