Home
last modified time | relevance | path

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

1234567891011

/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()
832 int marked = curr->marked; in sweeplist() local
833 if (isdeadm(ow, marked)) { /* is 'curr' dead? */ in sweeplist()
[all …]
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h100 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS)
101 #define isblack(x) testbit((x)->gch.marked, BLACKBIT)
103 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
105 #define isold(x) testbit((x)->gch.marked, OLDBIT)
109 #define resetoldbit(o) resetbit((o)->gch.marked, OLDBIT)
113 #define isdead(g,v) isdeadm(otherwhite(g), (v)->gch.marked)
115 #define changewhite(x) ((x)->gch.marked ^= WHITEBITS)
116 #define gray2black(x) l_setbit((x)->gch.marked, BLACKBIT)
H A Dlgc.c59 (gch(x)->marked = cast_byte((gch(x)->marked & maskcolors) | luaC_white(g)))
61 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)
62 #define black2gray(x) resetbit(gch(x)->marked, BLACKBIT)
65 #define isfinalized(x) testbit(gch(x)->marked, FINALIZEDBIT)
218 gch(o)->marked = luaC_white(g); in luaC_newobj()
378 int marked = 0; /* true if an object is marked in this traversal */ in traverseephemeron() local
386 marked = 1; in traverseephemeron()
401 marked = 1; in traverseephemeron()
411 return marked; in traverseephemeron()
735 int marked = gch(curr)->marked; in sweeplist() local
[all …]
H A Dlstring.h23 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
/freebsd/crypto/krb5/src/util/profile/
H A Dprofile.550 Sections may be marked as "final". If they are marked as final, then
57 Top-level sections are marked as final by adding an '*' character
58 following the closing square brace. Child sections are marked as
61 sections have been marked as final:
H A Dfinal2.ini1 # In this variant the relation is marked final.
H A Dfinal5.ini1 # In this variant the top-level section is marked final.
H A Dfinal1.ini2 # nothing marked final.
H A Dfinal4.ini1 # In this variant the subsection is marked final via a '*' after the
H A Dfinal3.ini1 # In this variant the subsection is marked final via a '*' at the end
/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/crypto/openssl/doc/man3/
H A DOSSL_ERR_STATE_save.pod33 marked ERR and any ERR state before it remains part of the thread error state
37 the marked ERR as the top error, either of these functions will have the same
38 effect.) If there is no marked ERR in the thread local error state, all ERR
/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/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/jemalloc/src/
H A Dbackground_thread.c532 VARIABLE_ARRAY(bool, marked, max_background_threads);
535 marked[i] = false;
539 marked[0] = true;
543 if (marked[i % max_background_threads] ||
553 marked[i % max_background_threads] = true;
/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.

1234567891011