OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:chop
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/helgrind/tests/
tc14_laog_dinphils.c
10
static pthread_mutex_t
chop
[5];
variable
18
pthread_mutex_lock(&
chop
[left]);
19
pthread_mutex_lock(&
chop
[right]);
21
pthread_mutex_unlock(&
chop
[left]);
22
pthread_mutex_unlock(&
chop
[right]);
31
pthread_mutex_init( &
chop
[i], NULL);
/external/skia/src/core/
SkClampRange.cpp
23
static int
chop
(int64_t x0, SkFixed edge, int64_t x1, int64_t dx, int count) {
function
137
fCount0 =
chop
(fx, 0, ex, dx, count);
142
fCount1 =
chop
(fx, 0xFFFF, ex, dx, count);
Completed in 58 milliseconds