Home
last modified time | relevance | path

Searched refs:eb (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/qemu/contrib/plugins/
H A Dhotpages.c54 PageCounters *eb = (PageCounters *) b; in cmp_access_count() local
58 r = (ea->reads + ea->writes) > (eb->reads + eb->writes) ? -1 : 1; in cmp_access_count()
61 r = ea->reads > eb->reads ? -1 : 1; in cmp_access_count()
64 r = ea->writes > eb->writes ? -1 : 1; in cmp_access_count()
67 r = ea->page_address > eb->page_address ? -1 : 1; in cmp_access_count()
H A Dhotblocks.c45 ExecCount *eb = (ExecCount *) b; in cmp_exec_count() local
49 qemu_plugin_u64_sum(qemu_plugin_scoreboard_u64(eb->exec_count)); in cmp_exec_count()
62 const ExecCount *eb = v2; in exec_count_equal() local
63 return (ea->start_addr == eb->start_addr) && in exec_count_equal()
64 (ea->insns == eb->insns); in exec_count_equal()
H A Dhwprofile.c77 DeviceCounts *eb = (DeviceCounts *) b; in sort_cmp() local
79 eb->totals.reads + eb->totals.writes ? -1 : 1; in sort_cmp()
85 IOLocationCounts *eb = (IOLocationCounts *) b; in sort_loc() local
86 return ea->off_or_pc > eb->off_or_pc; in sort_loc()
H A Dhowvec.c161 InsnExecCount *eb = (InsnExecCount *) b; in cmp_exec_count() local
163 uint64_t count_b = qemu_plugin_u64_sum(eb->count); in cmp_exec_count()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D10-cve-2014-8140-test-compr-eb.patch16 @@ -2233,10 +2233,17 @@ static int test_compr_eb(__G__ eb, eb_si
28 - ((eb_ucsize = makelong(eb+(EB_HEADSIZE+EB_UCSIZE_P))) > 0L &&
31 + ((eb_ucsize = makelong( eb+ (EB_HEADSIZE+ EB_UCSIZE_P))) == 0L) ||
35 method = makeword(eb + (EB_HEADSIZE + compr_offset));
H A Dcve-2014-9636.patch25 @@ -2217,6 +2217,7 @@ static int test_compr_eb(__G__ eb, eb_si
33 @@ -2226,6 +2227,13 @@ static int test_compr_eb(__G__ eb, eb_si
37 + method = makeword(eb + (EB_HEADSIZE + compr_offset));
/openbmc/qemu/docs/system/arm/
H A Drealview.rst1 Arm Realview boards (``realview-eb``, ``realview-eb-mpcore``, ``realview-pb-a8``, ``realview-pbx-a9…
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc-2.0.2/
H A D0002-Instead-of-doing-preprocessor-magic-just-output-off_.patch135 @@ -1079,8 +1079,8 @@ int mtd_read(const struct mtd_dev_info *mtd, int fd, int eb, int offs,
137 seek = (off_t)eb * mtd->eb_size + offs;
146 @@ -1188,8 +1188,8 @@ int mtd_write(libmtd_t desc, const struct mtd_dev_info *mtd, int fd, int eb,
162 static void show_progress(struct mtd_dev_info *mtd, off_t start, int eb,
166 - mtd->eb_size / 1024, start, ((eb - eb_start) * 100) / eb_cnt);
168 + mtd->eb_size / 1024, (unsigned long long)start, ((eb - eb_start) * 100) / eb_cnt);
174 int ret = mtd_is_bad(&mtd, fd, eb);
/openbmc/qemu/tests/tcg/plugins/
H A Dsyscall.c183 static gint comp_func(gconstpointer ea, gconstpointer eb, gpointer d) in comp_func() argument
186 SyscallStats *ent_b = (SyscallStats *) eb; in comp_func()
/openbmc/openbmc/meta-google/recipes-google/networking/files/
H A Dgbmc-ip-monitor-test.sh78 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
89 [ADDR]2: eno2 inet6 fd01:ff2:5687:4:cf03:45f3:983a:96eb/64 scope global temporary dynamic
/openbmc/openbmc/poky/meta/recipes-extended/mc/files/
H A Dnomandate.patch23 index ede02e4..19300eb 100644
/openbmc/openbmc/poky/meta/conf/machine/include/mips/
H A DREADME35 MIPSPKGSFX_ENDIAN2 - For bigendian hardware this is "eb", otherwise it's
H A Darch-mips.inc44 MIPSPKGSFX_ENDIAN2 = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', 'eb', 'el', d)}"
/openbmc/openbmc/poky/meta/conf/machine/include/microblaze/
H A Darch-microblaze.inc16 MBPKGARCH_ENDIAN = "${@bb.utils.contains("TUNE_FEATURES", "bigendian", "eb", "el", d)}"
/openbmc/openbmc/poky/meta/recipes-extended/unzip/
H A Dunzip_6.0.bb15 file://10-cve-2014-8140-test-compr-eb.patch \
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel-arch.bbclass41 elif re.match('riscv(32|64|)(eb|)$', a): return 'riscv'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/zsync/zsync-curl/
H A Dfixes.patch36 index f4fce72..47754eb 100644
/openbmc/qemu/docs/system/devices/
H A Digb.rst70 .. [1] https://www.intel.com/content/dam/www/public/us/en/documents/datasheets/82576eb-gigabit-ethe…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0003-RH-don-t-start-without-a-config-file.patch91 index 7bc8806e..315884eb 100644
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/gnuplot/gnuplot/
H A D0003-Use-native-tools-to-build-docs.patch23 index b20918a..47406eb 100644
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/
H A Dnftables_1.1.3.bb2 DESCRIPTION = "nftables replaces the popular {ip,ip6,arp,eb}tables. \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uim/
H A Duim_1.9.0.bb43 --without-eb \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/files/
H A D0001-wolfssl-wolfcrypt-logging.h-and-wolfcrypt-src-loggin.patch78 - 62:fe:b4:88:da:12:eb:38:eb:21:9d:c0:41:2b:01:
87 - ea:eb:d4:03:ae:5e:84:3e:5f:ff:15:ed:69:bc:f9:
103 - bd:f7:64:fd:2d:d7:30:e3:a4:10:17:eb:da:29:29:b6:79:3f:
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py136 (eb, vb, rb) = tb
138 r = int(ea or 0) - int(eb or 0)
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch85 #define MUSL_DYNAMIC_LINKER_E "%{mbig-endian:eb}"

12