Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/tinymembench/tinymembench/
H A D0001-asm-Delete-.func-.endfunc-directives.patch35 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 Dload_align.c62 #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 Dload_unpack.c65 #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 Dbrev.c27 #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 Dcirc.c69 #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 Dparallels-checks44 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 Dqcow2-internal-snapshots.out18 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 Dhashtable.c14 #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 Dcreate-NVRAM-file5 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 Dmemory-region-housekeeping.cocci75 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 Dbb-matrix-plot.sh24 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 D191.out124 "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 D273.out33 "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 D267.out37 -- 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 yyy
[all...]
H A D313.out5 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 D190.out20 required size: SIZE
H A D25729 SIZE = 64 * 1024 * 1024 variable
295 drive0.img_create(iotests.imgfmt, SIZE)
402 ebitmap.dirty_bits(range(fail_bit, SIZE // GRANULARITY))
456 drive0.img_create(iotests.imgfmt, SIZE)
/openbmc/qemu/pc-bios/optionrom/
H A Doptionrom.h81 .macro read_fw_dma VAR, SIZE, ADDR
93 bswapl \SIZE
94 pushl \SIZE
/openbmc/u-boot/drivers/mtd/ubi/
H A Dcrc32.c478 #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 D0001-Workaround-an-ABI-issue-in-spdlog.patch19 template <typename T, size_t SIZE = inline_buffer_size,
26 T store_[SIZE];
/openbmc/u-boot/board/toradex/colibri_imx6/
H A D800mhz_2x64mx16.cfg17 /* DDR3 DATA BUS SIZE: 64BIT */
19 /* DDR3 DATA BUS SIZE: 32BIT */
H A D800mhz_4x64mx16.cfg17 /* DDR3 DATA BUS SIZE: 64BIT */
19 /* DDR3 DATA BUS SIZE: 32BIT */
/openbmc/openbmc/poky/meta/recipes-bsp/grub/files/
H A DCVE-2025-1118.patch32 - N_("ADDR [SIZE]"), N_("Show memory contents."));
34 + N_("ADDR [SIZE]"), N_("Show memory contents."));
/openbmc/openbmc/meta-security/classes/
H A Ddm-verity-img.bbclass83 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
/openbmc/qemu/hw/dma/
H A Dxlnx-zdma.c130 FIELD(ZDMA_CH_SRC_DSCR_WORD2, SIZE, 0, 30)
140 FIELD(ZDMA_CH_DST_DSCR_WORD2, SIZE, 0, 30)
401 SIZE); in zdma_write_dst()
405 SIZE); in zdma_write_dst()
439 SIZE, in zdma_write_dst()
456 src_size = FIELD_EX32(s->dsc_src.words[2], ZDMA_CH_SRC_DSCR_WORD2, SIZE); in zdma_process_descr()
483 SIZE); in zdma_process_descr()

12