Searched refs:MAX_GROUPS (Results 1 - 4 of 4) sorted by relevance

/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
H A DMultiGroupConversionRule.java41 final private static int MAX_GROUPS = 10; field in class:MultiGroupConversionRule
44 private String[] replacementTable = new String[MAX_GROUPS];
/external/vboot_reference/cgpt/
H A Dcgpt_prioritize.c15 #define MAX_GROUPS 17 // 0-15, plus one "higher" macro
26 group_t group[MAX_GROUPS]; // array of groups
37 for (i=0; i<MAX_GROUPS; i++) {
49 for (i=0; i<MAX_GROUPS; i++)
62 require(i < MAX_GROUPS);
/external/libcap/progs/
H A Dcapsh.c27 #define MAX_GROUPS 100 /* max number of supplementary groups for user */ macro
414 gid_t groups[MAX_GROUPS];
423 ngroups = MAX_GROUPS;
491 gid_t groups[MAX_GROUPS], gid;
551 status = getgroups(MAX_GROUPS, groups);
/external/toybox/toys/other/
H A Dbzcat.c47 #define MAX_GROUPS 6 macro
96 struct group_data groups[MAX_GROUPS]; // huffman coding tables
157 * from 2 to MAX_GROUPS)
200 if (bd->groupCount<2 || bd->groupCount>MAX_GROUPS) return RETVAL_DATA_ERROR;

Completed in 205 milliseconds