HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 851 - 875 of 2455) sorted by null

<<31323334353637383940>>

  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-alpha1/
jobb-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/jobb/25.2.0-alpha3/
jobb-25.2.0-alpha3.jar 
  /art/runtime/
jni_internal_test.cc 1547 char bytes[4] = { 'x', 'x', 'x', 'x' }; local
2107 char bytes[1024]; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
rds.h 147 uint64_t bytes; member in struct:rds_iovec
telephony.h 185 unsigned int bytes; member in union:telephony_exception
  /bootable/recovery/updater/
install.cpp 296 // fs_type="yaffs2" partition_type="MTD" location=partition fs_size=<bytes> mount_point=<location>
297 // fs_type="ext4" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
298 // fs_type="f2fs" partition_type="EMMC" location=device fs_size=<bytes> mount_point=<location>
301 // if fs_size < 0, then reserve that many bytes at the end of the partition (not for "f2fs")
607 printf("%s: failed to allocate %ld bytes for %s\n",
1001 ErrorAbort(state, kFileGetPropFailure, "%s: failed to alloc %lld bytes", name,
1015 ErrorAbort(state, kFreadFailure, "%s: failed to read %lld bytes from %s"
1169 size_t bytes; local
    [all...]
  /development/ndk/platforms/android-21/include/linux/
rds.h 139 uint64_t bytes; member in struct:rds_iovec
telephony.h 187 unsigned int bytes; member in union:telephony_exception
  /development/ndk/platforms/android-3/include/linux/
telephony.h 168 unsigned int bytes; member in union:telephony_exception
  /device/google/contexthub/firmware/src/drivers/ams_tmd2772/
ams_tmd2772.c 143 uint8_t bytes[16]; member in union:SensorData::__anon3080
249 mData.txrxBuf.bytes[0] = AMS_TMD2772_REG_ENABLE;
250 mData.txrxBuf.bytes[1] = POWER_ON_BIT | WAIT_ENABLE_BIT |
252 mData.txrxBuf.bytes[2] = AMS_TMD2772_ATIME_SETTING;
253 mData.txrxBuf.bytes[3] = AMS_TMD2772_PTIME_SETTING;
254 mData.txrxBuf.bytes[4] = alsOn ? AMS_TMD2772_WTIME_SETTING_ALS_ON : AMS_TMD2772_WTIME_SETTING_ALS_OFF;
255 i2cMasterTx(I2C_BUS_ID, I2C_ADDR, mData.txrxBuf.bytes, 5,
425 mData.txrxBuf.bytes[0] = AMS_TMD2772_REG_ENABLE;
426 mData.txrxBuf.bytes[1] = POWER_ON_BIT | PROX_ENABLE_BIT;
427 i2cMasterTx(I2C_BUS_ID, I2C_ADDR, mData.txrxBuf.bytes, 2
    [all...]
  /external/boringssl/src/crypto/cipher/
e_aes.c 576 /* Fixed field must be at least 4 bytes and invocation field
599 /* Invocation field will be at least 8 bytes in size and
601 * last 8 bytes. */
1579 uint8_t bytes[8]; local
    [all...]
  /external/boringssl/src/ssl/
s3_clnt.c 1463 uint8_t *bytes; local
    [all...]
  /external/c-ares/
ares_init.c 825 DWORD bytes; local
885 NULL, &bytes
890 if (bytes)
892 line = malloc(bytes+1);
894 (unsigned char *)line, &bytes) ==
    [all...]
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 29 // order bytes of float values are stored in. This information is provided
56 // - Image for which camera belongs to (single 4 bytes integer value).
65 // - Track number point belongs to (single 4 bytes integer value).
73 // - Image marker belongs to single 4 bytes integer value).
74 // - Track marker belongs to single 4 bytes integer value).
266 unsigned char bytes[4]; member in union:__anon6789::EndianAwareFileReader::__anon6791
  /external/chromium-trace/catapult/third_party/Paste/paste/
fixture.py 1641 bytes = property(bytes__get) variable in class:FoundFile
    [all...]
  /external/compiler-rt/lib/lsan/
lsan_common.cc 380 Printf(" count bytes template\n");
581 Printf("%p (%zu bytes)\n", leaked_objects_[j].addr,
588 uptr bytes = 0, allocations = 0; local
591 bytes += leaks_[i].total_size;
595 summary.append("%zu byte(s) leaked in %zu allocation(s).", bytes,
  /external/curl/lib/
smb.h 128 char bytes[1]; member in struct:smb_negotiate_response
148 char bytes[1024]; member in struct:smb_setup
157 char bytes[1024]; member in struct:smb_tree_connect
180 char bytes[1024]; member in struct:smb_nt_create
  /external/dbus/bus/
bus.c 793 int bytes; local
810 bytes = _dbus_string_get_length (&addr);
811 if (_dbus_pipe_write (print_addr_pipe, &addr, 0, bytes, error) != bytes)
817 "Printing message bus address: did not write all bytes\n");
    [all...]
  /external/dhcpcd-6.8.2/
if-bsd.c 412 ssize_t bytes; local
425 bytes = read(fd, state->buffer, state->buffer_size);
426 if (bytes == -1 || bytes == 0)
427 return bytes;
428 state->buffer_len = (size_t)bytes;
431 bytes = -1;
441 bytes = (ssize_t)packet.bh_caplen - ETHER_HDR_LEN;
442 if ((size_t)bytes > len)
443 bytes = (ssize_t)len
1150 ssize_t bytes; local
    [all...]
if-linux.c 325 ssize_t bytes; local
335 bytes = recv(fd, NULL, 0,
337 if (bytes == -1)
339 if ((size_t)bytes == buflen) {
341 if (bytes == 0)
342 bytes = 512;
344 bytes *= 2;
346 if (buflen < (size_t)bytes) {
348 buflen = (size_t)bytes + 1;
355 bytes = recvfrom(fd, buf, buflen, flags
1250 ssize_t bytes; local
    [all...]
if-options.c 2071 ssize_t bytes; local
    [all...]
ipv6.c 248 * 512 bits (64 bytes). */
469 int bytes, bits, i; local
477 bytes = len / NBBY;
479 for (i = 0; i < bytes; i++)
482 mask->s6_addr[bytes] = masks[bits - 1];
    [all...]
  /external/fio/
backend.c 147 unsigned long long bytes = 0; local
167 bytes += td->this_io_bytes[ddir];
184 if (bytes < td->rate_bytes[ddir]) {
190 rate = ((bytes - td->rate_bytes[ddir]) * 1000) / spent;
195 bytes < td->rate_bytes[ddir]) {
226 td->rate_bytes[ddir] = bytes;
578 int bytes = io_u->xfer_buflen - io_u->resid; local
583 if (!bytes) {
590 io_u->xfer_buf += bytes;
591 io_u->offset += bytes;
669 unsigned long long bytes, limit; local
691 unsigned long long bytes, limit; local
840 int bytes = io_u->xfer_buflen - io_u->resid; local
    [all...]
io_u.c 638 * Put a top limit on how many bytes we do for
1595 uint64_t secs, remainder, bps, bytes; local
1647 unsigned int bytes = io_u->buflen - io_u->resid; local
    [all...]
  /external/fio/engines/
net.c 351 int bytes = 0; local
357 if (!bytes)
358 bytes = ret;
364 bytes += ret;
368 return bytes;
372 * Receive bytes from a socket and fill them into the internal pipe
382 * Transmit 'len' bytes from the internal pipe
398 int bytes = 0; local
404 if (!bytes)
405 bytes = ret
    [all...]

Completed in 1281 milliseconds

<<31323334353637383940>>