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

<<51525354555657585960>>

  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.9.0/
okio-1.9.0.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin-core/1.0.0/
kotlin-gradle-plugin-core-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/tightvnc/
tightvnc.jar 
  /bootable/recovery/
recovery.cpp 432 size_t bytes; local
433 while ((bytes = fread(buf, 1, sizeof(buf), source_fp)) != 0) {
434 fwrite(buf, 1, bytes, dest_fp);
    [all...]
  /development/ndk/platforms/android-9/include/linux/mtd/
nand.h 144 int bytes; member in struct:nand_ecc_ctrl
  /development/ndk/platforms/android-9/include/linux/
pkt_sched.h 26 __u64 bytes; member in struct:tc_stats
  /device/generic/goldfish/audio/
audio_hw.c 78 size_t bytes = frame_count * frame_size; local
79 audio_vbuffer->data = calloc(bytes, 1);
491 size_t bytes)
494 const size_t frames = bytes / audio_stream_out_frame_size(stream);
518 /* Implementation just consumes bytes if we start getting backed up */
553 /* Always consume all bytes */
554 return bytes;
1002 size_t bytes)
1006 const size_t frames = bytes / audio_stream_in_frame_size(stream);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
textio.c 693 PyObject *pending_bytes; /* list of bytes objects waiting to be
699 * next_input is the chunk of input bytes that comes next after the
1507 PyObject *bytes = PyObject_CallMethod(self->buffer, "read", NULL); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 82 in std mode, they're 8 bytes on all platforms. */
302 /* ulargest is the largest unsigned value with f->size bytes.
723 const unsigned char *bytes = (const unsigned char *)p; local
725 x = (x<<8) | *bytes++;
738 const unsigned char *bytes = (const unsigned char *)p; local
740 x = (x<<8) | *bytes++;
753 const unsigned char *bytes = (const unsigned char *)p; local
755 x = (x<<8) | *bytes++;
777 const unsigned char *bytes = (const unsigned char *)p; local
779 x = (x<<8) | *bytes++;
951 const unsigned char *bytes = (const unsigned char *)p; local
966 const unsigned char *bytes = (const unsigned char *)p; local
981 const unsigned char *bytes = (const unsigned char *)p; local
1005 const unsigned char *bytes = (const unsigned char *)p; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 67 "accessing non-existent bytes segment");
79 "accessing non-existent bytes segment");
99 "accessing non-existent bytes segment");
168 PyByteArray_FromStringAndSize(const char *bytes, Py_ssize_t size)
194 if (bytes != NULL && size > 0)
195 memcpy(new->ob_bytes, bytes, size);
479 void *bytes; local
496 bytes = NULL;
507 bytes = vbytes.buf;
555 memcpy(self->ob_bytes + lo, bytes, needed);
591 char *bytes; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 3466 int bytes = 0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
textio.c 677 PyObject *pending_bytes; /* list of bytes objects waiting to be
683 * next_input is the chunk of input bytes that comes next after the
1473 PyObject *bytes = PyObject_CallMethod(self->buffer, "read", NULL); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_ssl.c 1532 int bytes; local
    [all...]
_struct.c 82 in std mode, they're 8 bytes on all platforms. */
302 /* ulargest is the largest unsigned value with f->size bytes.
723 const unsigned char *bytes = (const unsigned char *)p; local
725 x = (x<<8) | *bytes++;
738 const unsigned char *bytes = (const unsigned char *)p; local
740 x = (x<<8) | *bytes++;
753 const unsigned char *bytes = (const unsigned char *)p; local
755 x = (x<<8) | *bytes++;
777 const unsigned char *bytes = (const unsigned char *)p; local
779 x = (x<<8) | *bytes++;
951 const unsigned char *bytes = (const unsigned char *)p; local
966 const unsigned char *bytes = (const unsigned char *)p; local
981 const unsigned char *bytes = (const unsigned char *)p; local
1005 const unsigned char *bytes = (const unsigned char *)p; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 67 "accessing non-existent bytes segment");
79 "accessing non-existent bytes segment");
99 "accessing non-existent bytes segment");
168 PyByteArray_FromStringAndSize(const char *bytes, Py_ssize_t size)
194 if (bytes != NULL && size > 0)
195 memcpy(new->ob_bytes, bytes, size);
479 void *bytes; local
496 bytes = NULL;
507 bytes = vbytes.buf;
555 memcpy(self->ob_bytes + lo, bytes, needed);
591 char *bytes; local
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 933 size_t bytes = num_files * depth * sizeof(*t->ios); local
935 t->ios = malloc(bytes);
940 memset(t->ios, 0, bytes);
    [all...]
  /external/boringssl/src/crypto/cipher/
e_aes.c 566 /* Fixed field must be at least 4 bytes and invocation field
589 /* Invocation field will be at least 8 bytes in size and
591 * last 8 bytes. */
1271 uint8_t bytes[8]; local
    [all...]
  /external/curl/lib/
ftp.c 678 CURLcode Curl_GetFTPResponse(ssize_t *nreadp, /* return number of bytes read */
2538 char *bytes; local
    [all...]
  /external/dhcpcd-6.8.2/
dhcp.c 171 * bytes. In general, here we have p -> T, ol=p+1 -> L, op -> V.
292 size_t bytes = 0, ocets; local
318 bytes += ((4 * 4) * 2) + 4;
350 return (ssize_t)bytes;
471 ssize_t b, bytes = 0; local
503 bytes += b;
505 bytes += 16 * 2 + 8 + 2 + 1 + 2;
520 bytes += b;
522 bytes += (4 * 4);
526 return bytes;
1073 ssize_t bytes; local
1138 ssize_t bytes; local
3194 uint16_t bytes, udpsum; local
3253 size_t bytes; local
    [all...]

Completed in 490 milliseconds

<<51525354555657585960>>