HomeSort by relevance Sort by last modified time
    Searched refs:CUR (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term.h 154 #define CUR cur_term->type.
156 #define auto_left_margin CUR Booleans[0]
157 #define auto_right_margin CUR Booleans[1]
158 #define no_esc_ctlc CUR Booleans[2]
159 #define ceol_standout_glitch CUR Booleans[3]
160 #define eat_newline_glitch CUR Booleans[4]
161 #define erase_overstrike CUR Booleans[5]
162 #define generic_type CUR Booleans[6]
163 #define hard_copy CUR Booleans[7]
164 #define has_meta_key CUR Booleans[8
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 154 #define CUR cur_term->type.
156 #define auto_left_margin CUR Booleans[0]
157 #define auto_right_margin CUR Booleans[1]
158 #define no_esc_ctlc CUR Booleans[2]
159 #define ceol_standout_glitch CUR Booleans[3]
160 #define eat_newline_glitch CUR Booleans[4]
161 #define erase_overstrike CUR Booleans[5]
162 #define generic_type CUR Booleans[6]
163 #define hard_copy CUR Booleans[7]
164 #define has_meta_key CUR Booleans[8
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.c 64 /* context is named `cur'. */
95 #define CUR (*exc) /* see ttobjs.h */
106 #define CUR cur
111 TT_ExecContextRec cur; /* static exec. context variable */ variable
114 /* the static `cur', which makes the code bigger (due to all the */
136 ( ((TT_Driver)FT_FACE_DRIVER( CUR.face ))->interpreter_version == \
167 CUR.func_move( EXEC_ARG_ z, p, d )
170 CUR.func_move_orig( EXEC_ARG_ z, p, d )
173 CUR.func_round( EXEC_ARG_ d, c
    [all...]
  /external/libxml2/
HTMLparser.c 275 * CUR returns the current xmlChar value, i.e. a 8 bit value if compiled
280 * NXT(n) returns the n'th next xmlChar. Same as CUR is should be used only
282 * UPP(n) returns the n'th next xmlChar converted to uppercase. Same as CUR
297 #define UPPER (toupper(*ctxt->input->cur))
299 #define SKIP(val) ctxt->nbChars += (val),ctxt->input->cur += (val),ctxt->input->col+=(val)
301 #define NXT(val) ctxt->input->cur[(val)]
303 #define UPP(val) (toupper(ctxt->input->cur[(val)]))
305 #define CUR_PTR ctxt->input->cur
307 #define SHRINK if ((ctxt->input->cur - ctxt->input->base > 2 * INPUT_CHUNK) && \
308 (ctxt->input->end - ctxt->input->cur < 2 * INPUT_CHUNK))
364 const xmlChar *start, *cur, *end; local
435 const unsigned char *cur = ctxt->input->cur; local
2310 xmlDocPtr cur; local
2538 const xmlChar *cur = NULL; local
2877 int cur,l; local
2964 int cur, l; local
3116 int cur, l; local
3229 int cur, l; local
5247 xmlChar cur, next; local
6033 size_t cur = ctxt->input->cur - ctxt->input->base; local
6167 size_t cur = ctxt->input->cur - ctxt->input->base; local
    [all...]
pattern.c 179 const xmlChar *cur; /* the current char being parsed */ member in struct:_xmlPatParserContext
204 xmlPatternPtr cur; local
206 cur = (xmlPatternPtr) xmlMalloc(sizeof(xmlPattern));
207 if (cur == NULL) {
212 memset(cur, 0, sizeof(xmlPattern));
213 cur->maxStep = 10;
214 cur->steps = (xmlStepOpPtr) xmlMalloc(cur->maxStep * sizeof(xmlStepOp));
215 if (cur->steps == NULL) {
216 xmlFree(cur);
270 xmlPatternPtr cur; local
294 xmlPatParserContextPtr cur; local
823 const xmlChar *q, *cur; local
861 const xmlChar *q, *cur; local
1492 xmlStreamCompPtr cur; local
1547 xmlStreamStepPtr cur; local
1760 xmlStreamCtxtPtr cur; local
1823 int *cur; local
2360 xmlPatternPtr ret = NULL, cur; local
2491 xmlStreamCtxtPtr ret = NULL, cur; local
    [all...]
xmlregexp.c 53 #define NEXT ctxt->cur++
54 #define CUR (*(ctxt->cur))
55 #define NXT(index) (ctxt->cur[index])
58 #define NEXTL(l) ctxt->cur += l;
62 * when it's guaranteed that cur is not at the beginning of ctxt->string!
64 #define PREV (ctxt->cur[-1])
244 xmlChar *cur; member in struct:_xmlAutomata
405 idx = ctxt->cur - ctxt->string;
694 ret->cur = ret->string
4592 int cur; local
4622 int cur; local
4839 int cur; local
4983 int cur, len; local
5186 int cur; local
6340 const char *cur; member in struct:_xmlExpCtxt
    [all...]
xpath.c 155 xmlNodePtr cur, root; local
290 cur = miscNode2->prev;
291 while (cur != NULL) {
292 if (cur == miscNode1)
294 if (cur->type == XML_ELEMENT_NODE)
296 cur = cur->prev;
321 cur = node1->parent;
322 while (cur) {
323 if (cur == node2
990 xmlXPathCompExprPtr cur; local
3110 char *ptr, *cur; local
3229 xmlNodePtr cur; local
3278 xmlNodePtr cur, root; local
3472 xmlNsPtr cur; local
4469 xmlNodePtr cur; local
4505 xmlNodePtr cur; local
4542 xmlNodePtr cur; local
4602 xmlNodePtr cur; local
4632 xmlNodePtr cur; local
4737 xmlNodePtr cur; local
8541 xmlXPathObjectPtr cur; local
8589 const xmlChar *cur = ids; local
8709 xmlXPathObjectPtr cur; local
8768 xmlXPathObjectPtr cur; local
8829 xmlXPathObjectPtr cur; local
8923 xmlXPathObjectPtr cur; local
8953 xmlXPathObjectPtr cur; local
8990 xmlXPathObjectPtr cur, newobj; local
9468 xmlXPathObjectPtr cur; local
9583 xmlXPathObjectPtr cur; local
9617 xmlXPathObjectPtr cur; local
9786 const xmlChar *cur; local
10091 const xmlChar *cur = str; local
10581 const xmlChar *cur; local
12128 xmlNodePtr cur; local
12723 int total = 0, cur; local
12847 int total = 0, cur; local
14261 xmlNodePtr cur = NULL, limit = NULL; local
    [all...]
xpointer.c 106 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base;
116 ctxt->cur - ctxt->base, 0,
127 xmlNodePtr xmlXPtrAdvanceNode(xmlNodePtr cur, int *level);
130 * @cur: the node
135 xmlXPtrGetArity(xmlNodePtr cur) {
137 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL))
139 cur = cur->children;
140 for (i = 0;cur != NULL;cur = cur->next)
922 xmlNodePtr cur = NULL; local
980 xmlChar *buffer, *cur; local
1440 xmlNodePtr start, cur, end; local
2250 const xmlChar *cur; local
2382 xmlNodePtr cur; local
2472 xmlNodePtr cur; local
2556 xmlNodePtr cur; local
2640 xmlNodePtr cur; local
2929 const xmlChar *cur; local
    [all...]
parser.c 167 (ctxt->input->cur - ctxt->input->base);
185 (ctxt->input->cur - ctxt->input->base);
203 (ctxt->input->cur - ctxt->input->base);
1140 const xmlChar *cur; local
1426 const xmlChar *cur = lang, *nxt; local
2130 const xmlChar *cur; local
2151 int cur; local
2357 xmlChar cur; local
2824 const xmlChar *cur = ent->name; local
3023 const xmlChar *cur = name; local
3630 const xmlChar *cur = *str; local
3827 const xmlChar *cur = NULL; local
4097 const xmlChar *cur = ent->name; local
4253 int cur, l; local
4342 xmlChar cur; local
4623 int cur, l; local
4804 int cur, l; local
5216 int cur, l; local
5672 xmlEntityPtr cur = NULL; local
5783 xmlEnumerationPtr ret = NULL, last = NULL, cur, tmp; local
5853 xmlEnumerationPtr ret = NULL, last = NULL, cur, tmp; local
6169 xmlElementContentPtr ret = NULL, cur = NULL, n; local
6290 xmlElementContentPtr ret = NULL, cur = NULL, last = NULL, op = NULL; local
7447 xmlNodePtr nw = NULL, cur, firstChild = NULL; local
7494 xmlNodePtr nw = NULL, cur, next, last, local
7786 xmlChar cur; local
8213 xmlChar cur; local
9310 unsigned long cur; local
9846 int cur, l; local
9953 const xmlChar *cur = ctxt->input->cur; local
10216 xmlChar cur; local
10321 xmlChar cur; local
11220 xmlChar cur, next; local
12298 size_t cur = ctxt->input->cur - ctxt->input->base; local
12563 size_t cur = ctxt->input->cur - ctxt->input->base; local
13136 xmlNodePtr cur; local
13317 xmlNodePtr cur; local
13567 xmlNodePtr cur; local
13645 xmlNodePtr fake, cur; local
13985 xmlNodePtr cur; local
15077 size_t cur = ctxt->input->cur - ctxt->input->base; local
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 46 private static final int CUR = -11059;
391 yuv[1] = (byte) (((CUR * r + CUG * g + CUB * b) >> CSHIFT) + 128);
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp     [all...]
  /external/linux-tools-perf/src/tools/perf/
builtin-trace.c 56 P_WHENCE(CUR);
    [all...]

Completed in 829 milliseconds