Searched refs:key_count (Results 1 – 14 of 14) sorted by relevance
/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/vboot_reference/host/lib21/include/ |
D | host_signature2.h | 56 uint32_t key_count); 86 uint32_t key_count);
|
/external/u-boot/board/gdsys/a38x/ |
D | keyprogram.c | 19 u16 key_count; in flush_keys() local 30 key_count = get_unaligned_be16(buf); in flush_keys() 32 for (i = 0; i < key_count; ++i, ptr += 4) { in flush_keys()
|
D | hre.c | 142 uint16_t key_count; in find_key() local 156 key_count = get_unaligned_be16(buf); in find_key() 158 for (i = 0; i < key_count; ++i, ptr += 4) in find_key() 162 for (i = 0; i < key_count; ++i) { in find_key()
|
/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/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 | 839 u16 key_count; in tpm_find_key_sha1() local 853 key_count = get_unaligned_be16(buf); in tpm_find_key_sha1() 855 for (i = 0; i < key_count; ++i, ptr += 4) in tpm_find_key_sha1() 859 for (i = 0; i < key_count; ++i) { in tpm_find_key_sha1()
|
/external/u-boot/tools/ |
D | mxsimage.h | 53 uint16_t key_count; member
|
D | mxsimage.c | 1349 hdr->key_count = 1; in sb_prefill_image_header() 1365 kd_size = hdr->key_count * sizeof(struct sb_key_dictionary_key); in sb_postfill_image_header() 1777 if (hdr->key_count != 1) in sb_verify_image_header() 1780 hdr->key_count); in sb_verify_image_header() 1785 sz += hdr->key_count * in sb_verify_image_header()
|
/external/u-boot/board/gdsys/p1022/ |
D | controlcenterd-id.c | 304 uint16_t key_count; in find_key() local 318 key_count = get_unaligned_be16(buf); in find_key() 320 for (i = 0; i < key_count; ++i, ptr += 4) in find_key() 324 for (i = 0; i < key_count; ++i) { in find_key()
|
/external/igt-gpu-tools/scripts/ |
D | trace.pl | 549 my $key_count = scalar(keys %db); 646 $key_count;
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | render.cl | 1707 … skc_uint const ttck_count, // rename: key_count
|