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

1 2

  /external/google-breakpad/src/client/linux/minidump_writer/
linux_core_dumper.cc 66 size_t total_length = procfs_path_len + 1 + node_len; local
67 if (total_length >= NAME_MAX)
73 path[total_length] = '\0';
linux_ptrace_dumper.cc 121 const size_t total_length = 6 + pid_len + 1 + node_len; local
122 if (total_length >= NAME_MAX)
129 path[total_length] = '\0';
  /frameworks/compile/mclinker/lib/Fragment/
FragmentRef.cpp 127 unsigned int total_length = region_frag->getRegion().size(); local
128 if (total_length < (total_offset + pNBytes))
129 pNBytes = total_length - total_offset;
137 unsigned int total_length = stub_frag->size(); local
138 if (total_length < (total_offset + pNBytes))
139 pNBytes = total_length - total_offset;
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_writer.cpp 131 int32_t total_length = length; local
140 return total_length;
162 return total_length - length;
jpeg_reader.cpp 131 int32_t total_length = count; local
142 return total_length;
171 return total_length - count;
  /external/brotli/c/enc/
block_splitter.c 43 size_t total_length = 0; local
46 total_length += cmds[i].insert_len_;
48 return total_length;
  /external/wpa_supplicant_8/src/wps/
ndef.c 29 u32 total_length; member in struct:ndef_record
75 record->total_length = pos - data;
76 if (record->total_length > size ||
77 record->total_length < record->payload_length)
98 data += record.total_length;
99 len -= record.total_length;
  /system/bt/hci/test/
packet_fragmenter_test.cc 136 uint16_t total_length = data_length + 2; // 2 for l2cap length; local
143 int length_to_send = (length_sent + (acl_size - 4) < total_length)
145 : (total_length - length_sent);
166 } while (length_sent < total_length);
  /system/core/fastboot/
socket.cpp 142 size_t total_length = 0; local
144 total_length += buffer.length;
148 sock_, buffers.data(), buffers.size())) == static_cast<ssize_t>(total_length);
  /toolchain/binutils/binutils-2.27/opcodes/
epiphany-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
914 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
fr30-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
769 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
frv-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
895 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
ip2k-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
646 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
iq2000-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
752 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
lm32-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
673 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
m32c-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
1770 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
m32r-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
704 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
mep-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
1247 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
mt-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
788 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
or1k-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
685 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
xc16x-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
791 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
xstormy16-ibld.c 113 TOTAL_LENGTH is the total length of the insn in bits.
130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
214 shift_to_word = total_length - (word_offset + word_length);
413 TOTAL_LENGTH is the total length of the insn in bits.
435 unsigned int total_length,
460 if (word_offset + word_length > total_length)
461 word_length = total_length - word_offset;
466 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
571 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
717 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
    [all...]
  /external/avb/libavb/
avb_util.c 350 uint64_t total_length; local
354 total_length = 0;
360 if (!avb_safe_add_to(&total_length, str_len)) {
373 ret = avb_malloc(total_length + 1);
384 avb_assert(dest == ret + total_length);
  /external/ppp/pppd/plugins/radius/
sendserver.c 36 int total_length = 0; local
70 total_length += length+8;
80 total_length += length+8;
124 total_length += padded_length + 2;
151 total_length += CHAP_VALUE_LENGTH + 2;
162 total_length += length + 2;
171 total_length += sizeof (UINT4) + 2;
182 return total_length;
205 int total_length; local
268 total_length = rc_pack_list(data->send_pairs, secret, auth) + AUTH_HDR_LEN
    [all...]
  /external/tensorflow/tensorflow/contrib/training/python/training/
sequence_queueing_state_saver.py 369 def total_length(self): member in class:NextQueuedSequenceBatch
662 * `total_length`, `length`, `insertion_index`, `key`, `next_key`,
752 via the `length` and `total_length` properties. The shape of
    [all...]

Completed in 610 milliseconds

1 2