/kernel/linux/linux-6.6/tools/thermal/thermometer/ |
H A D | thermometer.c | 178 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 D | kcpuid.c | 587 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 D | checkkconfigsymbols.py | 44 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 D | dtx_diff | 8 usage() { function 10 # use spaces instead of tabs in the usage message 259 usage
|
/third_party/ffmpeg/libavcodec/ |
H A D | amfenc_hevc.c | 28 { "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 D | amfenc_h264.c | 32 { "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 D | amidi.c | 71 static void usage(void) in usage() function 503 usage(); in main()
|
/third_party/alsa-lib/test/ |
H A D | playmidi1.c | 437 /* 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 D | TestUScript.java | 111 /* 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 D | TestUScript.java | 108 /* 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 D | number_rounding.cpp | 341 CurrencyPrecision Precision::constructCurrency(UCurrencyUsage usage) { in constructCurrency() argument 343 union_.currencyUsage = usage; in constructCurrency()
|
/third_party/mesa3d/include/GL/ |
H A D | glx.h | 372 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 D | etsi_iot_01.c | 517 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 D | crashdec.c | 808 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 D | gl_nir_opt_dead_builtin_varyings.c | 28 * 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 D | safe_macros.h | 47 #define SAFE_GETRUSAGE(cleanup_fn, who, usage) \ 48 safe_getrusage(__FILE__, __LINE__, (cleanup_fn), (who), (usage))
|
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 32 my $usage = <<"EOF"; 76 if ($opt_help) { print $usage; exit 0; }
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce.c | 540 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 D | radeon_vce.c | 516 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 D | r600_test_dma.c | 267 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 D | subpicture.c | 314 tex_templ.usage = PIPE_USAGE_DYNAMIC; in XvMCCreateSubpicture() 347 tex_templ.usage = PIPE_USAGE_DEFAULT; in XvMCCreateSubpicture()
|
/third_party/node/test/parallel/ |
H A D | test-webcrypto-derivebits-hkdf.js | 330 message: /baseKey does not have deriveBits usage/ 478 message: /baseKey does not have deriveKey usage/
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfscluster.c | 76 * 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 D | ntfsls.c | 152 * 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 D | runtest_linux.sh | 21 function usage { function 22 echo "usage: $0 -r {source root} -p {product name in out(eg rk3568)}" 37 usage
|