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:ftr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
u_debug_memory.c
128
struct debug_memory_footer *
ftr
;
in debug_malloc()
local
130
hdr = os_malloc(sizeof(*hdr) + size + sizeof(*
ftr
));
in debug_malloc()
153
ftr
= footer_from_header(hdr);
in debug_malloc()
154
ftr
->magic = DEBUG_MEMORY_MAGIC;
in debug_malloc()
168
struct debug_memory_footer *
ftr
;
in debug_free()
local
182
ftr
= footer_from_header(hdr);
in debug_free()
183
if (
ftr
->magic != DEBUG_MEMORY_MAGIC) {
in debug_free()
205
ftr
->magic = 0;
in debug_free()
311
struct debug_memory_footer *
ftr
;
in debug_memory_end()
local
315
ftr
in debug_memory_end()
382
struct debug_memory_footer *
ftr
;
debug_memory_check_block()
local
417
struct debug_memory_footer *
ftr
;
debug_memory_check()
local
[all...]
/third_party/selinux/libsepol/src/
H
A
D
write.c
1948
filename_trans_rule_t *
ftr
;
in filename_trans_rule_write()
local
1950
for (
ftr
= t;
ftr
;
ftr
=
ftr
->next)
in filename_trans_rule_write()
1958
for (
ftr
= t;
ftr
;
ftr
=
ftr
->next) {
in filename_trans_rule_write()
1959
len = strlen(
ftr
in filename_trans_rule_write()
[all...]
H
A
D
policydb.c
3842
filename_trans_rule_t *
ftr
, *lftr;
in filename_trans_rule_read()
local
3851
ftr
= malloc(sizeof(*
ftr
));
in filename_trans_rule_read()
3852
if (!
ftr
)
in filename_trans_rule_read()
3855
filename_trans_rule_init(
ftr
);
in filename_trans_rule_read()
3858
lftr->next =
ftr
;
in filename_trans_rule_read()
3860
*r =
ftr
;
in filename_trans_rule_read()
3861
lftr =
ftr
;
in filename_trans_rule_read()
3871
ftr
->name = malloc(len + 1);
in filename_trans_rule_read()
3872
if (!
ftr
in filename_trans_rule_read()
[all...]
/third_party/selinux/checkpolicy/
H
A
D
policy_define.c
3308
filename_trans_rule_t *
ftr
;
in define_filename_trans()
local
3439
ftr
= malloc(sizeof(*
ftr
));
in define_filename_trans()
3440
if (!
ftr
) {
in define_filename_trans()
3444
filename_trans_rule_init(
ftr
);
in define_filename_trans()
3445
append_filename_trans(
ftr
);
in define_filename_trans()
3447
ftr
->name = strdup(name);
in define_filename_trans()
3448
if (type_set_cpy(&
ftr
->stypes, &stypes)) {
in define_filename_trans()
3452
if (type_set_cpy(&
ftr
->ttypes, &ttypes)) {
in define_filename_trans()
3456
ftr
in define_filename_trans()
[all...]
/third_party/ffmpeg/libavdevice/
H
A
D
decklink_dec.cpp
336
uint16_t hdr,
ftr
;
in vanc_to_cc()
local
399
ftr
= (cdp[len - 3] << 8) | cdp[len - 2];
in vanc_to_cc()
400
if (
ftr
!= hdr) {
in vanc_to_cc()
401
av_log(avctx, AV_LOG_WARNING, "Header 0x%.4x != Footer 0x%.4x\n", hdr,
ftr
);
in vanc_to_cc()
Completed in 15 milliseconds