HomeSort by relevance Sort by last modified time
    Searched refs:total_len (Results 1 - 25 of 46) sorted by null

1 2

  /external/syslinux/libinstaller/
bin2c.pl 35 $total_len = 0;
38 $total_len += $n;
54 $align = $total_len % $pad;
57 $total_len += $n;
72 printf "\n};\n\nconst unsigned int %s_len = %u;\n", $table_name, $total_len;
  /external/wpa_supplicant_8/src/crypto/
aes-omac1.c 49 size_t i, e, left, total_len; local
59 total_len = 0;
61 total_len += len[e];
62 left = total_len;
93 if (left || total_len == 0) {
  /external/syslinux/gpxe/src/core/
nvo.c 46 for ( i = 0 ; i < nvo->total_len ; i++ ) {
123 options_len = ( nvo->total_len - 1 );
133 memset ( nvo->data, 0, nvo->total_len );
224 nvo->total_len += fragment->len;
227 nvo->data = malloc ( nvo->total_len );
230 nvo, nvo->total_len );
  /external/wpa_supplicant_8/src/wps/
ndef.c 112 size_t total_len; local
119 total_len = 2; /* flag + type length */
121 total_len += short_record ? sizeof(u8) : sizeof(u32);
123 total_len += 1;
124 total_len += type_length + id_length + payload_length;
125 record = wpabuf_alloc(total_len);
  /external/fio/crc/
xxhash.h 70 uint64_t total_len; member in struct:XXH_state32_t
xxhash.c 271 state->total_len = 0;
295 state->total_len += len;
368 if (state->total_len >= 16)
377 h32 += (uint32_t) state->total_len;
  /external/syslinux/gpxe/src/include/gpxe/
nvo.h 43 size_t total_len; member in struct:nvo_block
  /external/minijail/
syscall_filter.h 24 size_t total_len; member in struct:filter_block
syscall_filter.c 84 head->total_len += len;
88 new_last->total_len = new_last->len = len;
102 list->total_len += another->total_len;
668 head->total_len + (arg_blocks ? arg_blocks->total_len : 0);
678 if (flatten_block_list(arg_blocks, final_filter, head->total_len,
  /system/extras/ioshark/
ioshark_bench_mmap.c 59 size_t total_len, off_t offset)
64 mio->resid = total_len;
66 total_len / MMAP_ENTS);
67 while (total_len > 0) {
71 MIN((u_int64_t)total_len, (u_int64_t)slice);
72 total_len -= mio->table[mio->num_entries].len;
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_android.c 27 int total_len; member in struct:android_wifi_priv_cmd
59 priv_cmd.total_len = sizeof(buf);
129 priv_cmd.total_len = bp;
  /external/libevent/
buffer_iocp.c 128 evbuf->total_len += nBytes;
188 if (!buf->total_len) {
192 } else if (at_most < 0 || (size_t)at_most > buf->total_len) {
193 at_most = buf->total_len;
buffer.c 319 buf->total_len += chain->off;
473 new_size = buffer->total_len;
600 result = (buffer->total_len);
730 buf->total_len += added;
753 dst->total_len = 0;
818 src->total_len = 0;
832 dst->total_len = src->total_len;
846 dst->total_len += src->total_len;
    [all...]
evbuffer-internal.h 100 size_t total_len; member in struct:evbuffer
  /external/ppp/pppd/include/net/
vjcompress.h 140 extern int vj_uncompress_tcp __P((u_char *buf, int buflen, int total_len,
  /external/syslinux/gpxe/src/util/
catrom.pl 12 my $total_len = 0;
  /external/syslinux/gpxe/src/arch/i386/image/
bzimage.c 394 size_t total_len = 0; local
400 total_len += bzimage_load_initrd ( image, initrd, UNULL );
403 if ( ! total_len )
422 if ( ( address + total_len - 1 ) > bzimg->mem_limit )
426 total_len ) ) != 0 )
434 bzimg->ramdisk_size = total_len;
438 image, address, ( address + total_len ) );
  /toolchain/binutils/binutils-2.25/libiberty/
floatformat.c 423 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
426 unsigned int total_len, unsigned int start, unsigned int len)
434 start = total_len - (start + len);
440 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
562 TOTAL_LEN are the thing we are extracting it from, in byteorder ORDER. */
565 unsigned int total_len, unsigned int start, unsigned int len,
573 start = total_len - (start + len);
579 cur_byte = (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
  /bionic/libc/kernel/uapi/rdma/
vmw_pvrdma-abi.h 197 __u32 total_len; member in struct:pvrdma_rq_wqe_hdr
204 __u32 total_len; member in struct:pvrdma_sq_wqe_hdr
  /external/kernel-headers/original/uapi/rdma/
vmw_pvrdma-abi.h 213 __u32 total_len; /* reserved */ member in struct:pvrdma_rq_wqe_hdr
221 __u32 total_len; /* reserved */ member in struct:pvrdma_sq_wqe_hdr
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 41 int total_len; member in struct:android_wifi_priv_cmd
97 priv_cmd.total_len = buf_len;
  /external/wpa_supplicant_8/src/p2p/
p2p_build.c 479 size_t *total_len, u8 *attr_len)
490 if (info_len + *total_len > MAX_SVC_ADV_LEN) {
588 *total_len += info_len;
589 WPA_PUT_LE16(attr_len, (u16) *total_len);
600 size_t total_len; local
623 total_len = 0;
627 WPA_PUT_LE16(attr_len, (u16) total_len);
634 &ie_len, &pos, &total_len, attr_len);
638 for (adv = adv_list; adv && total_len <= MAX_SVC_ADV_LEN;
651 &total_len,
    [all...]
  /system/bt/stack/sdp/
sdp_discovery.cc 775 uint32_t total_len; local
792 total_len = attr_len - 4 + (uint16_t)sizeof(tSDP_DISC_ATTR);
794 total_len = sizeof(tSDP_DISC_ATTR);
797 total_len = (total_len + 3) & ~3;
800 if (p_db->mem_free < total_len) return (NULL);
820 total_len = 0;
900 total_len = 0;
940 p_db->p_free_mem += total_len;
941 p_db->mem_free -= total_len;
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_message.py 501 total_len = message_class.get_struct_len(get_all=True)
503 total_len += len(self.payload_buffer)
504 return total_len
  /external/syslinux/gpxe/src/net/
netdevice.c 328 size_t total_len; local
330 total_len = ( sizeof ( *netdev ) + priv_size );
331 netdev = zalloc ( total_len );

Completed in 1863 milliseconds

1 2