Searched refs:DLEN (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/signal/
H A Dsig_sc_double_restart.c79 #define DLEN (strlen(DATA)+1) macro
136 if (strncmp(buf, DATA, DLEN)) {
149 if (write(pipefd[1], DATA, DLEN) != DLEN) {
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S553 # Reads DLEN bytes starting at DPTR and stores in XMMDst
554 # where 0 < DLEN < 16
555 # Clobbers %rax, DLEN and XMM1
556 .macro READ_PARTIAL_BLOCK DPTR DLEN XMM1 XMMDst
557 cmp $8, \DLEN
561 sub $8, \DLEN
566 mov 7(\DPTR, \DLEN, 1), %al
567 dec \DLEN
577 mov -1(\DPTR, \DLEN, 1), %al
578 dec \DLEN
[all...]
H A Daesni-intel_avx-x86_64.S681 # Reads DLEN bytes starting at DPTR and stores in XMMDst
682 # where 0 < DLEN < 16
683 # Clobbers %rax, DLEN
684 .macro READ_PARTIAL_BLOCK DPTR DLEN XMMDst
687 cmp $8, \DLEN
691 sub $8, \DLEN
696 mov 7(\DPTR, \DLEN, 1), %al
697 dec \DLEN
705 mov -1(\DPTR, \DLEN, 1), %al
706 dec \DLEN
[all...]

Completed in 121 milliseconds