/third_party/skia/third_party/externals/libpng/scripts/ |
H A D | pnglibconf.mak | 17 MOVE = mv macro 39 $(MOVE) pnglibconf.tmp $@ 49 $(MOVE) pnglibconf.tmp $@
|
/third_party/node/deps/llhttp/include/ |
H A D | llhttp.h | 215 XX(11, MOVE, MOVE) \ 269 XX(11, MOVE, MOVE) \
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 340 XX(11, MOVE, MOVE) \ 394 XX(11, MOVE, MOVE) \
|
/third_party/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 29 static const int MOVE = 0; variable 54 cmd.call<void>("push", MOVE, pts[0].x(), pts[0].y()); in ToCmds() 106 case MOVE: in FromCmds() 560 constant("MOVE_VERB", MOVE); in EMSCRIPTEN_BINDINGS()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
H A D | types.rs | 40 const MOVE = linux_raw_sys::general::SPLICE_F_MOVE; consts
|
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 757 enum patch_operation { INVALID, ADD, REMOVE, REPLACE, MOVE, COPY, TEST }; enumerator 784 return MOVE; in decode_patch_operation() 923 if ((opcode == MOVE) || (opcode == COPY)) in apply_patch() 933 if (opcode == MOVE) in apply_patch()
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | types.rs | 42 const MOVE = c::SPLICE_F_MOVE; consts
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | mount.rs | 145 MountFlagsArg(InternalMountFlags::MOVE.bits()), in move_mount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsSEFrameLowering.cpp | 417 unsigned MOVE = ABI.GetGPRMoveOp(); in emitPrologue() local 529 BuildMI(MBB, MBBI, dl, TII.get(MOVE), FP).addReg(SP).addReg(ZERO) in emitPrologue() 552 BuildMI(MBB, MBBI, dl, TII.get(MOVE), BP) in emitPrologue() 704 unsigned MOVE = ABI.GetGPRMoveOp(); in emitEpilogue() local 715 BuildMI(MBB, I, DL, TII.get(MOVE), SP).addReg(FP).addReg(ZERO); in emitEpilogue()
|
H A D | MipsExpandPseudo.cpp | 213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local 233 MOVE = Mips::OR; in expandAtomicCmpSwap() 240 MOVE = Mips::OR64; in expandAtomicCmpSwap() 286 BuildMI(loop2MBB, DL, TII->get(MOVE), Scratch).addReg(NewVal).addReg(ZERO); in expandAtomicCmpSwap()
|
/third_party/node/deps/undici/src/lib/llhttp/ |
H A D | constants.js | 74 METHODS[METHODS["MOVE"] = 11] = "MOVE"; 131 METHODS.MOVE,
|
/third_party/ffmpeg/libavcodec/ |
H A D | rasc.c | 46 #define MOVE MKTAG('M', 'O', 'V', 'E') macro 715 case MOVE: in decode_frame()
|
/third_party/node/src/ |
H A D | node_http_common.h | 221 V(MOVE, "MOVE") \
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 727 const MOVE = linux_raw_sys::general::MS_MOVE; consts
|
/third_party/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 369 static const int MOVE = 0; variable 381 cmds.insert(cmds.end(), {MOVE, pts[0].x(), pts[0].y()}); in ToCmds() 422 case MOVE: in MakePathFromCmds() 489 case MOVE: in PathAddVerbsPointsWeights() 2138 constant("MOVE_VERB", MOVE); in EMSCRIPTEN_BINDINGS()
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 1202 const MOVE = c::MS_MOVE; consts
|
/third_party/backends/backend/ |
H A D | umax_pp_low.c | 276 #define MOVE(x,y,t) if(move(x,y,t)==0)\ macro 5659 /* means 'CONTINUE MOVE' */ in initScanner610p() 9733 DBG (16, "MOVE STATUS IS 0x%02X (%s:%d)\n", sanei_umax_pp_scannerStatus (), in move() 9868 MOVE (196, PRECISION_OFF, NULL); in moveToOrigin() 9949 MOVE (delta, PRECISION_OFF, NULL); in moveToOrigin() 9953 MOVE (delta, PRECISION_ON, NULL); in moveToOrigin() 10056 MOVE (-67, PRECISION_ON, NULL); in shadingCalibration1220p() 11965 MOVE (-69, PRECISION_OFF, NULL); in coarseGainCalibration610p() 12476 MOVE (-31, PRECISION_OFF, NULL); in shadingCalibration610p()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 7860 METHODS2[METHODS2["MOVE"] = 11] = "MOVE"; 7908 METHODS.MOVE,
|