Home
last modified time | relevance | path

Searched refs:usage (Results 426 - 450 of 3137) sorted by relevance

1...<<11121314151617181920>>...126

/third_party/mbedtls/programs/x509/
H A Dcrl_app.c34 "\n usage: crl_app param=<>...\n" \
71 usage: in main()
81 goto usage; in main()
88 goto usage; in main()
H A Dreq_app.c34 "\n usage: req_app param=<>...\n" \
71 usage: in main()
81 goto usage; in main()
88 goto usage; in main()
H A Dcert_app.c62 "\n usage: cert_app param=<>...\n" \
163 usage: in main()
181 goto usage; in main()
197 goto usage; in main()
214 goto usage; in main()
219 goto usage; in main()
222 goto usage; in main()
434 goto usage; in main()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_buffer.c36 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()
/third_party/ltp/testcases/kernel/hotplug/cpu_hotplug/functional/
H A Dcpuhotplug04.sh21 usage() function
24 usage: $0 -l loop
45 usage;;
/third_party/ltp/testcases/open_posix_testsuite/bin/
H A Drun-posix-option-group-test.sh15 usage() function
18 usage: $(basename "$0") [AIO|MEM|MSG|SEM|SIG|THR|TMR|TPS]
87 usage
/third_party/python/Tools/scripts/
H A Dfixnotice.py39 See the file "Misc/COPYRIGHT" for information on usage and
52 def usage(code, msg=''): function
66 usage(1, msg)
70 usage(0)
/third_party/skia/tools/
H A Dbuild_workaround_header.py54 usage = "usage: %prog [options] file1 file2 file3 etc"
55 parser = OptionParser(usage=usage)
/third_party/skia/platform_tools/android/launcher/
H A Dskia_launcher.cpp11 void usage() { in usage() function
39 usage(); in load_library()
59 usage(); in main()
/third_party/selinux/libselinux/utils/
H A Dselabel_partial_match.c10 static __attribute__ ((__noreturn__)) void usage(const char *progname) in usage() function
13 "usage: %s [-v] -p <path> [-f file]\n\n" in usage()
40 usage(argv[0]); in main()
54 usage(argv[0]); in main()
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_android.c337 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 Dlima_resource.c234 "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 Drxrpc.h490 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...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp114 // Buffer usage flags
127 // Texture usage flags
135 bool supportsDeviceBufferWrites (Usage usage) in supportsDeviceBufferWrites() argument
137 if (usage & USAGE_TRANSFER_DST) in supportsDeviceBufferWrites()
140 if (usage & USAGE_STORAGE_BUFFER) in supportsDeviceBufferWrites()
143 if (usage & USAGE_STORAGE_TEXEL_BUFFER) in supportsDeviceBufferWrites()
149 bool supportsDeviceImageWrites (Usage usage) in supportsDeviceImageWrites() argument
151 if (usage & USAGE_TRANSFER_DST) in supportsDeviceImageWrites()
154 if (usage & USAGE_STORAGE_IMAGE) in supportsDeviceImageWrites()
157 if (usage in supportsDeviceImageWrites()
273 usageToName(Usage usage) usageToName() argument
277 Usage usage; usageToName() member
320 usageToBufferUsageFlags(Usage usage) usageToBufferUsageFlags() argument
354 usageToImageUsageFlags(Usage usage) usageToImageUsageFlags() argument
382 usageToStageFlags(Usage usage) usageToStageFlags() argument
426 usageToAccessFlags(Usage usage) usageToAccessFlags() argument
477 Usage usage; global() member
514 createBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceSize size, vk::VkBufferUsageFlags usage, vk::VkSharingMode sharingMode, const vector<deUint32>& queueFamilies) createBuffer() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryPipelineBarrierTests.cpp114 // Buffer usage flags
127 // Texture usage flags
135 bool supportsDeviceBufferWrites (Usage usage) in supportsDeviceBufferWrites() argument
137 if (usage & USAGE_TRANSFER_DST) in supportsDeviceBufferWrites()
140 if (usage & USAGE_STORAGE_BUFFER) in supportsDeviceBufferWrites()
143 if (usage & USAGE_STORAGE_TEXEL_BUFFER) in supportsDeviceBufferWrites()
149 bool supportsDeviceImageWrites (Usage usage) in supportsDeviceImageWrites() argument
151 if (usage & USAGE_TRANSFER_DST) in supportsDeviceImageWrites()
154 if (usage & USAGE_STORAGE_IMAGE) in supportsDeviceImageWrites()
157 if (usage in supportsDeviceImageWrites()
273 usageToName(Usage usage) usageToName() argument
277 Usage usage; usageToName() member
320 usageToBufferUsageFlags(Usage usage) usageToBufferUsageFlags() argument
354 usageToImageUsageFlags(Usage usage) usageToImageUsageFlags() argument
382 usageToStageFlags(Usage usage) usageToStageFlags() argument
426 usageToAccessFlags(Usage usage) usageToAccessFlags() argument
477 Usage usage; global() member
514 createBuffer(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceSize size, vk::VkBufferUsageFlags usage, vk::VkSharingMode sharingMode, const vector<deUint32>& queueFamilies) createBuffer() argument
[all...]
/kernel/linux/linux-6.6/kernel/debug/kdb/
H A Dkdb_bp.c528 .usage = "[<vaddr>]",
534 .usage = "[<vaddr>]",
540 .usage = "<bpnum>",
546 .usage = "<bpnum>",
552 .usage = "<bpnum>",
558 .usage = "",
568 .usage = "[<vaddr>]",
/third_party/mbedtls/programs/pkey/
H A Dkey_app_writer.c72 "\n usage: key_app_writer param=<>...\n" \
287 usage: in main()
301 goto usage; in main()
311 goto usage; in main()
319 goto usage; in main()
330 goto usage; in main()
337 goto usage; in main()
456 goto usage; in main()
/third_party/node/deps/npm/test/lib/commands/
H A Ddist-tag.js123 distTag.usage,
124 'should throw basic usage'
143 t.test('borked cmd usage', async t => {
147 distTag.usage,
148 'should show usage error'
165 distTag.usage
183 distTag.usage,
184 'should throw usage error message'
307 distTag.usage,
308 'should exit usage erro
[all...]
/third_party/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.c120 pb_size size, unsigned alignment, unsigned usage) in pb_cache_is_buffer_compat()
125 if (!pb_check_usage(usage, buf->usage)) in pb_cache_is_buffer_compat()
133 if (usage & mgr->bypass_usage) in pb_cache_is_buffer_compat()
148 unsigned alignment, unsigned usage, in pb_cache_reclaim_buffer()
172 alignment, usage)) > 0) in pb_cache_reclaim_buffer()
192 ret = pb_cache_is_buffer_compat(cur_entry, size, alignment, usage); in pb_cache_reclaim_buffer()
267 * "usage"-based matching).
272 * @param bypass_usage Bitmask. If (requested usage & bypass_usage) != 0,
119 pb_cache_is_buffer_compat(struct pb_cache_entry *entry, pb_size size, unsigned alignment, unsigned usage) pb_cache_is_buffer_compat() argument
147 pb_cache_reclaim_buffer(struct pb_cache *mgr, pb_size size, unsigned alignment, unsigned usage, unsigned bucket_index) pb_cache_reclaim_buffer() argument
/third_party/selinux/checkpolicy/
H A Dcheckmodule.c124 static __attribute__((__noreturn__)) void usage(const char *progname) in usage() function
126 printf("usage: %s [-h] [-V] [-b] [-C] [-E] [-U handle_unknown] [-m] [-M] [-o FILE] [-c VERSION] [INPUT]\n", progname); in usage()
135 printf(" -h print usage\n"); in usage()
170 usage(argv[0]); in main()
198 usage(argv[0]); in main()
216 usage(argv[0]); in main()
225 usage(argv[0]); in main()
232 usage(argv[0]); in main()
255 usage(argv[0]); in main()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh7 usage() { echo "usbip_test.sh -b <busid> -p <usbip tools path>"; exit 1; } function
12 usage
21 usage
28 usage
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-vivaldi.c74 struct hid_usage *usage) in vivaldi_feature_mapping()
84 (usage->hid & HID_USAGE_PAGE) != HID_UP_ORDINAL) in vivaldi_feature_mapping()
87 fn_key = (usage->hid & HID_USAGE); in vivaldi_feature_mapping()
137 field->value[usage->usage_index]; in vivaldi_feature_mapping()
72 vivaldi_feature_mapping(struct hid_device *hdev, struct hid_field *field, struct hid_usage *usage) vivaldi_feature_mapping() argument
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_cgrp2_attach.c79 static int usage(const char *argv0) in usage() function
144 return usage(argv[0]); in main()
149 return usage(argv[0]); in main()
156 return usage(argv[0]); in main()
/kernel/linux/linux-5.10/tools/spi/
H A Dspidev_fdx.c119 goto usage; in main()
124 goto usage; in main()
131 usage: in main()
133 "usage: %s [-h] [-m N] [-r N] /dev/spidevB.D\n", in main()
140 goto usage; in main()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fdinfo.c63 ktime_t usage[AMDGPU_HW_IP_NUM]; in amdgpu_show_fdinfo() local
81 amdgpu_ctx_mgr_usage(&fpriv->ctx_mgr, usage); in amdgpu_show_fdinfo()
85 * For text output format description please see drm-usage-stats.rst! in amdgpu_show_fdinfo()
109 if (!usage[hw_ip]) in amdgpu_show_fdinfo()
113 ktime_to_ns(usage[hw_ip])); in amdgpu_show_fdinfo()

Completed in 15 milliseconds

1...<<11121314151617181920>>...126