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

123

/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/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/qemu/distrib/sdl-1.2.15/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/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),
175 i::List<i::ThreadId> refs(kNThreads);
180 new ThreadIdValidationThread(prev, &refs, i, semaphore);
183 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/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp30 LocalRefsCollector(SmallVectorImpl<DeclRefExpr *> &refs) argument
31 : Refs(refs) { }
H A DTransforms.h206 void clearRefsIn(Stmt *S, ExprSet &refs);
208 void clearRefsIn(iterator begin, iterator end, ExprSet &refs) { argument
210 clearRefsIn(*begin, refs);
213 void collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs);
H A DTransforms.cpp221 ReferenceClear(ExprSet &refs) : Refs(refs) { } argument
230 ReferenceCollector(ValueDecl *D, ExprSet &refs) argument
231 : Dcl(D), Refs(refs) { }
304 void trans::clearRefsIn(Stmt *S, ExprSet &refs) { argument
305 ReferenceClear(refs).TraverseStmt(S);
308 void trans::collectRefs(ValueDecl *D, Stmt *S, ExprSet &refs) { argument
309 ReferenceCollector(D, refs).TraverseStmt(S);
/external/clang/test/SemaCXX/
H A Dreinterpret-cast.cpp82 void refs() function
H A Dcstyle-cast.cpp213 void refs() function
H A Dfunctional-cast.cpp285 void refs() function
/external/elfutils/libdwfl/
H A Dderelocate.c61 } refs[0]; member in struct:dwfl_relocation
93 struct secref *refs = NULL; local
138 newref->next = refs;
139 refs = newref;
153 for (struct secref *sec = refs; sec != NULL; sec = sec->next)
166 mod->reloc_info = malloc (offsetof (struct dwfl_relocation, refs[nrefs]));
174 for (size_t i = nrefs; i-- > 0; refs = refs->next)
175 sortrefs[i] = refs;
176 assert (refs
[all...]
/external/webp/src/enc/
H A Dbackward_references.h184 PixOrCopy* refs; member in struct:__anon16267
189 // Initialize the object. Must be called first. 'refs' can be NULL.
190 void VP8LInitBackwardRefs(VP8LBackwardRefs* const refs);
192 // Release memory and re-initialize the object. 'refs' can be NULL.
193 void VP8LClearBackwardRefs(VP8LBackwardRefs* const refs);
196 int VP8LBackwardRefsAlloc(VP8LBackwardRefs* const refs, int max_size);
H A Dhistogram.c31 void VP8LHistogramStoreRefs(const VP8LBackwardRefs* const refs, argument
34 for (i = 0; i < refs->size; ++i) {
35 VP8LHistogramAddSinglePixOrCopy(histo, &refs->refs[i]);
40 const VP8LBackwardRefs* const refs,
46 VP8LHistogramStoreRefs(refs, p);
232 const PixOrCopy* const v = &backward_refs->refs[i];
381 const VP8LBackwardRefs* const refs,
400 HistogramBuildImage(xsize, histo_bits, refs, image_out);
39 VP8LHistogramCreate(VP8LHistogram* const p, const VP8LBackwardRefs* const refs, int palette_code_bits) argument
380 VP8LGetHistoImageSymbols(int xsize, int ysize, const VP8LBackwardRefs* const refs, int quality, int histo_bits, int cache_bits, VP8LHistogramSet* const image_in, uint16_t* const histogram_symbols) argument
H A Dbackward_references.c79 void VP8LInitBackwardRefs(VP8LBackwardRefs* const refs) { argument
80 if (refs != NULL) {
81 refs->refs = NULL;
82 refs->size = 0;
83 refs->max_size = 0;
87 void VP8LClearBackwardRefs(VP8LBackwardRefs* const refs) { argument
88 if (refs != NULL) {
89 free(refs->refs);
94 VP8LBackwardRefsAlloc(VP8LBackwardRefs* const refs, int max_size) argument
230 PushBackCopy(VP8LBackwardRefs* const refs, int length) argument
242 BackwardReferencesRle(int xsize, int ysize, const uint32_t* const argb, VP8LBackwardRefs* const refs) argument
263 BackwardReferencesHashChain(int xsize, int ysize, const uint32_t* const argb, int cache_bits, int quality, VP8LBackwardRefs* const refs) argument
415 VP8LBackwardRefs refs; local
620 BackwardReferencesHashChainFollowChosenPath( int xsize, int ysize, const uint32_t* const argb, int quality, int cache_bits, const uint32_t* const chosen_path, int chosen_path_size, VP8LBackwardRefs* const refs) argument
697 BackwardReferencesTraceBackwards(int xsize, int ysize, int recursive_cost_model, const uint32_t* const argb, int quality, int cache_bits, VP8LBackwardRefs* const refs) argument
728 BackwardReferences2DLocality(int xsize, VP8LBackwardRefs* const refs) argument
816 ComputeCacheHistogram(const uint32_t* const argb, int xsize, int ysize, const VP8LBackwardRefs* const refs, int cache_bits, VP8LHistogram* const histo) argument
869 VP8LBackwardRefs refs; local
[all...]
/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/skia/tests/
H A DPictureTest.cpp118 // corresponding value in refs[] and append that ref into array, skipping
120 static void gather_from_colors(const SkBitmap& bm, SkPixelRef* const refs[], argument
149 *array->append() = refs[i];
162 SkPixelRef* refs[N]; local
172 refs[i] = bm[i].pixelRef();
193 REPORTER_ASSERT(reporter, *(SkPixelRef**)data->data() == refs[i]);
197 // with a deduced list of refs by looking at the colors drawn.
213 gather_from_colors(result, refs, N, &array);
/external/qemu/distrib/sdl-1.2.15/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

Completed in 594 milliseconds

123