Searched refs:cur (Results 151 - 175 of 746) sorted by relevance

1234567891011>>

/external/selinux/libsepol/src/
H A Dconditional.c32 cond_av_list_t *top, *p, *cur; local
34 top = p = cur = *l;
36 while (cur) {
37 if ((cur->node->key.specified & AVTAB_TYPE) && (top != cur)) {
38 p->next = cur->next;
39 cur->next = top;
40 top = cur;
41 cur = p->next;
43 p = cur;
213 cond_expr_t *cur; local
271 cond_expr_t *cur, *head, *tail, *new_expr; local
311 cond_av_list_t *cur; local
446 cond_node_t *cur; local
468 cond_av_list_t *cur, *next; local
503 cond_node_t *next, *cur; local
628 cond_av_list_t *other = data->other, *list, *cur; local
[all...]
H A Dhierarchy.c129 cond_av_list_t *cur, avtab_t *avtab,
135 for (; cur; cur = cur->next) {
136 avtab_ptr_t n = cur->node;
174 static void bounds_destroy_cond_info(struct bounds_cond_info *cur) argument
178 for (; cur; cur = next) {
179 next = cur->next;
180 avtab_destroy(&cur
128 bounds_expand_cond_rules(sepol_handle_t *handle, policydb_t *p, cond_av_list_t *cur, avtab_t *avtab, avtab_t *global, avtab_t *other, uint32_t parent) argument
194 cond_list_t *cur; local
333 cond_av_list_t *cur; local
383 struct bounds_cond_info *cur; local
443 bounds_report(sepol_handle_t *handle, policydb_t *p, uint32_t child, uint32_t parent, avtab_ptr_t cur) argument
459 bounds_destroy_bad(avtab_ptr_t cur) argument
[all...]
/external/tensorflow/tensorflow/contrib/tpu/ops/
H A Dreplication_ops.cc38 ShapeHandle cur = c->input(c->num_inputs() - 1);
40 TF_RETURN_WITH_CONTEXT_IF_ERROR(c->Merge(c->input(i), cur, &cur),
44 c->set_output(0, cur);
/external/tensorflow/tensorflow/core/kernels/
H A Dbasic_ops_benchmark_test.cc57 Node* cur = Var(g, 1); local
59 cur = test::graph::Multi(g, i % 2 == 0 ? "Div" : "Mul", {cur, cur});
/external/blktrace/btt/
H A Dmmap.c37 static off_t cur_min, cur, cur_max, total_size; variable
86 cur_min = (cur & ~(pgsz-1));
99 return (cur < cur_max);
134 if ((cur + 512) > cur_max)
140 next_t = cur_map + (cur - cur_min);
142 cur += this_len;
149 return 100.0 * ((double)cur / (double)total_size);
/external/mesa3d/scons/
H A Dsource_list.py28 def _next_dereference(self, val, cur):
30 deref_pos = val.find('$', cur)
45 cur = 0
47 deref_pos, deref_end = self._next_dereference(val, cur)
49 expanded += val[cur:]
53 expanded += val[cur:deref_pos] + self.symbol_table[sym]
54 cur = deref_end
/external/freetype/src/cid/
H A Dcidparse.c64 FT_Byte *cur, *limit; local
200 cur = parser->root.cursor;
202 while ( cur <= limit - SFNTS_LEN )
210 if ( cur[0] == 'S' &&
211 cur <= limit - STARTDATA_LEN &&
212 ft_strncmp( (char*)cur, STARTDATA, STARTDATA_LEN ) == 0 )
230 else if ( cur[1] == 's' &&
231 ft_strncmp( (char*)cur, SFNTS, SFNTS_LEN ) == 0 )
241 arg2 = cur;
242 cur
[all...]
/external/linux-kselftest/tools/testing/selftests/vm/
H A Dmlock-random-test.c143 struct rlimit cur; local
146 getrlimit(RLIMIT_MEMLOCK, &cur);
147 if (cur.rlim_cur < alloc_size) {
149 alloc_size, (unsigned int)cur.rlim_cur);
220 struct rlimit cur; local
222 getrlimit(RLIMIT_MEMLOCK, &cur);
223 if (cur.rlim_cur >= alloc_size) {
225 alloc_size, (unsigned int)cur.rlim_cur);
233 int lock_size = (rand() % (alloc_size - cur.rlim_cur))
234 + cur
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_suppressions.cc93 for (SymbolizedStack *cur = frames; cur; cur = cur->next) {
94 const char *function_name = cur->info.function;
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-normalize.cc100 buffer->cur().glyph_index() = glyph;
108 buffer->cur().glyph_index() = glyph;
166 hb_codepoint_t u = buffer->cur().codepoint;
187 if (_hb_glyph_info_is_unicode_space (&buffer->cur()))
193 _hb_glyph_info_set_unicode_space_fallback_type (&buffer->cur(), space_type);
222 if (unlikely (buffer->unicode->is_variation_selector (buffer->cur(+1).codepoint))) {
224 if (font->get_variation_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index()))
226 buffer->replace_glyphs (2, 1, &buffer->cur()
[all...]
/external/libxml2/
H A Dxmlcatalog.c97 char *cmdline = NULL, *cur; local
113 cur = cmdline;
115 while ((*cur == ' ') || (*cur == '\t')) cur++;
117 while ((*cur != ' ') && (*cur != '\t') &&
118 (*cur != '\n') && (*cur != '\r')) {
119 if (*cur
[all...]
H A Dnanoftp.c644 int res = -1, cur = -1; local
668 cur = xmlNanoFTPParseResponse(ptr, end - ptr);
669 if (cur > 0) {
675 res = cur;
1376 char buf[200], *cur; local
1439 cur = &ctxt->controlBuf[ctxt->controlBufAnswer];
1440 while (((*cur < '0') || (*cur > '9')) && *cur != '\0') cur
1599 const char *cur = list; local
[all...]
H A Drngparser.c73 const xmlChar *cur; member in struct:_xmlCRelaxNGParserCtxt
172 const xmlChar *cur; local
184 cur = ctxt->cur;
185 while ((*cur != '\n') && (*cur != '\r') && (ctxt->cur - cur < 80)) cur--;
186 l = ctxt->cur
251 const xmlChar *cur; local
671 xmlNodePtr insert = ctxt->insert, cur; local
700 xmlNodePtr cur; local
[all...]
H A Dtestrecurse.c345 const xmlChar *cur, *base; local
351 cur = input->cur;
354 while ((cur > base) && ((*(cur) == '\n') || (*(cur) == '\r'))) {
355 cur--;
359 while ((n++ < (sizeof(content)-1)) && (cur > base) &&
360 (*(cur) != '\n') && (*(cur) !
403 xmlParserInputPtr cur = NULL; local
599 const char *cur; local
[all...]
H A Duri.c210 const char *cur; local
215 cur = *str;
216 if (!ISA_ALPHA(cur))
218 cur++;
219 while (ISA_ALPHA(cur) || ISA_DIGIT(cur) ||
220 (*cur == '+') || (*cur == '-') || (*cur == '.')) cur
247 const char *cur; local
284 const char *cur; local
328 const char *cur = *str; local
360 const char *cur; local
396 const char *cur = *str; local
435 const char *cur = *str; local
511 const char *cur; local
553 const char *cur; local
582 const char *cur; local
622 const char *cur; local
668 const char *cur; local
710 const char *cur; local
755 const char *cur; local
1414 char *cur, *out; local
1885 int ret, len, indx, cur, out; local
[all...]
H A Dxinclude.c164 * @cur: the node
172 xmlXIncludeGetProp(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur, argument
176 ret = xmlGetNsProp(cur, XINCLUDE_NS, name);
180 ret = xmlGetNsProp(cur, XINCLUDE_OLD_NS, name);
184 ret = xmlGetProp(cur, name);
484 * @cur: the new node
489 xmlXIncludeAddNode(xmlXIncludeCtxtPtr ctxt, xmlNodePtr cur) { argument
504 if (cur == NULL)
513 href = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_HREF);
521 parse = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_PARS
847 xmlNodePtr cur, res, result = NULL, last = NULL; local
877 xmlXIncludeGetNthChild(xmlNodePtr cur, int no) argument
916 xmlNodePtr start, cur, end; local
1158 xmlNodePtr tmp, cur = set->nodeTab[i]; local
1345 xmlNodePtr cur; local
1912 int cur; local
2030 xmlNodePtr cur; local
2187 xmlNodePtr cur, end, list, tmp; local
2365 xmlNodePtr cur; local
[all...]
/external/skia/src/gpu/
H A DGrResourceAllocator.cpp222 while (Interval* cur = fIntvlList.popHead()) {
223 if (fEndOfOpListOpIndices[fCurOpListIndex] < cur->start()) {
227 this->expire(cur->start());
229 bool needsStencil = cur->proxy()->asRenderTargetProxy()
230 ? cur->proxy()->asRenderTargetProxy()->needsStencil()
233 if (cur->proxy()->priv().isInstantiated()) {
235 cur->proxy()->priv().peekSurface(),
238 fActiveIntvls.insertByIncreasingEnd(cur);
252 if (GrSurfaceProxy::LazyState::kNot != cur->proxy()->lazyInstantiationState()) {
253 if (!cur
[all...]
/external/skqp/src/gpu/
H A DGrResourceAllocator.cpp212 while (Interval* cur = fIntvlList.popHead()) {
213 if (fEndOfOpListOpIndices[fCurOpListIndex] < cur->start()) {
217 this->expire(cur->start());
219 bool needsStencil = cur->proxy()->asRenderTargetProxy()
220 ? cur->proxy()->asRenderTargetProxy()->needsStencil()
223 if (cur->proxy()->priv().isInstantiated()) {
225 cur->proxy()->priv().peekSurface(),
228 fActiveIntvls.insertByIncreasingEnd(cur);
242 if (GrSurfaceProxy::LazyState::kNot != cur->proxy()->lazyInstantiationState()) {
243 if (!cur
[all...]
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c422 mes_t *cur; local
461 cur = measures;
472 while (cur->next != NULL) {
473 cur = cur->next;
477 if (cur->_data != 0) {
479 Xavg += (double)cur->nprocess;
480 LnXavg += log((double)cur->nprocess);
481 Yavg += (double)cur->_data;
482 LnYavg += log((double)cur
[all...]
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
H A Dseekoff.pass.cpp26 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == -1);
29 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in | std::ios_base::out) == -1);
33 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == 6);
42 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::in) == 6);
45 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out | std::ios_base::in) == -1);
50 assert(sb.pubseekoff(3, std::ios_base::cur, std::ios_base::out) == 7);
/external/libxml2/include/libxml/
H A Dxmlstring.h41 xmlStrdup (const xmlChar *cur);
43 xmlStrndup (const xmlChar *cur,
46 xmlCharStrndup (const char *cur,
49 xmlCharStrdup (const char *cur);
87 xmlStrcat (xmlChar *cur,
90 xmlStrncat (xmlChar *cur,
/external/python/cpython2/Lib/test/
H A Dtest_resource.py19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
28 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
32 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
68 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
73 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
80 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
/external/python/cpython3/Lib/
H A Dprofile.py107 self.cur is always a tuple. Each such tuple corresponds to a stack
108 frame that is currently active (self.cur[-2]). The following are the
120 subfunctions (this latter is tallied in cur[2]).
122 frame's function (this latter is tallied in cur[1]).
128 self.timings[]. The index is always the name stored in self.cur[-3].
147 self.cur = None
243 # In the event handlers, the first 3 elements of self.cur are unpacked
246 # _pt self.cur[0] "parent time" time to be charged to parent frame
247 # _it self.cur[1] "internal time" time spent directly in the function
248 # _et self.cur[
[all...]
/external/python/cpython3/Lib/sqlite3/test/
H A Dtransactions.py142 cur = con.cursor()
143 cur.execute("create table test(x)")
144 cur.execute("insert into test(x) values (5)")
145 cur.execute("select 1 union select 2 union select 3")
149 cur.fetchall()
154 self.cur = self.con.cursor()
157 self.cur.execute("create table test(i)")
158 self.cur.execute("insert into test(i) values (5)")
159 self.cur.execute("drop table test")
162 self.cur
[all...]
/external/clang/lib/Sema/
H A DAttributeList.cpp69 void AttributeFactory::reclaimPool(AttributeList *cur) { argument
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...]

Completed in 805 milliseconds

1234567891011>>