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:prev_link
(Results
1 - 5
of
5
) sorted by relevance
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_rectpack.h
348
stbrp_node **
prev_link
;
member
364
fr.
prev_link
= NULL;
in stbrp__skyline_find_best_pos()
447
fr.
prev_link
= best;
in stbrp__skyline_find_best_pos()
463
if (res.
prev_link
== NULL || res.y + height > context->height || context->free_head == NULL) {
in stbrp__skyline_pack_rectangle()
464
res.
prev_link
= NULL;
in stbrp__skyline_pack_rectangle()
479
cur = *res.
prev_link
;
in stbrp__skyline_pack_rectangle()
486
*res.
prev_link
= node;
in stbrp__skyline_pack_rectangle()
575
if (fr.
prev_link
) {
in stbrp_pack_rects()
/third_party/mesa3d/src/imgui/
H
A
D
imstb_rectpack.h
346
stbrp_node **
prev_link
;
member
438
fr.
prev_link
= best;
in stbrp__skyline_find_best_pos()
454
if (res.
prev_link
== NULL || res.y + height > context->height || context->free_head == NULL) {
in stbrp__skyline_pack_rectangle()
455
res.
prev_link
= NULL;
in stbrp__skyline_pack_rectangle()
470
cur = *res.
prev_link
;
in stbrp__skyline_pack_rectangle()
477
*res.
prev_link
= node;
in stbrp__skyline_pack_rectangle()
566
if (fr.
prev_link
) {
in stbrp_pack_rects()
/third_party/python/Python/
H
A
D
import.c
1486
PyObject **
prev_link
, **outer_link = NULL;
in remove_importlib_frames()
local
1501
prev_link
= &base_tb;
in remove_importlib_frames()
1515
outer_link =
prev_link
;
in remove_importlib_frames()
1524
prev_link
= outer_link;
in remove_importlib_frames()
1527
prev_link
= (PyObject **) &traceback->tb_next;
in remove_importlib_frames()
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
assembler-arm64.cc
473
Instruction*
prev_link
= link;
in RemoveBranchFromLabelLinkChain()
local
480
prev_link
= link;
in RemoveBranchFromLabelLinkChain()
487
if (branch ==
prev_link
) {
in RemoveBranchFromLabelLinkChain()
500
prev_link
->SetImmPCOffsetTarget(options(),
prev_link
);
in RemoveBranchFromLabelLinkChain()
local
504
if (
prev_link
->IsTargetInImmPCOffsetRange(next_link)) {
in RemoveBranchFromLabelLinkChain()
505
prev_link
->SetImmPCOffsetTarget(options(), next_link);
in RemoveBranchFromLabelLinkChain()
508
prev_link
->SetImmPCOffsetTarget(options(),
prev_link
);
in RemoveBranchFromLabelLinkChain()
local
537
CHECK(
prev_link
in RemoveBranchFromLabelLinkChain()
[all...]
/third_party/glfw/deps/
H
A
D
nuklear.h
10595
struct nk_rp_node **
prev_link
;
member
10787
fr.
prev_link
= best;
in nk_rp__skyline_find_best_pos()
10803
if (res.
prev_link
== 0 || res.y + height > context->height || context->free_head == 0) {
in nk_rp__skyline_pack_rectangle()
10804
res.
prev_link
= 0;
in nk_rp__skyline_pack_rectangle()
10818
cur = *res.
prev_link
;
in nk_rp__skyline_pack_rectangle()
10825
*res.
prev_link
= node;
in nk_rp__skyline_pack_rectangle()
10905
if (fr.
prev_link
) {
in nk_rp_pack_rects()
Completed in 53 milliseconds