HomeSort by relevance Sort by last modified time
    Searched defs:pad (Results 126 - 150 of 451) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/expat/amiga/
expat_lib.c 39 uint16 pad; member in struct:ExpatBase
  /external/grub/netboot/
3c595.c 170 int pad; local
181 pad = padmap[len & 3];
188 if (len + pad > ETH_FRAME_LEN) {
202 while (inw(BASE + VX_W1_FREE_TX) < len + pad + 4) {
217 while (pad--)
  /external/jpeg/
wrbmp.c 79 int pad; local
99 /* Zero out the pad bytes. */
100 pad = dest->pad_bytes;
101 while (--pad >= 0)
114 int pad; local
129 /* Zero out the pad bytes. */
130 pad = dest->pad_bytes;
131 while (--pad >= 0)
330 /* Pad colormap with zeros to ensure specified number of colormap entries */
  /external/libpcap/
pcap-pf.c 98 register int pad; local
132 pad = pc->fddipad;
178 /* Calculate inc before possible pad update */
206 h.len = sp->ens_count - pad;
211 p += pad;
212 buflen -= pad;
  /external/linux-tools-perf/util/
parse-options.c 458 int pad; local
530 pad = USAGE_OPTS_WIDTH - pos;
533 pad = USAGE_OPTS_WIDTH;
535 fprintf(stderr, "%*s%s\n", pad + USAGE_GAP, "", opts->help);
  /external/openssl/crypto/asn1/
a_int.c 96 * 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) *(p++)=pb
    [all...]
  /external/ppp/pppd/include/
pcap-int.h 62 int pad; member in struct:pcap_md
  /external/qemu/distrib/jpeg-6b/
wrbmp.c 79 int pad; local
99 /* Zero out the pad bytes. */
100 pad = dest->pad_bytes;
101 while (--pad >= 0)
114 int pad; local
129 /* Zero out the pad bytes. */
130 pad = dest->pad_bytes;
131 while (--pad >= 0)
330 /* Pad colormap with zeros to ensure specified number of colormap entries */
  /external/quake/quake/src/QW/client/
net.h 28 unsigned short pad; member in struct:__anon11607
  /external/speex/libspeex/
kiss_fftr.c 28 long pad; member in struct:kiss_fftr_state
  /external/valgrind/main/none/tests/s390x/
mvcl.c 14 uint8_t pad; member in struct:__anon14404
65 result.pad = (regs.r2p1 & 0xFF000000u) >> 24;
75 void *addr2, uint32_t len2, uint32_t pad)
82 assert((pad & 0xFF) == pad); /* an 8-byte value */
93 r2p1 = len2 | (pad << 24);
105 /* Check pad value */
106 if (result1.pad != pad)
107 printf("FAIL: pad byte modified (unused bits 0)\n")
    [all...]
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-compare-results.js 286 function pad(str, n) function
296 result = pad("", indent);
298 result = pad(result, labelWidth + 2);
326 return result + pad(diffSummary, 18) + formatMean(meanWidth1, mean1, stdErr1, count1) + " " + formatMean(meanWidth2, mean2, stdErr2, count2) + diffDetail;
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.c 157 static void gf_mulx(u8 *pad)
161 carry = pad[0] & 0x80;
163 pad[i] = (pad[i] << 1) | (pad[i + 1] >> 7);
164 pad[BLOCK_SIZE - 1] <<= 1;
166 pad[BLOCK_SIZE - 1] ^= 0x87;
187 u8 cbc[BLOCK_SIZE], pad[BLOCK_SIZE]; local
219 os_memset(pad, 0, BLOCK_SIZE);
220 aes_encrypt(ctx, pad, pad)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_common.c 157 u8 pad; local
183 pad = *pos;
184 if (pad > wpabuf_len(decrypted)) {
185 wpa_printf(MSG_DEBUG, "WPS: Invalid PKCS#5 v2.0 pad value");
189 for (i = 0; i < pad; i++) {
190 if (*pos-- != pad) {
191 wpa_printf(MSG_DEBUG, "WPS: Invalid PKCS#5 v2.0 pad "
197 decrypted->used -= pad;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
xteststr.h 42 CARD8 pad; member in struct:__anon22759
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/spi/
spidev.h 92 __u32 pad; member in struct:spi_ioc_transfer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 51 wchar_t pad; /* Padding character. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
talkd.h 63 u_char pad; member in struct:__anon23472
82 u_char pad; member in struct:__anon23473
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xteststr.h 42 CARD8 pad; member in struct:__anon24349
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/spi/
spidev.h 92 __u32 pad; member in struct:spi_ioc_transfer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 51 wchar_t pad; /* Padding character. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 63 u_char pad; member in struct:__anon25062
82 u_char pad; member in struct:__anon25063
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
xteststr.h 42 CARD8 pad; member in struct:__anon25861
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/spi/
spidev.h 92 __u32 pad; member in struct:spi_ioc_transfer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 51 wchar_t pad; /* Padding character. */ member in struct:printf_info

Completed in 1008 milliseconds

1 2 3 4 56 7 8 91011>>