Searched refs:corresponding (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-no-action-runflags.mk8 # The corresponding test with the -j option
H A Dopt-jobs-no-action.mk12 # The corresponding tests without the -n option
14 # The corresponding tests without the -j option
H A Ddirective-for.mk254 # When a .for without the corresponding .endfor occurs in an inactive branch
256 # corresponding .endfor. In other words, the behavior of the parser depends
259 . for var in value # does not need a corresponding .endfor
265 # When a .for without the corresponding .endfor occurs in an active branch of
H A Dcond-token-plain.mk195 # corresponding error message.
/freebsd-current/lib/libc/amd64/string/
H A Dstrcmp.S156 pcmpeqb %xmm3, %xmm1 # ... corresponding to RDI
174 * where v indicates the alignment boundaries and corresponding chunks
182 0: movdqu (%rdi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
194 movdqu 16(%rdi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
241 * Compare (RSI) with the corresponding part
247 add %rax, %rdi # point RDI to chunk corresponding to (RSI)
265 lea (%rdi, %rax, 1), %rdx # point RDX to offset in RDI corresponding to RSI
285 * where v indicates the alignment boundaries and corresponding chunks
293 0: movdqu (%rsi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
305 movdqu 16(%rsi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding t
[all...]
H A Dstrncmp.S249 neg %rax # ... corresponding to RDI
273 * where v indicates the alignment boundaries and corresponding chunks
281 0: movdqu (%rdi, %rbx, 1), %xmm0 # chunk of 2nd string corresponding to RDI
308 .Ltail: movdqu (%rdi, %rbx, 1), %xmm0 # chunk of 2nd string corresponding to RDI
344 * compare (RSI) with the corresponding part
350 add %rax, %rdi # point RDI to chunk corresponding to (RSI)
385 neg %rax # ... corresponding to RSI
399 0: movdqu (%rsi, %rbx, 1), %xmm0 # chunk of 1st string corresponding to RSI
427 movdqu (%rsi, %rbx, 1), %xmm0 # chunk of 1st string corresponding to RSI
464 add %rax, %rsi # point RSI to chunk corresponding t
[all...]
H A Dstrchrnul.S130 shl %cl, %edx # bits corresponding to bytes in the string
H A Dstrrchr.S153 shl %cl, %edx # bits corresponding to bytes in the string
/freebsd-current/cddl/usr.sbin/dtrace/tests/
H A Ddtrace.test.mk40 # Some tests depend on the internals of their corresponding test programs,
/freebsd-current/contrib/bearssl/conf/
H A DWin.mk64 # Set the values to 'no' to disable building of the corresponding element
H A DUnix.mk63 # Set the values to 'no' to disable building of the corresponding element
/freebsd-current/crypto/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm60 corresponding feature is disabled and 0 otherwise.
117 # returns a list of 1s (if the corresponding feature is disabled)
/freebsd-current/contrib/diff/src/
H A Danalyze.c602 lin runlength, start, corresponding;
605 Also keep track of the corresponding point in the other file. */
649 corresponding = other_changed[j - 1] ? i : i_end;
664 corresponding = i;
670 back to a corresponding run in the other file. */
672 while (corresponding < i)
599 lin runlength, start, corresponding; local
/freebsd-current/crypto/openssl/util/perl/OpenSSL/Config/
H A DQuery.pm143 corresponding to that name.
/freebsd-current/contrib/kyua/store/
H A Dschema_v3.sql165 -- its test cases. See below for the corresponding detail tables.
212 -- these are empty, there will be no corresponding entry in this table
H A Dschema_v1.sql159 -- its test cases. See below for the corresponding detail tables.
200 -- these are empty, there will be no corresponding entry in this table
H A Dschema_v2.sql196 -- its test cases. See below for the corresponding detail tables.
250 -- these are empty, there will be no corresponding entry in this table
H A Dmigrate_v1_v2.sql139 -- every test program and test case. Entries corresponding to a test program
140 -- will have the test_program_id field set to not NULL and entries corresponding
/freebsd-current/share/mk/
H A Dsrc.opts.mk221 # LEFT/RIGHT. Left options which default to "yes" unless their corresponding
237 # MK_*_SUPPORT options which default to "yes" unless their corresponding
/freebsd-current/stand/lua/
H A Dcli.lua80 -- corresponding definition.
/freebsd-current/crypto/openssh/contrib/suse/
H A Dopenssh.spec79 - Add ssh-sk-helper and corresponding manual page.
/freebsd-current/sys/conf/
H A Dkern.opts.mk180 # MK_*_SUPPORT options which default to "yes" unless their corresponding
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersRestore.S752 @ So, generate the instruction using the corresponding coprocessor mnemonic.
/freebsd-current/tools/tools/git/
H A Dgit-arc.sh62 corresponding commit. In particular, commit summaries must be unique across
125 Update the review corresponding to commit b409afcfedcdda. The title of the
/freebsd-current/contrib/bmake/mk/
H A Ddpadd.mk210 # if SRC_libfoo is not set, then we assume that the srcdir corresponding

Completed in 377 milliseconds

12