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:regparm
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/
H
A
D
internal.h
60
regparm
() generates warnings on Solaris boxes. See SF bug #692878.
64
#define FASTCALL __attribute__((stdcall,
regparm
(3)))
67
# define FASTCALL __attribute__((
regparm
(3)))
68
# define PTRFASTCALL __attribute__((
regparm
(3)))
/third_party/python/Modules/expat/
H
A
D
internal.h
59
regparm
() generates warnings on Solaris boxes. See SF bug #692878.
63
#define FASTCALL __attribute__((stdcall,
regparm
(3)))
66
# define FASTCALL __attribute__((
regparm
(3)))
67
# define PTRFASTCALL __attribute__((
regparm
(3)))
/third_party/elfutils/lib/
H
A
D
eu-config.h
65
# define internal_function __attribute__ ((
regparm
(3), stdcall))
154
# define CALLING_CONVENTION
regparm
(3), stdcall
155
# define AND_CALLING_CONVENTION ,
regparm
(3), stdcall
/third_party/python/Modules/_ctypes/libffi_osx/x86/
H
A
D
x86-ffi_darwin.c
231
__attribute__ ((
regparm
(1)));
233
__attribute__ ((
regparm
(1)));
235
__attribute__ ((
regparm
(1)));
/third_party/mesa3d/src/amd/addrlib/inc/
H
A
D
addrtypes.h
99
#define ADDR_FASTCALL __attribute__((
regparm
(0)))
/third_party/ltp/tools/sparse/sparse-src/
H
A
D
example.c
1809
int i, offset,
regparm
;
in set_up_arch_entry()
local
1812
regparm
= 0;
in set_up_arch_entry()
1814
regparm
= 3;
in set_up_arch_entry()
1825
if (i <
regparm
) {
in set_up_arch_entry()
Completed in 6 milliseconds