/netbsd-src/regress/sys/uvm/pdsim/ |
H A D | nbsd.hs | 40 data Page = Pg { pgid :: PageId, referenced :: Bool } function 68 clrref pg = pg { referenced = False } 69 markref pg = pg { referenced = True } 89 if referenced p then 101 if referenced p then 130 newpg i = Pg {pgid = i, referenced = True}
|
H A D | pdsim.c | 136 boolean_t referenced = pmap_is_referenced(pg); in pmap_clear_reference() local 140 return referenced; in pmap_clear_reference()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
H A D | shreloc1.c | 9 ATTRIBUTES void fn_1 (int referenced) { static_var_1 = referenced; } in fn_1() argument
|
H A D | shreloc2.c | 9 ATTRIBUTES void fn_2 (int referenced) { static_var_2 = referenced; } in fn_2() argument
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
H A D | shreloc2.c | 9 ATTRIBUTES void fn_2 (int referenced) { static_var_2 = referenced; } in fn_2() argument
|
H A D | shreloc1.c | 9 ATTRIBUTES void fn_1 (int referenced) { static_var_1 = referenced; } in fn_1() argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | EVP_PKEY_set1_RSA.pod | 54 EVP_PKEY_set1_EC_KEY() set the key referenced by B<pkey> to B<key>. 57 EVP_PKEY_get1_EC_KEY() return the referenced key in B<pkey> or 62 and EVP_PKEY_get0_EC_KEY() also return the referenced key in B<pkey> or B<NULL> 68 EVP_PKEY_assign_SIPHASH() also set the referenced key to B<key> 123 EVP_PKEY_get1_EC_KEY() return the referenced key or B<NULL> if
|
H A D | SSL_SESSION_free.pod | 40 the SSL_SESSION objects are internally referenced by the SSL_CTX and 48 incorrectly became 0, but it is still referenced in the internal
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | evp_pkey_get1_ED25519.pod | 21 evp_pkey_get1_X448() return the referenced key in I<pkey> or NULL if the key 27 evp_pkey_get1_X448() return the referenced key or NULL if an error
|
H A D | ossl_cmp_asn1_octet_string_set1.pod | 21 referenced via the I<tgt> argument and assigns either a copy of 25 referenced via the I<tgt> argument and assigns either a copy of the given byte
|
/netbsd-src/external/mit/libuv/dist/docs/src/ |
H A D | handle.rst | 159 is already referenced calling this function again will have no effect. 166 is not referenced calling this function again will have no effect. 172 Returns non-zero if the handle referenced, zero otherwise. 275 active `and` referenced handles left. The user can force the loop to exit early 279 A handle can be referenced or unreferenced, the refcounting scheme doesn't use 282 All handles are referenced when active by default, see :c:func:`uv_is_active`
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ggc-tests.cc | 427 test_struct *referenced = ggc_cleared_alloc <test_struct> (); in test_user_struct() local 428 root_user_struct_ptr->m_ptr = referenced; in test_user_struct() 435 ASSERT_TRUE (ggc_marked_p (referenced)); in test_user_struct()
|
H A D | varpool.cc | 635 hash_set<varpool_node *> referenced; in remove_unreferenced_decls() local 683 referenced.add (vnode); in remove_unreferenced_decls() 687 referenced.add (vnode); in remove_unreferenced_decls() 701 if (referenced.contains(node)) in remove_unreferenced_decls()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ggc-tests.c | 438 test_struct *referenced = ggc_cleared_alloc <test_struct> (); in test_user_struct() local 439 root_user_struct_ptr->m_ptr = referenced; in test_user_struct() 446 ASSERT_TRUE (ggc_marked_p (referenced)); in test_user_struct()
|
H A D | varpool.c | 626 hash_set<varpool_node *> referenced; in remove_unreferenced_decls() local 674 referenced.add (vnode); in remove_unreferenced_decls() 678 referenced.add (vnode); in remove_unreferenced_decls() 692 if (referenced.contains(node)) in remove_unreferenced_decls()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/doc/ |
H A D | rt-envsubst.texi | 44 referenced in @var{shell-format} are substituted; otherwise all environment 54 consists of the environment variables that are referenced in
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
H A D | DbiStream.rst | 77 are stored in the symbol record stream, and are referenced from this stream. 96 are stored in the symbol record stream, and are referenced from this stream. 414 what kind of debug information is at the referenced stream. ``11`` indices 422 **FPO Data** - ``DbgStreamArray[0]``. The data in the referenced stream is an 426 **Exception Data** - ``DbgStreamArray[1]``. The data in the referenced stream 429 **Fixup Data** - ``DbgStreamArray[2]``. The data in the referenced stream is a 432 **Omap To Src Data** - ``DbgStreamArray[3]``. The data in the referenced stream 436 **Omap From Src Data** - ``DbgStreamArray[4]``. The data in the referenced stream 456 **New FPO Data** - ``DbgStreamArray[9]``. The data in the referenced stream is a
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | OSSL_PARAM_int.pod | 234 The BIGNUM referenced by I<val> is updated and is allocated if I<*val> is 251 by I<p> to the value referenced by I<val>. 272 pointed to by I<p> to the value referenced by I<val>. 277 referenced by I<p> and stores it in I<*val>. 280 referenced by I<p> to the values I<val>. 283 referenced by I<p> and stores it in I<*val>. 287 referenced by I<p> to the values I<val>.
|
H A D | EVP_PKEY_set1_RSA.pod | 80 EVP_PKEY_set1_EC_KEY() set the key referenced by I<pkey> to I<key>. These 86 EVP_PKEY_assign_SIPHASH() set the referenced key to I<key> however these use 94 EVP_PKEY_get1_EC_KEY() return the referenced key in I<pkey> or NULL if the 104 EVP_PKEY_get0_EC_KEY() return the referenced key in I<pkey> or NULL if the 193 EVP_PKEY_get1_EC_KEY() return the referenced key or NULL if
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/models/inliner/ |
H A D | README.txt | 2 Note that, currently, this model is also referenced by test/Transforms/Inline/ML
|
/netbsd-src/sys/external/bsd/acpica/dist/generate/lint/ |
H A D | options.lnt | 76 -e715 // Ignore non-referenced formal parameters 77 -e750 // Ignore non-referenced local macros (_MODULE_NAME, _COMPONENT, etc.)
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
H A D | backtracking.d | 665 auto referenced = re.ir[pc].localRef in matchImpl() local 668 while (!atEnd && !referenced.empty && front == referenced.front) in matchImpl() 671 referenced.popFront(); in matchImpl() 673 if (referenced.empty) in matchImpl() 1446 while (!atEnd && !referenced.empty && front == referenced.front) in ctAtomCode() 1449 referenced.popFront(); in ctAtomCode() 1451 if (referenced.empty) in ctAtomCode()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/ |
H A D | backtracking.d | 637 auto referenced = re.ir[pc].localRef in BacktrackingMatcher() local 640 while (!atEnd && !referenced.empty && front == referenced.front) in BacktrackingMatcher() 643 referenced.popFront(); in BacktrackingMatcher() 645 if (referenced.empty) in BacktrackingMatcher() 1422 while (!atEnd && !referenced.empty && front == referenced.front) 1425 referenced.popFront(); 1427 if (referenced.empty)
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | BlockLanguageSpec.rst | 46 returns a value of type int. The Block referenced is of opaque data 155 Local automatic (stack) variables referenced within the compound 212 in matched use, release allocated storage for referenced Blocks. 218 matched to a Block copy operation, allows recovery of the referenced 281 variables of automatic storage referenced within the Block expression 327 A Block that referenced these variables would import the variables as
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
H A D | openldap.ldif | 51 # All olcObjectIdentifiers must be first, so they may be referenced by 53 # All olcAttributeTypes must be next, so they may be referenced by any
|