Home
last modified time | relevance | path

Searched full:present (Results 1 – 25 of 3566) sorted by relevance

12345678910>>...143

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h47 int I = Map.Present.find_first(); in HashTableIterator()
71 assert(Map->Present.test(Index));
81 if (Map->Present.test(Index))
129 if (auto EC = readSparseBitVector(Stream, Present)) in load()
131 if (Present.count() != H->Size) in load()
133 "Present bit vector does not match size!"); in load()
137 if (Present.intersects(Deleted)) in load()
139 "Present bit vector intersects deleted!"); in load()
141 for (uint32_t P : Present) { in load()
158 int NumBitsP = Present.find_last() + 1; in calculateSerializedLength()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dredirects.txt3 # RUN: echo "not-present" > %t.stdout-write
4 # RUN: echo "is-present" > %t.stdout-write
7 # STDOUT-WRITE-NOT: not-present
8 # STDOUT-WRITE: is-present
13 # STDOUT-APPEND: is-present
19 # RUN: echo "not-present" > %t.stderr-write
23 # STDERR-WRITE-NOT: not-present
35 # RUN: echo "not-present" > %t.combined
39 # COMBINED-WRITE-NOT: not-present
/openbsd-src/gnu/usr.bin/perl/ext/Hash-Util-FieldHash/t/
H A D11_hashassign.t24 is ($comma{"k" . $key}, "value", 'is key present? (unoptimised)');
26 is ($comma{key}, "value", 'is key present? (maybe optimised)');
29 is ($comma{$temp[0]}, "value", 'is key present? (using LHS of =>)');
43 is ($temp{'k' . $key}, "value", 'is key present? (unoptimised)');
45 is ($temp{key}, "value", 'is key present? (maybe optimised)');
47 is ($comma{$temp[0]}, "value", 'is key present? (using LHS of =>)');
65 is ($arrow{"K" . $key}, "Value", 'is key present? (unoptimised)');
67 is ($arrow{Key}, "Value", 'is key present? (maybe optimised)');
70 is ($arrow{$temp[0]}, "Value", 'is key present? (using LHS of =>)');
84 is ($temp{'K' . $key}, "Value", 'is key present? (unoptimised)');
[all …]
/openbsd-src/sys/net/
H A Droute.h279 #define RTA_DST 0x1 /* destination sockaddr present */
280 #define RTA_GATEWAY 0x2 /* gateway sockaddr present */
281 #define RTA_NETMASK 0x4 /* netmask sockaddr present */
282 #define RTA_GENMASK 0x8 /* cloning mask sockaddr present */
283 #define RTA_IFP 0x10 /* interface name sockaddr present */
284 #define RTA_IFA 0x20 /* interface addr sockaddr present */
287 #define RTA_SRC 0x100 /* source sockaddr present */
288 #define RTA_SRCMASK 0x200 /* source netmask present */
289 #define RTA_LABEL 0x400 /* route label present */
290 #define RTA_BFD 0x800 /* bfd present */
[all...]
H A Dif_gre.h45 Present if (ck_pres | rt_pres == 1).
49 Present if (ck_pres | rt_pres == 1).
53 Present if (key_pres ==1 ).
55 Present if (seq_pres ==1 ).
58 Present if (rt_pres == 1)
74 #define GRE_CP 0x8000 /* Checksum Present */
75 #define GRE_RP 0x4000 /* Routing Present */
76 #define GRE_KP 0x2000 /* Key Present */
77 #define GRE_SP 0x1000 /* Sequence Present */
/openbsd-src/share/man/man9/
H A Drtrequest.940 #define RTAX_DST 0 /* destination sockaddr present */
41 #define RTAX_GATEWAY 1 /* gateway sockaddr present */
42 #define RTAX_NETMASK 2 /* netmask sockaddr present */
43 #define RTAX_IFP 4 /* interface name sockaddr present */
44 #define RTAX_IFA 5 /* interface addr sockaddr present */
47 #define RTAX_SRC 8 /* source sockaddr present */
48 #define RTAX_SRCMASK 9 /* source netmask present */
49 #define RTAX_LABEL 10 /* route label present */
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef-traceback.h127 /* The following is present only if fixedparams or floatparams are non
149 /* The following is present only if has_tboff (in flags1) in fixed part is present... */
157 /* The following is present only if int_hndl (in flags2) in fixed part is present ... */
165 /* The following are present only if has_ctl (in flags1) in fixed part is present... */
174 /* The following are present only if name_present (in flags2) in fixed
175 part is present... */
184 /* The following are present only if uses_alloca (in flags2) in fixed
185 part is present... */
193 /* The following are present only if has_vec_info (in flags4) in fixed
194 part is present... */
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dpef-traceback.h127 /* The following is present only if fixedparams or floatparams are non
149 /* The following is present only if has_tboff (in flags1) in fixed part is present... */
157 /* The following is present only if int_hndl (in flags2) in fixed part is present ... */
165 /* The following are present only if has_ctl (in flags1) in fixed part is present... */
174 /* The following are present only if name_present (in flags2) in fixed
175 part is present... */
184 /* The following are present only if uses_alloca (in flags2) in fixed
185 part is present... */
193 /* The following are present only if has_vec_info (in flags4) in fixed
194 part is present... */
/openbsd-src/gnu/llvm/llvm/docs/
H A DCFIVerify.rst19 schemes are still present in the final binary.
24 This tool will be present as a part of the LLVM toolchain, and will reside in
28 - Unit tests to validate code sections, present in
30 - Integration tests, present in "/llvm/tools/clang/test/LLVMCFIVerify". These
41 present in linker or compiler do not subvert CFI protections in the final
51 type). This type of directive has no security implications, but may present
87 present in these sections has already violated the control flow integrity.
/openbsd-src/sys/dev/pci/
H A Digc_i225.h93 #define IGC_RXDADV_PKTTYPE_IPV4 0x00000010 /* IPV4 hdr present */
95 #define IGC_RXDADV_PKTTYPE_IPV6 0x00000040 /* IPV6 hdr present */
97 #define IGC_RXDADV_PKTTYPE_TCP 0x00000100 /* TCP hdr present */
98 #define IGC_RXDADV_PKTTYPE_UDP 0x00000200 /* UDP hdr present */
99 #define IGC_RXDADV_PKTTYPE_SCTP 0x00000400 /* SCTP hdr present */
100 #define IGC_RXDADV_PKTTYPE_NFS 0x00000800 /* NFS hdr present */
/openbsd-src/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.pm79 Optional - if present it will be called immediately after PUSHED has
85 If not present or if it returns false, then the stream is left with
92 Optional - if not present a lower layer does the open.
93 If present, called for normal opens after the layer is pushed.
99 Optional - if not present the layer is popped on binmode($fh) or when C<:raw>
100 is pushed. If present it should return 0 on success, -1 on error, or undef
105 Optional - if not present a lower layer does the open.
106 If present, called after the layer is pushed for opens which pass
113 Optional - if not present a lower layer does the open.
114 If present, calle
[all...]
/openbsd-src/lib/libcrypto/man/
H A DOCSP_request_add1_nonce.3123 copies any nonce value present in
142 present in
147 returns positive values for success: 1 if nonces are present and
148 equal, 2 if both nonces are absent, or 3 if a nonce is present in
150 A zero return value indicates that both nonces are present but
152 A return value of -1 indicates that a nonce is present in the request
H A DX509v3_addr_validate_path.352 An issuer may only delegate subsets of resources present in its
55 If an RFC 3779 extension is present in a certificate,
56 the same type of extension must also be present in its issuer.
126 must be present on
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A Dpp_sys271 # flock not present
303 # send not present
304 # bind not present
305 # connect not present
306 # accept not present
307 # shutdown not present
308 # setsockopt not present
309 # getsockopt not present
310 # getsockname not present
311 # getpeername not present
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/InterceptResult/
H A DEvent.pm669 not be present.
673 =item always present
675 causes_failure => 1, # Always present
677 =item Present if the event has a trace facet
681 trace_details => 'Extra trace details', # usually not present
683 =item If an assertion is present
688 =item If a plan is present:
692 =item If amnesty facets are present
694 You get an array for each type that is present.
705 =item If Info (note/diag) facets are present
[all...]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dhashassign.t28 is ($comma{"k" . $key}, "value", 'is key present? (unoptimised)');
30 is ($comma{key}, "value", 'is key present? (maybe optimised)');
33 is ($comma{$temp[0]}, "value", 'is key present? (using LHS of =>)');
47 is ($temp{'k' . $key}, "value", 'is key present? (unoptimised)');
49 is ($temp{key}, "value", 'is key present? (maybe optimised)');
51 is ($comma{$temp[0]}, "value", 'is key present? (using LHS of =>)');
68 is ($arrow{"K" . $key}, "Value", 'is key present? (unoptimised)');
70 is ($arrow{Key}, "Value", 'is key present? (maybe optimised)');
73 is ($arrow{$temp[0]}, "Value", 'is key present? (using LHS of =>)');
87 is ($temp{'K' . $key}, "Value", 'is key present? (unoptimised)');
[all …]
/openbsd-src/usr.bin/ssh/
H A DPROTOCOL.sshsig4 At present, only detached and armored signatures are supported.
15 The header MUST be present at the start of every signature.
17 Likewise, the footer MUST be present at the end of every
59 The reserved value is present to encode future information
93 The reserved value is present to encode future information
/openbsd-src/regress/sys/kern/pledge/generic/
H A Dtests.out3 test(test_inet): pledge=("",NULL) status=134 signal=6 coredump=present pledged_syscall=97
5 test(test_inet): pledge=("stdio",NULL) status=134 signal=6 coredump=present pledged_syscall=97
6 test(test_inet): pledge=("inet",NULL) status=134 signal=6 coredump=present pledged_syscall=6
8 test(test_kill): pledge=("fattr",NULL) status=134 signal=6 coredump=present pledged_syscall=122
/openbsd-src/lib/libcurses/tinfo/
H A Dparse_entry.c314 * Strip off the 2-character termcap name, if present. Originally termcap in _nc_parse_entry()
720 * The ko capability, if present, consists of a comma-separated capability
792 if (WANTED(init_3string) && PRESENT(termcap_init2)) in postprocess_termcap()
795 if (WANTED(reset_2string) && PRESENT(termcap_reset)) in postprocess_termcap()
813 else if (PRESENT(backspace_if_not_bs)) in postprocess_termcap()
818 if (PRESENT(linefeed_if_not_lf)) in postprocess_termcap()
830 if (PRESENT(linefeed_if_not_lf)) in postprocess_termcap()
849 } else if (PRESENT(carriage_return) && PRESENT(scroll_forward)) { in postprocess_termcap()
854 } else if (PRESENT(carriage_return) && PRESENT(cursor_down)) { in postprocess_termcap()
910 if (PRESENT(tab) && _nc_capcmp(tab, C_HT)) in postprocess_termcap()
[all …]
/openbsd-src/share/man/man4/
H A Droute.4152 The interpretation of which addresses are present is given by a
493 Specifiers for which addresses are present in the messages are:
495 #define RTA_DST 0x1 /* destination sockaddr present */
496 #define RTA_GATEWAY 0x2 /* gateway sockaddr present */
497 #define RTA_NETMASK 0x4 /* netmask sockaddr present */
498 #define RTA_IFP 0x10 /* interface name sockaddr present */
499 #define RTA_IFA 0x20 /* interface addr sockaddr present */
502 #define RTA_SRC 0x100 /* source sockaddr present */
503 #define RTA_SRCMASK 0x200 /* source netmask present */
504 #define RTA_LABEL 0x400 /* route label present */
/openbsd-src/lib/libcurses/
H A Dterm_entry.h147 * Note that WANTED and PRESENT are not simple inverses! If a capability
151 #define PRESENT(s) (((s) != ABSENT_STRING) && ((s) != CANCELLED_STRING)) macro
155 if (PRESENT(p) && !PRESENT(q)) \
161 if (PRESENT(q) && !PRESENT(p)) \
163 if (PRESENT(p) && !PRESENT(q)) \
/openbsd-src/lib/libcrypto/bytestring/
H A Dbs_cbs.c549 int present; in CBS_get_optional_asn1_octet_string() local
551 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) in CBS_get_optional_asn1_octet_string()
554 if (present) { in CBS_get_optional_asn1_octet_string()
562 *out_present = present; in CBS_get_optional_asn1_octet_string()
572 int present; in CBS_get_optional_asn1_uint64() local
574 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) in CBS_get_optional_asn1_uint64()
577 if (present) { in CBS_get_optional_asn1_uint64()
592 int present; in CBS_get_optional_asn1_bool() local
594 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) in CBS_get_optional_asn1_bool()
597 if (present) { in CBS_get_optional_asn1_bool()
/openbsd-src/lib/libssl/
H A Dbs_cbs.c549 int present; in CBS_get_optional_asn1_octet_string() local
551 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) in CBS_get_optional_asn1_octet_string()
554 if (present) { in CBS_get_optional_asn1_octet_string()
562 *out_present = present; in CBS_get_optional_asn1_octet_string()
572 int present; in CBS_get_optional_asn1_uint64() local
574 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) in CBS_get_optional_asn1_uint64()
577 if (present) { in CBS_get_optional_asn1_uint64()
592 int present; in CBS_get_optional_asn1_bool() local
594 if (!CBS_get_optional_asn1(cbs, &child, &present, tag)) in CBS_get_optional_asn1_bool()
597 if (present) { in CBS_get_optional_asn1_bool()
H A Dssl_asn1.c247 int present; in d2i_SSL_SESSION()
322 if (!CBS_get_optional_asn1(&session, &peer_cert, &present, in d2i_SSL_SESSION()
325 if (present) { in d2i_SSL_SESSION()
337 if (!CBS_get_optional_asn1_octet_string(&session, &session_id, &present, in d2i_SSL_SESSION()
340 if (present) { in d2i_SSL_SESSION()
358 if (!CBS_get_optional_asn1_octet_string(&session, &hostname, &present, in d2i_SSL_SESSION()
361 if (present) { in d2i_SSL_SESSION()
384 if (!CBS_get_optional_asn1_octet_string(&session, &ticket, &present, in d2i_SSL_SESSION()
387 if (present) { in d2i_SSL_SESSION()
253 int present; d2i_SSL_SESSION() local
/openbsd-src/gnu/llvm/libcxx/include/
H A D__node_handle18 using value_type = see below; // not present for map containers
19 using key_type = see below; // not present for set containers
20 using mapped_type = see below; // not present for set containers
41 value_type& value() const; // not present for map containers
42 key_type& key() const; // not present for set containers
43 mapped_type& mapped() const; // not present for set containers

12345678910>>...143