Home
last modified time | relevance | path

Searched refs:n_keys (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp824 (Unsigned const l_block, Unsigned const n_keys, Unsigned const l_data, bool &use_buf) in lblock_for_combine() argument
837 BOOST_ASSERT(n_keys >= 4); in lblock_for_combine()
841 Unsigned const new_buf = n_keys/2; in lblock_for_combine()
842 Unsigned const new_keys = n_keys-new_buf; in lblock_for_combine()
848 return l_data/n_keys; in lblock_for_combine()
1837 , typename iterator_traits<RandIt>::size_type &n_keys in adaptive_sort_combine_all_blocks() argument
1848 size_type const l_unique = l_intbuf+n_keys; in adaptive_sort_combine_all_blocks()
1868 size_type const l_block = lblock_for_combine(l_intbuf, n_keys, 2*l_merged, use_internal_buf); in adaptive_sort_combine_all_blocks()
1896 if(n_keys){ in adaptive_sort_combine_all_blocks()
1917 n_keys = l_unique - l_intbuf; in adaptive_sort_combine_all_blocks()
[all …]
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_fastopen.c115 int n_keys = 0, i; in tcp_fastopen_get_cipher() local
123 n_keys = tcp_fastopen_context_len(ctx); in tcp_fastopen_get_cipher()
124 for (i = 0; i < n_keys; i++) { in tcp_fastopen_get_cipher()
131 return n_keys; in tcp_fastopen_get_cipher()
H A Dsysctl_net_ipv4.c307 int ret, i = 0, off = 0, n_keys; in proc_tcp_fastopen_key() local
313 n_keys = tcp_fastopen_get_cipher(net, NULL, (u64 *)key); in proc_tcp_fastopen_key()
314 if (!n_keys) { in proc_tcp_fastopen_key()
316 n_keys = 1; in proc_tcp_fastopen_key()
319 for (i = 0; i < n_keys * 4; i++) in proc_tcp_fastopen_key()
322 for (i = 0; i < n_keys; i++) { in proc_tcp_fastopen_key()
333 if (i + 1 < n_keys) in proc_tcp_fastopen_key()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dmap_ptr_kern.c152 int i, n_lookups = 0, n_keys = 0; in check_array() local
164 ++n_keys; in check_array()
168 VERIFY(n_keys == MAX_ENTRIES); in check_array()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dhistogram-design.rst143 n_keys = n_fields - n_vals | |
304 n_keys: 2
440 n_keys = n_fields - n_vals | | |
666 | | n_keys = n_fields - n_vals | |
749 n_keys: 1
806 n_keys: 1
986 || ||| n_keys = n_fields - n_vals
1130 n_keys: 1
1194 n_keys: 1
1406 n_keys: 1
[all …]
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtracing_map.h196 unsigned int n_keys; member
H A Dtracing_map.c282 map->key_idx[map->n_keys++] = idx; in tracing_map_add_key_field()
992 for (i = 0; i < map->n_keys; i++) in is_key()
H A Dtrace_events_hist.c352 unsigned int n_keys; member
2356 unsigned int n_keys) in compatible_keys() argument
2361 if (hist_data->n_fields - hist_data->n_vals != n_keys) in compatible_keys()
2367 for (n = 0; n < n_keys; n++) { in compatible_keys()
2388 unsigned int n_keys; in find_compatible_hist() local
2392 n_keys = target_hist_data->n_fields - target_hist_data->n_vals; in find_compatible_hist()
2398 if (compatible_keys(target_hist_data, hist_data, n_keys)) in find_compatible_hist()
3836 hist_data->n_keys++; in create_key_field()
3839 if (WARN_ON(hist_data->n_keys > TRACING_MAP_KEYS_MAX)) in create_key_field()
4554 bool use_compound_key = (hist_data->n_keys > 1); in event_hist_trigger()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Datmel_mxt_ts.c3038 int n_keys; in mxt_parse_device_properties() local
3042 n_keys = device_property_count_u32(dev, keymap_property); in mxt_parse_device_properties()
3043 if (n_keys <= 0) { in mxt_parse_device_properties()
3044 error = n_keys < 0 ? n_keys : -EINVAL; in mxt_parse_device_properties()
3050 keymap = devm_kmalloc_array(dev, n_keys, sizeof(*keymap), in mxt_parse_device_properties()
3056 keymap, n_keys); in mxt_parse_device_properties()
3064 data->t19_num_keys = n_keys; in mxt_parse_device_properties()