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
defs:brk
(Results
26 - 39
of
39
) sorted by relevance
1
2
/third_party/musl/include/sys/
H
A
D
prctl.h
94
uint64_t
brk
;
member
/third_party/icu/icu4c/source/test/intltest/
H
A
D
loctest.cpp
4510
BreakIterator*
brk
= BreakIterator::createWordInstance(reqLoc, ec);
in TestGetLocale()
local
[all...]
/third_party/musl/porting/liteos_a/user/ldso/
H
A
D
dynlink.c
714
size_t
brk
= (ph->p_vaddr & PAGE_SIZE-1)
in map_library()
local
793
size_t
brk
= (size_t)base+ph->p_vaddr+ph->p_filesz;
in map_library()
local
/third_party/musl/porting/liteos_a/user_debug/ldso/
H
A
D
dynlink.c
714
size_t
brk
= (ph->p_vaddr & PAGE_SIZE-1)
in map_library()
local
793
size_t
brk
= (size_t)base+ph->p_vaddr+ph->p_filesz;
in map_library()
local
/third_party/musl/ldso/
H
A
D
dynlink.c
781
size_t
brk
= (ph->p_vaddr & PAGE_SIZE-1)
in map_library()
local
862
size_t
brk
= (size_t)base+ph->p_vaddr+ph->p_filesz;
in map_library()
local
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
parse.c
2116
struct symbol *cont, *
brk
;
in start_iterator()
local
2176
struct symbol *
brk
, *switch_case;
in start_switch()
local
[all...]
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
1517
size_t
brk
= (ph->p_vaddr & PAGE_SIZE-1)
in map_library()
local
1638
size_t
brk
= (size_t)base+ph->p_vaddr+ph->p_filesz;
in map_library()
local
4916
size_t
brk
in task_map_library()
local
5056
size_t
brk
= (size_t)base + ph->p_vaddr + ph->p_filesz;
task_map_library()
local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
assembler-arm64.cc
3681
void Assembler::
brk
(int code) {
in brk()
function in v8::internal::Assembler
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
1669
size_t
brk
= (ph->p_vaddr & PAGE_SIZE-1)
in map_library()
local
1819
size_t
brk
= (size_t)base+ph->p_vaddr+ph->p_filesz;
in map_library()
local
5286
size_t
brk
in task_map_library()
local
5446
size_t
brk
= (size_t)base + ph->p_vaddr + ph->p_filesz;
task_map_library()
local
[all...]
/third_party/toybox/toys/pending/
H
A
D
awk.c
2052
static void save_break_continue(int *
brk
, int *cont)
in save_break_continue()
argument
2058
static void restore_break_continue(int *
brk
, int *cont)
in restore_break_continue()
argument
2066
int
brk
, cont;
in while_stmt()
local
2085
int
brk
, cont;
in do_stmt()
local
2151
int
brk
, cont;
for_stmt()
local
[all...]
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1911
pub fn
brk
(addr: *mut ::c_void) -> ::c_int;
in brk()
functions
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
1767
pub fn
brk
(addr: *mut ::c_void) -> ::c_int;
in brk()
functions
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
3923
pub fn
brk
(addr: *mut ::c_void) -> ::c_int;
in brk()
functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
5488
pub fn
brk
(addr: *const ::c_void) -> *mut ::c_void;
in brk()
functions
Completed in 98 milliseconds
1
2