Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/powerpc/signal/
Dsig_sc_double_restart.c79 #define DLEN (strlen(DATA)+1) macro
136 if (strncmp(buf, DATA, DLEN)) { in test_restart()
149 if (write(pipefd[1], DATA, DLEN) != DLEN) { in test_restart()
/Linux-v5.10/arch/x86/crypto/
Daesni-intel_asm.S565 # Reads DLEN bytes starting at DPTR and stores in XMMDst
566 # where 0 < DLEN < 16
567 # Clobbers %rax, DLEN and XMM1
568 .macro READ_PARTIAL_BLOCK DPTR DLEN XMM1 XMMDst
569 cmp $8, \DLEN
573 sub $8, \DLEN
578 mov 7(\DPTR, \DLEN, 1), %al
579 dec \DLEN
589 mov -1(\DPTR, \DLEN, 1), %al
590 dec \DLEN
Daesni-intel_avx-x86_64.S713 # Reads DLEN bytes starting at DPTR and stores in XMMDst
714 # where 0 < DLEN < 16
715 # Clobbers %rax, DLEN
716 .macro READ_PARTIAL_BLOCK DPTR DLEN XMMDst
719 cmp $8, \DLEN
723 sub $8, \DLEN
728 mov 7(\DPTR, \DLEN, 1), %al
729 dec \DLEN
737 mov -1(\DPTR, \DLEN, 1), %al
738 dec \DLEN