Home
last modified time | relevance | path

Searched refs:reversed (Results 1 – 25 of 104) sorted by relevance

12345

/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile6 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.gitignore3 check-reversed.S
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/
H A D0002-ncftp-3.2.7-fix-clang.patch64 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 Dqemu-coroutine-lock.c150 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 Dasync.c553 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 Dgen_decodetree.py29 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 Dgen_trans_funcs.py29 tag: "".join(reversed(iset.iset[tag]["enc"].replace(" ", "")))
/openbmc/u-boot/doc/imx/common/
H A Dimx27.txt10 reversed MAC byte order (i.e. LSB first).
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dwm8741.txt19 2 = stereo reversed
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcve_check.py64 reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.h257 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 Dmxu_translate.c1519 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 Djunit.py22 results = tests[next(reversed(tests))].get("result", {})
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_lxml.py312 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 Dibmswtpm2_183-2024-03-27.bb9 * Application software errors are easily reversed by simply removing the TPM state and starting ove…
/openbmc/linux/tools/perf/scripts/python/
H A Dstackcollapse.py121 stack_string = ';'.join(reversed(stack))
H A Dflamegraph.py109 for entry in reversed(event["callchain"]):
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-anbernic-rg353vs.dts39 /* Channels reversed for headphones. */
H A Drk3566-anbernic-rg353v.dts40 /* Channels reversed for headphones. */
H A Drk3566-anbernic-rg353ps.dts39 /* Channels reversed for both headphones and speakers. */
H A Drk3566-anbernic-rg353p.dts40 /* Channels reversed for both headphones and speakers. */
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-ad71927 the polarity of the excitation voltage is reversed on
/openbmc/openbmc/poky/scripts/
H A Doe-depends-dot98 print(' -> '.join(list(reversed(chain))))
/openbmc/linux/tools/testing/selftests/tc-testing/
H A Dtdc.py122 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 D0002-FF-A-v15-lib-uuid-introduce-uuid_str_to_le_bin-funct.patch79 + * When converting to a little endian binary UUID, the string fields are reversed.

12345