Home
last modified time | relevance | path

Searched refs:key_count (Results 1 – 16 of 16) sorted by relevance

/external/toybox/toys/pending/
Dgetfattr.c38 int i, key_count; local
56 for (key = keys, key_count = 0; key-keys < keys_len; key += strlen(key)+1)
57 key_count++;
58 sorted_keys = xmalloc(key_count * sizeof(char *));
61 qsort(sorted_keys, key_count, sizeof(char *), qstrcmp);
65 for (i = 0; i < key_count; i++) {
/external/u-boot/drivers/input/
Dkey_matrix.c114 map = (uchar *)calloc(1, config->key_count); in create_keymap()
117 config->key_count); in create_keymap()
184 config->key_count = rows * cols; in key_matrix_init()
186 assert(config->key_count > 0); in key_matrix_init()
Dtegra-kbc.c315 priv->matrix.key_count); in tegra_kbd_probe()
/external/u-boot/board/gdsys/a38x/
Dkeyprogram.c17 u16 key_count; in flush_keys() local
27 key_count = get_unaligned_be16(buf); in flush_keys()
29 for (i = 0; i < key_count; ++i, ptr += 4) { in flush_keys()
Dhre.c139 uint16_t key_count; in find_key() local
152 key_count = get_unaligned_be16(buf); in find_key()
154 for (i = 0; i < key_count; ++i, ptr += 4) in find_key()
158 for (i = 0; i < key_count; ++i) { in find_key()
/external/vboot_reference/host/lib21/include/
Dhost_signature2.h56 uint32_t key_count);
86 uint32_t key_count);
/external/vboot_reference/host/lib21/
Dhost_signature.c201 uint32_t key_count) in vb2_sig_size_for_keys() argument
208 for (i = 0; i < key_count; i++) { in vb2_sig_size_for_keys()
246 uint32_t key_count) in vb2_sign_object_multiple() argument
252 for (i = 0; i < key_count; i++) { in vb2_sign_object_multiple()
/external/perf_data_converter/src/
Dperf_data_converter_test.cc177 int64 key_count; member
217 EXPECT_EQ(c.key_count, counts.size()) << casename; in TEST_F()
232 EXPECT_EQ(c.key_count, counts.size()) << casename; in TEST_F()
/external/u-boot/include/
Dkey_matrix.h18 int key_count; /* number of keys in the matrix (= rows * cols) */ member
/external/u-boot/lib/
Dtpm-v1.c773 u16 key_count; in tpm_find_key_sha1() local
786 key_count = get_unaligned_be16(buf); in tpm_find_key_sha1()
788 for (i = 0; i < key_count; ++i, ptr += 4) in tpm_find_key_sha1()
792 for (i = 0; i < key_count; ++i) { in tpm_find_key_sha1()
/external/tensorflow/tensorflow/contrib/factorization/kernels/
Dwals_solver_ops.cc226 const auto key_count = factor_batch_map.count(id_hash); in Compute() local
228 if (!key_count) { in Compute()
/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd-id.c287 uint16_t key_count; in find_key() local
300 key_count = get_unaligned_be16(buf); in find_key()
302 for (i = 0; i < key_count; ++i, ptr += 4) in find_key()
306 for (i = 0; i < key_count; ++i) { in find_key()
/external/u-boot/tools/
Dmxsimage.h53 uint16_t key_count; member
Dmxsimage.c1348 hdr->key_count = 1; in sb_prefill_image_header()
1364 kd_size = hdr->key_count * sizeof(struct sb_key_dictionary_key); in sb_postfill_image_header()
1776 if (hdr->key_count != 1) in sb_verify_image_header()
1779 hdr->key_count); in sb_verify_image_header()
1784 sz += hdr->key_count * in sb_verify_image_header()
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Drender.cl1707 … skc_uint const ttck_count, // rename: key_count
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Drender.cl1707 … skc_uint const ttck_count, // rename: key_count