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

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
arraymodule.c 1672 Py_ssize_t start, stop, step, slicelength, cur, i; local
1816 size_t cur; local
1845 Py_ssize_t cur, i; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 438 Py_ssize_t start, stop, step, slicelength, cur, i; local
459 for (cur = start, i = 0; i < slicelength;
460 cur += step, i++) {
461 result_buf[i] = source_buf[cur];
700 size_t cur; local
710 for (cur = start, i = 0;
711 i < slicelen; cur += step, i++) {
714 if (cur + step >= (size_t)PyByteArray_GET_SIZE(self))
715 lim = PyByteArray_GET_SIZE(self) - cur - 1;
717 memmove(self->ob_bytes + cur - i,
735 Py_ssize_t cur, i; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
arraymodule.c 1657 Py_ssize_t start, stop, step, slicelength, cur, i; local
1801 size_t cur; local
1830 Py_ssize_t cur, i; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 438 Py_ssize_t start, stop, step, slicelength, cur, i; local
459 for (cur = start, i = 0; i < slicelength;
460 cur += step, i++) {
461 result_buf[i] = source_buf[cur];
694 size_t cur; local
704 for (cur = start, i = 0;
705 i < slicelen; cur += step, i++) {
708 if (cur + step >= (size_t)PyByteArray_GET_SIZE(self))
709 lim = PyByteArray_GET_SIZE(self) - cur - 1;
711 memmove(self->ob_bytes + cur - i,
729 Py_ssize_t cur, i; local
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp 1284 UInt32 cur = (size < _rem ? size : (UInt32)_rem); local
1287 result = _stream->Write(data, cur, &cur);
1289 _crc = CrcUpdate(_crc, data, cur);
1291 *processedSize += cur;
1292 data = (const Byte *)data + cur;
1293 size -= cur;
1294 _rem -= cur;
1360 UInt32 cur = (size < _rem ? size : (UInt32)_rem); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 269 struct cso_node *cur = *bucket++; local
270 while (cur != e_for_x) {
271 struct cso_node *next = cur->next;
272 cso_free_node(cur);
273 cur = next;
  /external/opencv/cv/src/
_cvlist.h 174 void* cur = l->m_first_buffer;\
176 while(cur)\
178 next = *(void**)cur;\
179 cvFree(&cur);\
180 cur = next;\
  /external/python/cpython2/Modules/
arraymodule.c 1699 Py_ssize_t start, stop, step, slicelength, cur, i; local
1843 size_t cur; local
1872 Py_ssize_t cur, i; local
    [all...]
  /external/python/cpython2/Objects/
bytearrayobject.c 437 Py_ssize_t start, stop, step, slicelength, cur, i; local
458 for (cur = start, i = 0; i < slicelength;
459 cur += step, i++) {
460 result_buf[i] = source_buf[cur];
699 size_t cur; local
709 for (cur = start, i = 0;
710 i < slicelen; cur += step, i++) {
713 if (cur + step >= (size_t)PyByteArray_GET_SIZE(self))
714 lim = PyByteArray_GET_SIZE(self) - cur - 1;
716 memmove(self->ob_bytes + cur - i
734 Py_ssize_t cur, i; local
    [all...]
  /frameworks/base/libs/hwui/
BakedOpRenderer.cpp 265 for (auto cur = rectangleVertices.end() - 4; cur < rectangleVertices.end(); cur++) {
266 transform.mapPoint(cur->x, cur->y);
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js     [all...]
  /external/libusb/libusb/
io.c 1369 struct usbi_transfer *cur; local
2773 struct usbi_transfer *cur; local
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetwork.java 625 String cur = tok.nextToken(); local
626 if (!insideQuote && cur.startsWith("\"")) {
628 quotedWord.append(replaceQuotedChars(cur));
632 if (cur.endsWith("\"")) {
634 quotedWord.append(" ").append(replaceQuotedChars(cur));
640 quotedWord.append(" ").append(replaceQuotedChars(cur));
643 result.add(replaceQuotedChars(cur));
  /external/libxml2/include/libxml/
parser.h 61 const xmlChar *cur; /* Current char being parsed */ member in struct:_xmlParserInput
842 xmlParseDoc (const xmlChar *cur);
865 xmlRecoverDoc (const xmlChar *cur);
892 const xmlChar *cur,
991 xmlCreateDocParserCtxt (const xmlChar *cur);
    [all...]
  /frameworks/base/libs/androidfw/
Asset.cpp 107 Asset* cur = gHead; local
108 while (cur != NULL) {
109 if (cur->isAllocated()) {
111 res.append(cur->getAssetSource());
112 off64_t size = (cur->getLength()+512)/1024;
117 cur = cur->mNext;
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 10616 HistoryItem cur = mHistoryIterator; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh 330 matcher.set_syllable (start_index_ == c->buffer->idx ? c->buffer->cur().syllable () : 0);
523 unsigned int add_in = _hb_glyph_info_get_glyph_props (&buffer->cur()) &
540 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | gdef.get_glyph_props (glyph_index));
542 _hb_glyph_info_set_glyph_props (&buffer->cur(), add_in | class_guess);
553 buffer->cur().codepoint = glyph_index;
717 bool is_mark_ligature = _hb_glyph_info_is_mark (&buffer->cur());
720 total_component_count += _hb_glyph_info_get_lig_num_comps (&buffer->cur());
722 unsigned int first_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur());
723 unsigned int first_lig_comp = _hb_glyph_info_get_lig_comp (&buffer->cur());
843 unsigned int last_lig_id = _hb_glyph_info_get_lig_id (&buffer->cur());
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 472 cur, next = sets[i], sets[i+1]
480 for item in cur:
502 self.add(cur, (k, pparent),
506 self.add(cur, (nk, i))
515 cur, next = sets[i], sets[i+1]
518 for item in cur:
564 #self.add(cur, (k, pparent),
569 if new not in cur:
571 cur.append(new)
577 #self.add(cur, (nk, i))
    [all...]
  /external/libpcap/
pcap-sita.c 193 iface_t *p, *cur; local
195 cur = u->iface;
196 while (cur) { /* loop over all the interface entries */
197 if (cur->name) free(cur->name); /* throwing away the contents if they exist */
198 if (cur->IOPname) free(cur->IOPname);
199 p = cur->next;
200 free(cur); /* then throw away the structure itself */
201 cur = p
    [all...]
  /external/libxml2/
buf.c 1028 const char *cur; local
1041 for (cur = str;*cur != 0;cur++) {
1048 buf->content[buf->use++] = *cur;
1112 const xmlChar *cur, *base; local
1125 base = cur = string;
1126 while(*cur != 0){
1127 if(*cur == '"'){
1128 if (base != cur)
    [all...]
testapi.c 1602 xmlChar * cur; \/* a pointer to a zero terminated string *\/ local
2332 xmlChar * cur; \/* a pointer to an array of xmlChar *\/ local
2512 xmlChar * cur; \/* a pointer to a zero terminated string *\/ local
2680 xmlChar * cur; \/* a pointer to an array of xmlChar *\/ local
2844 xmlDocPtr cur; \/* the document *\/ local
2897 xmlDocPtr cur; \/* the document *\/ local
2944 xmlDocPtr cur; \/* the document *\/ local
2989 xmlDocPtr cur; \/* the document *\/ local
3035 xmlDocPtr cur; \/* the document *\/ local
3243 xmlNodePtr cur; \/* the current node *\/ local
3290 xmlNodePtr cur; \/* the current node *\/ local
3337 xmlNodePtr cur; \/* the current node *\/ local
3398 xmlNodePtr cur; \/* the current node *\/ local
3458 xmlNodePtr cur; \/* the current node *\/ local
3510 xmlDocPtr cur; \/* the document *\/ local
3551 xmlDocPtr cur; \/* the document *\/ local
3599 xmlDocPtr cur; \/* the document *\/ local
10912 xmlListPtr cur; \/* the new list *\/ local
12744 xmlChar * cur; \/* a pointer to an array of xmlChar *\/ local
12843 xmlChar * cur; \/* a pointer to a zero terminated string *\/ local
13928 xmlChar * cur; \/* a pointer to an array of xmlChar *\/ local
14544 xmlChar * cur; \/* a pointer to a zero terminated string *\/ local
14708 xmlChar * cur; \/* a pointer to an array of xmlChar *\/ local
14878 xmlChar * cur; \/* a pointer to an array of xmlChar *\/ local
16567 xmlChar * cur; \/* pointer to the beginning of the char *\/ local
18275 xmlNodePtr cur; \/* the child node *\/ local
18315 xmlNodePtr cur; \/* the first node in the list *\/ local
18353 xmlNodePtr cur; \/* the child node *\/ local
18394 xmlNodePtr cur; \/* the child node *\/ local
18435 xmlNodePtr cur; \/* the child node *\/ local
18617 xmlNode * cur; \/* the node being read *\/ local
19480 xmlNsPtr cur; \/* the namespace *\/ local
19513 xmlNsPtr cur; \/* the first namespace *\/ local
19619 xmlAttrPtr cur; \/* the attribute *\/ local
19658 xmlAttrPtr cur; \/* the first attribute *\/ local
20101 xmlDocPtr cur; \/* the document *\/ local
20139 xmlDocPtr cur; \/* the document *\/ local
20252 xmlDocPtr cur; \/* the document *\/ local
20354 xmlDocPtr cur; \/* the document *\/ local
20477 xmlNodePtr cur; \/* the current node *\/ local
22290 xmlNodePtr cur; \/* the node being modified *\/ local
22327 xmlNodePtr cur; \/* the node being modified *\/ local
22377 xmlNode * cur; \/* the node being read *\/ local
22419 xmlNodePtr cur; \/* the current node *\/ local
22480 xmlNodePtr cur; \/* the current node *\/ local
22545 xmlNode * cur; \/* the node being checked *\/ local
22582 xmlNode * cur; \/* the node being read *\/ local
22614 xmlNode * cur; \/* the node being checked *\/ local
22646 xmlNode * cur; \/* the node being checked *\/ local
22804 xmlNodePtr cur; \/* the node being changed *\/ local
22842 xmlNodePtr cur; \/* the node being modified *\/ local
22880 xmlNodePtr cur; \/* the node being modified *\/ local
22929 xmlNodePtr cur; \/* the node being changed *\/ local
22968 xmlNodePtr cur; \/* the node being changed *\/ local
23007 xmlNodePtr cur; \/* the node being changed *\/ local
23123 xmlAttrPtr cur; \/* an attribute *\/ local
23159 xmlNodePtr cur; \/* the node *\/ local
23207 xmlDocPtr cur; \/* the document *\/ local
23248 xmlDocPtr cur; \/* the document *\/ local
23296 xmlDocPtr cur; \/* the document *\/ local
23345 xmlDocPtr cur; \/* the document *\/ local
23393 xmlDocPtr cur; \/* the document being saved *\/ local
23448 xmlDocPtr cur; \/* the document *\/ local
25128 xmlElementContentPtr cur; \/* An element content pointer. *\/ local
25165 xmlElementContentPtr cur; \/* An element content pointer. *\/ local
30234 xmlChar * cur; \/* a pointer to a zero terminated string *\/ local
30404 xmlChar * cur; \/* a pointer to a zero terminated string *\/ local
36238 xmlSchemaValPtr cur; \/* the value to be appended *\/ local
36430 char * cur; \/* the input char * *\/ local
36462 char * cur; \/* the input char * *\/ local
36836 xmlChar * cur; \/* the input xmlChar * *\/ local
37047 xmlChar * cur; \/* the input xmlChar * *\/ local
47738 xmlXPathObjectPtr cur; \/* the object to inspect *\/ local
48841 xmlNodePtr cur; \/* the current node in the traversal *\/ local
48882 xmlNodePtr cur; \/* the current node in the traversal *\/ local
48923 xmlNodePtr cur; \/* the current attribute in the traversal *\/ local
48964 xmlNodePtr cur; \/* the current node in the traversal *\/ local
49005 xmlNodePtr cur; \/* the current node in the traversal *\/ local
49046 xmlNodePtr cur; \/* the current node in the traversal *\/ local
49087 xmlNodePtr cur; \/* the current node in the traversal *\/ local
49128 xmlNodePtr cur; \/* the current node in the traversal *\/ local
49169 xmlNodePtr cur; \/* the current attribute in the traversal *\/ local
49210 xmlNodePtr cur; \/* the current node in the traversal *\/ local
49251 xmlNodePtr cur; \/* the current node in the traversal *\/ local
49292 xmlNodePtr cur; \/* the current node in the traversal *\/ local
49333 xmlNodePtr cur; \/* the current node in the traversal *\/ local
49454 xmlNodeSetPtr cur; \/* the initial node set *\/ local
49495 xmlNodeSetPtr cur; \/* the initial node set *\/ local
49543 xmlNodeSetPtr cur; \/* the initial node set *\/ local
49584 xmlNodeSetPtr cur; \/* the node-set *\/ local
49624 xmlNodeSetPtr cur; \/* the initial node set *\/ local
49704 xmlNodeSetPtr cur; \/* the initial node set *\/ local
51731 xmlLocationSetPtr cur; \/* the initial range set *\/ local
51780 xmlLocationSetPtr cur; \/* the initial range set *\/ local
51829 xmlLocationSetPtr cur; \/* the initial range set *\/ local
    [all...]
  /external/python/cpython2/Parser/
spark.py 472 cur, next = sets[i], sets[i+1]
480 for item in cur:
502 self.add(cur, (k, pparent),
506 self.add(cur, (nk, i))
515 cur, next = sets[i], sets[i+1]
518 for item in cur:
564 #self.add(cur, (k, pparent),
569 if new not in cur:
571 cur.append(new)
577 #self.add(cur, (nk, i)
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
eepro100.c 887 * @v cur Descriptor number to work on
892 static int ifec_get_rx_desc ( struct net_device *netdev, int cur, int cmd,
896 struct ifec_rfd *rfd = priv->rfds[cur];
900 priv->rx_iobs[cur] = alloc_iob ( sizeof ( *rfd ) );
901 if ( ! priv->rx_iobs[cur] ) {
902 DBG ( "alloc_iob failed. desc. nr: %d\n", cur );
903 priv->rfds[cur] = NULL;
908 priv->rfds[cur] = priv->rx_iobs[cur]->data;
909 ifec_rfd_init ( priv->rfds[cur], cmd, link )
    [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 1045 Cursor cur = null; local
    [all...]
  /frameworks/base/core/java/android/os/
WorkSource.java 609 private static WorkSource addWork(WorkSource cur, int newUid) {
610 if (cur == null) {
613 cur.insert(cur.mNum, newUid);
614 return cur;
701 private static WorkSource addWork(WorkSource cur, int newUid, String newName) {
702 if (cur == null) {
705 cur.insert(cur.mNum, newUid, newName);
706 return cur;
    [all...]

Completed in 1957 milliseconds

<<21222324252627282930>>