Home
last modified time | relevance | path

Searched refs:COUNT (Results 1 – 21 of 21) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Drunqemu-gen-tapdevs38 COUNT=$3
41 COUNT=$2
53 if ! [ $COUNT -ge 0 ]; then
54 echo "Error: Incorrect count: $COUNT"
84 if [ $COUNT -eq 0 ]; then
88 echo "Creating $COUNT tap devices for GID: $GID..."
89 for ((index=0; index < $COUNT; index++)); do
H A Doe-time-dd-test.sh56 COUNT=$2
59 if ! [[ $COUNT =~ $re_c ]] || [[ $COUNT -le 0 ]] ; then
96 if [ -z ${TIMEOUT+x} ] || [ -z ${COUNT+x} ] ; then
103 timeout ${TIMEOUT} dd if=/dev/zero of=oe-time-dd-test.dat bs=1024 count=${COUNT} conv=fsync
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-gen-tapdevs38 COUNT=$3
41 COUNT=$2
53 if ! [ $COUNT -ge 0 ]; then
54 echo "Error: Incorrect count: $COUNT"
84 if [ $COUNT -eq 0 ]; then
88 echo "Creating $COUNT tap devices for GID: $GID..."
89 for ((index=0; index < $COUNT; index++)); do
/openbmc/qemu/tests/tcg/x86_64/
H A Dcross-modifying-code.c54 #define COUNT 1000000 macro
68 for (i = 0; i < COUNT; i++) { in main()
77 assert(x <= INITIAL + COUNT); in main()
/openbmc/qemu/hw/dma/
H A Di8257.c49 #define COUNT 1 macro
128 r->now[COUNT] = 0; in i8257_init_chan()
154 val = (r->base[COUNT] << d->dshift) - r->now[COUNT]; in i8257_read_chan()
156 val = r->now[ADDR] + r->now[COUNT] * dir; in i8257_read_chan()
340 r->now[COUNT], (r->base[COUNT] + 1) << ncont); in i8257_channel_run()
341 r->now[COUNT] = n; in i8257_channel_run()
342 ldebug ("dma_pos %d size %d\n", n, (r->base[COUNT] + 1) << ncont); in i8257_channel_run()
343 if (n == (r->base[COUNT] + 1) << ncont) { in i8257_channel_run()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpython_pep517.bbclass45 COUNT=$(find ${PEP517_WHEEL_PATH} -name '*.whl' -maxdepth 1 | wc -l)
46 if test $COUNT -eq 0; then
48 elif test $COUNT -gt 1; then
H A Dimage_types.bbclass83 eval local COUNT=\"0\"
86 eval COUNT=\"$MIN_COUNT\"
89 …g "dd if=/dev/zero of=${IMGDEPLOYDIR}/${IMAGE_NAME}.$fstype seek=$ROOTFS_SIZE count=$COUNT bs=1024"
90 dd if=/dev/zero of=${IMGDEPLOYDIR}/${IMAGE_NAME}.$fstype seek=$ROOTFS_SIZE count=$COUNT bs=1024
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/
H A Drsyslog.logrotate28 COUNT=$(ls -1 $STATE_DIR/imfile-state:* 2>/dev/null | wc -l)
31 if [ "$COUNT" -gt 20 ]; then
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/ebtables/ebtables-2.0.11/
H A Debtables.common151COUNT=$(( $(/usr/sbin/ebtables-legacy -t $table -L | sed -e "/^Bridge chain/! d" -e "s/^.*entries:…
152 echo -n "$table($COUNT) "
/openbmc/qemu/target/hexagon/idef-parser/
H A Dmacros.h.inc100 #define fWRITE_LOOP_REGS0(START, COUNT) SA0 = START; (LC0 = COUNT)
101 #define fWRITE_LOOP_REGS1(START, COUNT) SA1 = START; (LC1 = COUNT)
/openbmc/phosphor-bmc-code-mgmt/bmc/test/
H A DREADME.md16 - `--gtest_repeat=[COUNT]`
/openbmc/openpower-pnor-code-mgmt/test/
H A DREADME.md13 - --gtest_repeat=[COUNT]
/openbmc/phosphor-event/test/
H A DREADME.md18 - --gtest_repeat=[COUNT]
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch74 #define VECTOR_BOOL_MODE(NAME, COUNT, COMPONENT, BYTESIZE) \
75 make_vector_bool_mode (#NAME, COUNT, #COMPONENT, BYTESIZE, \
/openbmc/openbmc/meta-yadro/recipes-phosphor/ipmi/phosphor-ipmi-host/
H A D0001-Add-support-for-persistent-only-settings.patch62 entry("COUNT=%d", count));
/openbmc/qemu/hw/timer/
H A Dsifive_pwm.c62 REG32(COUNT, 0x08)
/openbmc/u-boot/doc/imx/common/
H A Dmxs.txt254 STRIDE and COUNT options of the NAND boot. For description of these,
259 "update_nand_stride" variable. In case the user changes COUNT by
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc129 /* BRANCH ON COUNT */
134 /* BRANCH RELATIVE ON COUNT */
137 /* BRANCH RELATIVE ON COUNT HIGH */
493 /* LOAD COUNT TO BLOCK BOUNDARY */
761 /* POPULATION COUNT */
1153 /* VECTOR COUNT LEADING ZEROS */
1155 /* VECTOR COUNT TRAILING ZEROS */
1215 /* VECTOR POPULATION COUNT */
/openbmc/qemu/target/hexagon/imported/
H A Dmacros.def499 {WRITE_RREG(REG_LC0,COUNT);
506 {WRITE_RREG(REG_LC1,COUNT);
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc1451 /* Expects truncated bit index in COUNT, 1 << COUNT in MASK. */
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dext.idef2906 #define PRINT_VU(TYPE, TYPE2, COUNT)\
2910 for (i=0;i<vec_len>>COUNT;i++) { \