| /openbmc/openbmc/poky/scripts/ |
| H A D | runqemu-gen-tapdevs | 38 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 D | oe-time-dd-test.sh | 56 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 D | runqemu-gen-tapdevs | 38 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 D | cross-modifying-code.c | 54 #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 D | i8257.c | 49 #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 D | python_pep517.bbclass | 45 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 D | image_types.bbclass | 83 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 D | rsyslog.logrotate | 28 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 D | ebtables.common | 151 …COUNT=$(( $(/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 D | macros.h.inc | 100 #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 D | README.md | 16 - `--gtest_repeat=[COUNT]`
|
| /openbmc/openpower-pnor-code-mgmt/test/ |
| H A D | README.md | 13 - --gtest_repeat=[COUNT]
|
| /openbmc/phosphor-event/test/ |
| H A D | README.md | 18 - --gtest_repeat=[COUNT]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch | 74 #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 D | 0001-Add-support-for-persistent-only-settings.patch | 62 entry("COUNT=%d", count));
|
| /openbmc/qemu/hw/timer/ |
| H A D | sifive_pwm.c | 62 REG32(COUNT, 0x08)
|
| /openbmc/u-boot/doc/imx/common/ |
| H A D | mxs.txt | 254 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 D | insn-data.h.inc | 129 /* 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 D | macros.def | 499 {WRITE_RREG(REG_LC0,COUNT); 506 {WRITE_RREG(REG_LC1,COUNT);
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | emit.c.inc | 1451 /* Expects truncated bit index in COUNT, 1 << COUNT in MASK. */
|
| /openbmc/qemu/target/hexagon/imported/mmvec/ |
| H A D | ext.idef | 2906 #define PRINT_VU(TYPE, TYPE2, COUNT)\ 2910 for (i=0;i<vec_len>>COUNT;i++) { \
|