HomeSort by relevance Sort by last modified time
    Searched defs:pad (Results 151 - 175 of 944) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/iproute2/include/uapi/linux/
netlink_diag.h 10 __u16 pad; member in struct:netlink_diag_req
unix_diag.h 10 __u16 pad; member in struct:unix_diag_req
28 __u8 pad; member in struct:unix_diag_msg
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 71 long pad[4]; member in struct:flock
  /external/kernel-headers/original/uapi/linux/
netlink_diag.h 10 __u16 pad; member in struct:netlink_diag_req
unix_diag.h 10 __u16 pad; member in struct:unix_diag_req
28 __u8 pad; member in struct:unix_diag_msg
  /external/kernel-headers/original/uapi/xen/
gntdev.h 57 __u32 pad; member in struct:ioctl_gntdev_map_grant_ref
79 __u32 pad; member in struct:ioctl_gntdev_unmap_grant_ref
105 __u32 pad; member in struct:ioctl_gntdev_get_offset_for_vaddr
  /external/libchrome/base/strings/
safe_sprintf.cc 174 // to be emitted. The |pad| character is typically either a ' ' space
178 inline bool Pad(char pad, size_t padding, size_t len) {
179 DEBUG_CHECK(pad);
182 if (!Out(pad)) {
218 // the left of |padding|, if |pad| is '0'; and to the right of |padding|
219 // if |pad| is ' '.
223 char pad, size_t padding, const char* prefix);
279 char pad, size_t padding, const char* prefix) {
285 DEBUG_CHECK(pad == '0' || pad == ' ')
446 char pad; local
    [all...]
  /external/libese/libese/include/ese/
ese_hw_api.h 135 .pad = { 0 }, \
140 (_ptr)->pad[0] = 0; \
187 uint8_t pad[ESE_INTERFACE_STATE_PAD]; member in struct:EseInterface
  /external/libopus/src/
opus.c 205 opus_int32 pad = 0; local
270 pad += tmp;
341 *packet_offset = pad+(opus_int32)(data-data0);
  /external/libpcap/pcap/
nflog.h 57 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/libpcap/
pcap-pf.c 110 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/libvncserver/common/
md5.c 59 /* This array contains the bytes used to pad the buffer to the next
109 size_t pad; local
116 pad = bytes >= 56 ? 64 + 56 - bytes : 56 - bytes;
117 memcpy (&ctx->buffer[bytes], fillbuf, pad);
120 *(md5_uint32 *) &ctx->buffer[bytes + pad] = SWAP (ctx->total[0] << 3);
121 *(md5_uint32 *) &ctx->buffer[bytes + pad + 4] = SWAP ((ctx->total[1] << 3) |
125 md5_process_block (ctx->buffer, bytes + pad + 8, ctx);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
3-2.c 118 void *pad[50]; /* We want to consume the stack quickly */ local
121 pad[1] = NULL; /* so compiler stops complaining about unused variables */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.h 28 unsigned pad:4; member in struct:lp_setup_variant_key
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417.cpp 422 int32_t pad = getNumberOfPadCodewords(sourceCodeWords, local
427 int32_t n = sourceCodeWords + pad + 1;
431 for (int32_t i = 0; i < pad; i++)
    [all...]
  /external/ppp/pppd/include/
pcap-int.h 62 int pad; member in struct:pcap_md
  /external/scapy/scapy/layers/
ipsec.py 294 def pad(self, esp): member in class:CryptAlgo
313 # pad for block size
    [all...]
  /external/speex/libspeex/
kiss_fftr.c 28 long pad; member in struct:kiss_fftr_state
  /external/strace/linux/
netlink_diag.h 7 uint16_t pad; member in struct:netlink_diag_req
unix_diag.h 7 uint16_t pad; member in struct:unix_diag_req
25 uint8_t pad; member in struct:unix_diag_msg
  /external/syslinux/com32/lib/syslinux/
initramfs_file.c 69 int pad; local
90 pad = hdr_sz - (sizeof(struct cpio_header) + len);
91 memset(bp, 0, pad);
92 bp += pad;
111 int pad; local
134 pad = hdr_sz - (sizeof(struct cpio_header) + namelen);
135 memset(bp, 0, pad);
  /external/syslinux/com32/mboot/
map.c 53 addr_t pad = (flags & MAP_NOPAD) ? 0 : -len & (align - 1); local
54 addr_t xlen = len + pad;
57 syslinux_add_memmap(&amap, start, len + pad, SMT_ALLOC) ||
59 (pad && syslinux_add_memmap(&mmap, start + len, pad, SMT_ZERO))) {
60 printf("Cannot map %zu bytes\n", len + pad);
64 dprintf("Mapping 0x%08x bytes (%#x pad) at 0x%08x\n", len, pad, start);
66 if (start + len + pad > mboot_high_water_mark)
67 mboot_high_water_mark = start + len + pad;
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
route80h.c 22 char pad[0xEB]; /* 04-EF */ member in struct:__anon37550
  /external/syslinux/gpxe/src/include/gpxe/
in.h 72 char pad[ sizeof ( struct sockaddr ) - sizeof ( sa_family_t ) member in struct:sockaddr_in
  /external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
ops.py 1031 def pad(labeled_tensor, paddings, mode='CONSTANT', name=None): function
    [all...]

Completed in 741 milliseconds

1 2 3 4 5 67 8 91011>>