HomeSort by relevance Sort by last modified time
    Searched refs:cur (Results 251 - 275 of 1519) sorted by null

<<11121314151617181920>>

  /external/clang/lib/Sema/
AttributeList.cpp 69 void AttributeFactory::reclaimPool(AttributeList *cur) {
70 assert(cur && "reclaiming empty pool!");
73 // when we toss 'cur' into the appropriate queue.
74 AttributeList *next = cur->NextInPool;
76 size_t size = cur->allocated_size();
83 // Add 'cur' to the appropriate free-list.
84 cur->NextInPool = FreeLists[freeListIndex];
85 FreeLists[freeListIndex] = cur;
87 cur = next;
88 } while (cur);
    [all...]
  /external/libxml2/
nanohttp.c 707 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 <= '9'))
    [all...]
parser.c 175 (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
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
14972 size_t cur = ctxt->input->cur - ctxt->input->base; local
    [all...]
testdict.c 154 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...]
xmlreader.c 138 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) {
293 if (cur == NULL) return;
296 xmlDeregisterNodeDefaultValue((xmlNodePtr) cur);
299 if ((cur->parent != NULL) && (cur->parent->doc != NULL) &&
300 ((cur->parent->doc->intSubset != NULL) |
1671 xmlNodePtr cur; local
2344 xmlAttrPtr cur; local
2588 xmlAttrPtr cur; local
3952 xmlNodePtr cur, parent; local
5785 unsigned char cur; \/* the current value read from in[] *\/ local
    [all...]
DOCBparser.c 163 * @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));
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c 414 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->_data_open)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
s-c1.c 424 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->_data_open)
    [all...]
  /art/disassembler/
disassembler_arm64.cc 120 for (const uint8_t* cur = begin; cur < end; cur += kInstructionSize) {
121 Dump(os, cur);
  /development/vndk/tools/header-checker/tests/input/
example1.h 76 StackNode<T>* cur = head_; local
77 head_ = cur->next_;
78 T res = static_cast<T&&>(cur->value_);
79 delete cur;
  /external/ltp/lib/newlib_tests/
test15.c 87 struct block *cur = m; local
92 cur->filler[j] = j;
95 cur = m + (++i);
98 cur = m;
  /external/skia/tools/mdbviz/
mainwindow.h 31 void onCurrentItemChanged(QTreeWidgetItem* cur, QTreeWidgetItem* prev);
  /external/skqp/tools/mdbviz/
mainwindow.h 31 void onCurrentItemChanged(QTreeWidgetItem* cur, QTreeWidgetItem* prev);
  /external/compiler-rt/test/dfsan/
write_callback.c 37 char *cur = string; local
40 int res = write(fileno(stdout), cur, bytes_left);
42 cur += res;
  /external/libunwind/src/x86_64/
unwind_i.h 70 # define ACCESS_MEM_FAST(ret,validate,cur,addr,to) \
73 (ret) = dwarf_get ((cur), DWARF_MEM_LOC ((cur), (addr)), &(to)); \
  /external/libxml2/include/libxml/
tree.h 764 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/
gpio-mockup-chardev.c 79 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 += 4
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
getaddrinfo.c 358 struct addrinfo *cur; local
373 cur = &sentinel;
477 error = explore_null(pai, servname, &cur->ai_next,
481 &cur->ai_next, &svd);
486 while (cur->ai_next)
487 cur = cur->ai_next;
529 error = explore_fqdn(pai, hostname, servname, &cur->ai_next,
532 while (cur && cur->ai_next)
574 struct addrinfo *cur; local
631 struct addrinfo *cur; local
697 struct addrinfo *cur; local
1072 struct addrinfo sentinel, *cur; local
1305 struct addrinfo sentinel, *cur; local
1501 struct addrinfo sentinel, *cur; local
1533 struct addrinfo sentinel, *cur; local
1613 struct addrinfo sentinel, *cur; local
    [all...]
  /external/selinux/libsepol/src/
link.c 61 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->policy->p_sens_scope.table, id)
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
2307 avrule_block_t *cur; local
2361 avrule_block_t *cur = state->base->global; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocLinearScan.cpp 253 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) {
448 unsigned Preference = vrm_->getRegAllocPref(cur.reg);
449 if ((Preference && Preference == Reg) || !cur.containsOneValue())
453 if (cur.ranges.size() != 1
598 LiveInterval* cur = unhandled_.top(); local
646 LiveInterval &cur = *i->second; local
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c 592 struct addrinfo *cur; local
605 cur = &sentinel;
708 error = explore_null(pai, servname, &cur->ai_next);
711 &cur->ai_next);
716 while (cur->ai_next)
717 cur = cur->ai_next;
768 pai, hostname, servname, &cur->ai_next, netcontext);
770 while (cur && cur->ai_next
805 struct addrinfo *cur; local
868 struct addrinfo *cur; local
933 struct addrinfo *cur; local
1314 struct addrinfo sentinel, *cur; local
1848 struct addrinfo *cur; local
1901 struct addrinfo sentinel, *cur; local
2122 struct addrinfo sentinel, *cur; local
    [all...]
  /external/lzma/CS/7zip/Compress/LZ/
LzBinTree.cs 135 UInt32 cur = _bufferOffset + _pos;
141 UInt32 temp = CRC.Table[_bufferBase[cur]] ^ _bufferBase[cur + 1];
143 temp ^= ((UInt32)(_bufferBase[cur + 2]) << 8);
145 hashValue = (temp ^ (CRC.Table[_bufferBase[cur + 3]] << 5)) & _hashMask;
148 hashValue = _bufferBase[cur] ^ ((UInt32)(_bufferBase[cur + 1]) << 8);
158 if (_bufferBase[_bufferOffset + curMatch2] == _bufferBase[cur])
164 if (_bufferBase[_bufferOffset + curMatch3] == _bufferBase[cur])
192 _bufferBase[cur + kNumHashDirectBytes])
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 808 Cursor cur = mDatabase.rawQuery("PRAGMA table_info(pragma_test)", null); local
849 Cursor cur; local
935 Cursor cur = mDatabase.rawQuery("PRAGMA database_list;", null); local
1042 Cursor cur = mDatabase.rawQuery( local
    [all...]
  /external/fio/lib/
flist_sort.c 115 struct flist_head *cur = list; local
117 cur->next = NULL;
120 cur = merge(priv, cmp, part[lev], cur);
132 part[lev] = cur;
  /frameworks/base/core/java/android/content/pm/
PackageSharedLibraryUpdater.java 49 <T> ArrayList<T> prefix(@Nullable ArrayList<T> cur, T val) {
50 if (cur == null) {
51 cur = new ArrayList<>();
53 cur.add(0, val);
54 return cur;

Completed in 921 milliseconds

<<11121314151617181920>>