| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_argparse.cpp | 193 const char *const *usages, int flags) { in argparse_init() argument 196 self->usages = usages; in argparse_init() 275 const char *const *usages = self->usages; in argparse_usage() local 277 if (usages) { in argparse_usage() 278 fprintf(stdout, "Usage: %s\n", *usages++); in argparse_usage() 279 while (*usages && **usages) in argparse_usage() 280 fprintf(stdout, " or: %s\n", *usages++); in argparse_usage()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | cpuacct.c | 25 u64 usages[CPUACCT_STAT_NSTATS]; member 123 data += cpuusage->usages[i]; in cpuacct_cpuusage_read() 125 data = cpuusage->usages[index]; in cpuacct_cpuusage_read() 148 cpuusage->usages[i] = val; in cpuacct_cpuusage_write() 259 seq_printf(m, " %llu", cpuusage->usages[index]); in cpuacct_all_seq_show() 351 __this_cpu_add(ca->cpuusage->usages[index], cputime); in cpuacct_charge()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_argparse.h | 96 const char *const *usages; member 125 const char *const *usages, int flags);
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/sys/ |
| H A D | test_sys_avio.cpp | 117 static const char *const usages[] = { variable 130 argparse_init(&argparse, options, usages, 0); in main()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_amix.cpp | 73 static const char *const usages[] = { variable 114 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_mmz.cpp | 149 static const char *const usages[] = { variable 167 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_vpss.cpp | 28 static const char *const usages[] = { variable 160 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_mb.cpp | 167 static const char *const usages[] = { variable 201 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_sys.cpp | 306 static const char *const usages[] = { variable 336 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_ai.cpp | 285 static const char *const usages[] = { variable 338 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_adec.cpp | 306 static const char *const usages[] = { variable 368 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_aenc.cpp | 301 static const char *const usages[] = { variable 359 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_ao.cpp | 435 static const char *const usages[] = { variable 566 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_vdec.cpp | 664 static const char *const usages[] = { variable 722 argparse_init(&argparse, options, usages, 0); in main()
|
| H A D | test_mpi_tde.cpp | 472 static const char *const usages[] = { variable 587 argparse_init(&argparse, options, usages, 0); in main()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_dbg.c | 59 unsigned long usages; member 129 return acpi_aml_io.usages ? true : false; in __acpi_aml_used() 397 acpi_aml_io.usages++; in acpi_aml_thread() 407 acpi_aml_io.usages--; in acpi_aml_thread()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/perl/ |
| H A D | ipc-run_20200505.0.bb | 4 usages are supported and may be mixed. Likewise, functional and OO API \
|
| /OK3568_Linux_fs/yocto/poky/documentation/profile-manual/ |
| H A D | arch.rst | 28 mechanisms, textboxes like this will make note of the specific usages
|
| H A D | intro.rst | 24 (90%?) of problems. For help with more advanced usages and problems,
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-core.c | 93 static struct hid_field *hid_register_field(struct hid_report *report, unsigned usages) in hid_register_field() argument 103 usages * sizeof(struct hid_usage) + in hid_register_field() 104 usages * sizeof(unsigned)), GFP_KERNEL); in hid_register_field() 111 field->value = (s32 *)(field->usage + usages); in hid_register_field() 261 unsigned int usages; in hid_add_field() local 300 usages = max_t(unsigned, parser->local.usage_index, in hid_add_field() 303 field = hid_register_field(report, usages); in hid_add_field() 311 for (i = 0; i < usages; i++) { in hid_add_field() 323 field->maxusage = usages; in hid_add_field()
|
| /OK3568_Linux_fs/kernel/Documentation/hid/ |
| H A D | hiddev.rst | 75 each of which can have one or more "usages". In the hid-core, 76 each one of these usages has a single signed 32 bit value. 84 returns to hiddev.c the individual usages that have changed within
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-driver-dma-idxd | 142 queue usages in the kernel space or "user" type for work queue 143 usages by applications in user space.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-lxml/ |
| H A D | CVE-2022-2309.patch | 5 usages of iterwalk() on trees generated by the same parser.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/devfreq/event/ |
| H A D | exynos-ppmu.txt | 8 usages of each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC).
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/soundwire/ |
| H A D | error_handling.rst | 14 that are independent of the payload and usages, and they cover both control
|