Searched refs:pad (Results 226 - 250 of 718) sorted by relevance

1234567891011>>

/external/skia/bench/
H A DShapesBench.cpp152 float pad = sqrtf(static_cast<float>(fShapesSize.width() * fShapesSize.width()) + variable
154 fShapes[i].fMatrix.setTranslate(0.5f * pad + rand.nextF() * (kBenchWidth - pad),
155 0.5f * pad + rand.nextF() * (kBenchHeight - pad));
/external/skqp/bench/
H A DShapesBench.cpp152 float pad = sqrtf(static_cast<float>(fShapesSize.width() * fShapesSize.width()) + variable
154 fShapes[i].fMatrix.setTranslate(0.5f * pad + rand.nextF() * (kBenchWidth - pad),
155 0.5f * pad + rand.nextF() * (kBenchHeight - pad));
/external/syslinux/gpxe/src/drivers/net/
H A D3c5x9.c143 int pad; local
154 pad = padmap[len & 3];
161 if (len + pad > ETH_FRAME_LEN) {
174 while (inw(nic->ioaddr + EP_W1_FREE_TX) < (unsigned short)len + pad + 4)
188 while (pad--)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_disasm.c636 pad(FILE *f, int c) function
1302 pad(file, 16);
1304 pad(file, 32);
1307 pad(file, 16);
1316 pad(file, 16);
1318 pad(file, 32);
1323 pad(file, 16);
1326 pad(file, 16);
1329 pad(file, 16);
1332 pad(fil
[all...]
/external/libjpeg-turbo/
H A Dtjunittest.c50 printf("-noyuvpad = do not pad each line of each Y, U, and V plane to the nearest\n");
82 int doyuv=0, alloc=0, pad=4; variable
304 int ypitch=PAD(pw, pad), uvpitch=PAD(cw, pad);
414 unsigned long yuvSize=tjBufSizeYUV2(w, pad, h, subsamp);
424 _tj(tjEncodeYUV3(handle2, srcBuf, w, 0, h, pf, yuvBuf, pad, subsamp,
432 _tj(tjCompressFromYUV(handle, yuvBuf, w, pad, h, subsamp, dstBuf,
476 unsigned long yuvSize=tjBufSizeYUV2(scaledWidth, pad, scaledHeight,
490 pad, scaledHeight, flags));
497 _tj(tjDecodeYUV(handle2, yuvBuf, pad, subsam
[all...]
H A Dwrbmp.c93 int pad; local
132 /* Zero out the pad bytes. */
133 pad = dest->pad_bytes;
134 while (--pad >= 0)
147 int pad; local
162 /* Zero out the pad bytes. */
163 pad = dest->pad_bytes;
164 while (--pad >= 0)
/external/python/cpython3/Lib/
H A Dbase64.py215 # Strip off pad characters from the right. We need to count the pad
286 def _85encode(b, chars, chars2, pad=False, foldnuls=False, foldspaces=False):
303 if padding and not pad:
310 def a85encode(b, *, foldspaces=False, wrapcol=0, pad=False, adobe=False):
321 pad controls whether the input is padded to a multiple of 4 before
334 result = _85encode(b, _a85chars, _a85chars2, pad, True, foldspaces)
429 def b85encode(b, pad=False):
432 If pad is true, the input is padded with b'\\0' so its length is a multiple of
441 return _85encode(b, _b85chars, _b85chars2, pad)
[all...]
/external/tensorflow/tensorflow/compiler/tests/
H A Dlstm_test.py84 pad = constant_op.constant([[pad_scalar]] * self._batch_size)
86 m, c = lstm.LSTMCell(weights, m_prev, c_prev, x, pad)
148 pad = constant_op.constant([[0.]] * self._batch_size)
151 lstm.LSTMLayer('lstm', weights, m, c, x_seq, [pad])
153 lstm.LSTMLayer('lstm', weights, m, c, x_seq, [pad] * 2)
155 lstm.LSTMLayer('lstm', weights, m, c, x_seq, [pad] * 4)
/external/e2fsprogs/misc/
H A De4crypt.c347 static void set_policy(struct salt *set_salt, int pad, argument
357 if ((pad != 4) && (pad != 8) &&
358 (pad != 16) && (pad != 32)) {
359 fprintf(stderr, "Invalid padding %d\n", pad);
388 policy.flags = int_log2(pad >> 2);
647 int i, opt, pad = 4; local
657 pad = atoi(optarg);
695 set_policy(NULL, pad, arg
712 int c, pad = 4; local
[all...]
/external/f2fs-tools/tools/
H A Df2fscrypt.c392 static void set_policy(struct salt *set_salt, int pad, argument
402 if ((pad != 4) && (pad != 8) &&
403 (pad != 16) && (pad != 32)) {
404 fprintf(stderr, "Invalid padding %d\n", pad);
433 policy.flags = int_log2(pad >> 2);
692 int i, opt, pad = 4; local
702 pad = atoi(optarg);
740 set_policy(NULL, pad, arg
757 int c, pad = 4; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
H A DHMac.java230 private static void xorPad(byte[] pad, int len, byte n) argument
234 pad[i] ^= n;
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_h_d_m_x.py35 pad = (self.recordSize - 2 - numGlyphs) * b"\0"
44 data = data + pad
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_h_d_m_x.py35 pad = (self.recordSize - 2 - numGlyphs) * b"\0"
44 data = data + pad
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/
H A DXmlMessageWrapper.java102 byte[] pad = new byte[HEADER_FIELD_PADDING_LENGTH];
103 outputStream.write(pad);
/external/kernel-headers/original/uapi/drm/
H A Dmsm_drm.h173 __u32 pad; member in struct:drm_msm_gem_submit_cmd
234 __u32 pad; member in struct:drm_msm_wait_fence
/external/kernel-headers/original/uapi/linux/
H A Dhyperv.h144 __u32 pad; member in struct:hv_do_fcopy
342 __u16 pad; member in struct:hv_kvp_hdr
/external/libcxxabi/test/native/arm-linux-eabi/
H A Dttype-encoding-00.pass.sh.s82 .long 0 @ has no landing pad
90 .long 0 @ has no landing pad
H A Dttype-encoding-90.pass.sh.s81 .long 0 @ has no landing pad
89 .long 0 @ has no landing pad
/external/libmojo/ipc/
H A Dipc_message.cc55 header()->pad = 0;
68 header()->pad = 0;
/external/libnl/lib/
H A Dmsg.c399 * @arg pad number of bytes to align data to
407 void *nlmsg_reserve(struct nl_msg *n, size_t len, int pad) argument
416 tlen = pad ? ((len + (pad - 1)) & ~(pad - 1)) : len;
427 NL_DBG(2, "msg %p: Reserved %zu (%zu) bytes, pad=%d, nlmsg_len=%d\n",
428 n, tlen, len, pad, n->nm_nlh->nlmsg_len);
438 * @arg pad Number of bytes to align data to.
445 int nlmsg_append(struct nl_msg *n, void *data, size_t len, int pad) argument
449 tmp = nlmsg_reserve(n, len, pad);
[all...]
/external/llvm/lib/Support/
H A DSHA1.cpp117 void SHA1::pad() { function in class:SHA1
128 addUncounted(0); // So zero pad the top bits
139 pad();
/external/llvm/test/MC/ARM/
H A Deh-directive-integrated-test.s42 .pad #28
76 .pad #24
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c87 tmp.pad = header->pad;
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_builder_mi.h205 const bool pad = !(builder->writers[ILO_BUILDER_WRITER_BATCH].used & 0x7); local
210 if (pad) {
/external/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_dx.h205 uint32 pad:7; member in struct:SVGA3dReplyFormatData
680 uint32 pad; member in struct:SVGA3dCmdDefineGBSurface_v2
854 uint32 pad; member in struct:__anon16569
913 uint32 pad[2]; member in struct:__anon16574
1016 uint32 pad[62]; member in struct:__anon16576
1285 uint32 pad[4]; member in struct:SVGACOTableDXShaderEntry
1353 uint32 pad[250]; member in struct:SVGAOTableStreamOutputEntry
1456 uint32 pad; member in struct:SVGADXInputAssemblyMobFormat

Completed in 1151 milliseconds

1234567891011>>