HomeSort by relevance Sort by last modified time
    Searched refs:num_groups (Results 1 - 15 of 15) sorted by null

  /external/vboot_reference/cgpt/
cgpt_prioritize.c 25 int num_groups; // number of non-empty groups member in struct:__anon21123
35 gl->num_groups = 0;
57 for (i=0; i<gl->num_groups; i++)
60 if (i == gl->num_groups) {
63 gl->num_groups++;
74 for (i=0; i<gl->num_groups; i++)
86 for (i=1; i<gl->num_groups; i++) {
174 i = groups->num_groups;
176 groups->num_groups--;
182 priority = groups->num_groups > 15 ? 15 : groups->num_groups
    [all...]
  /external/linux-tools-perf/src/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/freetype/src/sfnt/
ttcmap.c 1658 FT_UInt32 num_groups; local
1758 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
1790 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
2051 FT_ULong num_groups; member in struct:TT_CMap12Rec_
2077 FT_ULong num_groups; local
2185 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
2380 FT_ULong num_groups; member in struct:TT_CMap13Rec_
2406 FT_ULong num_groups; local
2509 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 1658 FT_UInt32 num_groups; local
1758 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
1790 FT_UInt32 num_groups = TT_NEXT_ULONG( p ); local
2051 FT_ULong num_groups; member in struct:TT_CMap12Rec_
2077 FT_ULong num_groups; local
2185 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
2380 FT_ULong num_groups; member in struct:TT_CMap13Rec_
2406 FT_ULong num_groups; local
2509 FT_UInt32 num_groups = TT_PEEK_ULONG( p ); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
mesh.c 104 int num_groups; local
107 for (num_groups = 0; wpa_s->conf->sae_groups[num_groups] > 0;
108 num_groups++)
111 groups_size = (num_groups + 1) * sizeof(wpa_s->conf->sae_groups[0]);
  /external/wpa_supplicant_8/src/p2p/
p2p_group.c 55 groups = os_realloc_array(p2p->groups, p2p->num_groups + 1,
61 groups[p2p->num_groups++] = group;
108 for (g = 0; g < p2p->num_groups; g++) {
110 while (g + 1 < p2p->num_groups) {
114 p2p->num_groups--;
1069 for (i = 0; i < p2p->num_groups; i++) {
p2p_dev_disc.c 189 for (g = 0; g < p2p->num_groups; g++) {
p2p_pd.c 245 for (i = 0; i < p2p->num_groups; i++) {
454 for (i = 0; i < p2p->num_groups; i++) {
460 if (i == p2p->num_groups) {
    [all...]
p2p_invitation.c 32 for (i = 0; i < p2p->num_groups; i++) {
120 for (i = 0; i < p2p->num_groups; i++) {
p2p.c 84 for (i = 0; i < p2p->num_groups; i++) {
89 if (i < p2p->num_groups) {
    [all...]
p2p_i.h 448 size_t num_groups; member in struct:p2p_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
XKBlib.h 132 int num_groups; /* total groups on keyboard */ member in struct:_XkbControlsNotify
956 int /* num_groups */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
XKBlib.h 130 int num_groups; /* total groups on keyboard */ member in struct:_XkbControlsNotify
954 int /* num_groups */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 264 unsigned char num_groups; member in struct:_XkbControls
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 264 unsigned char num_groups; member in struct:_XkbControls

Completed in 1229 milliseconds