HomeSort by: relevance | last modified time | path
    Searched defs:is_set (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
context_s.c 245 #define is_set(M) (params && params->mask & KADM5_CONFIG_ ## M) macro
246 if (is_set(REALM)) {
255 if (is_set(DBNAME)) {
260 if (is_set(ACL_FILE)) {
265 if (is_set(STASH_FILE)) {
  /src/external/bsd/kyua-cli/dist/utils/config/
tree.cpp 107 config::tree::is_set(const std::string& dotted_key) const function in class:config::tree
115 return child.is_set();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
std-dir.cc 117 is_set(Bitmask obj, Bitmask bits) function in namespace:__anon17282
127 = is_set(options, directory_options::skip_permission_denied);
203 && is_set(options, fs::directory_options::skip_permission_denied))
262 = is_set(_M_options, directory_options::follow_directory_symlink);
264 = is_set(_M_options, directory_options::skip_permission_denied);
302 = is_set(_M_options, directory_options::skip_permission_denied);
dir.cc 147 is_set(Bitmask obj, Bitmask bits) function in namespace:__anon17272
158 = is_set(options, directory_options::skip_permission_denied);
228 = is_set(options, directory_options::skip_permission_denied);
292 = is_set(_M_options, directory_options::follow_directory_symlink);
294 = is_set(_M_options, directory_options::skip_permission_denied);
336 = is_set(_M_options, directory_options::skip_permission_denied);
ops-common.h 245 inline bool is_set(Bitmask obj, Bitmask bits) function in namespace:filesystem
364 using std::filesystem::is_set;
366 is_set(opt, copy_options::skip_existing),
367 is_set(opt, copy_options::update_existing),
368 is_set(opt, copy_options::overwrite_existing)
std-ops.cc 265 inline bool is_set(fs::perm_options obj, fs::perm_options bits) function in namespace:std::filesystem
472 const bool skip_symlinks = is_set(options, copy_options::skip_symlinks);
473 const bool create_symlinks = is_set(options, copy_options::create_symlinks);
474 const bool copy_symlinks = is_set(options, copy_options::copy_symlinks);
533 if (is_set(options, copy_options::directories_only))
537 else if (is_set(options, copy_options::create_hard_links))
553 else if (is_directory(f) && (is_set(options, copy_options::recursive)
560 if (!is_set(options, copy_options::recursive))
1168 const bool replace = is_set(opts, perm_options::replace);
1169 const bool add = is_set(opts, perm_options::add)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_dir.cc 185 is_set(Bitmask obj, Bitmask bits) function in namespace:__anon14854
210 = is_set(options, directory_options::skip_permission_denied);
212 const bool nofollow = is_set(options, __directory_iterator_nofollow);
297 = is_set(options, directory_options::skip_permission_denied);
299 const bool nofollow = is_set(options, __directory_iterator_nofollow);
302 = is_set(options, __directory_iterator_filename_only);
380 = is_set(_M_dirs->options, directory_options::follow_directory_symlink);
382 = is_set(_M_dirs->options, directory_options::skip_permission_denied);
424 = is_set(_M_dirs->options, directory_options::skip_permission_denied);
fs_ops.cc 290 static inline bool is_set(fs::perm_options obj, fs::perm_options bits) function in namespace:std::filesystem
321 const bool skip_symlinks = is_set(options, copy_options::skip_symlinks);
322 const bool create_symlinks = is_set(options, copy_options::create_symlinks);
323 const bool copy_symlinks = is_set(options, copy_options::copy_symlinks);
382 if (is_set(options, copy_options::directories_only))
386 else if (is_set(options, copy_options::create_hard_links))
402 else if (is_directory(f) && (is_set(options, copy_options::recursive)
409 if (!is_set(options, copy_options::recursive))
1130 const bool replace = is_set(opts, perm_options::replace);
1131 const bool add = is_set(opts, perm_options::add)
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
dir.cc 147 is_set(Bitmask obj, Bitmask bits) function in namespace:__anon14885
158 = is_set(options, directory_options::skip_permission_denied);
228 = is_set(options, directory_options::skip_permission_denied);
292 = is_set(_M_options, directory_options::follow_directory_symlink);
294 = is_set(_M_options, directory_options::skip_permission_denied);
336 = is_set(_M_options, directory_options::skip_permission_denied);
ops-common.h 249 inline bool is_set(Bitmask obj, Bitmask bits) function in namespace:filesystem
373 using std::filesystem::is_set;
375 is_set(opt, copy_options::skip_existing),
376 is_set(opt, copy_options::update_existing),
377 is_set(opt, copy_options::overwrite_existing)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_dir.cc 185 is_set(Bitmask obj, Bitmask bits) function in namespace:__anon17249
210 = is_set(options, directory_options::skip_permission_denied);
212 const bool nofollow = is_set(options, __directory_iterator_nofollow);
297 = is_set(options, directory_options::skip_permission_denied);
299 const bool nofollow = is_set(options, __directory_iterator_nofollow);
302 = is_set(options, __directory_iterator_filename_only);
380 = is_set(_M_dirs->options, directory_options::follow_directory_symlink);
382 = is_set(_M_dirs->options, directory_options::skip_permission_denied);
424 = is_set(_M_dirs->options, directory_options::skip_permission_denied);
fs_ops.cc 290 static inline bool is_set(fs::perm_options obj, fs::perm_options bits) function in namespace:std::filesystem
321 const bool skip_symlinks = is_set(options, copy_options::skip_symlinks);
322 const bool create_symlinks = is_set(options, copy_options::create_symlinks);
323 const bool copy_symlinks = is_set(options, copy_options::copy_symlinks);
382 if (is_set(options, copy_options::directories_only))
386 else if (is_set(options, copy_options::create_hard_links))
402 else if (is_directory(f) && (is_set(options, copy_options::recursive)
409 if (!is_set(options, copy_options::recursive))
1101 const bool replace = is_set(opts, perm_options::replace);
1102 const bool add = is_set(opts, perm_options::add)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
bn.c 235 static const unsigned char is_set[8] = { 1, 2, 4, 8, 16, 32, 64, 128 }; variable
246 return p[hi->length - 1 - (bit / 8)] & is_set[bit % 8];
267 p[hi->length - 1 - (bit / 8)] |= is_set[bit % 8];
280 p[hi->length - 1 - (bit / 8)] &= (unsigned char)(~(is_set[bit % 8]));
  /src/external/mit/isl/dist/
isl_aff_map.c 31 isl_bool is_set; local
33 is_set = isl_space_is_set(space);
34 if (is_set < 0)
36 if (is_set)
47 isl_bool is_set; local
49 is_set = isl_space_is_set(space);
50 if (is_set < 0)
52 if (!is_set)
isl_space.c 85 isl_bool is_set; local
87 is_set = isl_space_is_set(space);
88 if (is_set < 0)
90 if (!is_set)
1572 int is_set; local
1577 is_set = isl_space_is_set(left);
1578 if (is_set != isl_space_is_set(right))
1582 if (is_set)
2328 isl_bool is_params, is_set; local
2331 is_set = isl_space_is_set(space)
2561 isl_bool is_set; local
2612 isl_bool is_set; local
2630 isl_bool is_set; local
2895 isl_bool is_set; local
3156 isl_bool is_set; local
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/src/
Histable.h 291 is_set (Flag flag) function in class:DbeLine
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Histable.h 291 is_set (Flag flag) function in class:DbeLine
  /src/external/mpl/bind/dist/lib/dns/include/dns/
message.h 225 bool is_set; member in struct:dns_minttl
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 746 char is_set = -1; member in struct:bytes_out::bits_out
770 is_set = -1;
779 if (is_set != x)
781 is_set = x;
  /src/external/gpl3/gcc/dist/gcc/
dse.cc 228 bool is_set; member in class:store_info
1256 while (!store_info->is_set)
1573 while (!s_info->is_set)
1714 store_info->is_set = GET_CODE (body) == SET;
1723 return store_info->is_set ? 1 : 0;
2307 while (!store_info->is_set)
2397 while (!store_info->is_set)
2616 while (!store_info->is_set)
2855 while (!store_info->is_set)
2890 while (s_info && !s_info->is_set)
    [all...]
tree-ssa-math-opts.cc 1757 bool is_set = info->factors[i]; local
1758 if (is_set)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 695 static int is_set; member in class:bytes_out
701 int bytes_out::is_set = -1; member in class:bytes_out
735 is_set = -1;
766 if (is_set != x)
768 is_set = x;
  /src/external/gpl3/gcc.old/dist/gcc/
dse.cc 228 bool is_set; member in class:store_info
1252 while (!store_info->is_set)
1560 while (!s_info->is_set)
1699 store_info->is_set = GET_CODE (body) == SET;
1707 return store_info->is_set ? 1 : 0;
2269 while (!store_info->is_set)
2358 while (!store_info->is_set)
2576 while (!store_info->is_set)
2809 while (!store_info->is_set)
2844 while (s_info && !s_info->is_set)
    [all...]
tree-ssa-math-opts.cc 1753 bool is_set = info->factors[i]; local
1754 if (is_set)
  /src/external/mit/isl/dist/interface/
template_cpp.cc 272 bool Kind::is_set() const function in class:Kind
281 return is_set() && is_anon();

Completed in 74 milliseconds

1 2