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:first_entry
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H
A
D
GDBRegistrationListener.cpp
44
struct jit_code_entry *
first_entry
;
member
126
jit_code_entry* NextEntry = __jit_debug_descriptor.
first_entry
;
in NotifyDebugger()
131
__jit_debug_descriptor.
first_entry
= JITCodeEntry;
in NotifyDebugger()
210
assert(__jit_debug_descriptor.
first_entry
== JITCodeEntry);
in deregisterObjectInternal()
211
__jit_debug_descriptor.
first_entry
= NextEntry;
in deregisterObjectInternal()
/third_party/node/deps/v8/src/ic/
H
A
D
stub-cache.h
56
reinterpret_cast<Address>(&
first_entry
(table)->key));
in key_reference()
61
reinterpret_cast<Address>(&
first_entry
(table)->map));
in map_reference()
66
reinterpret_cast<Address>(&
first_entry
(table)->value));
in value_reference()
69
StubCache::Entry*
first_entry
(StubCache::Table table) {
in first_entry()
function in v8::internal::StubCache
/third_party/node/deps/openssl/openssl/apps/
H
A
D
rehash.c
80
HENTRY *
first_entry
, *last_entry;
member
142
for (ep = bp->
first_entry
; ep; ep = ep->next) {
in add_entry()
176
if (bp->
first_entry
== NULL)
in add_entry()
177
bp->
first_entry
= ep;
in add_entry()
418
for (ep = bp->
first_entry
; ep; ep = ep->next)
in do_dir()
422
for (ep = bp->
first_entry
; ep; ep = nextep) {
in do_dir()
/third_party/openssl/apps/
H
A
D
rehash.c
83
HENTRY *
first_entry
, *last_entry;
member
145
for (ep = bp->
first_entry
; ep; ep = ep->next) {
in add_entry()
179
if (bp->
first_entry
== NULL)
in add_entry()
180
bp->
first_entry
= ep;
in add_entry()
412
for (ep = bp->
first_entry
; ep; ep = ep->next)
in do_dir()
416
for (ep = bp->
first_entry
; ep; ep = nextep) {
in do_dir()
/third_party/eudev/export_include/
H
A
D
libudev.h
63
* @
first_entry
: first entry to start with
67
#define udev_list_entry_foreach(list_entry,
first_entry
) \
68
for (list_entry =
first_entry
; \
/third_party/eudev/src/libudev/
H
A
D
libudev.h
63
* @
first_entry
: first entry to start with
67
#define udev_list_entry_foreach(list_entry,
first_entry
) \
68
for (list_entry =
first_entry
; \
/third_party/node/deps/v8/src/objects/
H
A
D
code.cc
645
bool
first_entry
= true;
in Disassemble()
local
648
if (
first_entry
) {
in Disassemble()
649
first_entry
= false;
in Disassemble()
/third_party/node/deps/v8/src/builtins/
H
A
D
builtins-collections-gen.cc
658
const TNode<IntPtrT>
first_entry
= SmiUntag(CAST(UnsafeLoadFixedArrayElement(
665
TVARIABLE(IntPtrT, var_entry,
first_entry
);
/third_party/node/deps/v8/src/compiler/
H
A
D
effect-control-linearizer.cc
6556
Node*
first_entry
= ChangeSmiToIntPtr(__ Load(
in LowerFindOrderedHashMapEntryForInt32Key()
local
6564
__ Goto(&loop,
first_entry
);
in LowerFindOrderedHashMapEntryForInt32Key()
/third_party/rust/crates/memchr/bench/data/code/
H
A
D
rust-library.rs
30404
/// if let Some(mut entry) = map.
first_entry
() {
30413
pub fn
first_entry
(&mut self) -> Option<OccupiedEntry<'_, K, V>>
in first_entry()
functions
30447
self.
first_entry
().map(|entry| entry.remove_entry())
in pop_first()
[all...]
Completed in 62 milliseconds