Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddolby_e.c37 #define MAX_GROUPS 8 macro
69 DBEGroup groups[MAX_GROUPS];
71 int exp_strategy[MAX_GROUPS];
773 int bap_strategy[MAX_GROUPS], fg_spc[MAX_GROUPS]; in parse_bit_alloc()
774 int fg_ofs[MAX_GROUPS], msk_mod[MAX_GROUPS]; in parse_bit_alloc()
/third_party/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; in read_block_header()
/third_party/python/Modules/
H A D_posixsubprocess.c69 #define MAX_GROUPS NGROUPS_MAX macro
71 #define MAX_GROUPS 64 macro
963 if (num_groups > MAX_GROUPS) { in subprocess_fork_exec()
H A Dposixmodule.c7622 #define MAX_GROUPS NGROUPS_MAX macro
7625 #define MAX_GROUPS 64 macro
7680 ngroups = 1 + MAX_GROUPS; in os_getgrouplist_impl()
8321 if (len > MAX_GROUPS) { in os_setgroups()

Completed in 22 milliseconds