| /freebsd-14.2/contrib/lua/src/ |
| H A D | lgc.h | 87 #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 D | lgc.c | 72 (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 D | lgc.h | 99 #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 D | lgc.c | 58 (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 D | lstring.h | 22 #define luaS_fix(s) l_setbit((s)->tsv.marked, FIXEDBIT)
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | adi,ad7606.yaml | 44 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 D | adi,ad7780.yaml | 47 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 D | adi,ad7768-1.txt | 19 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 D | dot.nsmbrc | 16 # 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 D | packages.subr | 192 # 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 D | LICENSE | 4 modified versions are marked as such. There's absolutely no warranty.
|
| /freebsd-14.2/contrib/libcbor/.github/ |
| H A D | PULL_REQUEST_TEMPLATE | 12 …- [ ] 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 D | TargetCallingConv.td | 78 /// 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 D | background_thread.c | 610 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 D | ovti,ov02a10.yaml | 60 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 D | i2c-pca-platform.txt | 16 is active low, it should be marked GPIO_ACTIVE_LOW.
|
| /freebsd-14.2/contrib/sendmail/cf/ostype/ |
| H A D | unicosmp.m4 | 15 # - In UNICOSMP seems that TZ variable is needed that correct time is marked
|
| /freebsd-14.2/tools/kerneldoc/subsys/ |
| H A D | notreviewed.dox | 6 * are not marked as such</i>. Until we finish reviewing the API documentation
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/spi/ |
| H A D | spi-clps711x.txt | 14 which is assumed to be in the same device tree, with and marked
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/regmap/ |
| H A D | regmap.txt | 14 be marked that way in the devicetree.
|
| /freebsd-14.2/sys/contrib/zlib/ |
| H A D | LICENSE | 17 2. Altered source versions must be plainly marked as such, and must not be
|
| /freebsd-14.2/contrib/pnglite/ |
| H A D | LICENSE | 18 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 D | adi,ad5766.yaml | 39 should be marked GPIO_ACTIVE_LOW.
|
| /freebsd-14.2/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 52 this is an example how log text should be marked (wrap it with ```)
|
| /freebsd-14.2/sys/contrib/openzfs/.github/ |
| H A D | stale.yml | 22 This issue has been automatically marked as "stale" because it has not had
|