Searched refs:is_valid (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp115 bool is_valid = false; local
117 is_valid = m_opaque_up->UserIDIsValid();
119 return is_valid;
125 bool is_valid = false; local
127 is_valid = m_opaque_up->GroupIDIsValid();
129 return is_valid;
155 bool is_valid = false; local
157 is_valid = m_opaque_up->EffectiveUserIDIsValid();
159 return is_valid;
165 bool is_valid local
[all...]
/freebsd-11-stable/contrib/gcclibs/include/
H A Dfloatformat.h87 int (*is_valid) (const struct floatformat *fmt, const void *from); member in struct:floatformat
/freebsd-11-stable/contrib/gdb/include/
H A Dfloatformat.h85 int (*is_valid) PARAMS ((const struct floatformat *fmt, const char *from)); member in struct:floatformat
/freebsd-11-stable/contrib/binutils/include/
H A Dfloatformat.h87 int (*is_valid) (const struct floatformat *fmt, const void *from); member in struct:floatformat
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscu_remote_node_context.h117 U32 is_valid : 1; member in struct:SSP_REMOTE_NODE_CONTEXT
H A Dscic_sds_remote_node_context.c195 rnc->ssp.is_valid = FALSE;
1178 rnc_buffer->ssp.is_valid = TRUE;
1227 rnc_buffer->ssp.is_valid = FALSE;
H A Dscic_sds_port.c676 rnc->ssp.is_valid = TRUE;
2479 rnc->ssp.is_valid = TRUE;
2516 rnc->ssp.is_valid = FALSE;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcrypto.h128 svn_crypto__verify_secret(svn_boolean_t *is_valid,
H A Dcrypto.c612 svn_crypto__verify_secret(svn_boolean_t *is_valid,
631 *is_valid = FALSE;
696 *is_valid = strcmp(checktext,
703 *is_valid = FALSE;
610 svn_crypto__verify_secret(svn_boolean_t *is_valid, svn_crypto__ctx_t *ctx, const svn_string_t *master, const svn_string_t *ciphertext, const svn_string_t *iv, const svn_string_t *salt, const char *checktext, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_session.c1353 Boolean is_valid; local
1365 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1366 if (!is_valid)
1405 Boolean is_valid; local
1419 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1420 if (!is_valid)
1480 Boolean is_valid; local
1489 fsts_id = fst_read_next_int_param(params, &is_valid, &endp);
1490 if (!is_valid)
1508 Boolean is_valid; local
1536 Boolean is_valid; local
1563 Boolean is_valid; local
[all...]
H A Dfst_ctrl_iface.c890 Boolean is_valid; local
904 val = fst_read_next_int_param(pos + 1, &is_valid,
906 if (is_valid)
914 val = fst_read_next_int_param(pos + 1, &is_valid,
916 if (is_valid)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp76 static bool is_valid(const args_type &args) { return true; } function in struct:__msan::ChainedOriginDepotNode
/freebsd-11-stable/sys/dev/ixgb/
H A Dixgb_hw.c1137 boolean_t is_valid = TRUE; local
1144 is_valid = FALSE;
1149 is_valid = FALSE;
1159 is_valid = FALSE;
1161 return (is_valid);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dpa64solib.c114 int is_valid; member in struct:__anon1575
875 dld_cache.is_valid = 0;
949 if (!dld_cache.is_valid)
1076 /* Record other information and set is_valid to 1. */
1083 dld_cache_p->is_valid = 1;
H A Dsomsolib.c189 int is_valid; member in struct:__anon1607
1209 if (dld_cache.is_valid)
1281 dld_cache.is_valid = 1;
1532 dld_cache.is_valid = 0;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp57 static bool is_valid(const args_type &args) { function in struct:__sanitizer::StackDepotNode
H A Dsanitizer_stackdepotbase.h100 if (!Node::is_valid(args)) return handle_type();
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdef.pl1140 sub is_valid subroutine
1244 print STDERR "DEBUG: [",$#keywords,",",$#keywords < 0,"] is_valid($keywords_txt) => (\!$falsesum) && $truesum = ",(!$falsesum) && $truesum,"\n" if $debug;
1267 } elsif (is_valid($p,1) && is_valid($a,0)) {
1368 if (is_valid($p,1) && is_valid($a,0)) {
/freebsd-11-stable/usr.bin/dtc/
H A Ddtc.cc345 if (!(tree.is_valid() || keep_going))
H A Dfdt.hh982 inline bool is_valid() function in class:dtc::fdt::device_tree
/freebsd-11-stable/contrib/gcc/
H A Dsched-rgn.c178 char is_valid;
198 #define IS_VALID(src) ( candidate_table[src].is_valid )
1369 sp->is_valid = 1;
1379 sp->is_valid = IS_DOMINATED (i, trg);
1380 if (sp->is_valid)
1386 sp->is_valid = (sp->src_prob >= min_spec_prob);
1389 if (sp->is_valid)
1394 sp->is_valid = 0;
1397 if (sp->is_valid)
1458 if (!candidate_table[i].is_valid)
177 char is_valid; member in struct:__anon1370
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c696 svn_boolean_t is_valid = TRUE;
723 is_valid = FALSE;
726 is_valid = FALSE;
730 is_valid = FALSE;
733 if (!is_valid)
694 svn_boolean_t is_valid = TRUE; local
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_l2.c2250 u32 coalesce, address, is_valid; local
2270 is_valid = GET_FIELD(coalesce, COALESCING_TIMESET_VALID);
2271 if (!is_valid)
2285 u32 coalesce, address, is_valid; local
2305 is_valid = GET_FIELD(coalesce, COALESCING_TIMESET_VALID);
2306 if (!is_valid)
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dfloatformat.c564 return fmt->is_valid (fmt, from);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dfloatformat.c564 return fmt->is_valid (fmt, from);

Completed in 181 milliseconds

12