OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PTRFASTCALL
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/expat/files/lib/
internal.h
14
PTRFASTCALL
- Like PTRCALL, but for low number of arguments.
34
#define
PTRFASTCALL
__attribute__((regparm(3)))
55
#ifndef
PTRFASTCALL
56
#define
PTRFASTCALL
xmltok.c
124
static int
PTRFASTCALL
130
static int
PTRFASTCALL
136
static int
PTRFASTCALL
144
static int
PTRFASTCALL
150
static int
PTRFASTCALL
158
static int
PTRFASTCALL
164
static int
PTRFASTCALL
170
static int
PTRFASTCALL
180
int (
PTRFASTCALL
*byteType)(const ENCODING *, const char *);
181
int (
PTRFASTCALL
*isNameMin)(const ENCODING *, const char *)
[
all
...]
xmltok.h
143
int (
PTRFASTCALL
*nameLength)(const ENCODING *, const char *);
144
const char *(
PTRFASTCALL
*skipS)(const ENCODING *, const char *);
149
int (
PTRFASTCALL
*charRefNumber)(const ENCODING *enc, const char *ptr);
xmltok_impl.c
[
all
...]
xmltok_impl.c.original
[
all
...]
/external/expat/lib/
internal.h
14
PTRFASTCALL
- Like PTRCALL, but for low number of arguments.
34
#define
PTRFASTCALL
__attribute__((regparm(3)))
55
#ifndef
PTRFASTCALL
56
#define
PTRFASTCALL
xmltok.c
124
static int
PTRFASTCALL
130
static int
PTRFASTCALL
136
static int
PTRFASTCALL
144
static int
PTRFASTCALL
150
static int
PTRFASTCALL
158
static int
PTRFASTCALL
164
static int
PTRFASTCALL
170
static int
PTRFASTCALL
180
int (
PTRFASTCALL
*byteType)(const ENCODING *, const char *);
181
int (
PTRFASTCALL
*isNameMin)(const ENCODING *, const char *)
[
all
...]
xmltok.h
143
int (
PTRFASTCALL
*nameLength)(const ENCODING *, const char *);
144
const char *(
PTRFASTCALL
*skipS)(const ENCODING *, const char *);
149
int (
PTRFASTCALL
*charRefNumber)(const ENCODING *enc, const char *ptr);
xmltok_impl.c
[
all
...]
Completed in 5345 milliseconds