Searched refs:vend (Results 1 - 6 of 6) sorted by relevance

/external/qemu/include/hw/android/goldfish/
H A Dtrace.h112 extern void trace_mmap(unsigned long vstart, unsigned long vend,
114 extern void trace_munmap(unsigned long vstart, unsigned long vend);
/external/qemu/hw/android/goldfish/
H A Dtrace.c50 static unsigned long vend; // VM end variable
99 case TRACE_DEV_REG_EXECVE_VMEND: // execve, vend
100 vend = value;
109 vstart, vend, eoff, exec_path);
155 D("QEMU.trace: kernel, mmap [%lx,%lx]@%lx [%s]\n", vstart, vend, eoff, exec_path);
/external/chromium_org/third_party/webrtc/base/
H A Dproxydetect.cc515 int nstart = 0, nend = 0, vstart = 0, vend = 0; local
517 &nstart, &nend, &vstart, &vend);
518 if (vend > 0) {
521 if ((vend - vstart >= 2) && (buffer[vstart] == '"')) {
523 vend -= 1;
526 value[vend - vstart] = 0;
H A Dhttpcommon.cc515 int vend, dstart, dend; local
521 &vend, &dstart, &dend, &vmajor, &vminor) != 2)
532 std::string sverb(line, vend);
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs.h208 __u64 vend; member in struct:btrfs_balance_args
/external/qemu/telephony/
H A Dandroid_modem.c936 AVoiceCall vend = vcall + modem->call_count; local
941 for ( ; vcall < vend; vcall++ )

Completed in 5736 milliseconds