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

1 2

  /external/google-breakpad/src/common/
simple_string_dictionary.h 62 static const size_t value_size = ValueSize; member in class:google_breakpad::NonAllocatingMap
113 assert(other.value_size == value_size);
115 if (other.key_size == key_size && other.value_size == value_size &&
206 strncpy(entry->value, value, value_size);
207 entry->value[value_size - 1] = '\0';
stabs_reader_unittest.cc 139 size_t value_size() const { return value_size_; } function in class:__anon19388::StabsAssembler
140 StabsAssembler &set_value_size(size_t value_size) {
141 value_size_ = value_size;
250 stabs.endianness() == kBigEndian, stabs.value_size(), unitized,
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 61 size_t value_size) : module("a", "b", "c", "d"),
64 value_size(value_size) {}
76 value_size,
87 size_t value_size; member in class:ELFSymbolsToModuleTestFixture
  /external/libmicrohttpd/src/microspdy/
structures.c 463 int32_t value_size; local
537 value_size = offset - value_offset - 4;
538 value_size = htonl(value_size);
539 memcpy(*stream + value_offset, &value_size, 4);
559 int32_t value_size; local
594 memcpy(&value_size, stream + offset, 4);
596 value_size = ntohl(value_size);
597 value_end_offset = offset + value_size;
    [all...]
  /external/strace/
bpf.c 46 uint32_t map_type, key_size, value_size, max_entries; member in struct:__anon30167
60 tprintf(", key_size=%u, value_size=%u, max_entries=%u}",
61 attr.key_size, attr.value_size, attr.max_entries);
  /external/dtc/
fdtput.c 76 int value_size = 0; /* size of holding area */ local
99 if (upto + len > value_size) {
100 value_size = (upto + len) + 500;
101 value = xrealloc(value, value_size);
  /external/ltp/testcases/kernel/controllers/cgroup_xattr/
cgroup_xattr.c 166 int value_size = DEFAULT_VALUE_SIZE; local
168 if (sscanf(narg, "%i", &value_size) != 1)
170 if (value_size <= 0)
175 val.size = value_size;
176 val.buf = SAFE_MALLOC(NULL, value_size);
  /external/e2fsprogs/debugfs/
create_inode.c 132 ssize_t size, value_size; local
172 value_size = lgetxattr(filename, name, NULL, 0);
173 if (value_size == -1) {
181 retval = ext2fs_get_mem(value_size, &value);
187 value_size = lgetxattr(filename, name, value, value_size);
188 if (value_size == -1) {
197 retval = ext2fs_xattr_set(handle, name, value, value_size);
  /external/e2fsprogs/misc/
create_inode.c 132 ssize_t size, value_size; local
172 value_size = lgetxattr(filename, name, NULL, 0);
173 if (value_size == -1) {
181 retval = ext2fs_get_mem(value_size, &value);
187 value_size = lgetxattr(filename, name, value, value_size);
188 if (value_size == -1) {
197 retval = ext2fs_xattr_set(handle, name, value, value_size);
  /frameworks/base/libs/androidfw/
LoadedArsc.cpp 309 const size_t value_size = dtohs(value->size); local
310 if (value_size < sizeof(Res_value)) {
315 if (value_size > chunk.size() || offset + entry_size > chunk.size() - value_size) {
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 466 unsigned int entry_size, value_size; local
483 value_size = ((x->value_len + EXT2_EXT_ATTR_PAD - 1) /
491 if ((char *)e + entry_size + sizeof(__u32) > end - value_size)
497 e->e_value_offs = end - value_size - (char *)entries_start +
503 end -= value_size;
  /external/protobuf/src/google/protobuf/util/internal/
protostream_objectsource.cc 589 uint32 value_size; local
590 os->stream_->ReadVarint32(&value_size);
591 os->stream_->ReadString(&value, value_size);
    [all...]
  /bionic/libc/kernel/uapi/linux/
hyperv.h 182 __u32 value_size; member in struct:hv_kvp_exchg_msg_value
bpf.h 142 __u32 value_size; member in struct:bpf_attr::__anon439
  /external/iproute2/include/linux/
bpf.h 105 __u32 value_size; /* size of value in bytes */ member in struct:bpf_attr::__anon20365
  /external/kernel-headers/original/uapi/linux/
hyperv.h 347 __u32 value_size; member in struct:hv_kvp_exchg_msg_value
bpf.h 145 __u32 value_size; /* size of value in bytes */ member in struct:bpf_attr::__anon21088
  /system/bt/bta/jv/
bta_jv_int.h 305 int32_t value_size; member in struct:__anon105820
  /external/vulkan-validation-layers/loader/
loader.c 455 DWORD value_size = sizeof(value); local
469 NULL, (LPBYTE)&value, &value_size)) ==
471 if (value_size == sizeof(value) && value == 0) {
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 6067 int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto
    [all...]
descriptor.pb.h 5168 inline int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3957 inline int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3957 inline int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3957 inline int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 5168 inline int EnumDescriptorProto::value_size() const { function in class:google::protobuf::EnumDescriptorProto
    [all...]

Completed in 740 milliseconds

1 2