HomeSort by relevance Sort by last modified time
    Searched full:name_size (Results 1 - 25 of 27) sorted by null

1 2

  /external/qemu/block/
qcow2-snapshot.c 35 uint16_t name_size; member in struct:QCowSnapshotHeader
68 int i, id_str_size, name_size; local
95 name_size = be16_to_cpu(h.name_size);
105 sn->name = qemu_malloc(name_size + 1);
106 if (bdrv_pread(bs->file, offset, sn->name, name_size) != name_size)
108 offset += name_size;
109 sn->name[name_size] = '\0';
124 int i, name_size, id_str_size, snapshots_size local
    [all...]
  /external/llvm/lib/Object/
Archive.cpp 128 APInt name_size; local
129 name.substr(3).getAsInteger(10, name_size);
130 Result = Data.substr(0, name_size.getZExtValue());
146 APInt name_size; local
147 name.substr(3).getAsInteger(10, name_size);
148 size -= name_size.getZExtValue();
158 APInt name_size; local
159 name.substr(3).getAsInteger(10, name_size);
160 size += name_size.getZExtValue();
  /external/qemu/android/
snapshot.c 122 uint16_t id_str_size, name_size; local
127 read_or_die(fd, &name_size, sizeof(name_size));
136 be16_to_cpus(&name_size);
146 info->name = android_alloc(name_size + 1);
149 read_or_die(fd, info->name, name_size);
152 info->name[name_size] = '\0';
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/protocols/
talkd.h 68 #define NAME_SIZE 12
69 char l_name[NAME_SIZE];/* caller's name */
70 char r_name[NAME_SIZE];/* callee's name */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 68 #define NAME_SIZE 12
69 char l_name[NAME_SIZE];/* caller's name */
70 char r_name[NAME_SIZE];/* callee's name */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/protocols/
talkd.h 68 #define NAME_SIZE 12
69 char l_name[NAME_SIZE];/* caller's name */
70 char r_name[NAME_SIZE];/* callee's name */
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 319 unsigned long name_size = sizeof(interf_name);
320 if (!AdbGetInterfaceName(adb_interface, interf_name, &name_size, true)) {
329 name_size = 0;
330 if (!AdbGetSerialNumber(adb_interface, ser_num, &name_size, true)) {
331 ser_num = reinterpret_cast<char*>(malloc(name_size));
333 if (!AdbGetSerialNumber(adb_interface, ser_num, &name_size, true)) {
318 unsigned long name_size = sizeof(interf_name); local
  /external/v8/src/
log.cc 338 int32_t name_size; member in struct:v8::internal::LowLevelCodeCreateStruct
384 void Insert(Address code_address, const char* name, int name_size) {
387 entry->value = CopyName(name, name_size);
420 static char* CopyName(const char* name, int name_size) {
421 char* result = NewArray<char>(name_size + 1);
422 for (int i = 0; i < name_size; ++i) {
427 result[name_size] = '\0';
    [all...]
log.h 338 void RegisterSnapshotCodeName(Code* code, const char* name, int name_size);
342 void LowLevelCodeCreateEvent(Code* code, const char* name, int name_size);
  /external/chromium/net/base/
x509_certificate_win.cc 499 DWORD name_size; local
501 name_size = CertNameToStr(cert_handle_->dwCertEncodingType,
505 name_size = CertNameToStr(cert_handle_->dwCertEncodingType,
508 WriteInto(&subject_info, name_size), name_size);
509 name_size = CertNameToStr(cert_handle_->dwCertEncodingType,
513 name_size = CertNameToStr(cert_handle_->dwCertEncodingType,
516 WriteInto(&issuer_info, name_size), name_size);
    [all...]
  /system/extras/showmap/
showmap.c 70 const int name_size = strlen(name) + 1; local
71 struct mapinfo* info = calloc(1, sizeof(mapinfo) + name_size);
81 strlcpy(info->name, name, name_size);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
Xvproto.h 76 CARD16 name_size B16;
86 CARD16 name_size B16;
xf86dgastr.h 94 CARD16 name_size B16;
  /external/qemu/
tap-win32.c 290 int name_size,
364 snprintf(name, name_size, "%s", enum_name);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 344 _XRead(dpy, offset, info.name_size);
346 offset += info.name_size;
423 _XRead(dpy, dev->mode.name, info.name_size);
  /external/ppp/pppd/
ipxcp.c 1196 int name_size = cilen - CILEN_NAME; local
1197 if (name_size > sizeof (ho->name))
1198 name_size = sizeof (ho->name) - 1;
1200 memcpy (ho->name, p, name_size);
1201 ho->name [name_size] = '\0';
    [all...]
  /external/v8/tools/
ll_prof.py 362 ("name_size", ctypes.c_int32),
395 name = self.log[self.log_pos:self.log_pos + event.name_size]
397 self.log_pos += event.name_size
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
Xv.c 224 size = u.pa->name_size;
377 size = u.pe->name_size;
  /external/tcpdump/
print-ppp.c 801 int val_size, name_size, msg_size; local
852 name_size = len - (p - p0);
854 for (i = 0; i < name_size; i++) {
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
descriptor.cc     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 8892 milliseconds

1 2