/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/ |
H A D | Makefile | 6 EXTRA_CLEAN = $(OUTPUT)/*.o $(OUTPUT)/check-reversed.S 12 $(OUTPUT)/switch_endian_test: $(OUTPUT)/check-reversed.S 14 $(OUTPUT)/check-reversed.o: $(OUTPUT)/check.o 17 $(OUTPUT)/check-reversed.S: $(OUTPUT)/check-reversed.o
|
H A D | .gitignore | 3 check-reversed.S
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/ |
H A D | 0002-ncftp-3.2.7-fix-clang.patch | 64 AC_CACHE_CHECK(whether setvbuf arguments are reversed, 68 /* If setvbuf has the reversed format, exit 0. */ 71 /* This call has the arguments reversed. 72 A reversed system may check and see that the address of main
|
/openbmc/qemu/util/ |
H A D | qemu-coroutine-lock.c | 150 QSLIST_HEAD(, CoWaitRecord) reversed; in move_waiters() 151 QSLIST_MOVE_ATOMIC(&reversed, &mutex->from_push); in move_waiters() 152 while (!QSLIST_EMPTY(&reversed)) { in move_waiters() 153 CoWaitRecord *w = QSLIST_FIRST(&reversed); in move_waiters() 154 QSLIST_REMOVE_HEAD(&reversed, next); in move_waiters()
|
H A D | async.c | 553 QSLIST_HEAD(, Coroutine) straight, reversed; in co_schedule_bh_cb() 555 QSLIST_MOVE_ATOMIC(&reversed, &ctx->scheduled_coroutines); in co_schedule_bh_cb() 558 while (!QSLIST_EMPTY(&reversed)) { in co_schedule_bh_cb() 559 Coroutine *co = QSLIST_FIRST(&reversed); in co_schedule_bh_cb() 560 QSLIST_REMOVE_HEAD(&reversed, co_scheduled_next); in co_schedule_bh_cb()
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_decodetree.py | 29 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", ""))) 108 enc_str = "".join(reversed(encs[tag])) 155 for m in reversed(list(re.finditer(imm_letter + "+", enc))):
|
H A D | gen_trans_funcs.py | 29 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", "")))
|
/openbmc/u-boot/doc/imx/common/ |
H A D | imx27.txt | 10 reversed MAC byte order (i.e. LSB first).
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | wm8741.txt | 19 2 = stereo reversed
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | cve_check.py | 64 reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.h | 257 static inline MemOp mo_endian_rev(DisasContext *dc, bool reversed) in mo_endian_rev() argument 259 return disas_is_bigendian(dc) ^ reversed ? MO_BE : MO_LE; in mo_endian_rev()
|
H A D | mxu_translate.c | 1519 static void gen_mxu_s32ldxx(DisasContext *ctx, bool reversed, bool postinc) in gen_mxu_s32ldxx() argument 1536 MO_SL | mo_endian_rev(ctx, reversed) | in gen_mxu_s32ldxx() 1554 static void gen_mxu_s32stxx(DisasContext *ctx, bool reversed, bool postinc) in gen_mxu_s32stxx() argument 1572 MO_SL | mo_endian_rev(ctx, reversed) | in gen_mxu_s32stxx() 1589 static void gen_mxu_s32ldxvx(DisasContext *ctx, bool reversed, in gen_mxu_s32ldxvx() argument 1608 MO_SL | mo_endian_rev(ctx, reversed) | in gen_mxu_s32ldxvx() 1658 static void gen_mxu_s32stxvx(DisasContext *ctx, bool reversed, in gen_mxu_s32stxvx() argument 1678 MO_SL | mo_endian_rev(ctx, reversed) | in gen_mxu_s32stxvx() 4540 uint32_t reversed = extract32(ctx->opcode, 20, 1); in decode_opc_mxu__pool04() local 4546 gen_mxu_s32ldxx(ctx, reversed, false); in decode_opc_mxu__pool04() [all …]
|
/openbmc/openbmc/poky/scripts/lib/resulttool/ |
H A D | junit.py | 22 results = tests[next(reversed(tests))].get("result", {})
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _lxml.py | 312 for inverted_nsmap in reversed(self.nsmaps): 323 for inverted_nsmap in reversed(self.nsmaps):
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmswtpm2/ |
H A D | ibmswtpm2_183-2024-03-27.bb | 9 * Application software errors are easily reversed by simply removing the TPM state and starting ove…
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | stackcollapse.py | 121 stack_string = ';'.join(reversed(stack))
|
H A D | flamegraph.py | 109 for entry in reversed(event["callchain"]):
|
/openbmc/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3566-anbernic-rg353vs.dts | 39 /* Channels reversed for headphones. */
|
H A D | rk3566-anbernic-rg353v.dts | 40 /* Channels reversed for headphones. */
|
H A D | rk3566-anbernic-rg353ps.dts | 39 /* Channels reversed for both headphones and speakers. */
|
H A D | rk3566-anbernic-rg353p.dts | 40 /* Channels reversed for both headphones and speakers. */
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-adc-ad7192 | 7 the polarity of the excitation voltage is reversed on
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-depends-dot | 98 print(' -> '.join(list(reversed(chain))))
|
/openbmc/linux/tools/testing/selftests/tc-testing/ |
H A D | tdc.py | 122 for pgn_inst in reversed(self.plugin_instances): 136 for pgn_inst in reversed(self.plugin_instances): 144 for pgn_inst in reversed(self.plugin_instances):
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch | 79 + * When converting to a little endian binary UUID, the string fields are reversed.
|