Searched defs:refs (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/test/CodeGen/
H A Dpragma-pack-1.c7 } refs; variable in typeref:struct:ref
/external/v8/test/mjsunit/
H A Ddebug-referenced-by.js107 refs = [];
109 refs[i] = {'y': y};
/external/clang/lib/ARCMigrate/
H A DTransforms.h84 void clearRefsIn(Stmt *S, ExprSet &refs);
86 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { argument
88 clearRefsIn(*begin, refs);
91 void collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs);
H A DTransforms.cpp190 ReferenceClear(ExprSet &refs) : Refs(refs) { } argument
200 ReferenceCollector(ValueDecl *D, ExprSet &refs) argument
201 : Dcl(D), Refs(refs) { }
280 void trans::clearRefsIn(Stmt *S, ExprSet &refs) { argument
281 ReferenceClear(refs).TraverseStmt(S);
284 void trans::collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs) { argument
285 ReferenceCollector(D, refs).TraverseStmt(S);
/external/e2fsprogs/lib/ext2fs/
H A Direl_ma.c49 struct ext2_inode_reference *refs; member in struct:inode_reference_entry
161 * If max_refs has changed, reallocate the refs array
164 if (ref_ent->refs && ent->max_refs !=
169 retval = ext2fs_resize_mem(old_size, size, &ref_ent->refs);
252 if (ref_ent->refs == 0) {
256 sizeof(struct ext2_inode_reference), &ref_ent->refs);
259 memset(ref_ent->refs, 0, size);
266 ref_ent->refs[(unsigned) ref_ent->num++] = *ref;
294 if ((ref_ent->refs == NULL) ||
300 *ref = ref_ent->refs[m
[all...]
/external/v8/test/cctest/
H A Dtest-threads.cc144 i::List<i::ThreadId>* refs,
148 refs_(refs), thread_no_(thread_no), thread_to_start_(thread_to_start),
174 i::List<i::ThreadId> refs(kNThreads);
179 new ThreadIdValidationThread(prev, &refs, i, semaphore);
182 refs.Add(i::ThreadId::Invalid());
143 ThreadIdValidationThread(i::Thread* thread_to_start, i::List<i::ThreadId>* refs, unsigned int thread_no, i::Semaphore* semaphore) argument
/external/mesa3d/src/glsl/
H A Dopt_structure_splitting.cpp303 ir_structure_reference_visitor refs; local
305 visit_list_elements(&refs, instructions);
308 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
322 if (refs.variable_list.is_empty())
330 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
355 ir_structure_splitting_visitor split(&refs.variable_list);
H A Dopt_tree_grafting.cpp274 ir_variable_refcount_visitor *refs; member in struct:tree_grafting_info
333 variable_entry *entry = info->refs->get_variable_entry(lhs_var);
356 ir_variable_refcount_visitor refs; local
360 info.refs = &refs;
362 visit_list_elements(info.refs, instructions);
/external/qemu/distrib/sdl-1.2.12/src/joystick/macos/
H A DSDL_sysjoystick.c56 ISpElementReference refs[kMaxReferences]; member in struct:joystick_hwdata
179 joystick->hwdata->refs);
190 &(joystick->hwdata->refs[count2]));
201 &(joystick->hwdata->refs[count2]));
237 joystick->hwdata->refs[j],
250 joystick->hwdata->refs[j],
294 joystick->hwdata->refs[j],
/external/stlport/src/
H A Dmessages.cpp188 messages<char>::messages(size_t refs) argument
189 : locale::facet(refs) {}
191 messages_byname<char>::messages_byname(const char *name, size_t refs) argument
192 : messages<char>(refs), _M_impl(new _STLP_PRIV _Messages(false, name)) {}
217 messages<wchar_t>::messages(size_t refs) argument
218 : locale::facet(refs) {}
220 messages_byname<wchar_t>::messages_byname(const char *name, size_t refs) argument
221 : messages<wchar_t>(refs), _M_impl(new _STLP_PRIV _Messages(true, name)) {}
H A Dfacets_byname.cpp41 ctype_byname<char>::ctype_byname(const char* name, size_t refs) argument
42 : ctype<char>( 0, false, refs) {
112 ctype_byname<wchar_t>::ctype_byname(const char* name, size_t refs) argument
113 : ctype<wchar_t>(refs) {
184 collate_byname<char>::collate_byname(const char* name, size_t refs) argument
185 : collate<char>(refs) {
231 collate_byname<wchar_t>::collate_byname(const char* name, size_t refs) argument
232 : collate<wchar_t>(refs) {
277 ::codecvt_byname(const char* name, size_t refs) argument
278 : codecvt<char, char, mbstate_t>(refs) {
290 codecvt_byname(const char* name, size_t refs) argument
430 numpunct_byname(const char* name, size_t refs) argument
471 numpunct_byname(const char* name, size_t refs) argument
861 moneypunct_byname(const char * name, size_t refs) argument
905 moneypunct_byname(const char * name, size_t refs) argument
954 moneypunct_byname(const char * name, size_t refs) argument
1010 moneypunct_byname(const char * name, size_t refs) argument
[all...]
/external/clang/test/SemaCXX/
H A Dreinterpret-cast.cpp68 void refs() function
H A Dcstyle-cast.cpp212 void refs() function
H A Dfunctional-cast.cpp284 void refs() function
/external/bluetooth/bluez/attrib/
H A Dgattrib.c42 gint refs; member in struct:_GAttrib
148 g_atomic_int_inc(&attrib->refs);
211 if (g_atomic_int_dec_and_test(&attrib->refs) == FALSE)
/external/libxslt/libxslt/
H A Dattributes.c495 xsltAttrElemPtr refs; local
513 refs = xsltGetSAS(style, tmp->set, tmp->ns);
514 if (refs == NULL) {
522 xsltResolveSASCallback(refs, style, name, ns, NULL);
526 xsltMergeAttrElemList(style, values, refs);
/external/oprofile/daemon/liblegacy/
H A Dp_module.h148 unsigned tgt_long refs; member in struct:module
/external/v8/src/
H A Dheap-profiler.h257 void SortRefs() { refs.Sort(JSObjectsCluster::Compare); }
261 ZoneList<JSObjectsCluster> refs; member in struct:v8::internal::BASE_EMBEDDED::ClusterBackRefs
/external/bluetooth/bluez/health/
H A Dhdp_util.c61 int refs; member in struct:conn_mcl_data
989 if (--conn_data->refs > 0)
1009 conn_data->refs++;
1089 conn_data->refs = 1;
/external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
H A DSDL_dlcompat.c210 int refs; /* reference count */ member in struct:dlstatus
476 else if ((dls->module == 0) || (dls->refs == 0))
503 dls->refs = 0;
552 dls->refs++;
985 if ((dls = lookupStatus(sbuf)) && (dls->refs > 0))
1140 if (dls->refs == 1)
1159 dls->refs--;
/external/icu4c/test/intltest/
H A Dwbnf.cpp152 Buffer_pPick refs; // points to Pick member in class:SymbolTable
174 if (!refs[i]){ // exist name, no ref
178 *ref = refs[i];
194 refs.append(var_ref);
197 refs[i] = var_ref; // link definition with variable
201 refs[i] = var_ref;
213 if (refs[i] == NULL){
225 int s = refs.content_size();
227 delete refs[i]; // TOFIX: point alias/recursion problem
229 refs
[all...]
/external/iptables/iptables/
H A Dip6tables.c488 unsigned int refs; local
489 if (!ip6tc_get_references(&refs, chain, handle))
490 printf(" (ERROR obtaining refs)\n");
492 printf(" (%u references)\n", refs);
H A Diptables.c493 unsigned int refs; local
494 if (!iptc_get_references(&refs, chain, handle))
495 printf(" (ERROR obtaining refs)\n");
497 printf(" (%u references)\n", refs);
/external/libxml2/include/libxml/
H A Dtree.h525 int standalone; /* standalone document (no external refs)
537 void *refs; /* Hash table for IDREFs attributes if any */ member in struct:_xmlDoc
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c4458 mach_port_urefs_t refs; member in struct:__anon10996
4465 PRINT("got refs=%d", reply->refs);
4520 VG_(printf)("UNKNOWN remote port mod refs\n");

Completed in 690 milliseconds

12