Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/arch/x86/crypto/
Daesni-intel_asm.S561 # Reads DLEN bytes starting at DPTR and stores in XMMDst
562 # where 0 < DLEN < 16
563 # Clobbers %rax, DLEN and XMM1
564 .macro READ_PARTIAL_BLOCK DPTR DLEN XMM1 XMMDst
565 cmp $8, \DLEN
569 sub $8, \DLEN
574 mov 7(\DPTR, \DLEN, 1), %al
575 dec \DLEN
585 mov -1(\DPTR, \DLEN, 1), %al
586 dec \DLEN
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