Searched refs:pad (Results 276 - 300 of 718) sorted by relevance

<<11121314151617181920>>

/external/llvm/test/MC/ARM/
H A Deh-directive-personalityindex.s44 .pad #0x10
107 .pad #0x10
176 .pad #0x10
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h47 unsigned pad:2; member in struct:brw_urb_fence::__anon17117
56 unsigned pad:2; member in struct:brw_urb_fence::__anon17118
64 unsigned pad:1; member in struct:brw_urb_fence::__anon17119
/external/skia/bench/
H A DBlurRectBench.cpp60 SkScalar pad = fRadius*3/2 + SK_Scalar1; local
61 SkRect r = SkRect::MakeWH(2 * pad + SK_Scalar1, 2 * pad + SK_Scalar1);
/external/skqp/bench/
H A DBlurRectBench.cpp60 SkScalar pad = fRadius*3/2 + SK_Scalar1; local
61 SkRect r = SkRect::MakeWH(2 * pad + SK_Scalar1, 2 * pad + SK_Scalar1);
/external/tensorflow/tensorflow/contrib/signal/python/ops/
H A Dspectral_ops.py52 pad_end: Whether to pad the end of `signals` with zeros when the provided
145 denom = array_ops.pad(denom, [(0, overlaps * frame_step - frame_length)])
237 # frame_length may be larger or smaller than fft_length, so we pad or
240 # If we don't know the shape of real_frames's inner dimension, pad and
252 real_frames = array_ops.pad(real_frames, paddings)
254 # are different, then pad or truncate real_frames to frame_length.
259 real_frames = array_ops.pad(real_frames,
/external/webp/include/webp/
H A Ddecode.h208 uint32_t pad[4]; // padding for later use member in struct:WebPDecBuffer
416 uint32_t pad[5]; // padding for later use member in struct:WebPBitstreamFeatures
450 uint32_t pad[5]; // padding for later use member in struct:WebPDecoderOptions
H A Dencode.h150 uint32_t pad[2]; // padding for later use member in struct:WebPConfig
229 uint32_t pad[2]; // padding for later use member in struct:WebPAuxStats
244 uint32_t pad[1]; // padding for later use member in struct:WebPMemoryWriter
/external/webp/src/webp/
H A Ddecode.h208 uint32_t pad[4]; // padding for later use member in struct:WebPDecBuffer
416 uint32_t pad[5]; // padding for later use member in struct:WebPBitstreamFeatures
450 uint32_t pad[5]; // padding for later use member in struct:WebPDecoderOptions
H A Dencode.h150 uint32_t pad[2]; // padding for later use member in struct:WebPConfig
229 uint32_t pad[2]; // padding for later use member in struct:WebPAuxStats
244 uint32_t pad[1]; // padding for later use member in struct:WebPMemoryWriter
/external/tensorflow/tensorflow/python/debug/cli/
H A Dcurses_ui.py231 # Possible Enter keys. 343 is curses key code for the num-pad Enter key when
354 # Top row index of the output pad.
355 # A "pad" is a curses object that holds lines of text and not limited to
360 # Number of rows that the output pad has.
527 def _refresh_pad(self, pad, *args):
529 pad.refresh(*args)
972 """Generate a new pad on the screen.
975 rows: (int) Number of rows the pad will have: not limited to screen size.
976 cols: (int) Number of columns the pad will have: not limited to screen
1036 """Display text output in a scrollable text pad
[all...]
/external/boringssl/src/crypto/cipher_extra/
H A De_ssl3.c52 uint8_t pad[48]; local
54 OPENSSL_memset(pad, 0x36, pad_len);
56 !EVP_DigestUpdate(&md_ctx, pad, pad_len) ||
65 OPENSSL_memset(pad, 0x5c, pad_len);
67 !EVP_DigestUpdate(&md_ctx, pad, pad_len) ||
/external/elfutils/lib/
H A Dmd5.c44 /* This array contains the bytes used to pad the buffer to the next
99 size_t pad; local
106 pad = bytes >= 56 ? 64 + 56 - bytes : 56 - bytes;
107 memcpy (&ctx->buffer[bytes], fillbuf, pad);
113 le64_copy (&ctx->buffer[bytes + pad], bit_length);
116 md5_process_block (ctx->buffer, bytes + pad + 8, ctx);
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
H A DTJCompressor.java466 * @param pad the width of each line in each plane of the YUV image will be
475 public YUVImage encodeYUV(int pad, int flags) throws TJException { argument
478 if(pad < 1 || ((pad & (pad - 1)) != 0))
480 YUVImage yuvImage = new YUVImage(srcWidth, pad, srcHeight, subsamp);
/external/libnl/lib/
H A Dattr.c819 size_t pad, len; local
835 pad = NLMSG_ALIGN(msg->nm_nlh->nlmsg_len) - msg->nm_nlh->nlmsg_len;
836 if (pad > 0) {
843 if (!nlmsg_reserve(msg, pad, 0))
847 msg, start, start->nla_type, pad);
/external/libpcap/
H A Dpcap-pf.c110 register u_int pad; local
141 pad = pc->fddipad;
186 /* Calculate inc before possible pad update */
212 h.len = sp->ens_count - pad;
213 p += pad;
214 buflen -= pad;
/external/scapy/scapy/contrib/
H A Deigrp.py160 pad = b"\x00" * (16 - prefixlen)
161 x += pad
431 pad = p[conf.padding_layer]
432 remain = pad.load
433 del(pad.underlayer.payload)
/external/syslinux/gpxe/src/drivers/net/
H A D3c595.c173 int pad; local
184 pad = padmap[len & 3];
191 if (len + pad > ETH_FRAME_LEN) {
205 while (inw(BASE + VX_W1_FREE_TX) < len + pad + 4) {
220 while (pad--)
/external/tensorflow/tensorflow/contrib/training/python/training/
H A Dbatch_sequences_with_states_test.py104 def _testBasics(self, num_unroll, length, pad,
124 pad=pad,
230 def _testBasicPadding(self, pad, key=None, make_keys_unique=False):
297 pad=pad,
310 self._testBasicPadding(pad=True)
313 self._testBasicPadding(pad=False)
316 self._testBasicPadding(pad=False,
338 "value: 4. Consider setting pad
[all...]
/external/freetype/src/base/
H A Dftbitmap.c534 FT_Int pad, old_target_pitch, target_pitch; local
548 pad = 0;
551 pad = (FT_Int)source->width % alignment;
552 if ( pad != 0 )
553 pad = alignment - pad;
556 target_pitch = (FT_Int)source->width + pad;
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp730 SkScalar pad = 3.0f * fSigma; local
732 dst->set(src.fLeft - pad, src.fTop - pad,
733 src.fRight + pad, src.fBottom + pad);
782 SkScalar pad = 3.0f * xformedSigma; local
783 rect.outset(pad, pad);
790 int pad = SkScalarCeilToInt(6*xformedSigma)/2; local
791 rect.outset(SkIntToScalar(pad), SkIntToScala
835 SkScalar pad = 3.0f * xformedSigma; local
[all...]
/external/skqp/src/effects/
H A DSkBlurMaskFilter.cpp729 SkScalar pad = 3.0f * fSigma; local
731 dst->set(src.fLeft - pad, src.fTop - pad,
732 src.fRight + pad, src.fBottom + pad);
781 SkScalar pad = 3.0f * xformedSigma; local
782 rect.outset(pad, pad);
789 int pad = SkScalarCeilToInt(6*xformedSigma)/2; local
790 rect.outset(SkIntToScalar(pad), SkIntToScala
834 SkScalar pad = 3.0f * xformedSigma; local
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_base64.py555 eq(base64.a85encode(b"x", pad=True), b'GQ7^D')
556 eq(base64.a85encode(b"xx", pad=True), b"G^'2g")
557 eq(base64.a85encode(b"xxx", pad=True), b'G^+H5')
558 eq(base64.a85encode(b"xxxx", pad=True), b'G^+IX')
559 eq(base64.a85encode(b"xxxxx", pad=True), b'G^+IXGQ7^D')
570 eq(base64.b85encode(b"x", pad=True), b'cmMzZ')
571 eq(base64.b85encode(b"xx", pad=True), b'cz6H+')
572 eq(base64.b85encode(b"xxx", pad=True), b'czAdK')
573 eq(base64.b85encode(b"xxxx", pad=True), b'czAet')
574 eq(base64.b85encode(b"xxxxx", pad
[all...]
/external/skia/src/core/
H A DSkRecordDraw.cpp505 SkRect pad = { 0, 0, 0, 0}; local
506 AdjustTextForFontMetrics(&pad, op.paint);
508 // That maximum padding happens to always be the right pad today.
509 SkASSERT(pad.fLeft == -pad.fRight);
510 SkASSERT(pad.fTop == -pad.fBottom);
511 SkASSERT(pad.fRight > pad.fBottom);
512 dst.outset(pad
[all...]
/external/skqp/src/core/
H A DSkRecordDraw.cpp505 SkRect pad = { 0, 0, 0, 0}; local
506 AdjustTextForFontMetrics(&pad, op.paint);
508 // That maximum padding happens to always be the right pad today.
509 SkASSERT(pad.fLeft == -pad.fRight);
510 SkASSERT(pad.fTop == -pad.fBottom);
511 SkASSERT(pad.fRight > pad.fBottom);
512 dst.outset(pad
[all...]
/external/libjpeg-turbo/
H A Djquant1.c340 int i,j,k, nci, blksize, val, pad; local
342 /* For ordered dither, we pad the color index tables by MAXJSAMPLE in
348 pad = MAXJSAMPLE*2;
351 pad = 0;
357 (JDIMENSION) (MAXJSAMPLE+1 + pad),
369 if (pad)
384 if (pad)

Completed in 673 milliseconds

<<11121314151617181920>>