Home
last modified time | relevance | path

Searched refs:PREFIX (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmltok_impl.c86 #ifndef PREFIX
87 #define PREFIX(ident) ident macro
93 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, in PREFIX() function
131 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, in PREFIX() function
138 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr); in PREFIX()
178 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, in PREFIX() function
223 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, in PREFIX() function
240 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
264 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
285 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, in PREFIX() function
[all …]
Dxmltok.c27 #define IGNORE_SECTION_TOK_VTABLE , PREFIX(ignoreSectionTok)
33 { PREFIX(prologTok), PREFIX(contentTok), \
34 PREFIX(cdataSectionTok) IGNORE_SECTION_TOK_VTABLE }, \
35 { PREFIX(attributeValueTok), PREFIX(entityValueTok) }, \
36 PREFIX(sameName), \
37 PREFIX(nameMatchesAscii), \
38 PREFIX(nameLength), \
39 PREFIX(skipS), \
40 PREFIX(getAtts), \
41 PREFIX(charRefNumber), \
[all …]
Dxmlparse.c157 } PREFIX; typedef
236 PREFIX *prefix;
255 PREFIX *prefix;
280 PREFIX defaultPrefix;
355 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
3050 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, in addBinding()
5406 PREFIX *prefix; in setElementTypePrefix()
5414 prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
5415 sizeof(PREFIX)); in setElementTypePrefix()
5461 id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, name + 6, sizeof(PREFIX)); in getAttributeId()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmltok_impl.c83 #ifndef PREFIX
84 #define PREFIX(ident) ident macro
90 PREFIX(scanComment)(const ENCODING *enc, const char *ptr, in PREFIX() function
128 PREFIX(scanDecl)(const ENCODING *enc, const char *ptr, in PREFIX() function
135 return PREFIX(scanComment)(enc, ptr + MINBPC(enc), end, nextTokPtr); in PREFIX()
175 PREFIX(checkPiTarget)(const ENCODING *enc, const char *ptr, in PREFIX() function
220 PREFIX(scanPi)(const ENCODING *enc, const char *ptr, in PREFIX() function
237 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
261 if (!PREFIX(checkPiTarget)(enc, target, ptr, &tok)) { in PREFIX()
282 PREFIX(scanCdataSection)(const ENCODING *enc, const char *ptr, in PREFIX() function
[all …]
Dxmltok.c25 #define IGNORE_SECTION_TOK_VTABLE , PREFIX(ignoreSectionTok)
31 { PREFIX(prologTok), PREFIX(contentTok), \
32 PREFIX(cdataSectionTok) IGNORE_SECTION_TOK_VTABLE }, \
33 { PREFIX(attributeValueTok), PREFIX(entityValueTok) }, \
34 PREFIX(sameName), \
35 PREFIX(nameMatchesAscii), \
36 PREFIX(nameLength), \
37 PREFIX(skipS), \
38 PREFIX(getAtts), \
39 PREFIX(charRefNumber), \
[all …]
Dxmlparse.c155 } PREFIX; typedef
234 PREFIX *prefix;
253 PREFIX *prefix;
278 PREFIX defaultPrefix;
353 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
2944 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, in addBinding()
5284 PREFIX *prefix; in setElementTypePrefix()
5292 prefix = (PREFIX *)lookup(&dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
5293 sizeof(PREFIX)); in setElementTypePrefix()
5339 id->prefix = (PREFIX *)lookup(&dtd->prefixes, name + 6, sizeof(PREFIX)); in getAttributeId()
[all …]
/device/linaro/hikey/wpan/uim/
DMakefile3 PREFIX ?= /usr macro
4 SBINDIR ?= $(PREFIX)/sbin
5 MANDIR ?= $(PREFIX)/share/man
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c107 #ifndef PREFIX
109 # define PREFIX "" macro
111 # define PREFIX "/usr/local"
116 #define EXEC_PREFIX PREFIX
120 #define PYTHONPATH PREFIX "/lib/python" VERSION ":" \
306 strncpy(prefix, PREFIX, MAXPATHLEN); in search_for_prefix()
517 strncpy(prefix, PREFIX, MAXPATHLEN); in calculate_path()
530 strncpy(zip_path, PREFIX, MAXPATHLEN); in calculate_path()
646 strncpy(prefix, PREFIX, MAXPATHLEN); in calculate_path()
/device/google/contexthub/firmware/app/
Dapp.mk31 PREFIX = $(CROSS_COMPILE)
86 AS := $(PREFIX)gcc
87 CC := $(PREFIX)gcc
88 CXX := $(PREFIX)g++
89 OBJCOPY := $(PREFIX)objcopy
90 OBJDUMP := $(PREFIX)objdump
170 LD := $(PREFIX)g++
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c55 #ifndef PREFIX
56 #define PREFIX "/Efi/StdLib" macro
60 #define EXEC_PREFIX PREFIX
69 #define PYTHONPATH PREFIX LIBPYTHON sDELIM \
535 joinpath(prefix, PREFIX); in calculate_path()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c62 #ifndef PREFIX
63 #define PREFIX "/Efi/StdLib" macro
67 #define EXEC_PREFIX PREFIX
466 joinpath(prefix, PREFIX); in calculate_path()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dsysconfig.py22 PREFIX = os.path.normpath(sys.prefix) variable
73 prefix = plat_specific and EXEC_PREFIX or PREFIX
114 prefix = plat_specific and EXEC_PREFIX or PREFIX
431 (linkerscript, PREFIX, get_python_version()))
494 _config_vars['prefix'] = PREFIX
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
Dxmlparse.c155 } PREFIX; typedef
234 PREFIX *prefix;
253 PREFIX *prefix;
278 PREFIX defaultPrefix;
353 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId,
2944 addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, in addBinding()
5284 PREFIX *prefix; in setElementTypePrefix()
5292 prefix = (PREFIX *)lookup(&dtd->prefixes, poolStart(&dtd->pool), in setElementTypePrefix()
5293 sizeof(PREFIX)); in setElementTypePrefix()
5339 id->prefix = (PREFIX *)lookup(&dtd->prefixes, name + 6, sizeof(PREFIX)); in getAttributeId()
[all …]