HomeSort by: relevance | last modified time | path
    Searched defs:objects (Results 1 - 22 of 22) sorted by relevancy

  /src/external/gpl2/libmalloc/dist/
Makefile 29 objects = valloc.o malloc.o free.o cfree.o realloc.o calloc.o morecore.o memalign.o mcheck.o mtrace.o mstats.o vm-limit.o ralloc.o malloc-find.o macro
32 libmalloc.a: $(objects)
33 ar crv $@ $(objects)
36 $(objects): $(headers)
  /src/games/hack/
def.objects.h 1 /* $NetBSD: def.objects.h,v 1.6 2003/04/02 18:36:34 jsm Exp $ */
66 /* objects have letter " % ) ( 0 _ ` [ ! ? / = * */
70 struct objclass objects[] = { variable in typeref:struct:objclass
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachOUniversal.h 144 iterator_range<object_iterator> objects() const { function in class:llvm::object::MachOUniversalBinary
TapiUniversal.h 100 iterator_range<object_iterator> objects() const { function in class:llvm::object::TapiUniversal
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DebugMap.h 65 /// for (const auto &DMO: DM->objects()) {
80 ObjectContainer Objects;
98 iterator_range<const_iterator> objects() const { function in class:llvm::dsymutil::DebugMap
102 const_iterator begin() const { return Objects.begin(); }
104 const_iterator end() const { return Objects.end(); }
106 unsigned getNumberOfObjects() const { return Objects.size(); }
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_userptr.c 47 struct rb_root_cached objects; member in struct:i915_mmu_notifier
60 interval_tree_insert(&mo->it, &mo->mn->objects);
68 interval_tree_remove(&mo->it, &mo->mn->objects);
109 if (RB_EMPTY_ROOT(&mn->objects.rb_root))
116 it = interval_tree_iter_first(&mn->objects, range->start, end);
158 it = interval_tree_iter_first(&mn->objects, range->start, end);
181 mn->objects = RB_ROOT_CACHED;
579 * checking for existing objects during creation.)
697 * We always mark objects as dirty when they are used by the GPU,
812 /* We cannot support coherent userptr objects on hw withou
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
intel_memory_region.h 102 struct mutex lock; /* Protects access to objects */
105 } objects; member in struct:intel_memory_region
  /src/external/bsd/wpa/dist/wpa_supplicant/dbus/
dbus_new_helpers.c 770 char **objects = NULL; local
776 if (!dbus_connection_list_registered(con, path, &objects))
779 for (i = 0; objects[i]; i++) {
781 "%s/%s", path, objects[i]);
786 dbus_free_string_array(objects);
794 * Traverses through all registered objects and sends PropertiesChanged for
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
template.h 34 Objects objects; member in class:Tuple
39 const char *toChars() const { return objects.toChars(); }
46 Objects *dedargs;
245 Objects *tiargs;
250 Objects tdtypes;
declaration.h 167 Objects *objects; member in class:TupleDeclaration
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
huge_pages.c 393 * Sanity check creating objects with every valid page support
672 static void close_object_list(struct list_head *objects,
677 list_for_each_entry_safe(obj, on, objects, st_link) {
698 LIST_HEAD(objects);
729 list_add(&obj->st_link, &objects);
804 close_object_list(&objects, ppgtt);
821 } objects[] = { local
888 for (i = 0; i < ARRAY_SIZE(objects); ++i) {
889 unsigned int size = objects[i].size;
890 unsigned int expected_gtt = objects[i].gtt
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drv.h 20 * - added support for tiled system memory buffer objects
110 struct list_head objects; member in struct:nouveau_cli
  /src/usr.sbin/acpitools/aml/
aml_obj.h 83 union aml_object **objects; member in struct:aml_package
182 int offset; /* of aml_buffer.data or aml_package.objects. */
aml_parse.c 551 union aml_object *obj, **objects; local
562 objects = memman_alloc_flexsize(aml_memman,
564 if (objects == NULL) {
568 bzero(objects, numelements * sizeof(union aml_object *));
571 objects = NULL;
583 objects[i] = aml_copy_object(copy, tmpname->property);
595 obj->package.objects = objects;
1895 pkgval = aml_objtonum(env, obj->package.objects[i]);
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_drv.h 104 struct list_head objects; member in struct:qxl_gem
  /src/games/battlestar/
extern.h 133 /* non-objects below */
229 * These are flags for objects in the objflags array. OBJ_PLURAL means
253 unsigned int objects[NUMOFWORDS]; member in struct:room
268 * These macros yield words to use with objects (followed but not preceded
  /src/external/gpl3/gcc.old/dist/gcc/
ira-int.h 260 objects. */
378 /* The number of objects tracked in the following array. */
384 ira_object_t objects[2];
471 #define ALLOCNO_OBJECT(A,N) ((A)->objects[N])
1155 /* The iterator for all objects. */
1168 /* Return TRUE if we have more objects to visit, in which case *OBJ is
1185 /* Loop over all objects. In each iteration, OBJ is set to the next
1187 the objects. */
1193 /* The iterator for objects associated with an allocno. */
1206 /* Return TRUE if we have more objects to visit in allocno A, in whic
383 ira_object_t objects[2]; member in struct:ira_allocno
    [all...]
rtl.h 248 /* Describes a group of objects that are to be placed together in such
251 /* The section in which these objects should be placed. */
257 /* The total size of the objects, measured in bytes. */
268 vec<rtx, va_gc> *objects;
270 /* All the anchor SYMBOL_REFs used to address these objects, sorted
3882 these unique rtl objects. On machines where the frame-pointer and
3885 After register allocation, other rtl objects which used to be pseudo-regs
3906 /* Commonly used RTL for hard registers. These objects are not
3946 go through these unique rtx objects. */
267 vec<rtx, va_gc> *objects; variable
  /src/external/gpl3/gcc/dist/gcc/
ira-int.h 260 objects. */
364 /* The number of objects tracked in the following array. */
399 ira_object_t objects[2];
485 #define ALLOCNO_OBJECT(A,N) ((A)->objects[N])
1169 /* The iterator for all objects. */
1182 /* Return TRUE if we have more objects to visit, in which case *OBJ is
1199 /* Loop over all objects. In each iteration, OBJ is set to the next
1201 the objects. */
1207 /* The iterator for objects associated with an allocno. */
1220 /* Return TRUE if we have more objects to visit in allocno A, in whic
398 ira_object_t objects[2]; member in struct:ira_allocno
    [all...]
rtl.h 250 /* Describes a group of objects that are to be placed together in such
253 /* The section in which these objects should be placed. */
259 /* The total size of the objects, measured in bytes. */
270 vec<rtx, va_gc> *objects;
272 /* All the anchor SYMBOL_REFs used to address these objects, sorted
3891 these unique rtl objects. On machines where the frame-pointer and
3894 After register allocation, other rtl objects which used to be pseudo-regs
3915 /* Commonly used RTL for hard registers. These objects are not
3955 go through these unique rtx objects. */
269 vec<rtx, va_gc> *objects; variable
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp 820 ParmVarDecl *objects = ParmVarDecl::Create(Context, Method, local
823 &Context.Idents.get("objects"),
827 Params.push_back(objects);
982 ParmVarDecl *objects = ParmVarDecl::Create(Context, Method, local
985 &Context.Idents.get("objects"),
989 Params.push_back(objects);
3618 /// Look through pseudo-objects.
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon.h 593 * GEM objects.
597 struct list_head objects; member in struct:radeon_gem

Completed in 63 milliseconds