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_top
(Results
1 - 4
of
4
) sorted by relevance
/third_party/alsa-utils/alsamixer/
H
A
D
textbox.c
121
static int
current_top
;
variable
135
line_begin = mbs_at_width(text_lines[
current_top
+ i], &width, 1);
in update_text_lines()
165
begin =
current_top
* (text_box_y - length) / max_scroll_y;
in update_y_scroll_bar()
205
top =
current_top
+ delta;
in move_y()
210
if (top !=
current_top
) {
in move_y()
211
current_top
= top;
in move_y()
287
if (
current_top
> max_scroll_y)
in create()
288
current_top
= max_scroll_y;
in create()
331
current_top
= 0;
in create_text_box()
/third_party/node/deps/v8/src/heap/
H
A
D
paged-spaces.cc
416
Address
current_top
= top();
in MarkLinearAllocationAreaBlack()
local
418
if (
current_top
!= kNullAddress &&
current_top
!= current_limit) {
in MarkLinearAllocationAreaBlack()
419
Page::FromAllocationAreaAddress(
current_top
)
in MarkLinearAllocationAreaBlack()
420
->CreateBlackArea(
current_top
, current_limit);
in MarkLinearAllocationAreaBlack()
425
Address
current_top
= top();
in UnmarkLinearAllocationArea()
local
427
if (
current_top
!= kNullAddress &&
current_top
!= current_limit) {
in UnmarkLinearAllocationArea()
428
Page::FromAllocationAreaAddress(
current_top
)
in UnmarkLinearAllocationArea()
429
->DestroyBlackArea(
current_top
, current_limi
in UnmarkLinearAllocationArea()
434
Address
current_top
= top();
MakeLinearAllocationAreaIterable()
local
467
Address
current_top
= top();
FreeLinearAllocationArea()
local
[all...]
H
A
D
read-only-spaces.cc
647
Address
current_top
= top_;
in TryAllocateLinearlyAligned()
local
648
int filler_size = Heap::GetFillToAlign(
current_top
, alignment);
in TryAllocateLinearlyAligned()
650
Address new_top =
current_top
+ filler_size + size_in_bytes;
in TryAllocateLinearlyAligned()
661
return heap()->PrecedeWithFiller(HeapObject::FromAddress(
current_top
),
in TryAllocateLinearlyAligned()
665
return HeapObject::FromAddress(
current_top
);
in TryAllocateLinearlyAligned()
692
Address
current_top
= top_;
in AllocateRawUnaligned()
local
693
Address new_top =
current_top
+ size_in_bytes;
in AllocateRawUnaligned()
696
HeapObject object = HeapObject::FromAddress(
current_top
);
in AllocateRawUnaligned()
H
A
D
spaces-inl.h
140
Address
current_top
= allocation_info_.top();
in AllocateRawAligned()
local
141
int filler_size = Heap::GetFillToAlign(
current_top
, alignment);
in AllocateRawAligned()
Completed in 4 milliseconds