Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddolby_e.c34 #define MAX_GROUPS 8 macro
61 DBEGroup groups[MAX_GROUPS];
63 int exp_strategy[MAX_GROUPS];
764 int bap_strategy[MAX_GROUPS], fg_spc[MAX_GROUPS]; in parse_bit_alloc()
765 int fg_ofs[MAX_GROUPS], msk_mod[MAX_GROUPS]; in parse_bit_alloc()
/third_party/toybox/toys/other/
Dbzcat.c47 #define MAX_GROUPS 6 macro
96 struct group_data groups[MAX_GROUPS]; // huffman coding tables
200 if (bd->groupCount<2 || bd->groupCount>MAX_GROUPS) return RETVAL_DATA_ERROR; in read_block_header()
/third_party/python/Modules/
D_posixsubprocess.c65 #define MAX_GROUPS NGROUPS_MAX macro
67 #define MAX_GROUPS 64 macro
852 if (num_groups > MAX_GROUPS) { in subprocess_fork_exec()
Dposixmodule.c7427 #define MAX_GROUPS NGROUPS_MAX macro
7430 #define MAX_GROUPS 64 macro
7485 ngroups = 1 + MAX_GROUPS; in os_getgrouplist_impl()
7567 gid_t grouplist[MAX_GROUPS]; in os_getgroups_impl()
7589 } else if (n <= MAX_GROUPS) { in os_getgroups_impl()
7607 n = getgroups(MAX_GROUPS, grouplist); in os_getgroups_impl()
8156 gid_t grouplist[MAX_GROUPS]; in os_setgroups()
8166 if (len > MAX_GROUPS) { in os_setgroups()