OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sixteenlongs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkUtils.cpp
65
int
sixteenlongs
= count >> 5;
local
66
if (
sixteenlongs
) {
70
} while (--
sixteenlongs
!= 0);
96
int
sixteenlongs
= count >> 4;
local
97
if (
sixteenlongs
) {
100
} while (--
sixteenlongs
!= 0);
/external/skia/src/core/
SkUtils.cpp
65
int
sixteenlongs
= count >> 5;
local
66
if (
sixteenlongs
) {
70
} while (--
sixteenlongs
!= 0);
96
int
sixteenlongs
= count >> 4;
local
97
if (
sixteenlongs
) {
100
} while (--
sixteenlongs
!= 0);
Completed in 95 milliseconds