/third_party/mbedtls/tests/scripts/ |
H A D | generate_psa_tests.py | 375 """Mapping of usage flags to the flags that they imply.""" 379 usage: Iterable[str], 385 * `usage` : The usage flags used for the key. 386 * `without_implicit_usage`: Flag to define to apply the usage extension 388 usage_flags = set(usage) 397 super().__init__(usage=usage_expression, **kwargs) 411 * `expected_usage`: the usage flags generated as the expected usage flags 412 in the test cases. CAn differ from the usage flag [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 115 bs->usage.usage = 0; in zink_reset_batch_state() 166 cnd_destroy(&bs->usage.flush); in zink_batch_state_destroy() 167 mtx_destroy(&bs->usage.mtx); in zink_batch_state_destroy() 248 cnd_init(&bs->usage.flush); in create_batch_state() 249 mtx_init(&bs->usage.mtx, mtx_plain); in create_batch_state() 317 batch->state->usage.unflushed = true; in zink_start_batch() 334 batch->last_batch_usage = &last_state->usage; in zink_start_batch() 369 bs->usage.usage in submit_queue() [all...] |
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | uconv.cpp | 1064 static void usage(const char *pname, int ecode) { in usage() function 1078 res = u_wmsg(fp, "usage", mname.getBuffer(), upname.getBuffer()); in usage() 1162 usage(pname, 1); in main() 1168 usage(pname, 1); in main() 1174 usage(pname, 1); in main() 1191 usage(pname, 1); in main() 1195 usage(pname, 1); in main() 1200 usage(pname, 1); in main() 1205 usage(pname, 1); in main() 1219 usage(pnam in main() [all...] |
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fBufferMapTests.cpp | 53 BufferMapReadCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, WriteType write) in BufferMapReadCase() argument 56 , m_usage (usage) in BufferMapReadCase() 110 BufferMapWriteCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int size, VerifyType verify) in BufferMapWriteCase() argument 113 , m_usage (usage) in BufferMapWriteCase() 159 BufferPartialMapWriteCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, VerifyType verify) in BufferPartialMapWriteCase() argument 162 , m_usage (usage) in BufferPartialMapWriteCase() 215 BufferMapInvalidateCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, bool partialWrite, VerifyType verify) in BufferMapInvalidateCase() argument 218 , m_usage (usage) in BufferMapInvalidateCase() 274 BufferMapPartialInvalidateCase (Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, bool partialWrite, VerifyType verify) in BufferMapPartialInvalidateCase() argument 277 , m_usage (usage) in BufferMapPartialInvalidateCase() 333 BufferMapExplicitFlushCase(Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, bool partialWrite, VerifyType verify) BufferMapExplicitFlushCase() argument 413 BufferMapUnsyncWriteCase(Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage) BufferMapUnsyncWriteCase() argument 474 BufferMapReadWriteCase(Context& context, const char* name, const char* desc, deUint32 bufferTarget, deUint32 usage, int bufferSize, int mapOffset, int mapSize, VerifyType verify) BufferMapReadWriteCase() argument [all...] |
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_android.c | 337 vn_android_get_ahb_usage(const VkImageUsageFlags usage, in vn_android_get_ahb_usage() argument 341 if (usage & in vn_android_get_ahb_usage() 345 if (usage & (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | in vn_android_get_ahb_usage() 355 /* must include at least one GPU usage flag */ in vn_android_get_ahb_usage() 903 if (!(desc.usage & (AHARDWAREBUFFER_USAGE_GPU_SAMPLED_IMAGE | in vn_android_get_ahb_format_properties() 907 "AHB usage(%" PRIu64 ") must include at least one GPU bit", in vn_android_get_ahb_format_properties() 908 desc.usage); in vn_android_get_ahb_format_properties() 1035 uint64_t usage) in vn_android_ahb_allocate() 1046 desc.usage = usage; in vn_android_ahb_allocate() 1031 vn_android_ahb_allocate(uint32_t width, uint32_t height, uint32_t layers, uint32_t format, uint64_t usage) vn_android_ahb_allocate() argument 1072 uint64_t usage = 0; vn_android_get_drm_format_modifier_info() local 1277 uint64_t usage = 0; vn_android_device_allocate_ahb() local 1388 const uint64_t usage = AHARDWAREBUFFER_USAGE_GPU_DATA_BUFFER | vn_android_get_ahb_buffer_memory_type_bits() local [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_resource.c | 234 "bind=%x usage=%d tile=%d last_level=%d\n", __func__, in _lima_resource_create_with_modifiers() 236 pres->target, pres->bind, pres->usage, should_tile, templat->last_level); in _lima_resource_create_with_modifiers() 259 * don't have usage parameter, but buffer created by these functions in lima_resource_create_with_modifiers() 293 struct winsys_handle *handle, unsigned usage) in lima_resource_from_handle() 408 struct winsys_handle *handle, unsigned usage) in lima_resource_get_handle() 437 unsigned usage, uint64_t *value) in lima_resource_get_param() 601 unsigned usage, in lima_transfer_map() 615 if (res->tiled && (usage & PIPE_MAP_DIRECTLY)) in lima_transfer_map() 620 if (usage & PIPE_MAP_DISCARD_WHOLE_RESOURCE) { in lima_transfer_map() 636 else if (!(usage in lima_transfer_map() 291 lima_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *templat, struct winsys_handle *handle, unsigned usage) lima_resource_from_handle() argument 405 lima_resource_get_handle(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, struct winsys_handle *handle, unsigned usage) lima_resource_get_handle() argument 432 lima_resource_get_param(struct pipe_screen *pscreen, struct pipe_context *pctx, struct pipe_resource *pres, unsigned plane, unsigned layer, unsigned level, enum pipe_resource_param param, unsigned usage, uint64_t *value) lima_resource_get_param() argument 598 lima_transfer_map(struct pipe_context *pctx, struct pipe_resource *pres, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **pptrans) lima_transfer_map() argument 876 lima_texture_subdata(struct pipe_context *pctx, struct pipe_resource *prsc, unsigned level, unsigned usage, const struct pipe_box *box, const void *data, unsigned stride, unsigned layer_stride) lima_texture_subdata() argument [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | rxrpc.h | 490 int usage, const void *where), 492 TP_ARGS(local_debug_id, op, usage, where), 497 __field(int, usage ) 504 __entry->usage = usage; 511 __entry->usage, 517 int usage, const void *where), 519 TP_ARGS(peer_debug_id, op, usage, where), 524 __field(int, usage ) 531 __entry->usage [all...] |
/kernel/linux/linux-5.10/arch/loongarch/boot/tools/ |
H A D | relocs_main.c | 24 static void usage(void) in usage() function 66 usage(); in main() 69 usage(); in main()
|
/kernel/linux/linux-5.10/arch/x86/tools/ |
H A D | relocs_common.c | 13 static void usage(void) in usage() function 62 usage(); in main() 65 usage(); in main()
|
/kernel/linux/linux-5.10/arch/mips/boot/tools/ |
H A D | relocs_main.c | 24 static void usage(void) in usage() function 66 usage(); in main() 69 usage(); in main()
|
/kernel/linux/linux-6.6/arch/mips/boot/tools/ |
H A D | relocs_main.c | 24 static void usage(void) in usage() function 66 usage(); in main() 69 usage(); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/benchmarks/ |
H A D | mmap_bench.c | 29 static void usage(void) in usage() function 76 usage(); in main() 83 usage(); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
H A D | futex_wait_timeout.c | 30 void usage(char *prog) in usage() function 53 usage(basename(argv[0])); in main() 62 usage(basename(argv[0])); in main()
|
H A D | futex_wait_wouldblock.c | 30 void usage(char *prog) in usage() function 52 usage(basename(argv[0])); in main() 58 usage(basename(argv[0])); in main()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | page_counter.h | 10 atomic_long_t usage; member 17 /* effective memory.min and memory.min usage tracking */ 22 /* effective memory.low and memory.low usage tracking */ 41 atomic_long_set(&counter->usage, 0); in page_counter_init() 48 return atomic_long_read(&counter->usage); in page_counter_read()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | show_delta | 15 def usage(): function 16 print ("""usage: show_delta [<options>] <filename> 26 -h Show this usage help. 87 usage() 92 usage()
|
/kernel/linux/linux-6.6/arch/x86/tools/ |
H A D | relocs_common.c | 13 static void usage(void) in usage() function 62 usage(); in main() 65 usage(); in main()
|
/kernel/linux/linux-6.6/security/landlock/ |
H A D | ruleset.h | 83 * @usage: Number of potential children domains plus their parent 86 refcount_t usage; member 99 * tree is immutable until @usage reaches zero. 111 * landlock_put_ruleset_deferred() when @usage reaches zero. 112 * The fields @lock, @usage, @num_rules, @num_layers and 119 * @root, if @usage is greater than zero. 123 * @usage: Number of processes (i.e. domains) or file 126 refcount_t usage; member 177 refcount_inc(&ruleset->usage); in landlock_get_ruleset()
|
/kernel/linux/linux-6.6/scripts/ |
H A D | show_delta | 15 def usage(): function 16 print ("""usage: show_delta [<options>] <filename> 26 -h Show this usage help. 87 usage() 92 usage()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/benchmarks/ |
H A D | mmap_bench.c | 29 static void usage(void) in usage() function 76 usage(); in main() 83 usage(); in main()
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_extend/cpup/ |
H A D | It_extend_cpup.c | 58 tempHwi = g_testPstHwiCpup1s[hwi].usage; in TestGetSingleHwiCpup() 63 tempHwi = g_testPstHwiCpup10s[hwi].usage; in TestGetSingleHwiCpup() 70 tempHwi = g_testPstHwiCpupAll[hwi].usage; in TestGetSingleHwiCpup()
|
/third_party/icu/icu4c/as_is/os390/ |
H A D | unpax-icu.sh | 24 # Function: usage 29 usage() function 40 usage 46 usage
|
/third_party/mbedtls/programs/x509/ |
H A D | crl_app.c | 34 "\n usage: crl_app param=<>...\n" \ 71 usage: in main() 81 goto usage; in main() 88 goto usage; in main()
|
H A D | req_app.c | 34 "\n usage: req_app param=<>...\n" \ 71 usage: in main() 81 goto usage; in main() 88 goto usage; in main()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_buffer.c | 36 bool persistent_coherent = trans->base.usage & (PIPE_MAP_PERSISTENT | in virgl_buffer_transfer_unmap() 39 if ((trans->base.usage & PIPE_MAP_WRITE) && !persistent_coherent) { in virgl_buffer_transfer_unmap() 40 if (transfer->usage & PIPE_MAP_FLUSH_EXPLICIT) { in virgl_buffer_transfer_unmap()
|