/external/toybox/toys/pending/ |
D | getfattr.c | 38 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/ |
D | key_matrix.c | 114 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()
|
D | tegra-kbc.c | 315 priv->matrix.key_count); in tegra_kbd_probe()
|
/external/u-boot/board/gdsys/a38x/ |
D | keyprogram.c | 17 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()
|
D | hre.c | 139 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/ |
D | host_signature2.h | 56 uint32_t key_count); 86 uint32_t key_count);
|
/external/vboot_reference/host/lib21/ |
D | host_signature.c | 201 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/ |
D | perf_data_converter_test.cc | 177 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/ |
D | key_matrix.h | 18 int key_count; /* number of keys in the matrix (= rows * cols) */ member
|
/external/u-boot/lib/ |
D | tpm-v1.c | 773 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/ |
D | wals_solver_ops.cc | 226 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/ |
D | controlcenterd-id.c | 287 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/ |
D | mxsimage.h | 53 uint16_t key_count; member
|
D | mxsimage.c | 1348 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/ |
D | render.cl | 1707 … skc_uint const ttck_count, // rename: key_count
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | render.cl | 1707 … skc_uint const ttck_count, // rename: key_count
|