Home
last modified time | relevance | path

Searched refs:n (Results 5226 – 5250 of 8645) sorted by relevance

1...<<201202203204205206207208209210>>...346

/openbmc/qemu/tests/tcg/cris/bare/
H A Dcheck_orc.s2 # output: 3\n3\nffff\nffffffff\n7c33f7db\nffff0003\n3\nfedaffff\n7813f7db\n3\n3\nfeb\n781344db\n
H A Dcheck_lapc.s2 # output: 0\n0\nfffffffa\nfffffffe\nffffffda\n1e\n1e\n0\n
H A Dcheck_movemr.s2 …0234567\n12345678\n12344567\n12344523\n76543210\nffffffaa\naa\n9911\nffff9911\n78\n56\n3456\n6712\n
/openbmc/u-boot/configs/
H A Dam335x_shc_defconfig30 …"Enter 'shc' to enter prompt (times out) %d \nEnter 'noautoboot' to enter prompt without timeout\n"
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A Dklcc-cross-accept-clang-options.patch37 die "$0: unknown option: $a\n";
/openbmc/openbmc/poky/meta/recipes-extended/gperf/gperf/
H A D0001-Make-the-code-C-17-compliant.patch18 @@ -55,7 +55,7 @@ getstr (char **lineptr, size_t *n, FILE *stream, char terminator, size_t offset)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A D0001-cow.c-Replace-stat64-with-stat.patch33 cow_printf("Stat of backing file '%s' failed, errno = %d\n",
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lxdm/lxdm/
H A D0003-check-for-libexecinfo-providing-backtrace-APIs.patch28 @@ -33,6 +34,7 @@ AM_CONDITIONAL(HAVE_PAM, [test -n "$USE_PAM" -a "x$USE_PAM" != xno ])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dnfdragora/dnfdragora/
H A D0001-Do-not-set-PYTHON_INSTALL_DIR-by-running-python.patch23 string(REGEX REPLACE "\n$" "" ${PYTHON_INSTALL_DIR} "${PYTHON_INSTALL_DIR}")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A Dgcc-6.patch38 TRACE("hello-%p\n", this);
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch28 if test -n "$inst_prefix_dir"; then
/openbmc/openbmc/poky/meta/recipes-extended/lsb/
H A Dlsb-release_1.4.bb31 if [ -n "${DISTRO_CODENAME}" ]; then
/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2023-6277-At-image-reading-compare-data-size-of-some-tags-data-2.patch31 uint16_t n;
/openbmc/qemu/accel/tcg/
H A Dinternal-target.h77 void tb_reset_jump(TranslationBlock *tb, int n);
/openbmc/linux/drivers/net/ethernet/asix/
H A DKconfig24 default n
/openbmc/linux/drivers/scsi/mvsas/
H A DKconfig28 default n
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A DMakefile29 KCOV_INSTRUMENT := n
/openbmc/linux/scripts/
H A DMakefile.compiler57 $(CC) -Werror $(KBUILD_CPPFLAGS) $(KBUILD_CFLAGS) $(1) -c -x c /dev/null -o "$$TMP",y,n)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yasm/yasm/
H A D0002-yasm-Use-BUILD_DATE-for-reproducibility.patch37 fputs(" */\n", o); oline+=2;
/openbmc/qemu/hw/net/
H A De1000.c539 if (cse && cse < n) in putsum()
540 n = cse + 1; in putsum()
541 if (sloc < n-1) { in putsum()
542 sum = net_checksum_add(n-css, data+css); in putsum()
881 unsigned int n, rdt; in e1000_receive_iov() local
1002 n = E1000_ICS_RXT0; in e1000_receive_iov()
1007 n |= E1000_ICS_RXDMT0; in e1000_receive_iov()
1009 set_ics(s, 0, n); in e1000_receive_iov()
1723 E1000State *n = E1000(obj); in e1000_instance_init() local
1724 device_add_bootindex_property(obj, &n->conf.bootindex, in e1000_instance_init()
[all …]
/openbmc/linux/net/sched/
H A Dsch_htb.c349 static inline void htb_next_rb_node(struct rb_node **n) in htb_next_rb_node() argument
351 *n = rb_next(*n); in htb_next_rb_node()
787 static struct rb_node *htb_id_find_next_upper(int prio, struct rb_node *n, in htb_id_find_next_upper() argument
791 while (n) { in htb_id_find_next_upper()
793 rb_entry(n, struct htb_class, node[prio]); in htb_id_find_next_upper()
796 n = n->rb_right; in htb_id_find_next_upper()
798 r = n; in htb_id_find_next_upper()
799 n = n->rb_left; in htb_id_find_next_upper()
801 return n; in htb_id_find_next_upper()
/openbmc/qemu/system/
H A Dmemory.c2050 assert(n->notifier_flags != IOMMU_NOTIFIER_NONE); in memory_region_register_iommu_notifier()
2051 assert(n->start <= n->end); in memory_region_register_iommu_notifier()
2052 assert(n->iommu_idx >= 0 && in memory_region_register_iommu_notifier()
2055 QLIST_INSERT_HEAD(&iommu_mr->iommu_notify, n, node); in memory_region_register_iommu_notifier()
2058 QLIST_REMOVE(n, node); in memory_region_register_iommu_notifier()
2082 imrc->replay(iommu_mr, n); in memory_region_iommu_replay()
2091 n->notify(n, &iotlb); in memory_region_iommu_replay()
2111 QLIST_REMOVE(n, node); in memory_region_unregister_iommu_notifier()
3476 int n = view->nr; in mtree_print_flatview() local
3496 if (n <= 0) { in mtree_print_flatview()
[all …]
/openbmc/linux/net/core/
H A Dpktgen.c892 unsigned int n = 0; in get_labels() local
903 pkt_dev->labels[n] = htonl(tmp); in get_labels()
910 n++; in get_labels()
911 if (n >= MAX_MPLS_LABELS) in get_labels()
915 pkt_dev->nr_labels = n; in get_labels()
1628 unsigned int n, cnt; in pktgen_if_write() local
1635 for (n = 0; n < pkt_dev->nr_labels; n++) in pktgen_if_write()
3373 struct list_head *q, *n; in pktgen_rem_one_if() local
3395 struct list_head *q, *n; in pktgen_rem_all_ifs() local
3876 struct list_head *q, *n; in _rem_dev_from_if_list() local
[all …]
/openbmc/qemu/target/arm/
H A Dhelper.c3931 for (n = 0; n < rmax; ++n) { in hprenr_write()
3945 for (n = 0; n < MIN(cpu->pmsav8r_hdregion, 32); ++n) { in hprenr_read()
11733 #define ADD16(a, b, n) RESULT(add16_sat(a, b), n, 16); argument
11735 #define ADD8(a, b, n) RESULT(add8_sat(a, b), n, 8); argument
11736 #define SUB8(a, b, n) RESULT(sub8_sat(a, b), n, 8); argument
11782 #define ADD8(a, b, n) RESULT(add8_usat(a, b), n, 8); argument
11783 #define SUB8(a, b, n) RESULT(sub8_usat(a, b), n, 8); argument
11806 #define ADD16(a, b, n) SARITH16(a, b, n, +) argument
11807 #define SUB16(a, b, n) SARITH16(a, b, n, -) argument
11808 #define ADD8(a, b, n) SARITH8(a, b, n, +) argument
[all …]
/openbmc/linux/drivers/mmc/core/
H A Dblock.c334 struct attribute *a, int n) in mmc_disk_attrs_is_visible() argument
717 unsigned int i, n; in mmc_blk_ioctl_multi_cmd() local
730 n = num_of_cmds; in mmc_blk_ioctl_multi_cmd()
735 for (i = 0; i < n; i++) { in mmc_blk_ioctl_multi_cmd()
739 n = i; in mmc_blk_ioctl_multi_cmd()
772 for (i = 0; i < n && !err; i++) in mmc_blk_ioctl_multi_cmd()
778 for (i = 0; i < n; i++) { in mmc_blk_ioctl_multi_cmd()
2892 ssize_t n = 0; in mmc_ext_csd_open() local
2918 n += sprintf(buf + n, "%02x", ext_csd[i]); in mmc_ext_csd_open()
2919 n += sprintf(buf + n, "\n"); in mmc_ext_csd_open()
[all …]

1...<<201202203204205206207208209210>>...346