HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 1326 - 1350 of 3342) sorted by null

<<51525354555657585960>>

  /prebuilts/tools/common/m2/repository/org/apache/james/apache-mime4j-core/0.7.2/
apache-mime4j-core-0.7.2.jar 
  /system/netd/server/
BandwidthController.cpp 491 ALOGE("Invalid bytes value. 1..max_int64.");
602 ALOGE("Invalid bytes value. 1..max_int64.");
660 int BandwidthController::getInterfaceSharedQuota(int64_t *bytes) {
661 return getInterfaceQuota("shared", bytes);
664 int BandwidthController::getInterfaceQuota(const char *costName, int64_t *bytes) {
679 scanRes = fscanf(fp, "%" SCNd64, bytes);
680 ALOGV("Read quota res=%d bytes=%" PRId64, scanRes, *bytes);
718 int BandwidthController::updateQuota(const char *quotaName, int64_t bytes) {
734 fprintf(fp, "%" PRId64"\n", bytes);
1003 int64_t packets, bytes; local
    [all...]
  /system/nfc/halimpl/bcm2079x/adaptation/
userial_linux.c 210 long bytes; member in struct:__anon107153
224 void perf_reset(tPERF_DATA* t) { t->count = t->bytes = t->lapse = 0; }
240 if (t->bytes)
242 "%s:%s, bytes=%ld, lapse=%ld (%d.%02d kbps) (bus data rate %d.%02d "
244 __func__, t->label, t->bytes, t->lapse,
245 (int)(8 * t->bytes / t->lapse),
246 (int)(800 * t->bytes / (t->lapse)) % 100,
247 (int)(9 * (t->bytes + t->count * t->overhead) / t->lapse),
248 (int)(900 * (t->bytes + t->count * t->overhead) / (t->lapse)) % 100,
250 (int)(t->count * t->overhead * 100 / t->bytes));
    [all...]
  /system/update_engine/common/
utils.cc 79 // Number of bytes to read from a file to attempt to detect its contents. Used
331 // bytes.
360 // of the file, returns success. If |size| is not -1, reads up to |size| bytes.
736 // 0x00: EI_MAG - ELF magic header, 4 bytes.
1054 ssize_t bytes = extent.num_blocks() * block_size; local
1055 TEST_AND_RETURN_FALSE(bytes_read + bytes <= out_data_size);
1058 bytes
    [all...]
  /system/update_engine/payload_consumer/
delta_performer.cc 205 << "/" << payload_size_str << " bytes downloaded"
305 LOG(INFO) << "Discarding " << buffer_.size() << " unused downloaded bytes";
517 // even before waiting for that many number of bytes to be downloaded in the
583 // Wrapper around write. Returns true if all requested bytes
586 bool DeltaPerformer::Write(const void* bytes, size_t count, ErrorCode *error) {
589 const char* c_bytes = reinterpret_cast<const char*>(bytes);
999 const size_t bytes = extent.num_blocks() * block_size_; local
1015 const size_t bytes = extent.num_blocks() * block_size_; local
    [all...]
  /system/update_engine/
payload_state.cc 161 // We've received non-zero bytes from a recent download operation. Since our
163 // failures, downloading bytes successfully means we should reset the failure
174 << " to 0 as we received " << count << " bytes successfully";
322 // anything in terms of actual payload bytes, so we should just do the
494 // than this. E.g. if int is 4-bytes, don't left-shift more than 30 bits,
679 int64_t bytes; local
682 // having been used if we downloaded a non-trivial amount of bytes
687 bytes = GetCurrentBytesDownloaded(source);
688 successful_bytes += bytes;
689 successful_mbs += bytes / kNumBytesInOneMiB
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-m32c.c 1289 int bytes; member in struct:__anon107965
    [all...]
srec.c 52 is the number of bytes following upto the checksum. Note that
123 /* The maximum number of address+data+crc bytes on a line is FF. */
129 /* The number of data bytes we actually fit onto a line on output.
292 section for each contiguous set of bytes. */
456 unsigned int bytes, min_bytes; local
478 check_sum = bytes = HEX (hdr + 1);
484 if (bytes < min_bytes)
487 abfd, lineno, bytes);
492 if (bytes * 2 > bufsize)
496 buf = (bfd_byte *) bfd_malloc ((bfd_size_type) bytes * 2)
730 unsigned int bytes; local
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
srconv.c 166 int bytes = size / 8; local
172 ptr[1] = bytes + 1;
174 for (j = 0; j < bytes; j++)
178 ptr[bytes] = ~sum;
179 if (fwrite (ptr, bytes + 1, 1, ffile) != 1)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-h8300.c 320 /* Find the length of the opcode in bytes. */
1335 char *bytes = frag_now->fr_literal + offset; local
    [all...]
tc-m32c.c 370 when we delete bytes, but we only need to mark the displacements
430 3) how many bytes this mode will have in the variable part of the frag
485 int bytes;
600 return subtype_mappings[fragP->fr_subtype].bytes - (fragP->fr_fix - where);
604 the bytes inside it modified to conform to the new size.
637 fragP->fr_fix = where + subtype_mappings[fragP->fr_subtype].bytes;
909 relocated, in bytes. */
1111 deleted bytes between the jump and its destination. */
1157 type, and store the appropriate bytes in *litP. The number of LITTLENUMS
482 int bytes; member in struct:__anon108263
    [all...]
tc-rl78.c 226 /* This gets complicated when the field spans bytes, because fields
504 memcpy (bytes + idx, rl78_bytes.B, rl78_bytes.N_B); \
512 char * bytes; local
534 rl78_bytes in it, which we initialize above. The extra bytes
536 bytes = frag_more (olen + 3);
545 frag_then->fr_opcode = bytes;
546 frag_then->fr_fix = olen + (bytes - frag_then->fr_literal);
552 bytes = frag_more (rl78_bytes.n_prefix + rl78_bytes.n_base + rl78_bytes.n_ops);
565 (char *) bytes - frag_then->fr_literal,
599 (char *) bytes + idx - frag_then->fr_literal
    [all...]
tc-sh64.c 383 int bytes = frag->fr_next->fr_address - frag->fr_address - frag->fr_fix; local
389 while (bytes & 3)
392 bytes--;
813 /* Size in bytes of variable-sized part of frag. */
852 /* The opcode that would be extended is the last four "fixed" bytes. */
    [all...]
tc-tilepro.c 865 /* Check to see if this bundle is at an offset that is a multiple of 8-bytes
1115 the frags/bytes it assembles to. */
1627 int bytes, fix; local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0/
lint-tests-25.3.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta1/
lint-tests-25.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta2/
lint-tests-25.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta3/
lint-tests-25.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.0-beta4/
lint-tests-25.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.3.1/
lint-tests-25.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha1/
lint-tests-25.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha3/
lint-tests-25.4.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha5/
lint-tests-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.4.0-alpha6/
lint-tests-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.5.0-alpha-preview-01/
lint-tests-25.5.0-alpha-preview-01.jar 

Completed in 503 milliseconds

<<51525354555657585960>>