Searched refs:cur (Results 176 - 200 of 746) sorted by relevance

1234567891011>>

/external/libxml2/
H A Dnanohttp.c707 const char *cur = line; local
715 cur += 5;
716 while ((*cur >= '0') && (*cur <= '9')) {
718 version += *cur - '0';
719 cur++;
721 if (*cur == '.') {
722 cur++;
723 if ((*cur >= '0') && (*cur <
[all...]
H A Dparser.c175 (ctxt->input->cur - ctxt->input->base);
193 (ctxt->input->cur - ctxt->input->base);
211 (ctxt->input->cur - ctxt->input->base);
1154 const xmlChar *cur; local
1162 cur = src;
1163 while (*cur == 0x20) {
1164 cur++;
1167 while (*cur != 0) {
1168 if (*cur == 0x20) {
1169 cur
1440 const xmlChar *cur = lang, *nxt; local
2146 const xmlChar *cur; local
2394 xmlChar cur; local
2682 const xmlChar *cur = ent->name; local
2893 const xmlChar *cur = name; local
3512 const xmlChar *cur = *str; local
3709 const xmlChar *cur = NULL; local
3979 const xmlChar *cur = ent->name; local
4139 int cur, l; local
4228 xmlChar cur; local
4509 int cur, l; local
4682 int cur, l; local
5096 int cur, l; local
5547 xmlEntityPtr cur = NULL; local
5657 xmlEnumerationPtr ret = NULL, last = NULL, cur, tmp; local
5727 xmlEnumerationPtr ret = NULL, last = NULL, cur, tmp; local
6028 xmlElementContentPtr ret = NULL, cur = NULL, n; local
6149 xmlElementContentPtr ret = NULL, cur = NULL, last = NULL, op = NULL; local
7299 xmlNodePtr nw = NULL, cur, firstChild = NULL; local
7346 xmlNodePtr nw = NULL, cur, next, last, local
7638 xmlChar cur; local
8093 xmlChar cur; local
9189 unsigned long cur; local
9709 int cur, l; local
9816 const xmlChar *cur = ctxt->input->cur; local
10074 xmlChar cur; local
10179 xmlChar cur; local
11090 xmlChar cur, next; local
12157 size_t cur = ctxt->input->cur - ctxt->input->base; local
12423 size_t cur = ctxt->input->cur - ctxt->input->base; local
13021 xmlNodePtr cur; local
13202 xmlNodePtr cur; local
13455 xmlNodePtr cur; local
13533 xmlNodePtr fake, cur; local
13875 xmlNodePtr cur; local
14226 xmlRecoverDoc(const xmlChar *cur) argument
14567 xmlCreateDocParserCtxt(const xmlChar *cur) argument
14592 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) argument
14633 xmlParseDoc(const xmlChar *cur) argument
14972 size_t cur = ctxt->input->cur - ctxt->input->base; local
15220 xmlReadDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) argument
15384 xmlCtxtReadDoc(xmlParserCtxtPtr ctxt, const xmlChar * cur, const char *URL, const char *encoding, int options) argument
[all...]
H A Dtestdict.c154 xmlChar *cur, *pref; local
274 cur = strings2[i];
276 while (*cur != ':') *pref++ = *cur++;
277 cur++;
279 tmp = xmlDictQLookup(dict, &prefix[0], cur);
282 &prefix[0], cur);
291 cur = strings1[i];
293 while (*cur != ':') *pref++ = *cur
317 xmlChar *cur, *pref; local
[all...]
H A Dxmlreader.c138 unsigned int cur; /* current position in the input */ member in struct:_xmlTextReader
221 static void xmlTextReaderFreeNode(xmlTextReaderPtr reader, xmlNodePtr cur);
222 static void xmlTextReaderFreeNodeList(xmlTextReaderPtr reader, xmlNodePtr cur);
281 * @cur: the node
286 xmlTextReaderFreeProp(xmlTextReaderPtr reader, xmlAttrPtr cur) { argument
293 if (cur == NULL) return;
296 xmlDeregisterNodeDefaultValue((xmlNodePtr) cur);
299 if ((cur->parent != NULL) && (cur->parent->doc != NULL) &&
300 ((cur
327 xmlTextReaderFreePropList(xmlTextReaderPtr reader, xmlAttrPtr cur) argument
346 xmlTextReaderFreeNodeList(xmlTextReaderPtr reader, xmlNodePtr cur) argument
427 xmlTextReaderFreeNode(xmlTextReaderPtr reader, xmlNodePtr cur) argument
518 xmlTextReaderFreeDoc(xmlTextReaderPtr reader, xmlDocPtr cur) argument
1187 xmlTextReaderGetSuccessor(xmlNodePtr cur) argument
1671 xmlNodePtr cur; local
2344 xmlAttrPtr cur; local
2588 xmlAttrPtr cur; local
3952 xmlNodePtr cur, parent; local
5387 xmlReaderForDoc(const xmlChar * cur, const char *URL, const char *encoding, int options) argument
5596 xmlReaderNewDoc(xmlTextReaderPtr reader, const xmlChar * cur, const char *URL, const char *encoding, int options) argument
5785 unsigned char cur; /* the current value read from in[] */ local
[all...]
H A DDOCBparser.c163 * @cur: a pointer to an array of xmlChar
176 docbSAXParseDoc(xmlChar * cur ATTRIBUTE_UNUSED,
189 return (xmlSAXParseMemoryWithData(sax, (const char *)cur,
190 xmlStrlen((const xmlChar *) cur), 0, userData));
195 * @cur: a pointer to an array of xmlChar
204 docbParseDoc(xmlChar * cur ATTRIBUTE_UNUSED,
215 return (xmlParseDoc(cur));
H A Dxmlstring.c33 * @cur: the input xmlChar *
34 * @len: the len of @cur
41 xmlStrndup(const xmlChar *cur, int len) { argument
44 if ((cur == NULL) || (len < 0)) return(NULL);
50 memcpy(ret, cur, len * sizeof(xmlChar));
57 * @cur: the input xmlChar *
66 xmlStrdup(const xmlChar *cur) { argument
67 const xmlChar *p = cur;
69 if (cur == NULL) return(NULL);
71 return(xmlStrndup(cur,
85 xmlCharStrndup(const char *cur, int len) argument
113 xmlCharStrdup(const char *cur) argument
448 xmlStrncat(xmlChar *cur, const xmlChar *add, int len) argument
526 xmlStrcat(xmlChar *cur, const xmlChar *add) argument
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
H A Ds-c1.c414 mes_t *cur; local
468 cur = measures;
479 while (cur->next != NULL) {
480 cur = cur->next;
484 if (cur->_data_open != 0) {
486 Xavg += (double)cur->nsem;
487 LnXavg += log((double)cur->nsem);
488 Yavg_o += (double)cur->_data_open;
489 LnYavg_o += log((double)cur
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
H A Ds-c1.c424 mes_t *cur; local
478 cur = measures;
489 while (cur->next != NULL) {
490 cur = cur->next;
494 if (cur->_data_open != 0) {
496 Xavg += (double)cur->nsem;
497 LnXavg += log((double)cur->nsem);
498 Yavg_o += (double)cur->_data_open;
499 LnYavg_o += log((double)cur
[all...]
/external/ltp/lib/newlib_tests/
H A Dtest15.c87 struct block *cur = m; local
92 cur->filler[j] = j;
95 cur = m + (++i);
98 cur = m;
/external/selinux/python/sepolgen/src/sepolgen/
H A Dobjectmodel.py114 cur = None
124 cur = self.classes[c]
128 if cur is None:
131 cur[pm.perm] = pm
/external/compiler-rt/test/dfsan/
H A Dwrite_callback.c37 char *cur = string; local
40 int res = write(fileno(stdout), cur, bytes_left);
42 cur += res;
/external/libunwind/src/x86_64/
H A Dunwind_i.h70 # define ACCESS_MEM_FAST(ret,validate,cur,addr,to) \
73 (ret) = dwarf_get ((cur), DWARF_MEM_LOC ((cur), (addr)), &(to)); \
/external/libxml2/include/libxml/
H A Dtree.h764 xmlFreeDtd (xmlDtdPtr cur);
776 xmlFreeNs (xmlNsPtr cur);
778 xmlFreeNsList (xmlNsPtr cur);
782 xmlFreeDoc (xmlDocPtr cur);
805 xmlFreePropList (xmlAttrPtr cur);
807 xmlFreeProp (xmlAttrPtr cur);
810 xmlAttrPtr cur);
813 xmlAttrPtr cur);
938 xmlNodeSetName (xmlNodePtr cur,
943 xmlNodePtr cur);
[all...]
/external/linux-kselftest/tools/testing/selftests/gpio/
H A Dgpio-mockup-chardev.c79 char *cur; local
93 cur = strstr(line, consumer);
94 if (cur == NULL)
97 cur = strchr(line, ')');
98 if (!cur)
101 cur += 2;
102 if (!strncmp(cur, "out", 3)) {
104 cur += 4;
105 } else if (!strncmp(cur, "in", 2)) {
107 cur
[all...]
/external/selinux/libsepol/src/
H A Dlink.c61 policy_module_t *cur; member in struct:link_state
132 policy_module_t *mod = state->cur;
263 hashtab_search(state->cur->policy->p_classes_scope.table,
319 state->cur->map[SYM_CLASSES][cladatum->s.value - 1] =
422 state->cur->map[SYM_ROLES][role->s.value - 1] = base_role->s.value;
521 state->cur->map[SYM_TYPES][type->s.value - 1] = base_type->s.value;
587 state->cur->map[SYM_USERS][user->s.value - 1] = base_user->s.value;
649 scope = hashtab_search(state->cur->policy->p_bools_scope.table, id);
658 state->cur->map[SYM_BOOLS][booldatum->s.value - 1] = base_bool->s.value;
680 hashtab_search(state->cur
1264 avrule_t *cur, *new_rule = NULL, *tail; local
1367 role_trans_rule_t *cur, *new_rule = NULL, *tail; local
1424 role_allow_rule_t *cur, *new_rule = NULL, *tail; local
1467 filename_trans_rule_t *cur, *new_rule, *tail; local
1559 cond_node_t *cur, *new_node = NULL, *tail; local
1932 avrule_block_t *cur; local
2090 avrule_block_t *cur; local
2156 print_missing_requirements(link_state_t * state, avrule_block_t * cur, missing_requirement_t * req) argument
2307 avrule_block_t *cur; local
2361 avrule_block_t *cur = state->base->global; local
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocLinearScan.cpp253 LiveInterval *hasNextReloadInterval(LiveInterval *cur);
263 void assignRegOrStackSlotAtInterval(LiveInterval* cur);
273 void findIntervalsToSpill(LiveInterval *cur,
285 unsigned attemptTrivialCoalescing(LiveInterval &cur, unsigned Reg);
352 unsigned getFreePhysReg(LiveInterval* cur);
353 unsigned getFreePhysReg(LiveInterval* cur,
447 unsigned RALinScan::attemptTrivialCoalescing(LiveInterval &cur, unsigned Reg) { argument
448 unsigned Preference = vrm_->getRegAllocPref(cur.reg);
449 if ((Preference && Preference == Reg) || !cur.containsOneValue())
453 if (cur
598 LiveInterval* cur = unhandled_.top(); local
646 LiveInterval &cur = *i->second; local
825 getConflictWeight(LiveInterval *cur, unsigned Reg, LiveIntervals *li_, MachineRegisterInfo *mri_, MachineLoopInfo *loopInfo) argument
844 findIntervalsToSpill(LiveInterval *cur, std::vector<std::pair<unsigned,float> > &Candidates, unsigned NumCands, SmallVector<LiveInterval*, 8> &SpillIntervals) argument
931 hasNextReloadInterval(LiveInterval *cur) argument
966 assignRegOrStackSlotAtInterval(LiveInterval* cur) argument
1419 getFreePhysReg(LiveInterval* cur, const TargetRegisterClass *RC, unsigned MaxInactiveCount, SmallVector<unsigned, 256> &inactiveCounts, bool SkipDGRegs) argument
1499 getFreePhysReg(LiveInterval *cur) argument
[all...]
/external/fio/lib/
H A Dflist_sort.c115 struct flist_head *cur = list; local
117 cur->next = NULL;
120 cur = merge(priv, cmp, part[lev], cur);
132 part[lev] = cur;
/external/selinux/checkpolicy/test/
H A Ddismod.c217 class_perm_node_t *cur; local
265 cur = avrule->perms;
267 while (cur) {
271 cur = cur->next;
277 cur = avrule->perms;
278 while (cur) {
279 display_id(policy, fp, SYM_CLASSES, cur->tclass - 1, "");
280 cur = cur
399 cond_expr_t *cur; local
440 ocontext_t *cur; local
[all...]
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.c153 struct list_head *cur, *next; local
161 cur = cache->next;
162 next = cur->next;
166 while (cur != cache) {
167 cur_entry = LIST_ENTRY(struct pb_cache_entry, cur, head);
182 cur = next;
183 next = cur->next;
188 while (cur != cache) {
189 cur_entry = LIST_ENTRY(struct pb_cache_entry, cur, head);
199 cur
[all...]
/external/blktrace/btreplay/
H A Dbtrecord.c83 * @cur: Current IO bunch being collected
93 struct io_bunch *cur; member in struct:io_stream
253 struct io_bunch *cur = malloc(sizeof(*cur)); local
255 memset(cur, 0, sizeof(*cur));
257 cur->hdr.npkts = 0;
258 cur->hdr.time_stamp = stream->start_time = start_time;
260 stream->cur = cur;
272 struct io_bunch *cur = stream->cur; local
626 struct io_bunch *cur = stream->cur; local
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java658 Cursor cur = new Cursor();
659 TypeParameter[] tp = parseTypeParams(sig, cur);
660 ClassType superClass = parseClassType(sig, cur);
663 while (cur.position < sigLen && sig.charAt(cur.position) == 'L')
664 ifArray.add(parseClassType(sig, cur));
674 Cursor cur = new Cursor();
675 TypeParameter[] tp = parseTypeParams(sig, cur);
676 if (sig.charAt(cur.position++) != '(')
680 while (sig.charAt(cur
703 parseTypeParams(String sig, Cursor cur) argument
[all...]
/external/syslinux/core/fs/
H A Dcache.c20 struct cache *prev, *cur; local
49 cur = &cache[i];
50 cur->data = data;
51 cur->block = -1;
52 cur->prev = prev;
53 prev->next = cur;
55 prev = cur++;
/external/freetype/src/type1/
H A Dt1load.c1193 FT_Byte* cur; local
1205 cur = parser->root.cursor;
1207 if ( cur < limit && ft_isdigit( *cur ) )
1300 FT_Byte* cur; local
1307 cur = parser->root.cursor;
1308 if ( cur >= limit )
1317 if ( ft_isdigit( *cur ) || *cur == '[' )
1328 if ( *cur
1722 FT_Byte* cur = parser->root.cursor; local
2091 FT_Byte* cur; local
[all...]
/external/python/cpython2/Lib/sqlite3/test/
H A Ddbapi.py407 cur = self.cx.cursor()
408 row = cur.fetchone()
464 cur = self.cx.cursor(f)
474 cur = sqlite.Cursor(foo) variable in class:CursorTests.CheckCursorWrongClass.Foo
483 self.cur = self.con.cursor()
484 self.cur.execute("create table test(id integer primary key, name text, bin binary, ratio number, ts timestamp)")
487 self.cur.close()
493 cur = con.cursor()
563 def run(cur, errors):
565 cur
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c470 mes_t *cur; local
509 cur = measures;
519 while (cur->next != NULL) {
520 cur = cur->next;
525 if (cur->_data[i] != 0) {
527 Xavg[i] += (double)cur->nthreads;
528 LnXavg[i] += log((double)cur->nthreads);
529 Yavg[i] += (double)cur->_data[i];
530 LnYavg[i] += log((double)cur
[all...]

Completed in 972 milliseconds

1234567891011>>