Searched defs:pad (Results 76 - 100 of 375) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h57 unsigned pad:15; member in struct:tile_address::__anon12929
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Da_int.c96 * encoding, except if the first byte is >= 0x80 we need to add a zero pad.
108 * Padding is a little trickier too. If the first bytes is > 0x80 then we pad
110 * is non-zero we pad with 0xff. The reason for this distinction is that 0x80
116 int pad=0,ret,i,neg; local
128 pad=1;
132 pad=1;
136 * Special case: if any other bytes non zero we pad:
140 pad=1;
146 ret+=pad;
151 if (pad) *(
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/hmac/
H A Dhmac.c72 unsigned char pad[HMAC_MAX_MD_CBLOCK]; local
129 pad[i]=0x36^ctx->key[i];
132 if (!EVP_DigestUpdate(&ctx->i_ctx,pad,EVP_MD_block_size(md)))
136 pad[i]=0x5c^ctx->key[i];
139 if (!EVP_DigestUpdate(&ctx->o_ctx,pad,EVP_MD_block_size(md)))
/external/chromium_org/third_party/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/chromium_org/third_party/skia/src/utils/
H A DSkGatherPixelRefsAndRects.h195 SkScalar pad = (metrics.fBottom - metrics.fTop) / 2; variable
196 bounds.fLeft -= pad;
197 bounds.fRight += pad;
243 SkScalar pad = (metrics.fTop - metrics.fBottom) / 2; variable
244 bounds.fLeft -= pad;
245 bounds.fRight += pad;
262 SkScalar pad = metrics.fTop; variable
264 bounds.fLeft += pad;
265 bounds.fRight -= pad;
266 bounds.fTop += pad;
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DKeysetTest.cpp85 const int pad = 16; local
86 const int buflen = keymax + pad*3;
102 for(int offset = pad; offset < pad*2; offset++)
104 uint8_t * key1 = &buffer1[pad];
105 uint8_t * key2 = &buffer2[pad+offset];
/external/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistry.cpp141 int pad = optionFieldWidth - i->FullName.size(); local
144 if (pad < 0) {
146 pad = optionFieldWidth + initialPad;
148 out.indent(pad + 2) << i->Desc;
/external/elfutils/0.153/lib/
H A Dsha1.c41 /* 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 be64_copy (&ctx->buffer[bytes + pad], bit_length);
116 sha1_process_block (ctx->buffer, bytes + pad + 8, ctx);
/external/fio/crc/
H A Dsha1.c60 static const unsigned char pad[64] = { 0x80 }; local
70 fio_sha1_update(ctx, pad, 1+ (63 & (55 - i)));
/external/iproute2/include/linux/
H A Dunix_diag.h9 __u16 pad; member in struct:unix_diag_req
27 __u8 pad; member in struct:unix_diag_msg
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dptrace.h82 __u32 pad; member in struct:user_hwdebug_state
86 __u32 pad; member in struct:user_hwdebug_state::__anon21953
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dfcntl.h70 long pad[4]; member in struct:flock
/external/kernel-headers/original/uapi/linux/
H A Dnetlink_diag.h9 __u16 pad; member in struct:netlink_diag_req
H A Dunix_diag.h9 __u16 pad; member in struct:unix_diag_req
27 __u8 pad; member in struct:unix_diag_msg
/external/kernel-headers/original/uapi/linux/spi/
H A Dspidev.h95 __u32 pad; member in struct:spi_ioc_transfer
/external/libpcap/pcap/
H A Dnflog.h57 u_int8_t pad; /* padding to 32 bits */ member in struct:nflog_packet_hdr
62 u_int16_t pad; /* padding to 32-bit boundary */ member in struct:nflog_hwaddr
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.h80 unsigned pad:10; member in struct:sp_sampler_key::__anon26499
H A Dsp_tile_cache.h57 unsigned pad:15; member in struct:tile_address::__anon26502
/external/objenesis/tck/src/org/objenesis/tck/
H A DTextReporter.java161 summary.print(pad("", maxCandidateWidth) + ' ');
164 summary.print(pad(desc, maxObjenesisWidth) + ' ');
173 summary.print(pad(candidateDesc, maxCandidateWidth) + ' ');
179 summary.print(pad("N/A", maxObjenesisWidth) + " ");
182 summary.print(pad(result.result ? "Y" : "n", maxObjenesisWidth) + " ");
216 private String pad(String text, int width) { method in class:TextReporter
/external/openssl/crypto/asn1/
H A Da_int.c96 * encoding, except if the first byte is >= 0x80 we need to add a zero pad.
108 * Padding is a little trickier too. If the first bytes is > 0x80 then we pad
110 * is non-zero we pad with 0xff. The reason for this distinction is that 0x80
116 int pad=0,ret,i,neg; local
128 pad=1;
132 pad=1;
136 * Special case: if any other bytes non zero we pad:
140 pad=1;
146 ret+=pad;
151 if (pad) *(
[all...]
/external/openssl/crypto/hmac/
H A Dhmac.c72 unsigned char pad[HMAC_MAX_MD_CBLOCK]; local
129 pad[i]=0x36^ctx->key[i];
132 if (!EVP_DigestUpdate(&ctx->i_ctx,pad,EVP_MD_block_size(md)))
136 pad[i]=0x5c^ctx->key[i];
139 if (!EVP_DigestUpdate(&ctx->o_ctx,pad,EVP_MD_block_size(md)))
/external/ppp/pppd/include/
H A Dpcap-int.h62 int pad; member in struct:pcap_md
/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/skia/src/utils/
H A DSkGatherPixelRefsAndRects.h195 SkScalar pad = (metrics.fBottom - metrics.fTop) / 2; variable
196 bounds.fLeft -= pad;
197 bounds.fRight += pad;
243 SkScalar pad = (metrics.fTop - metrics.fBottom) / 2; variable
244 bounds.fLeft -= pad;
245 bounds.fRight += pad;
262 SkScalar pad = metrics.fTop; variable
264 bounds.fLeft += pad;
265 bounds.fRight -= pad;
266 bounds.fTop += pad;
[all...]
/external/speex/libspeex/
H A Dkiss_fftr.c28 long pad; member in struct:kiss_fftr_state

Completed in 603 milliseconds

1234567891011>>