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:ALISP_OBJ_POINTER
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-lib/src/alisp/
H
A
D
alisp_local.h
39
ALISP_OBJ_POINTER
,
enumerator
H
A
D
alisp.c
370
list_for_each(pos, &instance->used_objs_list[(long)ptr & ALISP_OBJ_PAIR_HASH_MASK][
ALISP_OBJ_POINTER
]) {
in search_object_pointer()
455
obj = new_object(instance,
ALISP_OBJ_POINTER
);
in new_pointer()
457
list_add(&obj->list, &instance->used_objs_list[(long)ptr & ALISP_OBJ_PAIR_HASH_MASK][
ALISP_OBJ_POINTER
]);
in new_pointer()
1025
case
ALISP_OBJ_POINTER
: return "pointer";
in obj_type_str()
1694
case
ALISP_OBJ_POINTER
:
in princ_object()
1747
case
ALISP_OBJ_POINTER
:
in F_atom()
3129
case
ALISP_OBJ_POINTER
:
in eval()
3489
if (!alisp_compare_type(p2,
ALISP_OBJ_POINTER
))
in alsa_lisp_seq_pointer()
H
A
D
alisp_snd.c
44
if (alisp_compare_type(obj,
ALISP_OBJ_POINTER
))
in get_pointer()
Completed in 6 milliseconds