Home
last modified time | relevance | path

Searched refs:reversed (Results 1 – 25 of 110) 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/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.c552 QSLIST_HEAD(, Coroutine) straight, reversed; in co_schedule_bh_cb()
554 QSLIST_MOVE_ATOMIC(&reversed, &ctx->scheduled_coroutines); in co_schedule_bh_cb()
557 while (!QSLIST_EMPTY(&reversed)) { in co_schedule_bh_cb()
558 Coroutine *co = QSLIST_FIRST(&reversed); in co_schedule_bh_cb()
559 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
H A Dnvidia,tegra210-adx.yaml14 RAM in the AMX except that the data flow direction is reversed.
/openbmc/openbmc/poky/meta/lib/oe/
H A Dcve_check.py62 reversed(list(itertools.dropwhile(lambda x: x == 0, reversed(release))))
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/
H A D_lxml.py180 for inverted_nsmap in reversed(self.nsmaps):
191 for inverted_nsmap in reversed(self.nsmaps):
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/ibmswtpm2/
H A Dibmswtpm2_164-2020-192.1.bb9 * Application software errors are easily reversed by simply removing the TPM state and starting ove…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/tcpreplay/tcpreplay/
H A D0001-configure.ac-unify-search-dirs-for-pcap-and-add-lib3.patch30 but for dynamic library it was searching in reversed order:
34 I don't think this reversed order was intentional, just unify all 4 cases
/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-rg353ps.dts39 /* Channels reversed for both headphones and speakers. */
H A Drk3566-anbernic-rg353v.dts40 /* Channels reversed for headphones. */
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/qemu/target/mips/tcg/
H A Dmxu_translate.c1536 (MO_TESL ^ (reversed ? MO_BSWAP : 0)) | in gen_mxu_s32ldxx()
1572 (MO_TESL ^ (reversed ? MO_BSWAP : 0)) | in gen_mxu_s32stxx()
1589 static void gen_mxu_s32ldxvx(DisasContext *ctx, bool reversed, in gen_mxu_s32ldxvx() argument
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()
4553 uint32_t reversed = extract32(ctx->opcode, 20, 1); in decode_opc_mxu__pool05() local
4559 gen_mxu_s32stxx(ctx, reversed, false); in decode_opc_mxu__pool05()
4606 uint32_t reversed = extract32(ctx->opcode, 20, 1); in decode_opc_mxu__pool08() local
4612 gen_mxu_s32ldxx(ctx, reversed, true); in decode_opc_mxu__pool08()
4619 uint32_t reversed = extract32(ctx->opcode, 20, 1); in decode_opc_mxu__pool09() local
[all …]
/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/linux/Documentation/devicetree/bindings/input/
H A Diqs62x-keys.yaml97 events. Note that north/south-field orientation is reversed on the
/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