Home
last modified time | relevance | path

Searched defs:resource (Results 1 – 25 of 2778) sorted by relevance

12345678910>>...112

/aosp_15_r20/external/mesa3d/src/amd/vpelib/src/core/inc/
H A Dresource.h58 struct resource { struct
59 struct vpe_priv *vpe_priv;
60 struct vpec vpec;
62 bool (*check_input_color_space)(struct vpe_priv *vpe_priv, enum vpe_surface_pixel_format format,
65 bool (*check_output_color_space)(struct vpe_priv *vpe_priv,
68 bool (*check_h_mirror_support)(bool *input_mirror, bool *output_miror);
70 enum vpe_status (*calculate_segments)(
73 enum vpe_status(*check_bg_color_support)(struct vpe_priv* vpe_priv, struct vpe_color* bg_color);
75 enum vpe_status (*set_num_segments)(struct vpe_priv *vpe_priv, struct stream_ctx *stream_ctx,
79 bool (*split_bg_gap)(struct vpe_rect *gaps, const struct vpe_rect *target_rect,
[all …]
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/phr/src/android/healthconnect/cts/phr/
DFhirResourceTest.java73 FhirResource resource = in testFhirResourceBuilder() local
89 FhirResource resource = in testFhirResourceBuilder_setAllFieldsObservation() local
105 FhirResource resource = in testFhirResourceBuilder_setAllFieldsCondition() local
121 FhirResource resource = in testFhirResourceBuilder_setAllFieldsProcedure() local
137 FhirResource resource = in testFhirResourceBuilder_setAllFieldsMedication() local
153 FhirResource resource = in testFhirResourceBuilder_setAllFieldsMedicationStatement() local
169 FhirResource resource = in testFhirResourceBuilder_setAllFieldsMedicationRequest() local
185 FhirResource resource = in testFhirResourceBuilder_setAllFieldsPatient() local
201 FhirResource resource = in testFhirResourceBuilder_setAllFieldsPractitioner() local
217 FhirResource resource = in testFhirResourceBuilder_setAllFieldsPractitionerRole() local
[all …]
/aosp_15_r20/external/wayland/src/
H A Dwayland-server.c151 log_closure(struct wl_resource *resource, in log_closure()
179 verify_objects(struct wl_resource *resource, uint32_t opcode, in verify_objects()
209 handle_array(struct wl_resource *resource, uint32_t opcode, in handle_array()
241 wl_resource_post_event_array(struct wl_resource *resource, uint32_t opcode, in wl_resource_post_event_array()
248 wl_resource_post_event(struct wl_resource *resource, uint32_t opcode, ...) in wl_resource_post_event()
264 wl_resource_queue_event_array(struct wl_resource *resource, uint32_t opcode, in wl_resource_queue_event_array()
271 wl_resource_queue_event(struct wl_resource *resource, uint32_t opcode, ...) in wl_resource_queue_event()
286 wl_resource_post_error_vargs(struct wl_resource *resource, in wl_resource_post_error_vargs()
311 wl_resource_post_error(struct wl_resource *resource, in wl_resource_post_error()
333 struct wl_resource *resource; in wl_client_connection_data() local
[all …]
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrResourceCache.cpp74 void GrResourceCache::insertResource(GrGpuResource* resource) { in insertResource()
108 void GrResourceCache::removeResource(GrGpuResource* resource) { in removeResource()
202 void GrResourceCache::refResource(GrGpuResource* resource) { in refResource()
216 GrGpuResource* resource = fScratchMap.find(scratchKey); in findAndRefScratchResource() local
225 void GrResourceCache::willRemoveScratchKey(const GrGpuResource* resource) { in willRemoveScratchKey()
233 void GrResourceCache::removeUniqueKey(GrGpuResource* resource) { in removeUniqueKey()
253 void GrResourceCache::changeUniqueKey(GrGpuResource* resource, const skgpu::UniqueKey& newKey) { in changeUniqueKey()
295 void GrResourceCache::refAndMakeResourceMRU(GrGpuResource* resource) { in refAndMakeResourceMRU()
316 void GrResourceCache::notifyARefCntReachedZero(GrGpuResource* resource, in notifyARefCntReachedZero()
398 void GrResourceCache::didChangeBudgetStatus(GrGpuResource* resource) { in didChangeBudgetStatus()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/resource/
H A DS3ArnConverterTest.java37 S3Resource resource = S3_ARN_PARSER.convertArn(Arn.builder() in parseArn_objectThroughAp_v2Arn() local
60 S3Resource resource = S3_ARN_PARSER.convertArn(Arn.builder() in parseArn_object_v1Arn() local
81 S3Resource resource = S3_ARN_PARSER.convertArn(Arn.builder() in parseArn_accessPoint() local
101 S3Resource resource = S3_ARN_PARSER.convertArn(Arn.builder() in parseArn_accessPoint_withQualifier() local
121 S3Resource resource = S3_ARN_PARSER.convertArn(Arn.builder() in parseArn_v1Bucket() local
139 S3Resource resource = S3_ARN_PARSER.convertArn(Arn.builder() in parseArn_v2Bucket() local
266 S3Resource resource = S3_ARN_PARSER.convertArn(Arn.builder() in parseArn_outpostAccessPoint_slash() local
288 S3Resource resource = S3_ARN_PARSER.convertArn(Arn.builder() in parseArn_outpostAccessPoint_colon() local
313 S3Resource resource = S3_ARN_PARSER.convertArn(Arn.builder() in parseArn_globalAccessPoint_slash() local
332 S3Resource resource = S3_ARN_PARSER.convertArn(Arn.builder() in parseArn_globalAccessPoint_colon() local
[all …]
/aosp_15_r20/external/lzma/CPP/Windows/
H A DNet.cpp75 static void ConvertNETRESOURCEToCResource(const NETRESOURCE &netResource, CResource &resource) in ConvertNETRESOURCEToCResource()
95 static void ConvertCResourceToNETRESOURCE(const CResource &resource, NETRESOURCE &netResource) in ConvertCResourceToNETRESOURCE()
118 static void ConvertNETRESOURCEToCResource(const NETRESOURCEW &netResource, CResourceW &resource) in ConvertNETRESOURCEToCResource()
138 static void ConvertCResourceToNETRESOURCE(const CResourceW &resource, NETRESOURCEW &netResource) in ConvertCResourceToNETRESOURCE()
150 static void ConvertResourceWToResource(const CResourceW &resourceW, CResource &resource) in ConvertResourceWToResource()
159 static void ConvertResourceToResourceW(const CResource &resource, CResourceW &resourceW) in ConvertResourceToResourceW()
169 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, const CResource *resource) in Open()
182 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, const CResourceW *resource) in Open()
227 DWORD CEnum::Next(CResource &resource) in Next()
245 DWORD CEnum::Next(CResourceW &resource) in Next()
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/xds/
H A Dxds_client_test.cc246 std::shared_ptr<const ResourceStruct> resource; member
262 [&](const ResourceAndReadDelayHandle& resource) { in ~Watcher()
434 static google::protobuf::Any EncodeAsAny(const ResourceStruct& resource) { in EncodeAsAny()
555 const typename ResourceType::ResourceType& resource, in AddResource()
568 ResponseBuilder& AddFooResource(const XdsFooResource& resource, in AddFooResource()
573 ResponseBuilder& AddBarResource(const XdsBarResource& resource, in AddBarResource()
579 const XdsWildcardCapableResource& resource, in AddWildcardCapableResource()
915 auto resource = watcher->WaitForNextResource(); in TEST_F() local
982 auto resource = watcher->WaitForNextResource(); in TEST_F() local
1070 auto resource = watcher->WaitForNextResource(); in TEST_F() local
[all …]
H A Dxds_cluster_resource_type_test.cc164 auto& resource = in TEST_F() local
197 auto& resource = in TEST_F() local
219 auto& resource = in TEST_F() local
346 auto& resource = in TEST_F() local
581 auto& resource = in TEST_F() local
658 auto& resource = in TEST_F() local
682 auto& resource = in TEST_F() local
838 auto& resource = in TEST_F() local
935 auto& resource = in TEST_F() local
1107 auto& resource = in TEST_F() local
[all …]
/aosp_15_r20/external/google-cloud-java/java-containeranalysis/google-cloud-containeranalysis/src/test/java/com/google/cloud/devtools/containeranalysis/v1/
H A DContainerAnalysisClientTest.java104 ResourceName resource = in setIamPolicyTest() local
146 ResourceName resource = in setIamPolicyExceptionTest() local
184 String resource = "resource-341064690"; in setIamPolicyTest2() local
208 String resource = "resource-341064690"; in setIamPolicyExceptionTest2() local
228 ResourceName resource = in getIamPolicyTest() local
268 ResourceName resource = in getIamPolicyExceptionTest() local
305 String resource = "resource-341064690"; in getIamPolicyTest2() local
327 String resource = "resource-341064690"; in getIamPolicyExceptionTest2() local
341 ResourceName resource = in testIamPermissionsTest() local
383 ResourceName resource = in testIamPermissionsExceptionTest() local
[all …]
H A DContainerAnalysisClientHttpJsonTest.java96 ResourceName resource = in setIamPolicyTest() local
143 ResourceName resource = in setIamPolicyExceptionTest() local
181 String resource = "projects/project-8432/notes/note-8432"; in setIamPolicyTest2() local
210 String resource = "projects/project-8432/notes/note-8432"; in setIamPolicyExceptionTest2() local
230 ResourceName resource = in getIamPolicyTest() local
276 ResourceName resource = in getIamPolicyExceptionTest() local
313 String resource = "projects/project-8432/notes/note-8432"; in getIamPolicyTest2() local
341 String resource = "projects/project-8432/notes/note-8432"; in getIamPolicyExceptionTest2() local
355 ResourceName resource = in testIamPermissionsTest() local
402 ResourceName resource = in testIamPermissionsExceptionTest() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dresources.py34 def is_stale(self, resource, path): argument
45 def get(self, resource): argument
151 def get_cache_info(self, resource): argument
166 def get_stream(self, resource): argument
169 def get_bytes(self, resource): argument
173 def get_size(self, resource): argument
176 def get_resources(self, resource): argument
182 def is_container(self, resource): argument
244 def get_cache_info(self, resource): argument
249 def get_bytes(self, resource): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dresources.py34 def is_stale(self, resource, path): argument
45 def get(self, resource): argument
151 def get_cache_info(self, resource): argument
166 def get_stream(self, resource): argument
169 def get_bytes(self, resource): argument
173 def get_size(self, resource): argument
176 def get_resources(self, resource): argument
182 def is_container(self, resource): argument
244 def get_cache_info(self, resource): argument
249 def get_bytes(self, resource): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dresources.py34 def is_stale(self, resource, path): argument
45 def get(self, resource): argument
151 def get_cache_info(self, resource): argument
166 def get_stream(self, resource): argument
169 def get_bytes(self, resource): argument
173 def get_size(self, resource): argument
176 def get_resources(self, resource): argument
182 def is_container(self, resource): argument
244 def get_cache_info(self, resource): argument
249 def get_bytes(self, resource): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dresources.py34 def is_stale(self, resource, path): argument
45 def get(self, resource): argument
151 def get_cache_info(self, resource): argument
166 def get_stream(self, resource): argument
169 def get_bytes(self, resource): argument
173 def get_size(self, resource): argument
176 def get_resources(self, resource): argument
182 def is_container(self, resource): argument
244 def get_cache_info(self, resource): argument
249 def get_bytes(self, resource): argument
[all …]
/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/test/java/com/google/cloud/resourcemanager/v3/
H A DOrganizationsClientHttpJsonTest.java245 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in getIamPolicyTest() local
273 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in getIamPolicyExceptionTest() local
292 String resource = "organizations/organization-1245"; in getIamPolicyTest2() local
320 String resource = "organizations/organization-1245"; in getIamPolicyExceptionTest2() local
339 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in setIamPolicyTest() local
367 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in setIamPolicyExceptionTest() local
386 String resource = "organizations/organization-1245"; in setIamPolicyTest2() local
414 String resource = "organizations/organization-1245"; in setIamPolicyExceptionTest2() local
428 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in testIamPermissionsTest() local
457 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in testIamPermissionsExceptionTest() local
[all …]
H A DOrganizationsClientTest.java233 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in getIamPolicyTest() local
255 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in getIamPolicyExceptionTest() local
274 String resource = "resource-341064690"; in getIamPolicyTest2() local
296 String resource = "resource-341064690"; in getIamPolicyExceptionTest2() local
315 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in setIamPolicyTest() local
337 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in setIamPolicyExceptionTest() local
356 String resource = "resource-341064690"; in setIamPolicyTest2() local
378 String resource = "resource-341064690"; in setIamPolicyExceptionTest2() local
392 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in testIamPermissionsTest() local
416 ResourceName resource = OrganizationName.of("[ORGANIZATION]"); in testIamPermissionsExceptionTest() local
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/common/sci/svc/pm/
Dpm_rpc_clnt.c90 sc_err_t sc_pm_set_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_set_resource_power_mode()
109 sc_err_t sc_pm_get_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_get_resource_power_mode()
131 sc_err_t sc_pm_req_low_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_req_low_power_mode()
150 sc_err_t sc_pm_req_cpu_low_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_req_cpu_low_power_mode()
171 sc_err_t sc_pm_set_cpu_resume_addr(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_set_cpu_resume_addr()
191 sc_err_t sc_pm_set_cpu_resume(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_set_cpu_resume()
212 sc_err_t sc_pm_req_sys_if_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_req_sys_if_power_mode()
235 sc_err_t sc_pm_set_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_set_clock_rate()
256 sc_err_t sc_pm_get_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_get_clock_rate()
279 sc_err_t sc_pm_clock_enable(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_clock_enable()
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/imx/common/sci/svc/pm/
H A Dpm_rpc_clnt.c90 sc_err_t sc_pm_set_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_set_resource_power_mode()
109 sc_err_t sc_pm_get_resource_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_get_resource_power_mode()
131 sc_err_t sc_pm_req_low_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_req_low_power_mode()
150 sc_err_t sc_pm_req_cpu_low_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_req_cpu_low_power_mode()
171 sc_err_t sc_pm_set_cpu_resume_addr(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_set_cpu_resume_addr()
191 sc_err_t sc_pm_set_cpu_resume(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_set_cpu_resume()
212 sc_err_t sc_pm_req_sys_if_power_mode(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_req_sys_if_power_mode()
235 sc_err_t sc_pm_set_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_set_clock_rate()
256 sc_err_t sc_pm_get_clock_rate(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_get_clock_rate()
279 sc_err_t sc_pm_clock_enable(sc_ipc_t ipc, sc_rsrc_t resource, in sc_pm_clock_enable()
[all …]
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResourceCache.cpp82 void ResourceCache::insertResource(Resource* resource) { in insertResource()
132 Resource* resource = fResourceMap.find(key); in findAndRefResource() local
176 void ResourceCache::refAndMakeResourceMRU(Resource* resource) { in refAndMakeResourceMRU()
191 bool ResourceCache::returnResource(Resource* resource, LastRemovedRef removedRef) { in returnResource()
295 void ResourceCache::returnResourceToCache(Resource* resource, LastRemovedRef removedRef) { in returnResourceToCache()
350 void ResourceCache::addToNonpurgeableArray(Resource* resource) { in addToNonpurgeableArray()
356 void ResourceCache::removeFromNonpurgeableArray(Resource* resource) { in removeFromNonpurgeableArray()
368 void ResourceCache::removeFromPurgeableQueue(Resource* resource) { in removeFromPurgeableQueue()
386 void ResourceCache::purgeResource(Resource* resource) { in purgeResource()
415 Resource* resource = fPurgeableQueue.peek(); in purgeAsNeeded() local
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDataSourceContractTest.java120 TestResource resource = resources.get(i); in unboundedDataSpec_readUntilEnd() local
147 TestResource resource = resources.get(i); in dataSpecWithPosition_readUntilEnd() local
178 TestResource resource = resources.get(i); in dataSpecWithLength_readExpectedRange() local
202 TestResource resource = resources.get(i); in dataSpecWithPositionAndLength_readExpectedRange() local
231 TestResource resource = resources.get(i); in dataSpecWithPositionAtEnd_readsZeroBytes() local
264 TestResource resource = resources.get(i); in dataSpecWithPositionAtEndAndLength_readsZeroBytes() local
299 TestResource resource = resources.get(i); in dataSpecWithPositionOutOfRange_throwsPositionOutOfRangeException() local
321 TestResource resource = resources.get(i); in dataSpecWithEndPositionOutOfRange_readsToEnd() local
361 TestResource resource = resources.get(i); in unboundedDataSpecWithGzipFlag_readUntilEnd() local
411 TestResource resource = resources.get(i); in transferListenerCallbacks() local
[all …]
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDataSourceContractTest.java120 TestResource resource = resources.get(i); in unboundedDataSpec_readUntilEnd() local
147 TestResource resource = resources.get(i); in dataSpecWithPosition_readUntilEnd() local
178 TestResource resource = resources.get(i); in dataSpecWithLength_readExpectedRange() local
202 TestResource resource = resources.get(i); in dataSpecWithPositionAndLength_readExpectedRange() local
231 TestResource resource = resources.get(i); in dataSpecWithPositionAtEnd_readsZeroBytes() local
264 TestResource resource = resources.get(i); in dataSpecWithPositionAtEndAndLength_readsZeroBytes() local
299 TestResource resource = resources.get(i); in dataSpecWithPositionOutOfRange_throwsPositionOutOfRangeException() local
321 TestResource resource = resources.get(i); in dataSpecWithEndPositionOutOfRange_readsToEnd() local
361 TestResource resource = resources.get(i); in unboundedDataSpecWithGzipFlag_readUntilEnd() local
411 TestResource resource = resources.get(i); in transferListenerCallbacks() local
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/core/arns/src/main/java/software/amazon/awssdk/arns/
H A DArnResource.java41 private final String resource; field in ArnResource
60 public String resource() { in resource() method in ArnResource
93 public static ArnResource fromString(String resource) { in fromString()
177 Builder resource(String resource); in resource() argument
196 private String resource; field in ArnResource.DefaultBuilder
212 public void setResource(String resource) { in setResource()
217 public Builder resource(String resource) { in resource() method in ArnResource.DefaultBuilder
/aosp_15_r20/external/google-cloud-java/java-gkehub/google-cloud-gkehub/src/test/java/com/google/cloud/gkehub/v1/
H A DGkeHubClientHttpJsonTest.java529 Membership resource = Membership.newBuilder().build(); in createMembershipTest() local
559 Membership resource = Membership.newBuilder().build(); in createMembershipExceptionTest() local
593 Membership resource = Membership.newBuilder().build(); in createMembershipTest2() local
623 Membership resource = Membership.newBuilder().build(); in createMembershipExceptionTest2() local
655 Feature resource = Feature.newBuilder().build(); in createFeatureTest() local
685 Feature resource = Feature.newBuilder().build(); in createFeatureExceptionTest() local
717 Feature resource = Feature.newBuilder().build(); in createFeatureTest2() local
747 Feature resource = Feature.newBuilder().build(); in createFeatureExceptionTest2() local
961 Membership resource = Membership.newBuilder().build(); in updateMembershipTest() local
991 Membership resource = Membership.newBuilder().build(); in updateMembershipExceptionTest() local
[all …]
H A DGkeHubClientTest.java486 Membership resource = Membership.newBuilder().build(); in createMembershipTest() local
512 Membership resource = Membership.newBuilder().build(); in createMembershipExceptionTest() local
549 Membership resource = Membership.newBuilder().build(); in createMembershipTest2() local
575 Membership resource = Membership.newBuilder().build(); in createMembershipExceptionTest2() local
610 Feature resource = Feature.newBuilder().build(); in createFeatureTest() local
636 Feature resource = Feature.newBuilder().build(); in createFeatureExceptionTest() local
671 Feature resource = Feature.newBuilder().build(); in createFeatureTest2() local
697 Feature resource = Feature.newBuilder().build(); in createFeatureExceptionTest2() local
902 Membership resource = Membership.newBuilder().build(); in updateMembershipTest() local
928 Membership resource = Membership.newBuilder().build(); in updateMembershipExceptionTest() local
[all …]
/aosp_15_r20/external/coreboot/src/include/device/
H A Dresource.h45 struct resource { struct
46 resource_t base; /* Base address of the resource */ argument
47 resource_t size; /* Size of the resource */ argument
48 resource_t limit; /* Largest valid value base + size -1 */ argument
49 DEVTREE_CONST struct resource *next; /* Next resource in the list */ argument
50 unsigned long flags; /* Descriptions of the kind of resource */ argument
51 unsigned long index; /* Bus specific per device resource id */ argument
52 unsigned char align; /* Required alignment (log 2) of the resource */ argument
53 unsigned char gran; /* Granularity (log 2) of the resource */ argument

12345678910>>...112