HomeSort by relevance Sort by last modified time
    Searched refs:cur (Results 201 - 225 of 665) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/fio/lib/
prio_tree.h 21 struct prio_tree_node *cur; member in struct:prio_tree_iter
37 iter->cur = NULL;
53 (ptr)->cur = NULL; \
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 128 struct certinfo head, *cur; local
137 cur = &head;
179 cur->ci_next = getnewci(type, keytag, algorithm,
181 if (!cur->ci_next) {
188 cur = cur->ci_next;
215 struct certinfo head, *cur; local
222 cur = &head;
318 cur->ci_next = getnewci(qtype, keytag, algorithm,
320 if (!cur->ci_next)
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/util/
env_test.cc 46 void* cur = cb->last_id_ptr->NoBarrier_Load(); local
47 ASSERT_EQ(cb->id-1, reinterpret_cast<uintptr_t>(cur));
63 void* cur = last_id.Acquire_Load(); local
64 ASSERT_EQ(4, reinterpret_cast<uintptr_t>(cur));
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.c 175 yasm_insn_operand *cur, *next; local
177 cur = STAILQ_FIRST(&insn->operands);
178 while (cur) {
179 next = STAILQ_NEXT(cur, link);
180 switch (cur->type) {
182 ea_destroy(cur->data.ea);
185 yasm_expr_destroy(cur->data.val);
190 yasm_xfree(cur);
191 cur = next;
bc-data.c 526 yasm_dataval *cur, *next; local
528 cur = STAILQ_FIRST(headp);
529 while (cur) {
530 next = STAILQ_NEXT(cur, link);
531 switch (cur->type) {
533 yasm_value_delete(&cur->data.val);
536 yasm_xfree(cur->data.raw.contents);
541 if (cur->multiple)
542 yasm_expr_destroy(cur->multiple);
543 yasm_xfree(cur);
562 yasm_dataval *cur; local
    [all...]
section.c 452 yasm_section *cur, *next; local
463 cur = STAILQ_FIRST(&object->sections);
464 while (cur) {
465 next = STAILQ_NEXT(cur, link);
466 yasm_section_destroy(cur);
467 cur = next;
494 yasm_section *cur; local
501 STAILQ_FOREACH(cur, &object->sections, link) {
503 yasm_section_print(cur, f, indent_level+1, 1);
514 yasm_bytecode *cur = STAILQ_FIRST(&sect->bcs) local
537 yasm_section *cur; local
551 yasm_section *cur; local
626 yasm_bytecode *cur = STAILQ_FIRST(&sect->bcs); local
665 yasm_bytecode *cur, *next; local
711 yasm_bytecode *cur; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 184 hb_codepoint_t u = buffer->cur().codepoint;
243 hb_codepoint_t v = buffer->cur(+1).codepoint;
251 t = buffer->cur(+2).codepoint;
278 buffer->cur().hangul_shaping_feature() = LJMO;
280 buffer->cur().hangul_shaping_feature() = VJMO;
284 buffer->cur().hangul_shaping_feature() = TJMO;
307 isCombiningT (buffer->cur(+1).codepoint))
310 unsigned int new_tindex = buffer->cur(+1).codepoint - TBase;
328 isT (buffer->cur(+1).codepoint)))
  /external/checkpolicy/test/
dispol.c 161 avtab_ptr_t cur; local
173 for (cur = expa.htable[i]; cur; cur = cur->next) {
174 render_av_rule(&cur->key, &cur->datum, what, p, fp);
199 cond_expr_t *cur; local
200 for (cur = exp; cur != NULL; cur = cur->next)
233 cond_node_t *cur; local
    [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
math.c 42 double ret, cur; local
51 cur = xmlXPathCastNodeToNumber(ns->nodeTab[i]);
52 if (xmlXPathIsNaN(cur))
54 if (cur < ret)
55 ret = cur;
111 double ret, cur; local
120 cur = xmlXPathCastNodeToNumber(ns->nodeTab[i]);
121 if (xmlXPathIsNaN(cur))
123 if (cur > ret)
124 ret = cur;
179 double max, cur; local
259 double min, cur; local
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
LzFind.c 322 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
333 const Byte *pb = cur - delta;
335 if (pb[maxLen] == cur[maxLen] && *pb == *cur)
339 if (pb[len] != cur[len])
353 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
370 const Byte *pb = cur - delta;
372 if (pb[len] == cur[len])
374 if (++len != lenLimit && pb[len] == cur[len])
376 if (pb[len] != cur[len]
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzFind.c 323 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
334 const Byte *pb = cur - delta;
336 if (pb[maxLen] == cur[maxLen] && *pb == *cur)
340 if (pb[len] != cur[len])
354 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
371 const Byte *pb = cur - delta;
373 if (pb[len] == cur[len])
375 if (++len != lenLimit && pb[len] == cur[len])
377 if (pb[len] != cur[len]
    [all...]
  /external/lzma/C/
LzFind.c 322 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
333 const Byte *pb = cur - delta;
335 if (pb[maxLen] == cur[maxLen] && *pb == *cur)
339 if (pb[len] != cur[len])
353 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
370 const Byte *pb = cur - delta;
372 if (pb[len] == cur[len])
374 if (++len != lenLimit && pb[len] == cur[len])
376 if (pb[len] != cur[len])
    [all...]
  /external/chromium_org/media/base/android/
media_drm_bridge.cc 134 const uint8* cur = data; local
139 const uint8* box_head = cur;
144 uint64_t box_size = ReadUint32(cur);
145 uint32 type = ReadUint32(cur + 4);
146 cur += kBoxHeaderSize;
153 box_size = ReadUint64(cur);
154 cur += kBoxLargeSizeSize;
166 cur = box_end;
167 bytes_left = data_end - cur;
175 if (box_end < cur + kPsshBoxMinimumSize
    [all...]
  /external/chromium_org/base/
environment.cc 109 size_t cur = 0; local
110 while (input[cur] && input[cur] != '=')
111 cur++;
112 *key = NativeEnvironmentString(&input[0], cur);
115 while (input[cur])
116 cur++;
117 return cur + 1;
  /external/chromium_org/ppapi/shared_impl/
resource_tracker.cc 126 ResourceSet::iterator cur = to_delete.begin(); local
127 while (cur != to_delete.end()) {
133 ResourceMap::iterator found_resource = live_resources_.find(*cur);
146 cur++;
154 cur = to_delete.begin();
155 while (cur != to_delete.end()) {
156 ResourceMap::iterator found_resource = live_resources_.find(*cur);
159 cur++;
time_conversion.cc 63 base::Time cur = base::Time::FromUTCExploded(utc_exploded); local
64 return (adj_time - cur).InSecondsF();
  /external/chromium_org/third_party/libxml/src/include/libxml/
DOCBparser.h 51 docbSAXParseDoc (xmlChar *cur,
56 docbParseDoc (xmlChar *cur,
xpathInternals.h 362 xmlXPathObjectPtr cur,
373 xmlXPathNodeSetContains (xmlNodeSetPtr cur,
502 xmlXPathNodeSetAdd (xmlNodeSetPtr cur,
505 xmlXPathNodeSetAddUnique (xmlNodeSetPtr cur,
508 xmlXPathNodeSetAddNs (xmlNodeSetPtr cur,
537 xmlXPathNodeSetDel (xmlNodeSetPtr cur,
540 xmlXPathNodeSetRemove (xmlNodeSetPtr cur,
565 xmlNodePtr cur);
567 xmlNodePtr cur);
569 xmlNodePtr cur);
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
imports.h 53 xmlNodePtr cur);
57 xmlNodePtr cur);
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_dri.c 63 vmw_dri1_check_version(const struct dri1_api_version *cur,
68 if (cur->major > required->major && cur->major <= compat->major)
70 if (cur->major == required->major && cur->minor >= required->minor)
77 cur->major,
78 cur->minor,
79 cur->patch_level, required->major, required->minor, compat->major);
  /external/chromium_org/tools/gn/
config_values_extractors.h 28 // DoSomething(iter->cur());
40 const ConfigValues& cur() const { function in class:ConfigValuesIterator
95 ConfigValuesToStream(iter.cur(), getter, writer, out);
  /external/libselinux/src/
stringrep.c 161 struct discover_class_node *cur = discover_class_cache, *prev = NULL; local
164 while (cur != NULL) {
165 free(cur->name);
168 free(cur->perms[i]);
170 free(cur->perms);
172 prev = cur;
173 cur = cur->next;
  /external/libxml2/include/libxml/
DOCBparser.h 51 docbSAXParseDoc (xmlChar *cur,
56 docbParseDoc (xmlChar *cur,
xpathInternals.h 364 xmlXPathObjectPtr cur,
375 xmlXPathNodeSetContains (xmlNodeSetPtr cur,
504 xmlXPathNodeSetAdd (xmlNodeSetPtr cur,
507 xmlXPathNodeSetAddUnique (xmlNodeSetPtr cur,
510 xmlXPathNodeSetAddNs (xmlNodeSetPtr cur,
539 xmlXPathNodeSetDel (xmlNodeSetPtr cur,
542 xmlXPathNodeSetRemove (xmlNodeSetPtr cur,
567 xmlNodePtr cur);
569 xmlNodePtr cur);
571 xmlNodePtr cur);
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_dri.c 63 vmw_dri1_check_version(const struct dri1_api_version *cur,
68 if (cur->major > required->major && cur->major <= compat->major)
70 if (cur->major == required->major && cur->minor >= required->minor)
77 cur->major,
78 cur->minor,
79 cur->patch_level, required->major, required->minor, compat->major);

Completed in 1522 milliseconds

1 2 3 4 5 6 7 891011>>