Home
last modified time | relevance | path

Searched refs:usage (Results 1926 - 1950 of 3061) sorted by relevance

1...<<71727374757677787980>>...123

/kernel/linux/linux-6.6/tools/thermal/thermometer/
H A Dthermometer.c178 static void usage(const char *cmd) in usage() function
234 usage(basename(argv[0])); in options_init()
/kernel/linux/linux-6.6/tools/arch/x86/kcpuid/
H A Dkcpuid.c587 static void usage(void) in usage() function
594 "\t-h|--help Show usage info\n" in usage()
606 { "help", no_argument, NULL, 'h'}, /* show usage */
633 usage(); in parse_options()
/kernel/linux/linux-6.6/scripts/
H A Dcheckkconfigsymbols.py44 usage = "Run this tool to detect Kconfig symbols that are referenced but " \
51 parser = argparse.ArgumentParser(description=usage)
/kernel/linux/linux-6.6/scripts/dtc/
H A Ddtx_diff8 usage() { function
10 # use spaces instead of tabs in the usage message
259 usage
/third_party/ffmpeg/libavcodec/
H A Damfenc_hevc.c28 { "usage", "Set the encoding usage", OFFSET(usage), AV_OPT_TYPE_INT, { .i64 = AMF_VIDEO_ENCODER_HEVC_USAGE_TRANSCONDING }, AMF_VIDEO_ENCODER_HEVC_USAGE_TRANSCONDING, AMF_VIDEO_ENCODER_HEVC_USAGE_WEBCAM, VE, "usage" },
29 { "transcoding", "", 0, AV_OPT_TYPE_CONST, { .i64 = AMF_VIDEO_ENCODER_HEVC_USAGE_TRANSCONDING }, 0, 0, VE, "usage" },
30 { "ultralowlatency","", 0, AV_OPT_TYPE_CONST, { .i64 = AMF_VIDEO_ENCODER_HEVC_USAGE_ULTRA_LOW_LATENCY }, 0, 0, VE, "usage" },
31 { "lowlatency", "", 0, AV_OPT_TYPE_CONST, { .i64 = AMF_VIDEO_ENCODER_HEVC_USAGE_LOW_LATENCY }, 0, 0, VE, "usage" },
32 { "webcam", "", 0, AV_OPT_TYPE_CONST, { .i64 = AMF_VIDEO_ENCODER_HEVC_USAGE_WEBCAM }, 0, 0, VE, "usage" },
119 AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_HEVC_USAGE, ctx->usage); in amf_encode_init_hevc()
H A Damfenc_h264.c32 { "usage", "Encoder Usage", OFFSET(usage), AV_OPT_TYPE_INT, { .i64 = AMF_VIDEO_ENCODER_USAGE_TRANSCONDING }, AMF_VIDEO_ENCODER_USAGE_TRANSCONDING, AMF_VIDEO_ENCODER_USAGE_WEBCAM, VE, "usage" },
33 { "transcoding", "Generic Transcoding", 0, AV_OPT_TYPE_CONST, { .i64 = AMF_VIDEO_ENCODER_USAGE_TRANSCONDING }, 0, 0, VE, "usage" },
34 { "ultralowlatency","", 0, AV_OPT_TYPE_CONST, { .i64 = AMF_VIDEO_ENCODER_USAGE_ULTRA_LOW_LATENCY }, 0, 0, VE, "usage" },
35 { "lowlatency", "", 0, AV_OPT_TYPE_CONST, { .i64 = AMF_VIDEO_ENCODER_USAGE_LOW_LATENCY }, 0, 0, VE, "usage" },
36 { "webcam", "Webcam", 0, AV_OPT_TYPE_CONST, { .i64 = AMF_VIDEO_ENCODER_USAGE_WEBCAM }, 0, 0, VE, "usage" },
152 AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_USAGE, ctx->usage); in amf_encode_init_h264()
/third_party/alsa-utils/amidi/
H A Damidi.c71 static void usage(void) in usage() function
503 usage(); in main()
/third_party/alsa-lib/test/
H A Dplaymidi1.c437 /* print the usage */
438 static void usage(void) in usage() function
440 fprintf(stderr, "usage: playmidi1 [options] [file]\n"); in usage()
489 usage(); in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DTestUScript.java111 /* normal usage */ in TestGetScriptExtensions()
219 ScriptUsage usage = UScript.getUsage(sc); in TestScriptMetadata()
223 if(usage == ScriptUsage.NOT_ENCODED) { in TestScriptMetadata()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DTestUScript.java108 /* normal usage */ in TestGetScriptExtensions()
216 ScriptUsage usage = UScript.getUsage(sc); in TestScriptMetadata()
220 if(usage == ScriptUsage.NOT_ENCODED) { in TestScriptMetadata()
/third_party/icu/icu4c/source/i18n/
H A Dnumber_rounding.cpp341 CurrencyPrecision Precision::constructCurrency(UCurrencyUsage usage) { in constructCurrency() argument
343 union_.currencyUsage = usage; in constructCurrency()
/third_party/mesa3d/include/GL/
H A Dglx.h372 extern int glXGetFrameUsageMESA(Display *dpy, GLXDrawable drawable, float *usage);
377 typedef int (*PFNGLXGETFRAMEUSAGEMESAPROC) (Display *dpy, GLXDrawable drawable, float *usage);
/third_party/libcoap/examples/
H A Detsi_iot_01.c517 usage(const char *program, const char *version) { in usage() function
526 "usage: %s [-A address] [-p port]\n\n" in usage()
602 usage(argv[0], LIBCOAP_PACKAGE_VERSION); in main()
/third_party/mesa3d/src/freedreno/decode/
H A Dcrashdec.c808 usage(void) in usage() function
818 "\t-h, --help - this usage message\n" in usage()
888 usage(); in main()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_opt_dead_builtin_varyings.c28 * of gl_TexCoord inputs, which reduces the overall varying usage.
311 unsigned usage, unsigned external_usage) in prepare_array()
314 if (usage & (1 << i)) { in prepare_array()
337 * If "ir" is the producer, the "external" usage should come from
339 * missing, set the "external" usage to a full mask.
307 prepare_array(struct replace_varyings_data *rv_data, nir_shader *shader, nir_variable **new_var, int max_elements, unsigned start_location, const char *var_name, const char *mode_str, unsigned usage, unsigned external_usage) prepare_array() argument
/third_party/ltp/include/old/
H A Dsafe_macros.h47 #define SAFE_GETRUSAGE(cleanup_fn, who, usage) \
48 safe_getrusage(__FILE__, __LINE__, (cleanup_fn), (who), (usage))
/third_party/ltp/scripts/
H A Dcheckbashisms.pl32 my $usage = <<"EOF";
76 if ($opt_help) { print $usage; exit 0; }
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vce.c540 void si_vce_add_buffer(struct rvce_encoder *enc, struct pb_buffer *buf, unsigned usage, in si_vce_add_buffer() argument
545 reloc_idx = enc->ws->cs_add_buffer(&enc->cs, buf, usage | RADEON_USAGE_SYNCHRONIZED, domain); in si_vce_add_buffer()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_vce.c516 unsigned usage, enum radeon_bo_domain domain, in rvce_add_buffer()
521 reloc_idx = enc->ws->cs_add_buffer(&enc->cs, buf, usage | RADEON_USAGE_SYNCHRONIZED, in rvce_add_buffer()
515 rvce_add_buffer(struct rvce_encoder *enc, struct pb_buffer *buf, unsigned usage, enum radeon_bo_domain domain, signed offset) rvce_add_buffer() argument
H A Dr600_test_dma.c267 tsrc.usage = rand() % 4 ? PIPE_USAGE_DEFAULT : PIPE_USAGE_STAGING; in r600_test_dma()
268 tdst.usage = rand() % 4 ? PIPE_USAGE_DEFAULT : PIPE_USAGE_STAGING; in r600_test_dma()
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsubpicture.c314 tex_templ.usage = PIPE_USAGE_DYNAMIC; in XvMCCreateSubpicture()
347 tex_templ.usage = PIPE_USAGE_DEFAULT; in XvMCCreateSubpicture()
/third_party/node/test/parallel/
H A Dtest-webcrypto-derivebits-hkdf.js330 message: /baseKey does not have deriveBits usage/
478 message: /baseKey does not have deriveKey usage/
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscluster.c76 * usage - Print a list of the parameters to the program
82 static void usage(void) in usage() function
269 usage(); in parse_options()
H A Dntfsls.c152 * usage - Print a list of the parameters to the program
158 static void usage(void) in usage() function
317 usage(); in parse_options()
/third_party/musl/scripts/
H A Druntest_linux.sh21 function usage { function
22 echo "usage: $0 -r {source root} -p {product name in out(eg rk3568)}"
37 usage

Completed in 20 milliseconds

1...<<71727374757677787980>>...123