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:current_entry
(Results
1 - 4
of
4
) sorted by relevance
/third_party/toybox/kconfig/
H
A
D
menu.c
40
current_entry
= current_menu = &rootmenu;
in menu_init()
57
current_entry
= menu;
in menu_add_entry()
67
last_entry_ptr = &
current_entry
->list;
in menu_add_menu()
68
return current_menu =
current_entry
;
in menu_add_menu()
104
current_entry
->dep = expr_alloc_and(
current_entry
->dep, menu_check_dep(dep));
in menu_add_dep()
109
struct symbol *sym =
current_entry
->sym;
in menu_set_type()
117
menu_warn(
current_entry
, "type of '%s' redefined from '%s' to '%s'",
in menu_set_type()
124
struct property *prop = prop_alloc(type,
current_entry
->sym);
in menu_add_prop()
126
prop->menu =
current_entry
;
in menu_add_prop()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
vorbisdec.c
323
unsigned
current_entry
= 0;
in vorbis_parse_setup_hdr_codebooks()
local
329
for (;
current_entry
< used_entries && current_length <= 32; ++current_length) {
in vorbis_parse_setup_hdr_codebooks()
332
ff_dlog(NULL, " number bits: %u ", ilog(entries -
current_entry
));
in vorbis_parse_setup_hdr_codebooks()
334
number = get_bits(gb, ilog(entries -
current_entry
));
in vorbis_parse_setup_hdr_codebooks()
338
for (i =
current_entry
; i < number+
current_entry
; ++i)
in vorbis_parse_setup_hdr_codebooks()
342
current_entry
+=number;
in vorbis_parse_setup_hdr_codebooks()
344
if (
current_entry
>used_entries) {
in vorbis_parse_setup_hdr_codebooks()
/third_party/gn/src/base/
H
A
D
values.cc
670
auto
current_entry
= dict_.find(key);
671
DCHECK((
current_entry
== dict_.end()) ||
current_entry
->second);
672
return
current_entry
!= dict_.end();
/third_party/node/deps/v8/src/codegen/arm/
H
A
D
assembler-arm.cc
5295
ConstantPoolEntry&
current_entry
= pending_32_bit_constants_[i];
in ConstantPoolAddEntry()
local
5296
if (!
current_entry
.sharing_ok()) continue;
in ConstantPoolAddEntry()
5297
if (entry.value() ==
current_entry
.value() &&
in ConstantPoolAddEntry()
5298
entry.rmode() ==
current_entry
.rmode()) {
in ConstantPoolAddEntry()
Completed in 15 milliseconds