| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/ |
| H A D | 0001-asm-Delete-.func-.endfunc-directives.patch | 35 subs SIZE, SIZE, #64 43 subs SIZE, SIZE, #64 51 subs SIZE, SIZE, #64 59 subs SIZE, SIZE, #64 67 subs SIZE, SIZE, #64 75 subs SIZE, SIZE, #64 83 subs SIZE, SIZE, #64 91 subs SIZE, SIZE, #64 99 subs SIZE, SIZE, #64 107 subs SIZE, SIZE, #64 [all …]
|
| /openbmc/qemu/tests/tcg/hexagon/ |
| H A D | load_align.c | 62 #define TEST_io(NAME, SZ, SIZE, EXP1, EXP2, EXP3, EXP4) \ argument 66 LOAD_io_##SZ(result, buf, 0 * (SIZE)); \ 68 LOAD_io_##SZ(result, buf, 1 * (SIZE)); \ 70 LOAD_io_##SZ(result, buf, 2 * (SIZE)); \ 72 LOAD_io_##SZ(result, buf, 3 * (SIZE)); \ 131 #define TEST_ap(NAME, SZ, SIZE, RES1, RES2, RES3, RES4) \ argument 136 LOAD_ap_##SZ(result, ptr, (buf + 0 * (SIZE))); \ 138 checkp(ptr, &buf[0 * (SIZE)]); \ 139 LOAD_ap_##SZ(result, ptr, (buf + 1 * (SIZE))); \ 141 checkp(ptr, &buf[1 * (SIZE)]); \ [all …]
|
| H A D | load_unpack.c | 65 #define TEST_io(NAME, TYPE, SIGN, SIZE, EXT, EXP1, EXP2, EXP3, EXP4) \ argument 70 BxW_LOAD_io_##SIGN(result, buf, 0 * (SIZE)); \ 72 BxW_LOAD_io_##SIGN(result, buf, 1 * (SIZE)); \ 74 BxW_LOAD_io_##SIGN(result, buf, 2 * (SIZE)); \ 76 BxW_LOAD_io_##SIGN(result, buf, 3 * (SIZE)); \ 145 #define TEST_ap(NAME, TYPE, SIGN, SIZE, EXT, RES1, RES2, RES3, RES4) \ argument 151 BxW_LOAD_ap_##SIGN(result, ptr, (buf + 0 * (SIZE))); \ 153 checkp(ptr, &buf[0 * (SIZE)]); \ 154 BxW_LOAD_ap_##SIGN(result, ptr, (buf + 1 * (SIZE))); \ 156 checkp(ptr, &buf[1 * (SIZE)]); \ [all …]
|
| H A D | brev.c | 27 #define SIZE (1 << NBITS) macro 29 int64_t dbuf[SIZE] __attribute__((aligned(1 << 16))) = {0}; 30 int32_t wbuf[SIZE] __attribute__((aligned(1 << 16))) = {0}; 31 int16_t hbuf[SIZE] __attribute__((aligned(1 << 16))) = {0}; 32 uint8_t bbuf[SIZE] __attribute__((aligned(1 << 16))) = {0}; 115 for (int i = 0; i < SIZE; i++) { \ 126 for (int i = 0; i < SIZE; i++) { \ 129 for (int i = 0; i < SIZE; i++) { \ 138 for (int i = 0; i < SIZE; i++) { \ 141 for (int i = 0; i < SIZE; i++) { \ [all …]
|
| H A D | circ.c | 69 #define CIRC_LOAD_IMM(SIZE, RES, ADDR, START, LEN, INC) \ in INIT() argument 74 "%0 = mem" #SIZE "(%1++#" #INC ":circ(M0))\n\t" \ in INIT() 106 #define CIRC_LOAD_REG(SIZE, RES, ADDR, START, LEN, INC) \ argument 111 "%0 = mem" #SIZE "(%1++I:circ(M1))\n\t" \ 137 #define CIRC_STORE_IMM(SIZE, PART, VAL, ADDR, START, LEN, INC) \ argument 142 "mem" #SIZE "(%0++#" #INC ":circ(M0)) = %2" PART "\n\t" \ 157 #define CIRC_STORE_NEW_IMM(SIZE, VAL, ADDR, START, LEN, INC) \ argument 164 " mem" #SIZE "(%0++#" #INC ":circ(M0)) = r5.new\n\t" \ 176 #define CIRC_STORE_REG(SIZE, PART, VAL, ADDR, START, LEN, INC) \ argument 181 "mem" #SIZE "(%0++I:circ(M1)) = %3" PART "\n\t" \ [all …]
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | parallels-checks | 44 SIZE=$((4 * 1024 * 1024)) 50 _make_test_img $SIZE 54 LAST_CLUSTER_OFF=$((SIZE - CLUSTER_SIZE)) 60 { $QEMU_IO -c "write -P 0x11 0 $SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_io | _filter_testdir 70 _make_test_img $SIZE 97 _make_test_img $SIZE 102 { $QEMU_IO -c "write -P 0x11 0 $SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_io | _filter_testdir 136 _make_test_img $SIZE 141 { $QEMU_IO -c "write -P 0x11 0 $SIZE" "$TEST_IMG"; } 2>&1 | _filter_qemu_io | _filter_testdir 172 _make_test_img $SIZE [all …]
|
| H A D | qcow2-internal-snapshots.out | 18 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 51 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 52 2 snap1 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 83 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 --
|
| /openbmc/u-boot/test/env/ |
| H A D | hashtable.c | 14 #define SIZE 32 macro 94 ut_asserteq(1, hcreate_r(SIZE, &htab)); in env_test_htab_fill() 96 ut_assertok(htab_fill(uts, &htab, SIZE)); in env_test_htab_fill() 97 ut_assertok(htab_check_fill(uts, &htab, SIZE)); in env_test_htab_fill() 98 ut_asserteq(SIZE, htab.filled); in env_test_htab_fill() 114 ut_asserteq(1, hcreate_r(SIZE, &htab)); in env_test_htab_deletes() 116 ut_assertok(htab_fill(uts, &htab, SIZE / 2)); in env_test_htab_deletes() 118 ut_assertok(htab_check_fill(uts, &htab, SIZE / 2)); in env_test_htab_deletes() 119 ut_asserteq(SIZE / 2, htab.filled); in env_test_htab_deletes()
|
| /openbmc/pldm/oem/ibm/service_files/scripts/ |
| H A D | create-NVRAM-file | 5 SIZE=$((1024 * 145408)) 10 elif [ "$(stat -c%s "$NVRAM")" -ne "$SIZE" ]; then 24 if [ "$BACKUP_SIZE" -eq "$SIZE" ]; then 30 truncate -s "$SIZE" "$NVRAM" 34 truncate -s "$SIZE" "$NVRAM"
|
| /openbmc/qemu/scripts/coccinelle/ |
| H A D | memory-region-housekeeping.cocci | 75 expression SIZE; 78 -memory_region_init_ram_nomigrate(MR, NULL, NAME, SIZE, ERRP); 79 +memory_region_init_ram(MR, NULL, NAME, SIZE, ERRP); 85 expression SIZE; 88 -memory_region_init_rom_nomigrate(MR, NULL, NAME, SIZE, ERRP); 89 +memory_region_init_rom(MR, NULL, NAME, SIZE, ERRP); 97 expression SIZE; 100 -memory_region_init_rom_device_nomigrate(MR, NULL, OPS, OPAQUE, NAME, SIZE, ERRP); 101 +memory_region_init_rom_device(MR, NULL, OPS, OPAQUE, NAME, SIZE, ERRP);
|
| /openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
| H A D | bb-matrix-plot.sh | 24 SIZE="640,480" 34 -s W,H PNG and window size in pixels (default: $SIZE) 56 SIZE="$OPTARG" 108 set term png size $SIZE 121 set term wxt size $SIZE
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 191.out | 124 "actual-size": SIZE, 132 "actual-size": SIZE, 164 "actual-size": SIZE, 195 "actual-size": SIZE, 203 "actual-size": SIZE, 235 "actual-size": SIZE, 266 "actual-size": SIZE, 274 "actual-size": SIZE, 306 "actual-size": SIZE, 336 "actual-size": SIZE, [all …]
|
| H A D | 273.out | 33 "actual-size": SIZE, 41 "actual-size": SIZE, 51 "actual-size": SIZE, 83 "actual-size": SIZE, 113 "actual-size": SIZE, 121 "actual-size": SIZE, 153 "actual-size": SIZE, 182 "actual-size": SIZE,
|
| H A D | 267.out | 37 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 48 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 73 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 98 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 109 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 123 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 138 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 149 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 156 1 snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- 170 -- snap0 SIZE yyyy-mm-dd hh:mm:ss 0000:00:00.000 -- [all …]
|
| H A D | 313.out | 5 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=SIZE 14 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=SIZE backing_file=TEST_DIR/t.IMGFMT.base backing_fm…
|
| H A D | 190.out | 20 required size: SIZE
|
| H A D | 257 | 29 SIZE = 64 * 1024 * 1024 variable 295 drive0.img_create(iotests.imgfmt, SIZE) 398 ebitmap.dirty_bits(range(fail_bit, SIZE // GRANULARITY)) 452 drive0.img_create(iotests.imgfmt, SIZE)
|
| /openbmc/qemu/target/hexagon/ |
| H A D | macros.h | 84 #define CHECK_NOSHUF(VA, SIZE) \ argument 87 probe_noshuf_load(VA, SIZE, ctx->mem_idx); \ 92 #define CHECK_NOSHUF_PRED(GET_EA, SIZE, PRED) \ argument 98 probe_noshuf_load(EA, SIZE, ctx->mem_idx); \ 519 #define fLOAD(NUM, SIZE, SIGN, EA, DST) MEM_LOAD##SIZE##SIGN(DST, EA) argument 526 #define fLOAD(NUM, SIZE, SIGN, EA, DST) \ argument 528 check_noshuf(env, pkt_has_store_s1, slot, EA, SIZE, GETPC()); \ 529 DST = (size##SIZE##SIGN##_t)MEM_LOAD##SIZE(env, EA, GETPC()); \ 533 #define fMEMOP(NUM, SIZE, SIGN, EA, FNTYPE, VALUE) argument 547 #define fLOAD_LOCKED(NUM, SIZE, SIGN, EA, DST) \ argument [all …]
|
| /openbmc/qemu/pc-bios/optionrom/ |
| H A D | optionrom.h | 81 .macro read_fw_dma VAR, SIZE, ADDR 93 bswapl \SIZE 94 pushl \SIZE
|
| /openbmc/u-boot/drivers/mtd/ubi/ |
| H A D | crc32.c | 478 #define SIZE 64 macro 484 unsigned char buf1[SIZE + 4]; in main() 485 unsigned char buf2[SIZE + 4]; in main() 486 unsigned char buf3[SIZE + 4]; in main() 490 for (i = 0; i <= SIZE; i++) { in main()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/fmt/fmt/ |
| H A D | 0001-Workaround-an-ABI-issue-in-spdlog.patch | 19 template <typename T, size_t SIZE = inline_buffer_size, 26 T store_[SIZE];
|
| /openbmc/u-boot/board/toradex/colibri_imx6/ |
| H A D | 800mhz_2x64mx16.cfg | 17 /* DDR3 DATA BUS SIZE: 64BIT */ 19 /* DDR3 DATA BUS SIZE: 32BIT */
|
| H A D | 800mhz_4x64mx16.cfg | 17 /* DDR3 DATA BUS SIZE: 64BIT */ 19 /* DDR3 DATA BUS SIZE: 32BIT */
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2025-1118.patch | 32 - N_("ADDR [SIZE]"), N_("Show memory contents.")); 34 + N_("ADDR [SIZE]"), N_("Show memory contents."));
|
| /openbmc/openbmc/meta-security/classes/ |
| H A D | dm-verity-img.bbclass | 83 echo "DATA_SIZE=$SIZE" >> $ENV 126 local SIZE=$(stat --printf="%s" $INPUT) 140 SIZE=$(expr \( $SIZE + $align - 1 \) / $align \* $align) 146 HASH_OFFSET="--hash-offset="$SIZE
|