Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 25 of 239) sorted by relevance

12345678910

/freebsd/contrib/lua/src/
H A Dlgc.h87 #define iswhite(x) testbits((x)->marked, WHITEBITS)
88 #define isblack(x) testbit((x)->marked, BLACKBIT)
90 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
92 #define tofinalize(x) testbit((x)->marked, FINALIZEDBIT)
96 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked)
98 #define changewhite(x) ((x)->marked ^= WHITEBITS)
100 check_exp(!iswhite(x), l_setbit((x)->marked, BLACKBIT))
116 #define getage(o) ((o)->marked & AGEBITS)
117 #define setage(o,a) ((o)->marked = cast_byte(((o)->marked & (~AGEBITS)) | a))
121 check_exp(getage(o) == (f), (o)->marked ^= ((f)^(t)))
H A Dlgc.c72 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g)))
75 #define set2gray(x) resetbits(x->marked, maskcolors)
80 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT)))
262 o->marked = luaC_white(g); in luaC_newobjdt()
481 int marked = 0; /* true if an object is marked in this traversal */ in traverseephemeron() local
490 marked = 1; in traverseephemeron()
506 marked = 1; in traverseephemeron()
519 return marked; in traverseephemeron()
830 int marked = curr->marked; in sweeplist() local
831 if (isdeadm(ow, marked)) { /* is 'curr' dead? */ in sweeplist()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)
100 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
104 #define isold(x) testbit((x)->gch.marked, OLDBIT)
108 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT)
112 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked)
114 #define changewhite(x) ((x)->gch.marked ^= WHITEBITS)
115 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
H A Dlgc.c58 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
60 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)
61 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
64 #define isfinalized(x) testbit(gch(x)->marked, FINALIZEDBIT)
217 gch(o)->marked = luaC_white(g); in luaC_newobj()
377 int marked = 0; /* true if an object is marked in this traversal */ in traverseephemeron() local
385 marked = 1; in traverseephemeron()
400 marked = 1; in traverseephemeron()
410 return marked; in traverseephemeron()
734 int marked = gch(curr)->marked; in sweeplist() local
[all …]
H A Dlstring.h22 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticInstallAPIKinds.td40 def warn_header_hidden_symbol : Warning<"symbol exported in dynamic library, but marked hidden in d…
41 def err_header_hidden_symbol : Error<"symbol exported in dynamic library, but marked hidden in decl…
44 def warn_header_availability_mismatch : Warning<"declaration '%0' is marked %select{available|unava…
46 def err_header_availability_mismatch : Error<"declaration '%0' is marked %select{available|unavaila…
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7768-1.txt19 be marked GPIO_ACTIVE_LOW.
24 driver probe. As the line is active low, it should be marked GPIO_ACTIVE_LOW.
/freebsd/contrib/smbfs/examples/
H A Ddot.nsmbrc16 # End of the section marked either by new section or by the end of file.
41 # retry_count + + - - number of retries before connection marked as broken
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr192 # is marked for installation, "R" for a package that is marked for re-install,
193 # and "U" for a package that is marked for uninstallation. If a package mark is
233 # re-marking all dependencies of packages marked for either install ("I") or
248 # Only unmark if it's marked as a Dependency
264 # Skip pkg unless marked for [Re-]Install
271 # Skip dep if already marked
531 # uninstall, re-install, or cancel (leave $package marked as installed).
574 # Display a review screen, showing selected packages and what they are marked
629 # + First, process packages marked for Install.
630 # + Second, process packages marked for Re-install.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td78 /// CCIfInReg - If this argument is marked with the 'inreg' attribute, apply
82 /// CCIfNest - If this argument is marked with the 'nest' attribute, apply
86 /// CCIfSplit - If this argument is marked with the 'split' attribute, apply
90 /// CCIfSRet - If this argument is marked with the 'sret' attribute, apply
/freebsd/contrib/jemalloc/src/
H A Dbackground_thread.c610 VARIABLE_ARRAY(bool, marked, max_background_threads);
613 marked[i] = false;
617 marked[0] = true;
621 if (marked[i % max_background_threads] ||
631 marked[i % max_background_threads] = true;
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DLICENSE4 modified versions are marked as such. There's absolutely no warranty.
/freebsd/contrib/libcbor/.github/
H A DPULL_REQUEST_TEMPLATE12 …- [ ] If yes: I have marked them in the CHANGELOG ([example](https://github.com/PJK/libcbor/blob/8…
/freebsd/contrib/sendmail/cf/ostype/
H A Dunicosmp.m415 # - In UNICOSMP seems that TZ variable is needed that correct time is marked
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-pca-platform.txt16 is active low, it should be marked GPIO_ACTIVE_LOW.
/freebsd/tools/kerneldoc/subsys/
H A Dnotreviewed.dox6 * are not marked as such</i>. Until we finish reviewing the API documentation
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dspi-clps711x.txt14 which is assumed to be in the same device tree, with and marked
/freebsd/sys/contrib/device-tree/Bindings/regmap/
H A Dregmap.txt14 be marked that way in the devicetree.
/freebsd/contrib/pnglite/
H A DLICENSE18 2. Altered source versions must be plainly marked as such, and must not be
/freebsd/sys/contrib/zlib/
H A DLICENSE17 2. Altered source versions must be plainly marked as such, and must not be
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dbug_report.md52 this is an example how log text should be marked (wrap it with ```)
/freebsd/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst49 the entry point and any symbols marked as exports (either via the command line
176 When building a shared library any symbols marked as ``visibility=default`` will
189 used to export symbols in the executable which are marked as
201 Alternatively symbols can be marked in the source code as with the
H A Derror_handling_script.rst30 - ``undefined-symbol``: indicates that given symbol is marked as undefined. The
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dmarvell-nand.txt11 Compatibles marked deprecated support only the old bindings described
106 it is marked reserved in several datasheets, it might be needed to set
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiCallingConv.td22 // Put argument in registers if marked 'inreg' and not a vararg call.

12345678910