Searched defs:num_groups (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/bench/
H A Dsched-messaging.c42 static unsigned int num_groups = 10; variable
264 OPT_UINTEGER('g', "group", &num_groups, "Specify number of groups"),
287 pth_tab = malloc(num_fds * 2 * num_groups * sizeof(pthread_t));
295 for (i = 0; i < num_groups; i++)
323 num_groups, num_groups * 2 * num_fds,
/external/freetype/src/sfnt/
H A Dttcmap.c1620 FT_UInt32 num_groups; local
1632 num_groups = TT_NEXT_ULONG( p );
1634 if ( p + num_groups * 12 > valid->limit )
1642 for ( n = 0; n < num_groups; n++ )
1714 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
1718 for ( ; num_groups > 0; num_groups-- )
1746 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
1752 for ( ; num_groups > 0; num_groups
1997 FT_ULong num_groups; member in struct:TT_CMap12Rec_
2023 FT_ULong num_groups; local
2126 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
2317 FT_ULong num_groups; member in struct:TT_CMap13Rec_
2343 FT_ULong num_groups; local
2446 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_i.h411 size_t num_groups; member in struct:p2p_data
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_i.h411 size_t num_groups; member in struct:p2p_data
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_i.h411 size_t num_groups; member in struct:p2p_data

Completed in 175 milliseconds