Searched refs:words (Results 1 – 8 of 8) sorted by relevance
/lib/ |
A D | dynamic_debug.c | 279 static int ddebug_tokenize(char *buf, char *words[], int maxwords) in ddebug_tokenize() argument 307 nwords ? words[nwords - 1] : "<none>"); in ddebug_tokenize() 319 words[nwords++] = buf; in ddebug_tokenize() 327 pr_cont(" \"%s\"", words[i]); in ddebug_tokenize() 416 static int ddebug_parse_query(char *words[], int nwords, in ddebug_parse_query() argument 430 char *keyword = words[i]; in ddebug_parse_query() 431 char *arg = words[i+1]; in ddebug_parse_query() 543 char *words[MAXWORDS]; in ddebug_exec_query() local 545 nwords = ddebug_tokenize(query_string, words, MAXWORDS); in ddebug_exec_query() 551 if (ddebug_parse_flags(words[nwords-1], &modifiers)) { in ddebug_exec_query() [all …]
|
A D | string.c | 842 unsigned int words, prefix; in memchr_inv() local 871 words = bytes / 8; in memchr_inv() 873 while (words) { in memchr_inv() 877 words--; in memchr_inv()
|
A D | bch.c | 1279 unsigned int i, words; in bch_init() local 1330 words = DIV_ROUND_UP(m*t, 32); in bch_init() 1334 bch->mod8_tab = bch_alloc(words*1024*sizeof(*bch->mod8_tab), &err); in bch_init() 1335 bch->ecc_buf = bch_alloc(words*sizeof(*bch->ecc_buf), &err); in bch_init() 1336 bch->ecc_buf2 = bch_alloc(words*sizeof(*bch->ecc_buf2), &err); in bch_init()
|
A D | Kconfig.debug | 2191 hex "Size of interrupt coverage collection area in words" 2197 number of unsigned long words.
|
/lib/crypto/powerpc/ |
A D | poly1305-p10le_64.S | 218 # multiply odd and even words 640 # Multiply odd words and even words 745 # Multiply odd words and even words
|
/lib/crypto/x86/ |
A D | chacha-avx512vl-x86_64.S | 36 # on four words in each matrix in parallel, but requires shuffling to 37 # rearrange the words after each round. 201 # operations on four words in two matrices in parallel, sequentially 202 # to the operations on the four words of the other two matrices. The 668 # interleave 32-bit words in state n, n+1 686 # interleave 64-bit words in state n, n+2 704 # interleave 128-bit words in state n, n+4
|
A D | chacha-avx2-x86_64.S | 46 # on four words in each matrix in parallel, but requires shuffling to 47 # rearrange the words after each round. 238 # operations on four words in two matrices in parallel, sequentially 239 # to the operations on the four words of the other two matrices. The 547 # words, which allows us to do XOR in AVX registers. 8/16-bit word 817 # interleave 32-bit words in state n, n+1 849 # interleave 64-bit words in state n, n+2 881 # interleave 128-bit words in state n, n+4
|
A D | chacha-ssse3-x86_64.S | 204 # %rsi: output (8 32-bit words) 235 # we transpose the matrix by interleaving 32- and then 64-bit words, 570 # interleave 32-bit words in state n, n+1 610 # interleave 64-bit words in state n, n+2
|
Completed in 20 milliseconds