Home
last modified time | relevance | path

Searched refs:num_vars (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_sprom_subr.c88 size_t num_vars, num_idx; in bhnd_sprom_opcode_init() local
102 num_idx = state->layout->num_vars; in bhnd_sprom_opcode_init()
107 for (num_vars = 0; num_vars < num_idx; num_vars++) { in bhnd_sprom_opcode_init()
117 error = bhnd_sprom_opcode_init_entry(state, &idx[num_vars]); in bhnd_sprom_opcode_init()
H A Dbhnd_nvram_store.c294 if (path->num_vars == SIZE_MAX) { in bhnd_nvstore_parse_data()
299 path->num_vars++; in bhnd_nvstore_parse_data()
323 if (path->num_vars < BHND_NV_IDX_VAR_THRESHOLD) in bhnd_nvstore_parse_data()
332 path->index = bhnd_nvstore_index_new(path->num_vars); in bhnd_nvstore_parse_data()
H A Dbhnd_nvram_storevar.h242 size_t num_vars; /**< per-path count of committed member
H A Dbhnd_nvram_private.h345 uint16_t num_vars; /**< total number of variables defined member
H A Dbhnd_nvram_store_subr.c85 path->num_vars = 0; in bhnd_nvstore_path_new()
H A Dbhnd_nvram_data_sprom.c803 return (sprom->layout->num_vars); in bhnd_nvram_sprom_count()
/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp3574 __kmpc_reduce_nowait(ident_t *loc, kmp_int32 global_tid, kmp_int32 num_vars, in __kmpc_reduce_nowait() argument
3628 loc, global_tid, num_vars, reduce_size, reduce_data, reduce_func, lck); in __kmpc_reduce_nowait()
3803 kmp_int32 __kmpc_reduce(ident_t *loc, kmp_int32 global_tid, kmp_int32 num_vars, in __kmpc_reduce() argument
3841 loc, global_tid, num_vars, reduce_size, reduce_data, reduce_func, lck); in __kmpc_reduce()
H A Dkmp_gsupport.cpp2067 size_t num_vars = (size_t)gomp_data[0]; in KMP_EXPAND_NAME() local
2071 for (size_t j = 0; j < num_vars; ++j) { in KMP_EXPAND_NAME()
2090 for (size_t j = 0; j < num_vars; ++j) { in KMP_EXPAND_NAME()
H A Dkmp.h4375 ident_t *loc, kmp_int32 global_tid, kmp_int32 num_vars, size_t reduce_size,
4381 ident_t *loc, kmp_int32 global_tid, kmp_int32 num_vars, size_t reduce_size,
4390 ident_t *loc, kmp_int32 global_tid, kmp_int32 num_vars, size_t reduce_size,
H A Dkmp_runtime.cpp8862 ident_t *loc, kmp_int32 global_tid, kmp_int32 num_vars, size_t reduce_size, in __kmp_determine_reduction_method() argument
8941 if (num_vars <= 2) { // && ( team_size <= 8 ) due to false-sharing ??? in __kmp_determine_reduction_method()
8949 if (atomic_available && (num_vars <= 3)) { in __kmp_determine_reduction_method()