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:dictionary
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/rk3588/hardware/mpp/include/
H
A
D
iniparser.h
43
#include "
dictionary
.h"
63
@brief Get number of sections in a
dictionary
65
@return int Number of sections found in
dictionary
67
This function returns the number of sections found in a
dictionary
.
69
dictionary
: a section name is given as "section" whereas a key is
80
int iniparser_getnsec(const
dictionary
* d);
85
@brief Get name for section n in a
dictionary
.
90
This function locates the n-th section in a
dictionary
and returns
92
dictionary
. Do not free or modify the returned string!
98
const char * iniparser_getsecname(const
dictionary
*
[all...]
H
A
D
dictionary.h
19
@file
dictionary
.h
21
@brief Implements a
dictionary
for string variables.
23
This module implements a simple
dictionary
object, i.e. a list
56
in the
dictionary
is speeded up by the use of a (hopefully collision-free)
61
int n ; /** Number of entries in
dictionary
*/
66
}
dictionary
;
typedef
89
@brief Create a new
dictionary
object.
90
@param size Optional initial size of the
dictionary
.
91
@return 1 newly allocated
dictionary
objet.
93
This function allocates a new
dictionary
objec
[all...]
H
A
D
mpi_enc_utils.h
32
dictionary
*cfg_ini;
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/ext_util/
H
A
D
base_interface.c
36
static
dictionary
*g_appCfg = NULL; // Global configuration
Completed in 2 milliseconds