HomeSort by relevance Sort by last modified time
    Searched full:data_size (Results 26 - 50 of 234) sorted by null

12 3 4 5 6 7 8 910

  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
ipmi_smi.h 31 int data_size; member in struct:ipmi_smi_msg
dm-ioctl.h 25 uint32_t data_size; member in struct:dm_ioctl
  /system/vold/
Devmapper.h 35 static void ioctlInit(struct dm_ioctl *io, size_t data_size,
  /external/bluetooth/bluez/test/
scotest.c 56 static long data_size = 672; variable
216 while ((len = read(sk, buf, data_size)) > 0)
232 while (total < data_size) {
234 if ((r = recv(sk, buf, data_size, 0)) <= 0) {
280 *(uint16_t *) (buf + 4) = htobs(data_size);
379 data_size = atoi(optarg);
400 if (!(buf = malloc(data_size))) {
rctest.c 64 static long data_size = 127; variable
411 while ((len = read(sk, buf, data_size)) > 0)
430 while (total < data_size) {
435 if ((r = recv(sk, buf, data_size, 0)) < 0) {
501 len = read(fd, buf, data_size);
505 for (i = 6; i < data_size; i++)
512 *(uint16_t *) (buf + 4) = htobs(data_size);
515 if (send(sk, buf, data_size, 0) <= 0) {
643 data_size = atoi(optarg);
721 if (!(buf = malloc(data_size))) {
    [all...]
l2test.c 74 static long data_size = -1; variable
533 if (data_size < 0)
534 data_size = imtu;
558 len = read(sk, buf, data_size);
593 if (data_size < 0)
594 data_size = imtu;
616 while (total < data_size) {
628 len = recv(sk, buf, data_size, 0);
699 if (data_size < 0)
700 data_size = omtu
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 701 uint8_t *p = buf->data + buf->data_size;
705 buf->data_size += data_type;
716 buf->data_size = sizeof(uint8_t);
719 buf->data_size += sizeof(uint16_t);
739 uint32_t data_size = 0; local
746 data_size = sizeof(uint8_t);
749 data_size = sizeof(uint16_t);
752 data_size = sizeof(uint32_t);
755 data_size = sizeof(uint64_t);
758 data_size = sizeof(uint128_t)
839 uint32_t pdu_size = 0, data_size = 0; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 23 #define DATA_SIZE (10)
91 data += DATA_SIZE;
92 offset += DATA_SIZE;
106 i = (STRS_AREA_TOP_ADDR(loctset->loct.handle) - data) / DATA_SIZE;
141 data += DATA_SIZE;
142 offset += DATA_SIZE;
  /external/v8/src/
log-utils.cc 91 int LogDynamicBuffer::Write(const char* data, int data_size) {
95 if ((write_pos_ + data_size) <= (max_size_ - seal_size_)) {
96 return WriteInternal(data, data_size);
103 int LogDynamicBuffer::WriteInternal(const char* data, int data_size) {
105 while (data_pos < data_size) {
107 Min(data_size - data_pos, block_size_ - block_write_pos_);
117 write_pos_ += data_size;
118 return data_size;
  /external/v8/test/cctest/
test-sockets.cc 13 explicit SocketListenerThread(int port, int data_size)
14 : port_(port), data_size_(data_size), server_(NULL), client_(NULL),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 381 int data_size = entrySize < 1 ? block_size : entrySize; local
383 byte[] data = new byte[data_size];
386 int count = zis.read(data, offset, data_size - offset);
398 if (offset >= data_size) {
399 byte[] temp = new byte[data_size + block_size];
400 System.arraycopy(data, 0, temp, 0, data_size);
401 data_size += block_size;
407 if (offset < data_size) {
  /dalvik/dx/tests/034-dex-minimal/
expected.txt 26 000068: 1c00 0000 |data_size: 0000001c
  /external/bluetooth/bluez/sbc/
formats.h 51 uint32_t data_size; /* size of data */ member in struct:au_header
  /frameworks/base/include/private/binder/
binder_module.h 76 size_t data_size;
  /frameworks/base/cmds/servicemanager/
binder.c 50 txn->sender_pid, txn->sender_euid, txn->data_size, txn->offs_size);
51 hexdump(txn->data, txn->data_size);
180 data.txn.data_size = sizeof(int);
186 data.txn.data_size = reply->data - reply->data0;
324 writebuf.txn.data_size = msg->data - msg->data0;
398 bio->data_avail = txn->data_size;
binder.h 30 uint32_t data_size; member in struct:binder_txn
  /external/kernel-headers/original/linux/
ipmi_smi.h 57 * data_size is set to zero and the response holds the data from the
70 int data_size; member in struct:ipmi_smi_msg
186 * The data_size should be zero if this is an asyncronous message. If
  /bionic/libc/kernel/common/linux/
dm-ioctl.h 25 uint32_t data_size; member in struct:dm_ioctl
  /cts/tools/vm-tests/src/dot/junit/format/f1/d/
T_f1_1.dfh 47 // parsed: offset 104, len 4: data_size : 284
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
dm-ioctl.h 25 uint32_t data_size; member in struct:dm_ioctl
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
dm-ioctl.h 25 uint32_t data_size; member in struct:dm_ioctl
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
dm-ioctl.h 25 uint32_t data_size; member in struct:dm_ioctl
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
dm-ioctl.h 25 uint32_t data_size; member in struct:dm_ioctl
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
dm-ioctl.h 25 uint32_t data_size; member in struct:dm_ioctl
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java 148 protected int getRecordSize(int data_size) {
150 return 5+data_size; // type + version + length + data_size
152 int res = 5 + activeWriteState.getFragmentSize(data_size);
170 record_size -= 5; // - (type + version + length + data_size)

Completed in 794 milliseconds

12 3 4 5 6 7 8 910