/kernel/linux/linux-5.10/arch/mips/txx9/generic/ |
H A D | setup.c | 681 char names[TXX9_IOCLED_MAXLEDS][32]; member 758 snprintf(iocled->names[i], sizeof(iocled->names[i]), in txx9_iocled_init() 760 led->name = iocled->names[i]; in txx9_iocled_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 379 static const char * const names[] = { in nfp_bpf_map_use_name() local 386 if (use >= ARRAY_SIZE(names) || !names[use]) in nfp_bpf_map_use_name() 388 return names[use]; in nfp_bpf_map_use_name()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | verifier.c | 379 static const char * const names[] = { in nfp_bpf_map_use_name() local 386 if (use >= ARRAY_SIZE(names) || !names[use]) in nfp_bpf_map_use_name() 388 return names[use]; in nfp_bpf_map_use_name()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | pru_rproc.c | 600 const char *names[PRU_TYPE_MAX] = { "PRU", "RTU", "Tx_PRU" }; in pru_rproc_start() local 605 names[pru->data->type], pru->id, (rproc->bootaddr >> 2)); in pru_rproc_start() 627 const char *names[PRU_TYPE_MAX] = { "PRU", "RTU", "Tx_PRU" }; in pru_rproc_stop() local 630 dev_dbg(dev, "stopping %s%d\n", names[pru->data->type], pru->id); in pru_rproc_stop()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | btf.c | 737 static const char * const names[] = { in build_btf_type_table() local 764 p_err("can't get next %s: %s%s", names[type], in build_btf_type_table() 785 p_err("can't get %s by id (%u): %s", names[type], id, in build_btf_type_table() 798 p_err("can't get %s info: %s", names[type], in build_btf_type_table()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceTest.java | 74 * the locale as the comparator to sort the display names, and null for 86 * sort the display names, and null for the matchID. 95 * sort the display names. 267 // iterate over the display names in TestAPI() 277 // four display names, in german in TestAPI() 278 confirmIdentical("26) display names", count, 4); in TestAPI() 297 // this time, we have seven display names in TestAPI() 308 // seven display names, in spanish in TestAPI() 309 confirmIdentical("29) display names", count, 7); in TestAPI() 326 // this is no longer a bug, we want to return display names fo in TestAPI() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUServiceTest.java | 71 * the locale as the comparator to sort the display names, and null for 83 * sort the display names, and null for the matchID. 92 * sort the display names. 264 // iterate over the display names in TestAPI() 274 // four display names, in german in TestAPI() 275 confirmIdentical("26) display names", count, 4); in TestAPI() 294 // this time, we have seven display names in TestAPI() 305 // seven display names, in spanish in TestAPI() 306 confirmIdentical("29) display names", count, 7); in TestAPI() 323 // this is no longer a bug, we want to return display names fo in TestAPI() [all...] |
/third_party/node/test/internet/ |
H A D | test-dns.js | 196 const req = dns.resolveNs(addresses.NS_HOST, function(err, names) { 198 validateResult(names); 454 const req = dns.resolveCname(addresses.CNAME_HOST, function(err, names) { 456 validateResult(names);
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | environment.py | 833 def select_template(self, names, parent=None, globals=None): 841 If `names` contains a :class:`Template` object it is returned 844 if not names: 848 for name in names: 857 raise TemplatesNotFound(names) 863 if an iterable of template names is given, otherwise to 1140 """Represents an imported template. All the exported names of the
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | alphaindextst.cpp | 326 // Latin-script names should go into the underflow label (0) in APITest() 443 UnicodeString names[UPRV_LENGTHOF(pinyinTestData)]; in HackPinyinTest() local 446 names[nameCount] = UnicodeString(pinyinTestData[nameCount], -1, UnicodeString::kInvariant).unescape(); in HackPinyinTest() 447 aindex.addRecord(names[nameCount], &names[nameCount], status); in HackPinyinTest() 455 // Weak checking: make sure that none of the Chinese names landed in the overflow bucket in HackPinyinTest() 456 // of the index, and that the names are distributed among several buckets. in HackPinyinTest()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | extensionmetadocgenerator.py | 64 # This is a set containing names of extensions (if any) promoted 254 - SPV_deps - dictionary of SPIR-V extension names required for each 317 names = dependencyNames(elem.get('depends')) 318 interacts |= names 324 """Sort _VERSION_ names before extension names""" 327 names = sorted(sorted(interacts), key=versionKey) 328 for name in names: 470 - depends boolean expression of core version and extension names this depends on (optional) 499 # Iterate over all 'tag' Elements and add the names o [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | graphics_robust_access_test.cpp | 103 // Returns the names of access chain instructions handled by the pass. 118 std::string ShaderPreamble(const std::vector<std::string>& names) { in ShaderPreamble() argument 121 for (auto& name : names) { in ShaderPreamble() 131 std::string ShaderPreambleAC(const std::vector<std::string>& names) { in ShaderPreambleAC() argument 132 auto names2 = names; in ShaderPreambleAC()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | graphics_robust_access_test.cpp | 103 // Returns the names of access chain instructions handled by the pass. 118 std::string ShaderPreamble(const std::vector<std::string>& names) { in ShaderPreamble() argument 121 for (auto& name : names) { in ShaderPreamble() 131 std::string ShaderPreambleAC(const std::vector<std::string>& names) { in ShaderPreambleAC() argument 132 auto names2 = names; in ShaderPreambleAC()
|
/third_party/spirv-tools/test/opt/ |
H A D | graphics_robust_access_test.cpp | 101 // Returns the names of access chain instructions handled by the pass. 116 std::string ShaderPreamble(const std::vector<std::string>& names) { in ShaderPreamble() argument 119 for (auto& name : names) { in ShaderPreamble() 129 std::string ShaderPreambleAC(const std::vector<std::string>& names) { in ShaderPreambleAC() argument 130 auto names2 = names; in ShaderPreambleAC()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib.c | 316 * Note that there is no guarantee that GPIO names are globally unique! 347 * Take the names from gc->names and assign them to their GPIO descriptors. 351 * 1. Non-unique names are still accepted, 359 /* First check all names if they are unique */ in gpiochip_set_desc_names() 363 gpio = gpio_name_to_desc(gc->names[i]); in gpiochip_set_desc_names() 367 gc->names[i]); in gpiochip_set_desc_names() 370 /* Then add all names to the GPIO descriptors */ in gpiochip_set_desc_names() 372 gdev->descs[i].name = gc->names[i]; in gpiochip_set_desc_names() 378 * gpiochip_set_names - Set GPIO line names usin 390 const char **names; gpiochip_set_names() local [all...] |
H A D | gpiolib-sysfs.c | 620 if (chip->names && chip->names[offset]) in gpiod_export() 621 ioname = chip->names[offset]; in gpiod_export()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-sysfs.c | 638 if (chip->names && chip->names[offset]) in gpiod_export() 639 ioname = chip->names[offset]; in gpiod_export()
|
/kernel/linux/linux-5.10/drivers/clk/bcm/ |
H A D | clk-kona-setup.c | 508 * Scan an array of parent clock names to determine whether there 513 * Allocates an array of pointers to to hold the names of all 515 * that array in *names. This will be used for registering the 517 * *count indicates how many entries are in that names array. 519 * If there is more than one entry in the resulting names array, 525 * is the same as the number of entries in the parent names array. 530 * Returns a null pointer if the clock names array supplied was 536 u32 *count, const char ***names) in parent_process() 548 *names = NULL; in parent_process() 553 * Count the number of names i in parent_process() 535 parent_process(const char *clocks[], u32 *count, const char ***names) parent_process() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/ |
H A D | provider.c | 368 static const char * const names[] = { variable 382 BUILD_BUG_ON(ARRAY_SIZE(names) != NR_COUNTERS); in c4iw_alloc_stats() 387 return rdma_alloc_hw_stats_struct(names, NR_COUNTERS, in c4iw_alloc_stats()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_abi.pl | 328 my @names = split /, /,$w; 331 foreach my $name (@names) { 337 foreach my $name (@names) {
|
/kernel/linux/linux-5.10/drivers/virtio/ |
H A D | virtio_mmio.c | 462 const char * const names[], in vm_find_vqs() 479 if (!names[i]) { in vm_find_vqs() 484 vqs[i] = vm_setup_vq(vdev, queue_idx++, callbacks[i], names[i], in vm_find_vqs() 459 vm_find_vqs(struct virtio_device *vdev, unsigned nvqs, struct virtqueue *vqs[], vq_callback_t *callbacks[], const char * const names[], const bool *ctx, struct irq_affinity *desc) vm_find_vqs() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.c | 631 char **names = dev->platform_data; in etnaviv_pdev_probe() local 634 for (i = 0; names[i]; i++) in etnaviv_pdev_probe() 635 component_match_add(dev, &match, compare_str, names[i]); in etnaviv_pdev_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_tc.c | 14 static const char * const names[] = { in tc_port_mode_name() local 20 if (WARN_ON(mode >= ARRAY_SIZE(names))) in tc_port_mode_name() 23 return names[mode]; in tc_port_mode_name()
|
/kernel/linux/linux-6.6/drivers/virtio/ |
H A D | virtio_mmio.c | 493 const char * const names[], in vm_find_vqs() 513 if (!names[i]) { in vm_find_vqs() 518 vqs[i] = vm_setup_vq(vdev, queue_idx++, callbacks[i], names[i], in vm_find_vqs() 490 vm_find_vqs(struct virtio_device *vdev, unsigned int nvqs, struct virtqueue *vqs[], vq_callback_t *callbacks[], const char * const names[], const bool *ctx, struct irq_affinity *desc) vm_find_vqs() argument
|
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-kona-setup.c | 500 * Scan an array of parent clock names to determine whether there 505 * Allocates an array of pointers to hold the names of all 507 * that array in *names. This will be used for registering the 509 * *count indicates how many entries are in that names array. 511 * If there is more than one entry in the resulting names array, 517 * is the same as the number of entries in the parent names array. 522 * Returns a null pointer if the clock names array supplied was 528 u32 *count, const char ***names) in parent_process() 540 *names = NULL; in parent_process() 545 * Count the number of names i in parent_process() 527 parent_process(const char *clocks[], u32 *count, const char ***names) parent_process() argument [all...] |