Home
last modified time | relevance | path

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

1234567891011

/freebsd-14.2/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)))
80 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT)))
262 o->marked = luaC_white(g); in luaC_newobjdt()
490 marked = 1; in traverseephemeron()
506 marked = 1; in traverseephemeron()
519 return marked; in traverseephemeron()
830 int marked = curr->marked; in sweeplist() local
836 curr->marked = cast_byte((marked & ~maskgcbits) | white); in sweeplist()
1134 int marked = curr->marked & ~maskgcbits; /* erase GC bits */ in sweepgen() local
1135 curr->marked = cast_byte(marked | G_SURVIVAL | white); in sweepgen()
[all …]
/freebsd-14.2/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)
217 gch(o)->marked = luaC_white(g); in luaC_newobj()
385 marked = 1; in traverseephemeron()
400 marked = 1; in traverseephemeron()
410 return marked; in traverseephemeron()
734 int marked = gch(curr)->marked; in sweeplist() local
735 if (isdeadm(ow, marked)) { /* is 'curr' dead? */ in sweeplist()
740 if (testbits(marked, tostop)) in sweeplist()
[all …]
H A Dlstring.h22 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7606.yaml44 input channels. As the line is active high, it should be marked
52 it should be marked GPIO_ACTIVE_HIGH.
59 Shutdown mode. As the line is active low, it should be marked
68 As the line is active high, it should be marked GPIO_ACTIVE_HIGH.
77 is ±5V for all channels. As the line is active high, it should be marked
84 mode pins. As the line is active high, it should be marked
H A Dadi,ad7780.yaml47 line is active high, it should be marked GPIO_ACTIVE_HIGH.
54 driver probe. As the line is active low, it should be marked
63 marked GPIO_ACTIVE_LOW.
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-14.2/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-14.2/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr192 # is marked for installation, "R" for a package that is marked for re-install,
248 # Only unmark if it's marked as a Dependency
264 # Skip pkg unless marked for [Re-]Install
271 # Skip dep if already marked
523 # uninstall, re-install, or cancel (leave $package marked as installed).
621 # + First, process packages marked for Install.
622 # + Second, process packages marked for Re-install.
623 # + Finally, process packages marked for Uninstall.
1133 # Maybe this package is marked for deletion too
1153 # Chase dependencies that are marked for uninstallation
[all …]
/freebsd-14.2/contrib/pam_modules/pam_passwdqc/
H A DLICENSE4 modified versions are marked as such. There's absolutely no warranty.
/freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/contrib/device-tree/Bindings/media/i2c/
H A Dovti,ov02a10.yaml60 to be active, it should be marked GPIO_ACTIVE_HIGH.
68 marked GPIO_ACTIVE_LOW.
/freebsd-14.2/sys/contrib/device-tree/Bindings/i2c/
H A Di2c-pca-platform.txt16 is active low, it should be marked GPIO_ACTIVE_LOW.
/freebsd-14.2/contrib/sendmail/cf/ostype/
H A Dunicosmp.m415 # - In UNICOSMP seems that TZ variable is needed that correct time is marked
/freebsd-14.2/tools/kerneldoc/subsys/
H A Dnotreviewed.dox6 * are not marked as such</i>. Until we finish reviewing the API documentation
/freebsd-14.2/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-14.2/sys/contrib/device-tree/Bindings/regmap/
H A Dregmap.txt14 be marked that way in the devicetree.
/freebsd-14.2/sys/contrib/zlib/
H A DLICENSE17 2. Altered source versions must be plainly marked as such, and must not be
/freebsd-14.2/contrib/pnglite/
H A DLICENSE18 2. Altered source versions must be plainly marked as such, and must not be
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/dac/
H A Dadi,ad5766.yaml39 should be marked GPIO_ACTIVE_LOW.
/freebsd-14.2/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-14.2/sys/contrib/openzfs/.github/
H A Dstale.yml22 This issue has been automatically marked as "stale" because it has not had

1234567891011