OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sects
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkCullPoints.cpp
166
bool
sects
= SkRect::Intersects(target, bounds);
local
168
if (!
sects
) {
172
if (!
sects
) {
/external/skia/src/utils/
SkCullPoints.cpp
166
bool
sects
= SkRect::Intersects(target, bounds);
local
168
if (!
sects
) {
172
if (!
sects
) {
/external/e2fsprogs/lib/ext2fs/
dosio.h
51
unsigned short
sects
;
member in struct:__anon20159
/external/valgrind/main/coregrind/m_debuginfo/
readmacho.c
611
struct SECTION *
sects
= (struct SECTION *)(seg+1);
local
614
if (0 == VG_(strncmp(
sects
[s].sectname, sectname,
615
sizeof(
sects
[s].sectname))))
617
if (sect_size) *sect_size =
sects
[s].size;
618
return (UChar *)(base +
sects
[s].offset);
[
all
...]
Completed in 192 milliseconds