| /netbsd-src/external/mit/lua/dist/src/ |
| H A D | lgc.h | 89 #define iswhite(x) testbits((x)->marked, WHITEBITS) 90 #define isblack(x) testbit((x)->marked, BLACKBIT) 92 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT))) 94 #define tofinalize(x) testbit((x)->marked, FINALIZEDBIT) 98 #define isdead(g,v) isdeadm(otherwhite(g), (v)->marked) 100 #define changewhite(x) ((x)->marked ^= WHITEBITS) 102 check_exp(!iswhite(x), l_setbit((x)->marked, BLACKBIT)) 118 #define getage(o) ((o)->marked & AGEBITS) 119 #define setage(o,a) ((o)->marked = cast_byte(((o)->marked & (~AGEBITS)) | a)) 123 check_exp(getage(o) == (f), (o)->marked ^= ((f)^(t)))
|
| H A D | lgc.c | 75 (x->marked = cast_byte((x->marked & ~maskcolors) | luaC_white(g))) 78 #define set2gray(x) resetbits(x->marked, maskcolors) 83 (x->marked = cast_byte((x->marked & ~WHITEBITS) | bitmask(BLACKBIT))) 265 o->marked = luaC_white(g); in luaC_newobjdt() 484 int marked = 0; /* true if an object is marked in this traversal */ in traverseephemeron() local 493 marked = 1; in traverseephemeron() 509 marked = 1; in traverseephemeron() 522 return marked; in traverseephemeron() 833 int marked = curr->marked; in sweeplist() local 834 if (isdeadm(ow, marked)) { /* is 'curr' dead? */ in sweeplist() [all …]
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_local.c | 128 isl_bool marked; in isl_local_div_is_known() local 136 marked = isl_local_div_is_marked_unknown(local, pos); in isl_local_div_is_known() 137 if (marked < 0 || marked) in isl_local_div_is_known() 138 return isl_bool_not(marked); in isl_local_div_is_known()
|
| /netbsd-src/etc/etc.virt68k/ |
| H A D | ttys | 6 # If the console is marked insecure, single-user requires 15 # Hardwired lines are marked off, by default, so getty(8)
|
| /netbsd-src/etc/etc.luna68k/ |
| H A D | ttys | 7 # If the console is marked insecure, single-user requires 21 # Hardwired lines are marked off, by default, so getty(8)
|
| /netbsd-src/etc/etc.evbcf/ |
| H A D | ttys | 6 # If the console is marked insecure, single-user requires 15 # Hardwired lines are marked off, by default, so getty(8)
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
| H A D | c-v850.texi | 44 Specifies that the assembled code should be marked as being targeted at 50 Specifies that the assembled code should be marked as being targeted at 56 Specifies that the assembled code should be marked as being targeted at 62 Specifies that the assembled code should be marked as being targeted at 73 Specifies that the assembled code should be marked as being targeted at 79 Specifies that the assembled code should be marked as being targeted at 89 Specifies that the assembled code should be marked as being targeted at 302 Specifies that the assembled code should be marked as being targeted at 308 Specifies that the assembled code should be marked as being targeted at 314 Specifies that the assembled code should be marked as being targeted at [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
| H A D | c-v850.texi | 44 Specifies that the assembled code should be marked as being targeted at 50 Specifies that the assembled code should be marked as being targeted at 56 Specifies that the assembled code should be marked as being targeted at 62 Specifies that the assembled code should be marked as being targeted at 73 Specifies that the assembled code should be marked as being targeted at 79 Specifies that the assembled code should be marked as being targeted at 89 Specifies that the assembled code should be marked as being targeted at 302 Specifies that the assembled code should be marked as being targeted at 308 Specifies that the assembled code should be marked as being targeted at 314 Specifies that the assembled code should be marked as being targeted at [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/ |
| H A D | VisibilityMacros.rst | 36 **Windows Behavior**: Any symbol marked `dllimport` cannot be overridden 39 locally overridable, and therefore must not be marked `dllimport`. On Windows, 69 together. This also means that functions marked with `_LIBCPP_HIDE_FROM_ABI` 140 explicit instantiations themselves are marked as exported. Note that this 157 is intended specifically for method templates of either classes marked with 159 declaration marked with `_LIBCPP_EXTERN_TEMPLATE_TYPE_VIS`. 169 either marked `_LIBCPP_TYPE_VIS` or with extern template instantiation 170 declarations marked with `_LIBCPP_EXTERN_TEMPLATE_TYPE_VIS` also get default 177 Consequently, all such problematic method templates are explicitly marked
|
| /netbsd-src/etc/etc.next68k/ |
| H A D | ttys | 6 # If the console is marked insecure, single-user requires 16 # Hardwired lines are marked off, by default, so getty(8)
|
| /netbsd-src/etc/etc.hppa/ |
| H A D | ttys | 7 # If the console is marked insecure, single-user requires 12 # Hardwired lines are marked off, by default, so getty(8)
|
| /netbsd-src/etc/etc.mvme68k/ |
| H A D | ttys | 6 # If the console is marked insecure, single-user requires 15 # Hardwired lines are marked off, by default, so getty(8)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gty.texi | 20 marked. All global variables that hold pointers to garbage-collected 21 memory must also be marked. Finally, all global variables that need 22 to be saved and restored by a precompiled header must be marked. (The 65 These don't need to be marked. 77 classes/structures marked for automatic GC code generation. The 79 structures/classes marked for automatic GC code generation: 120 the data structure being marked: 132 the array item currently being marked. 220 Use this to mark types that need to be marked by user gc routines, but are not 237 @code{tag} is matched, the field marked with @code{default} is used if [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | gty.texi | 20 marked. All global variables that hold pointers to garbage-collected 21 memory must also be marked. Finally, all global variables that need 22 to be saved and restored by a precompiled header must be marked. (The 65 These don't need to be marked. 69 classes/structures marked for automatic GC code generation. The 71 structures/classes marked for automatic GC code generation: 112 the data structure being marked: 124 the array item currently being marked. 203 Use this to mark types that need to be marked by user gc routines, but are not 220 @code{tag} is matched, the field marked with @code{default} is used if [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | dce.c | 57 static sbitmap marked; variable 211 return bitmap_bit_p (marked, INSN_UID (insn)); in marked_insn_p() 225 bitmap_set_bit (marked, INSN_UID (insn)); in mark_insn() 778 marked = sbitmap_alloc (get_max_uid () + 1); in init_dce() 779 bitmap_clear (marked); in init_dce() 788 sbitmap_free (marked); in fini_dce() 1158 bitmap_clear (marked); in fast_dce()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | dce.cc | 57 static sbitmap marked; variable 211 return bitmap_bit_p (marked, INSN_UID (insn)); in marked_insn_p() 225 bitmap_set_bit (marked, INSN_UID (insn)); in mark_insn() 778 marked = sbitmap_alloc (get_max_uid () + 1); in init_dce() 779 bitmap_clear (marked); in init_dce() 788 sbitmap_free (marked); in fini_dce() 1158 bitmap_clear (marked); in fast_dce()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
| H A D | CodeViewTypes.rst | 111 Volatile = 0x02, // pointer is marked volatile 112 Const = 0x04, // pointer is marked const 113 Unaligned = 0x08, // pointer is marked unaligned 114 Restrict = 0x10, // pointer is marked restrict
|
| /netbsd-src/etc/etc.hp300/ |
| H A D | ttys | 6 # If the console is marked insecure, single-user requires 14 # Hardwired lines are marked off, by default, so getty(8)
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/etc/etc.landisk/ |
| H A D | ttys | 6 # If the console is marked insecure, single-user requires
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | MarkedUpDisassembly.rst | 20 To provide this functionality the assembly text is marked up with annotations. 34 with the marked up annotations.
|
| /netbsd-src/etc/etc.evbsh3/ |
| H A D | ttys | 6 # If the console is marked insecure, single-user requires
|
| /netbsd-src/etc/etc.dreamcast/ |
| H A D | ttys | 6 # If the console is marked insecure, single-user requires
|
| /netbsd-src/etc/etc.mac68k/ |
| H A D | ttys | 7 # If the console is marked insecure, single-user requires
|
| /netbsd-src/etc/etc.atari/ |
| H A D | ttys | 8 # If the console is marked insecure, single-user requires
|