OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipt
(Results
1 - 3
of
3
) 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/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
...]
Completed in 305 milliseconds