Home
last modified time | relevance | path

Searched full:ai (Results 1 – 25 of 65) sorted by relevance

123

/openbmc/u-boot/drivers/mtd/ubi/
H A Dattach.c87 static int self_check_ai(struct ubi_device *ubi, struct ubi_attach_info *ai);
95 * @ai: attaching information
114 static int add_to_list(struct ubi_attach_info *ai, int pnum, int vol_id, in add_to_list() argument
119 if (list == &ai->free) { in add_to_list()
121 } else if (list == &ai->erase) { in add_to_list()
123 } else if (list == &ai->alien) { in add_to_list()
125 ai->alien_peb_count += 1; in add_to_list()
129 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_to_list()
146 * @ai: attaching information
155 static int add_corrupted(struct ubi_attach_info *ai, int pnum, int ec) in add_corrupted() argument
[all …]
H A Dfastmap.c134 * @ai: UBI attach info object
142 static int add_aeb(struct ubi_attach_info *ai, struct list_head *list, in add_aeb() argument
147 aeb = kmem_cache_alloc(ai->aeb_slab_cache, GFP_KERNEL); in add_aeb()
157 ai->ec_sum += aeb->ec; in add_aeb()
158 ai->ec_count++; in add_aeb()
160 if (ai->max_ec < aeb->ec) in add_aeb()
161 ai->max_ec = aeb->ec; in add_aeb()
163 if (ai->min_ec > aeb->ec) in add_aeb()
164 ai->min_ec = aeb->ec; in add_aeb()
173 * @ai: ubi_attach_info object
[all …]
H A Dvtbl.c288 * @ai: attaching information
295 static int create_vtbl(struct ubi_device *ubi, struct ubi_attach_info *ai, argument
309 new_aeb = ubi_early_get_peb(ubi, ai);
321 vid_hdr->sqnum = cpu_to_be64(++ai->max_sqnum);
337 err = ubi_add_to_av(ubi, ai, new_aeb->pnum, new_aeb->ec, vid_hdr, 0);
338 kmem_cache_free(ai->aeb_slab_cache, new_aeb);
348 list_add(&new_aeb->u.list, &ai->erase);
351 kmem_cache_free(ai->aeb_slab_cache, new_aeb);
361 * @ai: attaching information
369 struct ubi_attach_info *ai, argument
[all …]
H A Dubi.h785 int ubi_add_to_av(struct ubi_device *ubi, struct ubi_attach_info *ai, int pnum,
787 struct ubi_ainf_volume *ubi_find_av(const struct ubi_attach_info *ai,
789 void ubi_remove_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av);
791 struct ubi_attach_info *ai);
793 void ubi_destroy_ai(struct ubi_attach_info *ai);
800 int ubi_read_volume_table(struct ubi_device *ubi, struct ubi_attach_info *ai);
860 int ubi_eba_init(struct ubi_device *ubi, struct ubi_attach_info *ai);
871 int ubi_wl_init(struct ubi_device *ubi, struct ubi_attach_info *ai);
925 int ubi_scan_fastmap(struct ubi_device *ubi, struct ubi_attach_info *ai,
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/
H A D0001-Fix-build-with-format-string-checks.patch33 for (ai = ai_res; ai; ai = ai->ai_next) {
38 switch (ai->ai_family) {
44 for (ai = ai_res; ai; ai = ai->ai_next) {
49 switch (ai->ai_family) {
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/udevil/files/
H A DFix-build-with-gcc15.patch10 In file included from /home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/udevi…
12 /home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/udevil/0.4.4/recipe-sysroot…
18 /home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/udevil/0.4.4/recipe-sysroot…
28 /home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/udevil/0.4.4/recipe-sysroot…
34 /home/worker/nano-ai/build-nano-ai/BUILD/work/qcs8550_aihub-webos-linux/udevil/0.4.4/recipe-sysroot…
/openbmc/qemu/tests/unit/
H A Dsocket-helpers.c45 struct addrinfo ai, *res = NULL; in socket_can_bind_connect()
54 memset(&ai, 0, sizeof(ai)); in socket_can_bind_connect()
55 ai.ai_flags = AI_CANONNAME | AI_ADDRCONFIG; in socket_can_bind_connect()
56 ai.ai_family = family; in socket_can_bind_connect()
57 ai.ai_socktype = SOCK_STREAM; in socket_can_bind_connect()
60 rc = getaddrinfo(hostname, NULL, &ai, &res); in socket_can_bind_connect()
44 struct addrinfo ai, *res = NULL; socket_can_bind_connect() local
/openbmc/qemu/tcg/
H A Dtcg-op-vec.c235 TCGArg ai = tcgv_i64_arg(a); in tcg_gen_dup_i64_vec() local
236 vec_gen_2(INDEX_op_dup_vec, type, vece, ri, ai); in tcg_gen_dup_i64_vec()
242 TCGArg ai = tcgv_i32_arg(TCGV_LOW(a)); in tcg_gen_dup_i64_vec() local
243 vec_gen_2(INDEX_op_dup_vec, type, vece, ri, ai); in tcg_gen_dup_i64_vec()
250 TCGArg ai = tcgv_i32_arg(a); in tcg_gen_dup_i32_vec() local
254 vec_gen_2(INDEX_op_dup_vec, type, vece, ri, ai); in tcg_gen_dup_i32_vec()
374 TCGArg ai = temp_arg(at); in do_op2() local
382 vec_gen_2(opc, type, vece, ri, ai); in do_op2()
385 tcg_expand_vec_op(opc, type, vece, ri, ai); in do_op2()
452 TCGArg ai = temp_arg(at); in do_shifti() local
[all …]
/openbmc/qemu/io/
H A Ddns-resolver.c55 struct addrinfo ai, *res, *e; in qio_dns_resolver_lookup_sync_inet() local
67 memset(&ai, 0, sizeof(ai)); in qio_dns_resolver_lookup_sync_inet()
68 ai.ai_flags = AI_PASSIVE; in qio_dns_resolver_lookup_sync_inet()
70 ai.ai_flags |= AI_NUMERICHOST | AI_NUMERICSERV; in qio_dns_resolver_lookup_sync_inet()
72 ai.ai_family = inet_ai_family_from_address(iaddr, &err); in qio_dns_resolver_lookup_sync_inet()
73 ai.ai_socktype = SOCK_STREAM; in qio_dns_resolver_lookup_sync_inet()
91 strlen(port) ? port : NULL, &ai, &res); in qio_dns_resolver_lookup_sync_inet()
/openbmc/qemu/util/
H A Dqemu-sockets.c275 struct addrinfo ai, *res, *e; in inet_listen_saddr() local
284 memset(&ai,0, sizeof(ai)); in inet_listen_saddr()
285 ai.ai_flags = AI_PASSIVE; in inet_listen_saddr()
287 ai.ai_flags |= AI_NUMERICHOST | AI_NUMERICSERV; in inet_listen_saddr()
289 ai.ai_socktype = SOCK_STREAM; in inet_listen_saddr()
290 ai.ai_family = inet_ai_family_from_address(saddr, errp); in inet_listen_saddr()
324 strlen(port) ? port : NULL, &ai, &res); in inet_listen_saddr()
454 struct addrinfo ai, *res; in inet_parse_connect_saddr() local
458 memset(&ai, 0, sizeof(ai)); in inet_parse_connect_saddr()
460 ai.ai_flags = AI_CANONNAME | AI_ADDRCONFIG; in inet_parse_connect_saddr()
[all …]
/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest_test.cpp59 EXPECT_THAT(dbusArgSplit("ai"), ElementsAre("ai")); in TEST()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-padatious_0.4.8.bb1 …"An efficient and agile neural network intent parser. Padatious is a core component of Mycroft AI."
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A D0001-FROMLIST-Switch-to-static-instance-of-FastCV-on-Linux.patch
H A D0001-FROMLIST-FastCV-latest-libs-hash-update.patch
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py1989 # A class for describing the energy consumption incurred by an AI model in
1991 @register("https://spdx.org/rdf/3.0.1/terms/AI/EnergyConsumption", compact_type="ai_EnergyConsumpti…
2000 # Specifies the amount of energy consumed when finetuning the AI model that is
2001 # being used in the AI system.
2005 iri="https://spdx.org/rdf/3.0.1/terms/AI/finetuningEnergyConsumption",
2008 # Specifies the amount of energy consumed during inference time by an AI model
2009 # that is being used in the AI system.
2013 iri="https://spdx.org/rdf/3.0.1/terms/AI/inferenceEnergyConsumption",
2016 # Specifies the amount of energy consumed when training the AI model that is
2017 # being used in the AI system.
[all …]
/openbmc/openbmc/poky/meta-selftest/recipes-extended/hello-rs/hello-rs/
H A D0001-Greet-OE-Core.patch2 From: Alex Kiernan <alexk@zuma.ai>
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/
H A Dmimic_1.3.0.1.bb3 HOMEPAGE = "https://mimic.mycroft.ai/"
/openbmc/openbmc/poky/meta/recipes-core/base-passwd/base-passwd/
H A D0001-base-passwd-Add-the-sgx-group.patch2 From: Alex Kiernan <alexk@zuma.ai>
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ntpsec/ntpsec/
H A D0001-wscript-Add-BISONFLAGS-support.patch2 From: Alex Kiernan <alexk@zuma.ai>
/openbmc/qemu/accel/tcg/
H A Dtcg-runtime-gvec.c1110 int32_t ai = *(int32_t *)(a + i); in HELPER() local
1113 if (sadd32_overflow(ai, bi, &di)) { in HELPER()
1127 int64_t ai = *(int64_t *)(a + i); in HELPER() local
1130 if (sadd64_overflow(ai, bi, &di)) { in HELPER()
1178 int32_t ai = *(int32_t *)(a + i); in HELPER() local
1181 if (ssub32_overflow(ai, bi, &di)) { in HELPER()
1195 int64_t ai = *(int64_t *)(a + i); in HELPER() local
1198 if (ssub64_overflow(ai, bi, &di)) { in HELPER()
1242 uint32_t ai = *(uint32_t *)(a + i); in HELPER() local
1245 if (uadd32_overflow(ai, bi, &di)) { in HELPER()
[all …]
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/
H A D0002-test-regress.h-Increase-default-timeval-tolerance-50.patch25 @@ -127,7 +127,7 @@ int test_ai_eq_(const struct evutil_addrinfo *ai, const char *sockaddr_port,
/openbmc/openbmc/poky/documentation/contributor-guide/
H A Dsubmit-changes.rst867 Acceptance of AI Generated Code
871 in regards to the use of generative AI tools. See:
872 https://www.linuxfoundation.org/legal/generative-ai.
879 All AI Generated Code must be labeled as such in the commit message,
882 indication that this code was AI generated.
888 AI-Generated: Uses GitHub Copilot
892 The ``Signed-off-by`` line must be written by you, and not the AI helper.
897 Additionally, you must stipulate AI contributions conform to the Linux
900 #. Contributors should ensure that the terms and conditions of the generative AI
907 source code) authored or owned by third parties are included in the AI too
[all...]
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsync_manager.cpp54 execl("/usr/bin/rsync", "rsync", "-aI", entryPath.c_str(), in processEntry()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-s/
H A DAgila2_C-146.0E28 # Da Ai TV indonesia
/openbmc/u-boot/tools/
H A Dgetline.c7 /* Written by Jan Brittenson, bson@gnu.ai.mit.edu. */

123