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

1234

/external/chromium_org/v8/test/mjsunit/
H A Ddebug-referenced-by.js107 refs = [];
109 refs[i] = {'y': y};
/external/chromium_org/chrome/installer/util/
H A Dwmi_unittest.cc16 ULONG refs = services->Release(); local
17 EXPECT_EQ(refs, 0);
24 ULONG refs = services->Release(); local
25 EXPECT_EQ(refs, 0);
37 ULONG refs = class_method->Release(); local
38 EXPECT_EQ(refs, 0);
39 refs = wmi_services->Release();
40 EXPECT_EQ(refs, 0);
/external/clang/test/CodeGen/
H A Dpragma-pack-1.c7 } refs; variable in typeref:struct:ref
67 // CHECK: @refs = common global [[struct_ref]]
/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/fio/
H A Dflow.c7 unsigned int refs; member in struct:fio_flow
64 flow->refs = 0;
72 flow->refs++;
84 if (!--flow->refs) {
/external/ltrace/
H A Dprototype.h99 unsigned refs; member in struct:protolib
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DSerialBitmapReferenceCounter.java29 private int refs = 0; field in class:SerialBitmapReferenceCounter.InnerTracker
32 refs++;
36 refs--;
38 return refs == 0;
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DWildcard.java35 private final int[] refs; field in class:Wildcard
83 refs = new int[size];
84 Arrays.fill(refs, -1);
90 refs[i] = ((Integer)v).intValue();
107 sb.append((refs[i] >= 0) ? matcher.group(refs[i]) : strings[i]);
/external/kernel-headers/original/uapi/xen/
H A Dgntdev.h60 struct ioctl_gntdev_grant_ref refs[1]; member in struct:ioctl_gntdev_map_grant_ref
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_structure_splitting.cpp317 ir_structure_reference_visitor refs; local
319 visit_list_elements(&refs, instructions);
322 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
336 if (refs.variable_list.is_empty())
344 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
369 ir_structure_splitting_visitor split(&refs.variable_list);
H A Dopt_tree_grafting.cpp298 ir_variable_refcount_visitor *refs; member in struct:__anon13275::tree_grafting_info
357 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var);
382 ir_variable_refcount_visitor refs; local
386 info.refs = &refs;
388 visit_list_elements(info.refs, instructions);
H A Dopt_array_splitting.cpp358 ir_array_reference_visitor refs; local
359 if (!refs.get_split_list(instructions, linked))
367 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
395 ir_array_splitting_visitor split(&refs.variable_list);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs_vector_splitting.cpp339 ir_vector_reference_visitor refs; local
341 visit_list_elements(&refs, instructions);
344 foreach_list_safe(node, &refs.variable_list) {
358 if (refs.variable_list.is_empty())
366 foreach_list(node, &refs.variable_list) {
386 ir_vector_splitting_visitor split(&refs.variable_list);
H A Dbrw_wm_pass0.c45 memset(&c->refs[c->nr_refs], 0, sizeof(*c->refs));
46 return &c->refs[c->nr_refs++];
354 struct brw_wm_ref *refs[4]; local
358 * First get all refs, then assign refs. This ensures that "in-place"
365 refs[i] = get_new_ref(c, inst->SrcReg[0], i, NULL);
369 pass0_set_fpreg_ref( c, dst->File, dst->Index, i, refs[i]);
H A Dbrw_wm.c286 void *refs = c->refs; local
291 c->refs = refs;
312 c->refs = rzalloc_array(c, struct brw_wm_ref, BRW_WM_MAX_REF);
/external/chromium_org/v8/test/cctest/
H A Dtest-threads.cc129 i::List<i::ThreadId>* refs,
133 refs_(refs), thread_no_(thread_no), thread_to_start_(thread_to_start),
161 i::List<i::ThreadId> refs(kNThreads);
166 new ThreadIdValidationThread(prev, &refs, i, &semaphore);
169 refs.Add(i::ThreadId::Invalid());
128 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.cpp317 ir_structure_reference_visitor refs; local
319 visit_list_elements(&refs, instructions);
322 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
336 if (refs.variable_list.is_empty())
344 foreach_iter(exec_list_iterator, iter, refs.variable_list) {
369 ir_structure_splitting_visitor split(&refs.variable_list);
H A Dopt_tree_grafting.cpp298 ir_variable_refcount_visitor *refs; member in struct:__anon26848::tree_grafting_info
357 ir_variable_refcount_entry *entry = info->refs->get_variable_entry(lhs_var);
382 ir_variable_refcount_visitor refs; local
386 info.refs = &refs;
388 visit_list_elements(info.refs, instructions);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_vector_splitting.cpp339 ir_vector_reference_visitor refs; local
341 visit_list_elements(&refs, instructions);
344 foreach_list_safe(node, &refs.variable_list) {
358 if (refs.variable_list.is_empty())
366 foreach_list(node, &refs.variable_list) {
386 ir_vector_splitting_visitor split(&refs.variable_list);
H A Dbrw_wm_pass0.c45 memset(&c->refs[c->nr_refs], 0, sizeof(*c->refs));
46 return &c->refs[c->nr_refs++];
354 struct brw_wm_ref *refs[4]; local
358 * First get all refs, then assign refs. This ensures that "in-place"
365 refs[i] = get_new_ref(c, inst->SrcReg[0], i, NULL);
369 pass0_set_fpreg_ref( c, dst->File, dst->Index, i, refs[i]);
/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)) {}
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_edit.h18 int refs; member in struct:leveldb::FileMetaData
25 FileMetaData() : refs(0), allowed_seeks(1 << 30), file_size(0) { }
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_render.c147 struct nouveau_pushbuf_refn refs[] = { local
154 nouveau_pushbuf_refn (push, refs, multi ? 2 : 1))
H A Dnv04_surface.c199 struct nouveau_pushbuf_refn refs[] = { local
230 nouveau_pushbuf_refn (push, refs, 2))
280 struct nouveau_pushbuf_refn refs[] = { local
294 nouveau_pushbuf_refn (push, refs, 2))
429 struct nouveau_pushbuf_refn refs[] = { local
437 nouveau_pushbuf_refn (push, refs, 1))

Completed in 553 milliseconds

1234