HomeSort by: relevance | last modified time | path
    Searched defs:resource (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/include/linux/
ioport.h 45 struct resource { struct
58 resource_size(struct resource *resource)
60 return resource->end - resource->start + 1;
64 resource_contains(struct resource *r1, struct resource *r2)
72 release_resource(struct resource *resource)
74 bus_space_free(resource->r_bst, resource->r_bsh
    [all...]
platform_device.h 50 } resource[NUM_PLATFORM_RESOURCE]; member in struct:platform_device
ioport.h 45 struct resource { struct
58 resource_size(struct resource *resource)
60 return resource->end - resource->start + 1;
64 resource_contains(struct resource *r1, struct resource *r2)
72 release_resource(struct resource *resource)
74 bus_space_free(resource->r_bst, resource->r_bsh
    [all...]
platform_device.h 50 } resource[NUM_PLATFORM_RESOURCE]; member in struct:platform_device
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
ResourcePool.h 24 * to a `T`, and when it goes out of scope the resource will be returned to the
28 * up the resource before or after every use.
56 * @returns A unique pointer to a resource. The resource is null iff
62 UniquePtr resource{resources_.back(), Deleter{*this}};
65 return resource;
67 UniquePtr resource{factory_(), Deleter{*this}};
69 return resource;
74 for (const auto resource : resources_) {
75 free_(resource); variable
    [all...]
ResourcePool.h 24 * to a `T`, and when it goes out of scope the resource will be returned to the
28 * up the resource before or after every use.
56 * @returns A unique pointer to a resource. The resource is null iff
62 UniquePtr resource{resources_.back(), Deleter{*this}};
65 return resource;
67 UniquePtr resource{factory_(), Deleter{*this}};
69 return resource;
74 for (const auto resource : resources_) {
75 free_(resource); variable
    [all...]
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
movement.h 108 resource_info resource = full_register (regno); local
109 def_lookup dl = crtl->ssa->find_def (resource, insn);
164 // - DEFS contains a definition D of resource R;
198 // same resource.
232 if (!call_group->clobbers (def->resource ()))
323 if (!call_group->clobbers (use->resource ()))
movement.h 108 resource_info resource = full_register (regno); local
109 def_lookup dl = crtl->ssa->find_def (resource, insn);
164 // - DEFS contains a definition D of resource R;
198 // same resource.
232 if (!call_group->clobbers (def->resource ()))
323 if (!call_group->clobbers (use->resource ()))
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
movement.h 103 resource_info resource = full_register (regno); local
104 def_lookup dl = crtl->ssa->find_def (resource, insn);
159 // - DEFS contains a definition D of resource R;
188 // same resource.
222 if (!call_group->clobbers (def->resource ()))
312 if (!call_group->clobbers (use->resource ()))
movement.h 103 resource_info resource = full_register (regno); local
104 def_lookup dl = crtl->ssa->find_def (resource, insn);
159 // - DEFS contains a definition D of resource R;
188 // same resource.
222 if (!call_group->clobbers (def->resource ()))
312 if (!call_group->clobbers (use->resource ()))
  /src/external/bsd/libevent/dist/test/
bench_httpclient.c 51 const char *resource = NULL; variable
172 "GET %s HTTP/1.0\r\n\r\n", resource); local
191 resource = "/ref";
bench_httpclient.c 51 const char *resource = NULL; variable
172 "GET %s HTTP/1.0\r\n\r\n", resource); local
191 resource = "/ref";
  /src/external/bsd/ntp/dist/sntp/libevent/test/
bench_httpclient.c 52 const char *resource = NULL; variable
173 "GET %s HTTP/1.0\r\n\r\n", resource); local
192 resource = "/ref";
bench_httpclient.c 52 const char *resource = NULL; variable
173 "GET %s HTTP/1.0\r\n\r\n", resource); local
192 resource = "/ref";
  /src/external/bsd/nvi/dist/motif_l/
m_ruler.c 72 static XutResource resource[] = {
177 /* check the resource database for interesting resources */
180 resource,
181 XtNumber(resource)
71 static XutResource resource[] = { variable
m_ruler.c 72 static XutResource resource[] = {
177 /* check the resource database for interesting resources */
180 resource,
181 XtNumber(resource)
71 static XutResource resource[] = { variable
  /src/external/mit/xorg/server/xorg-server/dix/
Makefile 13 privates.c property.c resource.c swaprep.c swapreq.c \
40 COPTS.resource.c= -Wno-error
Makefile 13 privates.c property.c resource.c swaprep.c swapreq.c \
40 COPTS.resource.c= -Wno-error
  /src/external/bsd/nvi/dist/motif/
m_main.c 75 static XutResource resource[] = { variable
215 /* check the resource database for interesting resources */
218 resource,
219 XtNumber(resource)
333 * resource "name*installColormap" is "True". If so, the
360 /* what does the resource say? */
m_main.c 75 static XutResource resource[] = { variable
215 /* check the resource database for interesting resources */
218 resource,
219 XtNumber(resource)
333 * resource "name*installColormap" is "True". If so, the
360 /* what does the resource say? */
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-avlprop.cc 380 resource_info resource = full_register (REGNO (new_use_avl)); local
381 def_lookup dl = crtl->ssa->find_def (resource, use_insn);
riscv-avlprop.cc 380 resource_info resource = full_register (REGNO (new_use_avl)); local
381 def_lookup dl = crtl->ssa->find_def (resource, use_insn);
  /src/external/mit/xorg/server/xorg-server.old/dix/
Makefile 13 privates.c property.c resource.c swaprep.c swapreq.c \
42 COPTS.resource.c= -Wno-error
Makefile 13 privates.c property.c resource.c swaprep.c swapreq.c \
42 COPTS.resource.c= -Wno-error
  /src/external/gpl2/groff/dist/src/devices/grops/
psrm.cpp 126 struct resource { struct
127 resource *next;
136 resource(resource_type, string &, string & = an_empty_string, unsigned = 0);
137 ~resource();
141 resource::resource(resource_type t, string &n, string &v, unsigned r) function in class:resource
153 resource::~resource()
158 void resource::print_type_and_name(FILE *outfp)
183 procset_resource->flags |= resource::SUPPLIED
    [all...]

Completed in 95 milliseconds

1 2