Searched refs:input_flags (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssl/crypto/ui/ |
| H A D | ui_lib.c | 98 int input_flags, char *result_buf) in general_allocate_prompt() argument 110 ret->input_flags = input_flags; in general_allocate_prompt() 119 enum UI_string_types type, int input_flags, in general_allocate_string() argument 125 type, input_flags, result_buf); in general_allocate_string() 151 int input_flags, char *result_buf) in general_allocate_boolean() argument 169 type, input_flags, result_buf); in general_allocate_boolean() 787 return uis->input_flags; in UI_get_input_flags()
|
| H A D | ui_local.h | 64 int input_flags; /* Flags from the user */ member
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_gsupport.cpp | 1233 kmp_tasking_flags_t *input_flags = (kmp_tasking_flags_t *)&flags; local 1239 input_flags->tiedness = TASK_TIED; 1243 input_flags->final = 1; 1245 input_flags->native = 1; 1253 &loc, gtid, input_flags, sizeof(kmp_task_t), 1782 kmp_tasking_flags_t *input_flags = (kmp_tasking_flags_t *)&flags; in __GOMP_taskloop() local 1800 input_flags->tiedness = TASK_TIED; in __GOMP_taskloop() 1804 input_flags->final = 1; in __GOMP_taskloop() 1820 input_flags->native = 1; in __GOMP_taskloop() 1834 __kmp_task_alloc(&loc, gtid, input_flags, sizeof(kmp_task_t), in __GOMP_taskloop()
|
| H A D | kmp_tasking.cpp | 1690 kmp_tasking_flags_t *input_flags = (kmp_tasking_flags_t *)&flags; local 1692 input_flags->native = FALSE; 1696 gtid, loc_ref, input_flags->tiedness ? "tied " : "untied", 1697 input_flags->proxy ? "proxy" : "", 1698 input_flags->detachable ? "detachable" : "", sizeof_kmp_task_t, 1701 retval = __kmp_task_alloc(loc_ref, gtid, input_flags, sizeof_kmp_task_t, 1715 auto &input_flags = reinterpret_cast<kmp_tasking_flags_t &>(flags); local 1717 input_flags.tiedness = TASK_UNTIED; 1718 input_flags.target = 1; 1721 input_flags.hidden_helper = TRUE; [all …]
|
| H A D | kmp.h | 4400 kmp_int32 input_flags, 4403 kmp_int32 input_flags, kmp_int32 tdg_id);
|