Home
last modified time | relevance | path

Searched refs:Protect (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c372 Protect(Arith(L, ra, rb, rc, tm)); \
437 Protect(luaV_gettable(L, &g, rb, ra)); in luaV_execute()
465 Protect(luaC_checkGC(L)); in luaV_execute()
505 Protect(Arith(L, ra, rb, rb, TM_UNM)); in luaV_execute()
526 Protect( in luaV_execute()
548 Protect( in luaV_execute()
556 Protect( in luaV_execute()
564 Protect( in luaV_execute()
687 Protect(luaD_call(L, cb, GETARG_C(i))); in luaV_execute()
740 Protect(luaC_checkGC(L)); in luaV_execute()
[all …]
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c572 #define Protect(x) { {x;}; base = ci->u.l.base; } macro
611 Protect(traceexec(L)); in luaV_execute()
650 Protect(luaV_gettable(L, RB(i), RKC(i), ra)); in luaV_execute()
676 Protect(luaV_gettable(L, rb, RKC(i), ra)); in luaV_execute()
715 Protect(luaV_objlen(L, ra, RB(i))); in luaV_execute()
722 Protect(luaV_concat(L, c - b + 1)); in luaV_execute()
735 Protect( in luaV_execute()
743 Protect( in luaV_execute()
751 Protect( in luaV_execute()
861 Protect(luaD_call(L, cb, GETARG_C(i), 1)); in luaV_execute()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/mmc/
H A Dmmc-spi-slot.txt14 Write-Protect GPIO. Note that this does not follow the
H A Dmmc-controller.yaml69 The Write Protect line polarity is inverted.
/f-stack/freebsd/contrib/device-tree/Bindings/dma/
H A Dti-dma-crossbar.txt53 /* Protect the sDMA request ranges: 10-14 and 100-126 */
/f-stack/freebsd/contrib/device-tree/Bindings/mtd/
H A Dgpmi-nand.yaml75 Protect this NAND flash with the minimum ECC strength required.
H A Dgpmi-nand.txt32 - fsl,use-minimum-ecc: Protect this NAND flash with the minimum ECC
/f-stack/freebsd/contrib/zlib/
H A DChangeLog187 - Protect for long name and extra fields in contrib/minizip [Vollant]
539 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib