Searched refs:ipt (Results 1 - 9 of 9) sorted by relevance

/external/fio/
H A Didletime.c46 static int set_cpu_affinity(struct idle_prof_thread *ipt) argument
52 fio_cpu_set(&cpu_mask, ipt->cpu);
70 struct idle_prof_thread *ipt = data; local
73 pthread_mutex_lock(&ipt->init_lock);
77 pthread_mutex_unlock(&ipt->init_lock);
81 retval = set_cpu_affinity(ipt);
83 ipt->state = TD_EXITED;
84 pthread_mutex_unlock(&ipt->init_lock);
88 ipt->cali_time = calibrate_unit(ipt
154 struct idle_prof_thread *ipt; local
177 struct idle_prof_thread *ipt; local
300 struct idle_prof_thread *ipt; local
318 struct idle_prof_thread *ipt; local
366 struct idle_prof_thread *ipt; local
[all...]
/external/qemu/slirp/
H A Dip_input.c505 register struct ip_timestamp *ipt; local
629 ipt = (struct ip_timestamp *)cp;
630 if (ipt->ipt_len < 5)
632 if (ipt->ipt_ptr > ipt->ipt_len - sizeof (int32_t)) {
633 if (++ipt->ipt_oflw == 0)
637 sin = (struct in_addr *)(cp + ipt->ipt_ptr - 1);
638 switch (ipt->ipt_flg) {
644 if (ipt->ipt_ptr + sizeof(n_time) +
645 sizeof(struct in_addr) > ipt
[all...]
/external/qemu/slirp-android/
H A Dip_input.c505 register struct ip_timestamp *ipt; local
629 ipt = (struct ip_timestamp *)cp;
630 if (ipt->ipt_len < 5)
632 if (ipt->ipt_ptr > ipt->ipt_len - sizeof (int32_t)) {
633 if (++ipt->ipt_oflw == 0)
637 sin = (struct in_addr *)(cp + ipt->ipt_ptr - 1);
638 switch (ipt->ipt_flg) {
644 if (ipt->ipt_ptr + sizeof(n_time) +
645 sizeof(struct in_addr) > ipt
[all...]
/external/iptables/
H A Drelease.sh7 TMPDIR=/tmp/ipt-release
/external/tcpdump/
H A Dip.h128 #define IPTS_OFLW(ip) (((ipt)->ipt_oflwflg & 0xf0) >> 4)
129 #define IPTS_FLG(ip) ((ipt)->ipt_oflwflg & 0x0f)
/external/iptables/extensions/
H A DAndroid.mk26 libext_prefix := ipt
/external/iptables/iptables/
H A Diptables-apply129 if ! grep -q ipt /proc/modules 2>/dev/null; then
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp49 CvPoint ipt; local
51 ipt.x = cvFloor( pt.x );
52 ipt.y = cvFloor( pt.y );
54 ipt.x -= win_size.width;
55 ipt.y -= win_size.height;
60 min_pt->x = MAX( 0, -ipt.x );
61 min_pt->y = MAX( 0, -ipt.y );
62 max_pt->x = MIN( win_size.width, imgSize.width - ipt.x );
63 max_pt->y = MIN( win_size.height, imgSize.height - ipt.y );
/external/opencv/cxcore/include/
H A Dcxtypes.h955 CvPoint ipt; local
956 ipt.x = cvRound(point.x);
957 ipt.y = cvRound(point.y);
959 return ipt;

Completed in 304 milliseconds