HomeSort by relevance Sort by last modified time
    Searched refs:ipt (Results 1 - 14 of 14) sorted by null

  /external/fio/
idletime.c 46 static int set_cpu_affinity(struct idle_prof_thread *ipt)
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->data)
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/
ip_input.c 505 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->ipt_len
    [all...]
  /external/qemu/slirp-android/
ip_input.c 505 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->ipt_len
    [all...]
  /external/iptables/
release.sh 7 TMPDIR=/tmp/ipt-release
  /external/tcpdump/
ip.h 128 #define IPTS_OFLW(ip) (((ipt)->ipt_oflwflg & 0xf0) >> 4)
129 #define IPTS_FLG(ip) ((ipt)->ipt_oflwflg & 0x0f)
  /external/iptables/extensions/
Android.mk 26 libext_prefix := ipt
  /external/iptables/iptables/
iptables-apply 129 if ! grep -q ipt /proc/modules 2>/dev/null; then
  /external/opencv/cv/src/
cvlkpyramid.cpp 49 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 );
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 955 CvPoint ipt; local
956 ipt.x = cvRound(point.x);
957 ipt.y = cvRound(point.y);
959 return ipt;
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
code-load.js     [all...]
pdfjs.js     [all...]

Completed in 348 milliseconds