Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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.S703 # Reads DLEN bytes starting at DPTR and stores in XMMDst
704 # where 0 < DLEN < 16
705 # Clobbers %rax, DLEN
706 .macro READ_PARTIAL_BLOCK DPTR DLEN XMMDst
709 cmp $8, \DLEN
713 sub $8, \DLEN
718 mov 7(\DPTR, \DLEN, 1), %al
719 dec \DLEN
727 mov -1(\DPTR, \DLEN, 1), %al
728 dec \DLEN