| /openbmc/u-boot/lib/ |
| H A D | fdtdec_test.c | 56 #define CHECK(op) if (fdt_checkerr(#op, op)) return -1 macro 84 CHECK(fdt_create(fdt, size)); in make_fdt() 85 CHECK(fdt_finish_reservemap(fdt)); in make_fdt() 86 CHECK(fdt_begin_node(fdt, "")); in make_fdt() 88 CHECK(fdt_begin_node(fdt, "aliases")); in make_fdt() 92 CHECK(fdt_property_string(fdt, name, value)); in make_fdt() 95 CHECK(fdt_end_node(fdt)); in make_fdt() 99 CHECK(fdt_begin_node(fdt, value)); in make_fdt() 100 CHECK(fdt_property_string(fdt, "compatible", in make_fdt() 103 CHECK(fdt_property_string(fdt, "status", "disabled")); in make_fdt() [all …]
|
| /openbmc/qemu/hw/display/ |
| H A D | virtio-gpu-rutabaga.c | 16 #define CHECK(condition, cmd) \ macro 100 CHECK(!result, cmd); in rutabaga_cmd_create_resource_2d() 139 CHECK(!result, cmd); in rutabaga_cmd_create_resource_3d() 189 CHECK(res, cmd); in rutabaga_cmd_resource_unref() 198 CHECK(!result, cmd); in rutabaga_cmd_resource_unref() 216 CHECK(!result, cmd); in rutabaga_cmd_context_create() 232 CHECK(!result, cmd); in rutabaga_cmd_context_destroy() 257 CHECK(res, cmd); in rutabaga_cmd_resource_flush() 284 CHECK(!result, cmd); in rutabaga_cmd_resource_flush() 305 CHECK(ss.scanout_id < VIRTIO_GPU_MAX_SCANOUTS, cmd); in rutabaga_cmd_set_scanout() [all …]
|
| /openbmc/qemu/target/riscv/insn_trans/ |
| H A D | trans_rvvk.c.inc | 24 #define GEN_VV_MASKED_TRANS(NAME, CHECK) \ 27 if (CHECK(s, a)) { \ 44 #define GEN_VX_MASKED_TRANS(NAME, CHECK) \ 47 if (CHECK(s, a)) { \ 68 #define GEN_OPIVI_GVEC_TRANS_CHECK(NAME, IMM_MODE, OPIVX, SUF, CHECK) \ 71 if (CHECK(s, a)) { \ 84 #define GEN_OPIVV_GVEC_TRANS_CHECK(NAME, SUF, CHECK) \ 87 if (CHECK(s, a)) { \ 99 #define GEN_OPIVX_GVEC_SHIFT_TRANS_CHECK(NAME, SUF, CHECK) \ 102 if (CHECK(s, a)) { \ [all …]
|
| H A D | trans_rvv.c.inc | 666 #define GEN_VEXT_TRANS(NAME, EEW, ARGTYPE, OP, CHECK) \ 669 if (CHECK(s, a, EEW)) { \ 1642 #define GEN_OPIVV_WIDEN_TRANS(NAME, CHECK) \ 1650 return do_opivv_widen(s, a, fns[s->sew], CHECK); \ 1674 #define GEN_OPIVX_WIDEN_TRANS(NAME, CHECK) \ 1677 if (CHECK(s, a)) { \ 1790 #define GEN_OPIVV_TRANS(NAME, CHECK) \ 1793 if (CHECK(s, a)) { \ 1841 #define GEN_OPIVX_TRANS(NAME, CHECK) \ 1844 if (CHECK(s, a)) { \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/ |
| H A D | 0001-tests-use-EXTENSIONS_DIR.patch | 48 CHECK( 0, fd_rtdisp_init() ); 52 - CHECK( 0, (dir = opendir (BUILD_DIR "/extensions")) == NULL ? 1 : 0 ); 55 + CHECK( 0, (dir = opendir (EXTENSIONS_DIR)) == NULL ? 1 : 0 ); 82 - CHECK( 0, (dir = opendir (BUILD_DIR "/extensions")) == NULL ? 1 : 0 ); 85 + CHECK( 0, (dir = opendir (EXTENSIONS_DIR)) == NULL ? 1 : 0 );
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | parallels-checks.out | 3 == TEST OUT OF IMAGE CHECK == 13 == TEST LEAK CHECK == 35 == TEST DUPLICATION CHECK == 105 == TEST DATA_OFF CHECK ==
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | inflate.h | 45 CHECK, /* i: waiting for 32-bit check value */ enumerator
|
| H A D | inflate.c | 551 state->mode = CHECK; in inflate() 851 case CHECK: in inflate() 909 if (state->wsize || (state->mode < CHECK && out != strm->avail_out)) in inflate()
|
| /openbmc/u-boot/scripts/ |
| H A D | Makefile.build | 122 quiet_cmd_force_checksrc = CHECK $< 123 cmd_force_checksrc = $(CHECK) $(CHECKFLAGS) $(c_flags) $< ; 125 quiet_cmd_checksrc = CHECK $< 126 cmd_checksrc = $(CHECK) $(CHECKFLAGS) $(c_flags) $< ;
|
| /openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/logfsprogs/logfsprogs/ |
| H A D | 0001-Add-LDFLAGS-to-linker-cmdline.patch | 19 CHECK := cgcc
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | checks.c | 72 #define CHECK(nm_, fn_, d_, ...) \ macro 177 CHECK(always_fail, check_always_fail, NULL); 304 CHECK(node_name_chars_strict, check_node_name_chars_strict, PROPNODECHARSSTRICT); 381 CHECK(property_name_chars_strict, check_property_name_chars_strict, PROPNODECHARSSTRICT); 1279 CHECK(deprecated_gpio_property, check_deprecated_gpio_property, NULL);
|
| /openbmc/qemu/docs/interop/ |
| H A D | pr-helper.rst | 78 it is only valid if the SCSI status is CHECK CONDITION (0x02).
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-sanitizers.inc | 15 # compiler-rt/sanitizers/aarch64: CHECK failed: sanitizer_allocator_primary64.h:133
|
| /openbmc/u-boot/doc/ |
| H A D | README.coccinelle | 166 make C=1 CHECK="scripts/coccicheck" 170 make C=2 CHECK="scripts/coccicheck"
|
| /openbmc/u-boot/ |
| H A D | Makefile | 372 CHECK = sparse macro 398 export HOSTCXX HOSTCXXFLAGS CHECK CHECKFLAGS DTC DTC_FLAGS
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | translate-vfp.c | 2393 #define DO_VFP_2OP(INSN, PREC, FN, CHECK) \ argument 2397 if (!dc_isar_feature(CHECK, s)) { \
|
| /openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
| H A D | Update-x86emu-from-X.org.patch | 176 * the instruction. XXX --- CHECK THAT MEM IS NOT AFFECTED!!! 10111 - ip += (s16) M.x86.R_IP; /* CHECK SIGN */ 10117 + ip32 += (s16) M.x86.R_IP; /* CHECK SIGN */ 10123 + ip16 += (s16) M.x86.R_IP; /* CHECK SIGN */
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 28255 # CHECK ME: I think I busted this. -Ossama 28505 # CHECK ME: I think I busted this. -Ossama
|