Home
last modified time | relevance | path

Searched refs:undo (Results 1 – 25 of 90) sorted by relevance

1234

/external/toybox/toys/other/
Dhexedit.c33 int numlen, undo, undolen; argument
197 ll[TT.undo] = pos; in hexedit_main()
198 toybuf[(sizeof(long long)*UNDO_LEN)+TT.undo++] = TT.data[pos]; in hexedit_main()
200 TT.undo %= UNDO_LEN; in hexedit_main()
219 if (!TT.undo) TT.undo = UNDO_LEN; in hexedit_main()
220 pos = ll[--TT.undo]; in hexedit_main()
221 TT.data[pos] = toybuf[sizeof(long long)*UNDO_LEN+TT.undo]; in hexedit_main()
/external/llvm/test/Transforms/SimplifyCFG/
D2007-12-21-Crash.ll12 %undo.0.ph = phi i32 [ 0, %entry ], [ 1, %bb5.outer.loopexit ] ; <i32> [#uses=1]
24 %tmp12 = tail call i32 (...) @bar( i32 %undo.0.ph ) nounwind ; <i32> [#uses=0]
/external/llvm/test/CodeGen/PowerPC/
Dppc64-crash.ll3 ; ModuleID = 'undo.c'
/external/kernel-headers/original/uapi/linux/
Dsem.h30 struct sem_undo *undo; /* undo requests on this array */ member
/external/ltrace/sysdeps/
DREADME4 The "clean" target of that Makefile must undo all the efects of the
/external/e2fsprogs/
DTODO242 layers on top of an existing I/O manager which provides an "undo"
243 functionality. This undo I/O manager takes will take two open I/O
244 managers, call them "base" and "undo". The "base" I/O manager is be
246 the I/O manager will check the "undo" I/O manager, using a file format
249 This is useful for allowing e2fsck to create an "undo" file, which
/external/iptables/extensions/
Dlibip6t_DNPT.man16 You have to use the SNPT target to undo the translation. Example:
Dlibip6t_SNPT.man16 You have to use the DNPT target to undo the translation. Example:
/external/skia/experimental/SimpleiOSApp/iPhone/
DAppDelegate_iPhone.m47 …Called as part of transition from the background to the inactive state: here you can undo many of…
/external/llvm/test/CodeGen/X86/
Dforce-align-stack-alloca.ll35 ; Next we set up the memset call, and then undo it.
Dcodegen-prepare-addrmode-sext.ll252 ; Each type of those promotions has to be undo at least once during this
269 ; Test the InstructionRemover undo, which was the only one not
/external/mksh/src/
Dedit.c3497 static struct edstate *undo; variable
3561 undo = &undobuf; in x_vi()
3969 if (es->cursor == undo->cursor) { in vi_insert()
3976 if (es->cursor >= undo->linelen) in vi_insert()
3979 es->cbuf[es->cursor] = undo->cbuf[es->cursor]; in vi_insert()
4110 undo->winleft = es->winleft; in vi_cmd()
4111 memmove(undo->cbuf, es->cbuf, es->linelen); in vi_cmd()
4112 undo->linelen = es->linelen; in vi_cmd()
4113 undo->cursor = es->cursor; in vi_cmd()
4411 es = undo; in vi_cmd()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
Drewrite.rb309 def undo( number_of_operations = 1 ) method in ANTLR3.TokenRewriteStream.RewriteProgram
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2109 virtual void undo() = 0;
2173 void undo() override { in undo() function in __anonaebbba860211::TypePromotionTransaction::InstructionMoveBefore
2198 void undo() override { in undo() function in __anonaebbba860211::TypePromotionTransaction::OperandSetter
2230 void undo() override { in undo() function in __anonaebbba860211::TypePromotionTransaction::OperandsHider
2254 void undo() override { in undo() function in __anonaebbba860211::TypePromotionTransaction::TruncBuilder
2279 void undo() override { in undo() function in __anonaebbba860211::TypePromotionTransaction::SExtBuilder
2304 void undo() override { in undo() function in __anonaebbba860211::TypePromotionTransaction::ZExtBuilder
2326 void undo() override { in undo() function in __anonaebbba860211::TypePromotionTransaction::TypeMutator
2364 void undo() override { in undo() function in __anonaebbba860211::TypePromotionTransaction::UsesReplacer
2404 void undo() override { in undo() function in __anonaebbba860211::TypePromotionTransaction::InstructionRemover
[all …]
DREADME.txt137 collector. Still, LLVM optimizations would probably undo a front-end's careful
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptEditor.java305 undo(); in onKeyDown()
535 private void undo() { in undo() method in ScriptEditor
/external/cros/system_api/dbus/power_manager/
Dsuspend.proto34 // containing a SuspendDone message. The client should undo any pre-suspend
/external/liblzf/
DChanges47 - undo inline assembly in compressor, it is no longer helpful.
/external/elfutils/src/
Dunstrip.c984 Elf_Scn *undo = NULL; in find_alloc_sections_prelink() local
992 undo = sec->scn; in find_alloc_sections_prelink()
1000 if (undo != NULL) in find_alloc_sections_prelink()
1006 Elf_Data *undodata = elf_rawdata (undo, NULL); in find_alloc_sections_prelink()
/external/toybox/kconfig/
Dlex.zconf.c_shipped1150 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1168 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1238 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1585 /* undo effects of setting up zconftext */
/external/llvm/test/Transforms/ObjCARC/
Drv.ll161 ; could undo the retain.
/external/toybox/generated/
Dglobals.h168 int numlen, undo, undolen; member
/external/llvm/test/CodeGen/AMDGPU/
Dmadak.ll29 ; optimization and if we fold the immediate multiple times, we'll undo
/external/clang/docs/
DClangFormat.rst121 or save any files. To revert a formatting, just undo.
/external/valgrind/docs/internals/
Dt-chaining-notes.txt56 all targets: when nuking an entire sector, don't bother to undo the

1234