Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:MAX_GROUPS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dolby_e.c
37
#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
D
bzcat.c
47
#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.c
69
#define
MAX_GROUPS
NGROUPS_MAX
macro
71
#define
MAX_GROUPS
64
macro
963
if (num_groups >
MAX_GROUPS
) {
in subprocess_fork_exec()
H
A
D
posixmodule.c
7622
#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