Home
last modified time | relevance | path

Searched refs:use (Results 176 - 200 of 1044) sorted by relevance

12345678910>>...42

/kernel/linux/linux-5.10/arch/arm/include/debug/
H A Dvexpress.S27 @ should use UART at 0x10009000
28 @ - all other (RS1 complaint) tiles use UART mapped
/kernel/linux/linux-6.6/arch/arm/include/debug/
H A Dvexpress.S27 @ should use UART at 0x10009000
28 @ - all other (RS1 complaint) tiles use UART mapped
/third_party/mesa3d/src/panfrost/midgard/
H A Dnir_fuse_io_16.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
36 nir_src_is_f2fmp(nir_src *use) in nir_src_is_f2fmp() argument
38 nir_instr *parent = use->parent_instr; in nir_src_is_f2fmp()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-operands.cc72 std::ostream& operator<<(std::ostream& os, const ImplicitRegisterUse& use) { in operator <<() argument
73 return os << ImplicitRegisterUseToString(use); in operator <<()
/third_party/typescript/tests/baselines/reference/
H A DdeclFileImportModuleWithExportAssignment.js9 use: (mod: connectModule) => connectExport;
29 "use strict";
33 "use strict";
48 use: (mod: connectModule) => connectExport;
H A DaliasErrors.js22 function use() { function
65 function use() {
/third_party/skia/experimental/graphite/include/private/
H A DMtlTypesPriv.h27 #error Must use at least 11.00 SDK to build Metal backend for MacOS
35 #error Must use at least 14.00 SDK to build Metal backend for iOS
/third_party/skia/include/private/
H A DGrMtlTypesPriv.h28 #error Must use at least 10.14 SDK to build Metal backend for MacOS
38 #error Must use at least 12.00 SDK to build Metal backend for iOS
/third_party/gn/src/gn/
H A Drust_variables.cc54 If crate_name is not set, then this rule will use the target name.
59 "crate_type: [string] The type of linkage to use on a shared_library.";
61 R"(crate_type: [string] The type of linkage to use on a shared_library.
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_apply_id_synonyms.cpp4 // you may not use this file except in compliance with the License.
47 // subsequently iterate over these uses. We use this separation because, in Apply()
48 // when considering a given use, we might apply a transformation that will in Apply()
49 // invalidate the def-use manager. in Apply()
54 // We only gather up regular id uses; e.g. we do not include a use of in Apply()
62 for (const auto& use : uses) { in Apply()
63 auto use_inst = use.first; in Apply()
64 auto use_index = use.second; in Apply()
66 // The use might not be in a block; e.g. it could be a decoration. in Apply()
124 // We either replace the use wit in Apply()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_apply_id_synonyms.cpp4 // you may not use this file except in compliance with the License.
47 // subsequently iterate over these uses. We use this separation because, in Apply()
48 // when considering a given use, we might apply a transformation that will in Apply()
49 // invalidate the def-use manager. in Apply()
54 // We only gather up regular id uses; e.g. we do not include a use of in Apply()
62 for (const auto& use : uses) { in Apply()
63 auto use_inst = use.first; in Apply()
64 auto use_index = use.second; in Apply()
66 // The use might not be in a block; e.g. it could be a decoration. in Apply()
124 // We either replace the use wit in Apply()
[all...]
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_apply_id_synonyms.cpp4 // you may not use this file except in compliance with the License.
47 // subsequently iterate over these uses. We use this separation because, in Apply()
48 // when considering a given use, we might apply a transformation that will in Apply()
49 // invalidate the def-use manager. in Apply()
54 // We only gather up regular id uses; e.g. we do not include a use of in Apply()
62 for (const auto& use : uses) { in Apply()
63 auto use_inst = use.first; in Apply()
64 auto use_index = use.second; in Apply()
66 // The use might not be in a block; e.g. it could be a decoration. in Apply()
124 // We either replace the use wit in Apply()
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dskmsg.c37 int use, i; in sk_msg_alloc() local
45 use = min_t(int, len, pfrag->size - orig_offset); in sk_msg_alloc()
46 if (!sk_wmem_schedule(sk, use)) { in sk_msg_alloc()
58 sge->length += use; in sk_msg_alloc()
67 sg_set_page(sge, pfrag->page, use, orig_offset); in sk_msg_alloc()
72 sk_mem_charge(sk, use); in sk_msg_alloc()
73 msg->sg.size += use; in sk_msg_alloc()
74 pfrag->offset += use; in sk_msg_alloc()
75 len -= use; in sk_msg_alloc()
316 ssize_t orig, copied, use, offse in sk_msg_zerocopy_from_iter() local
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dskmsg.c38 int use, i; in sk_msg_alloc() local
46 use = min_t(int, len, pfrag->size - orig_offset); in sk_msg_alloc()
47 if (!sk_wmem_schedule(sk, use)) { in sk_msg_alloc()
59 sge->length += use; in sk_msg_alloc()
68 sg_set_page(sge, pfrag->page, use, orig_offset); in sk_msg_alloc()
73 sk_mem_charge(sk, use); in sk_msg_alloc()
74 msg->sg.size += use; in sk_msg_alloc()
75 pfrag->offset += use; in sk_msg_alloc()
76 len -= use; in sk_msg_alloc()
317 ssize_t orig, copied, use, offse in sk_msg_zerocopy_from_iter() local
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_sched.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
77 * to schedule any remaining instructions that use that value first.
82 * Also, in general it is general it might be best not to re-use load_immed
85 * TODO we can use (abs)/(neg) src modifiers in a lot of cases to reduce
117 * wait for all outstanding instructions before scheduling a use).
413 * by use of addr/predicate register, etc.
435 * NOTE if any instructions use pred register and have other in check_instr()
473 * register is currently in use, we need to defer until it is in check_instr()
521 /* Find the instr->ip of the closest use of an instruction, in
536 foreach_ssa_use (use, inst in nearest_use()
552 is_only_nonscheduled_use(struct ir3_instruction *instr, struct ir3_instruction *use) is_only_nonscheduled_use() argument
[all...]
/kernel/linux/linux-5.10/drivers/rpmsg/
H A Drpmsg_char.c172 int use; in rpmsg_eptdev_read_iter() local
204 use = min_t(size_t, iov_iter_count(to), skb->len); in rpmsg_eptdev_read_iter()
205 if (copy_to_iter(skb->data, use, to) != use) in rpmsg_eptdev_read_iter()
206 use = -EFAULT; in rpmsg_eptdev_read_iter()
210 return use; in rpmsg_eptdev_read_iter()
/kernel/linux/linux-6.6/drivers/rpmsg/
H A Drpmsg_char.c208 int use; in rpmsg_eptdev_read_iter() local
240 use = min_t(size_t, iov_iter_count(to), skb->len); in rpmsg_eptdev_read_iter()
241 if (copy_to_iter(skb->data, use, to) != use) in rpmsg_eptdev_read_iter()
242 use = -EFAULT; in rpmsg_eptdev_read_iter()
246 return use; in rpmsg_eptdev_read_iter()
/kernel/linux/linux-6.6/kernel/module/
H A Dsysfs.c52 * the NUL, we have to use a bounce buffer. in module_sect_read()
246 struct module_use *use; in del_usage_links() local
249 list_for_each_entry(use, &mod->target_list, target_list) in del_usage_links()
250 sysfs_remove_link(use->target->holders_dir, mod->name); in del_usage_links()
259 struct module_use *use; in add_usage_links() local
262 list_for_each_entry(use, &mod->target_list, target_list) { in add_usage_links()
263 ret = sysfs_create_link(use->target->holders_dir, in add_usage_links()
/kernel/linux/linux-6.6/tools/scripts/
H A Dutilities.mak141 # (It's necessary to use `sh -c' because GNU make messes up by
151 # (It's necessary to use `sh -c' because GNU make messes up by
185 # To compare if a 3 component version is greater or equal to another, first use
186 # was to check the flex version to see if we can use compiler warnings as
195 # To compare if a 3 component version is less thjan another, first use was to
196 # check the flex version to see if we can use compiler warnings as errors for
/third_party/libunwind/libunwind/doc/
H A Dunw_get_proc_info.tex43 procedure. On platforms that do not use a global pointer, this
57 reserved for future use by \Prog{libunwind}. This member exists
58 for use by the \Func{find\_proc\_info}() call-back (see
63 in bytes. This member exists for use by the
70 \Const{NULL}. This member exists for use by the
93 in the local address-space, this routine is also safe to use from a
/third_party/lwip/src/core/ipv4/
H A Digmp.c14 * Redistribution and use in source and binary forms, with or without
85 #if LWIP_IPV4 && LWIP_IGMP /* don't build if not configured for use in lwipopts.h */
138 group->use++; in igmp_start()
167 struct igmp_group *next = group->next; /* avoid use-after-free below */ in igmp_stop()
263 group->use = 0; in igmp_lookup_group()
355 group = igmp_lookfor_group(inp, dest); /* use the destination IP address of incoming packet */ in igmp_input()
515 /* If first use of the group, allow the group at the MAC level */
516 if ((group->use == 0) && (netif->igmp_mac_filter != NULL)) {
531 /* Increment group use */
532 group->use
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.c7 * the rights to use, copy, modify, merge, publish, distribute, sub license,
343 if (dst->use) { in print_dst()
369 if (src->use) { in print_src()
541 .use = instr->dst_use, in print_instr()
554 .use = instr->src0_use, in print_instr()
564 .use = instr->src1_use, in print_instr()
574 .use = instr->src2_use, in print_instr()
/third_party/toybox/toys/pending/
H A Droute.c30 interface's address and netmask, so the most common use of this command
132 int flags, ref, use, metric, mss, win, irtt, items; in display_routes() local
143 &gate, &flags, &ref, &use, &metric, &mask, &mss, &win, &irtt)) == 11) in display_routes()
162 else xprintf("%-6d %-2d %7d %s\n", metric, ref, use, iface); in display_routes()
410 int prefixlen, metric, use, refcount, flag, items = 0; in display_routes6() local
419 &prefixlen, ipv6_src_addr+8, &metric, &use, &refcount, &flag, in display_routes6()
436 toybuf, buf2, flag_val, metric, refcount, use, iface); in display_routes6()
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Dmodules.py86 for use in lists.list_for_each_entry(sources, t, "source_list"):
89 name=use['source']['name'].string()))
/kernel/linux/linux-5.10/include/linux/
H A Dcompiler-gcc.h15 # error Sorry, your version of GCC is too old - please use 4.9 or newer.
21 # error Sorry, your version of GCC is too old - please use 5.1 or newer.
37 * Versions of the ppc64 compiler before 4.1 had a bug where use of

Completed in 15 milliseconds

12345678910>>...42