OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_groups
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
sched-messaging.c
37
static unsigned int
num_groups
= 10;
variable
259
OPT_UINTEGER('g', "group", &
num_groups
, "Specify number of groups"),
282
pth_tab = malloc(num_fds * 2 *
num_groups
* sizeof(pthread_t));
290
for (i = 0; i <
num_groups
; i++)
318
num_groups
,
num_groups
* 2 * num_fds,
/external/chromium_org/third_party/ots/src/
cmap.cc
281
uint32_t
num_groups
= 0;
local
282
if (!subtable.ReadU32(&
num_groups
)) {
285
if (
num_groups
== 0 ||
num_groups
> kMaxCMAPGroups) {
291
groups.resize(
num_groups
);
293
for (unsigned i = 0; i <
num_groups
; ++i) {
332
for (unsigned i = 1; i <
num_groups
; ++i) {
362
uint32_t
num_groups
= 0;
local
363
if (!subtable.ReadU32(&
num_groups
)) {
369
if (
num_groups
== 0 || num_groups > kMaxCMAPGroups)
960
const unsigned
num_groups
= groups.size();
local
982
const unsigned
num_groups
= groups.size();
local
[
all
...]
/external/chromium_org/third_party/freetype/src/sfnt/
ttcmap.c
1636
FT_UInt32
num_groups
;
local
1730
FT_UInt32
num_groups
= TT_NEXT_ULONG( p );
local
1762
FT_UInt32
num_groups
= TT_NEXT_ULONG( p );
local
2021
FT_ULong
num_groups
;
member in struct:TT_CMap12Rec_
2047
FT_ULong
num_groups
;
local
2150
FT_UInt32
num_groups
= TT_PEEK_ULONG( p );
local
2345
FT_ULong
num_groups
;
member in struct:TT_CMap13Rec_
2371
FT_ULong
num_groups
;
local
2474
FT_UInt32
num_groups
= TT_PEEK_ULONG( p );
local
[
all
...]
/external/freetype/src/sfnt/
ttcmap.c
1658
FT_UInt32
num_groups
;
local
1752
FT_UInt32
num_groups
= TT_NEXT_ULONG( p );
local
1784
FT_UInt32
num_groups
= TT_NEXT_ULONG( p );
local
2043
FT_ULong
num_groups
;
member in struct:TT_CMap12Rec_
2069
FT_ULong
num_groups
;
local
2170
FT_UInt32
num_groups
= TT_PEEK_ULONG( p );
local
2365
FT_ULong
num_groups
;
member in struct:TT_CMap13Rec_
2391
FT_ULong
num_groups
;
local
2492
FT_UInt32
num_groups
= TT_PEEK_ULONG( p );
local
[
all
...]
Completed in 710 milliseconds