Searched refs:we (Results 226 - 250 of 291) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/amd64/string/
H A Dstrrchr.S61 neg %r8 # negate 01..01 so we can use lea
H A Dstpncpy.S209 jbe 1f # did we pass the end of the buffer?
/freebsd-current/libexec/nuageinit/
H A Dyaml.lua174 -- Since word pattern contains last char we're re-adding it
178 -- Since id pattern contains last semi-colon we're re-adding it
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp33 // If we have reached the end of string or the closing quote, we're done.
47 // character, we leave the character sequence untouched.
88 // Since we can have multiple quotes that form a single command in a command
90 // we remember the first quote character we encounter and use that for the
114 // character, we leave the character sequence untouched.
126 // We are not inside any quotes, we just found a space after an argument.
141 // For single quotes, we simply skip ahead to the matching quote
148 // If we foun
[all...]
/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx0.asm173 jz @discard ; make sure we don't use NULL-pointer
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc273 * processed by kma later. However, we also have to do the for-now
/freebsd-current/share/mk/
H A Dbsd.obj.mk204 # just in case we are playing games with these...
H A Dbsd.prog.mk17 # XXX: shouldn't we ensure that !asserts marks potentially unused variables as
/freebsd-current/sys/dev/dpaa2/
H A Ddpaa2_swp.c518 uint8_t we; member in struct:__packed
536 cmd.we = we_mask;
653 * Before using valid-bit to detect if something is there, we have to
673 * different, we can disable the workaround as all the ring
699 * entry before returning what we found.
/freebsd-current/contrib/bmake/unit-tests/
H A Dmoderrs.mk7 # in case we have to change it ;-)
/freebsd-current/stand/lua/
H A Dcli.lua93 -- it may not be totally redundant if we want to have one global
/freebsd-current/crypto/openssh/contrib/suse/
H A Dopenssh.spec98 key..." if we need to actually do this, in order to eliminate a confusing
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc166 // Convert back to UTF-16 so we can call FindFirstFileW.
215 // if we got the module name), the driver will have trouble distinguishing it
221 // We're not going to try to deal with paths longer than MAX_PATH, so we'll
223 // isn't useful, so we'll hardcode an appropriate error value.
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S376 // For little-endian targets, we need a swap since stxvd2x will store the
807 @ It is safe to use here though because we are about to return, and cpsr is
862 @ that enable them. We do not want to do that in the library (because we do not
/freebsd-current/contrib/ncurses/
H A Ddist.mk64 # man2html if we set the top/bottom margins to 6 (the default is 7). Newer
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl246 # Now observing that ff..ff*x = (2^n-1)*x = 2^n*x-x, we
332 ! Final step is "if result > mod, subtract mod", but we do it
347 ! 0xffffffff, 1 and 0s, we can conditionally synthesize it by
349 ! To minimize dependency chain we first broadcast and then
417 ! But since comparison implies subtraction, we subtract
431 ! 0xffffffff, 1 and 0s, we can conditionally synthesize it by
618 ! 0xffffffff, 1 and 0s, we can conditionally synthesize it by
620 ! To minimize dependency chain we first broadcast and then
882 # 256-bit vectors on top. Then we reserve some space for
1151 # 256-bit vectors on top. Then we reserv
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp105 /// before we get here.
126 // Make sure we do have some kind of proper exponent part
206 // If we have a CommentConsumer, notify it about the comment.
235 // If we have a CommentConsumer, notify it about the comment.
263 // Look ahead to search for first non-hex digit, if it's [hH], then we treat the
276 // Keep going if we are looking for a 'h' suffix.
492 // See if we actually have "0b" as part of something like "jmp 0b\n"
767 // If we're missing a newline at EOF, make sure we still get an
/freebsd-current/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c1161 * is closed. So, we don't check error here.
/freebsd-current/tools/test/stress2/misc/
H A Dumountf2.sh570 * we landed in the last page of the file
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl91 # invariant between rounds. This means that we have to reload
283 @ at this point we have first half of 512-bit result in
777 @ at this point we have first half of 512-bit result in
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Daes-gcm-armv8_64.pl18 # Approach - assume we don't want to reload constants, so reserve ~half of vector register file for constants
58 # Given we are very constrained in our ASIMD registers this is quite important
109 # We only have 64b->128b polynomial multipliers, naively that means we need to do 4 64b multiplies to generate a 128b
114 # The idea behind Karatsuba multiplication is that we can do just 3 64b multiplies:
117 # There is some complication here because the bit order of GHASH's PMULL is reversed compared to elsewhere, so we are
121 # Note: For scheduling big cores we want to split the processing to happen over two loop iterations - otherwise the critical
124 # This has a knock on effect on register pressure, so we have to be a bit more clever with our temporary registers
137 # There is some complication here because the bit order of GHASH's PMULL is reversed compared to elsewhere, so we are doing modulo
309 ld1 { $ctr0b}, [$counter] @ special case vector load initial counter so we can start first AES block as quickly as possible
388 cmp $input_ptr, $main_end_input_ptr @ check if we hav
[all...]
/freebsd-current/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-armv4.pl557 @ by 5, so we should be looking at 5 * 5 * (2^52 + 2^33 + 2^12),
559 @ data we are looking at triple as many addends...
841 @ Note that we start with inp[2:3]*r^2. This is because it
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw2.c177 /* ipfw_vnet_ready controls when we are open for business */
281 * bits that we want set or clear, respectively. They are in the
284 * We scan options and store the bits we find set. We succeed if
298 return 0; /* some bits we want set were clear */
301 return 0; /* some bits we want clear were set */
492 * may exist, so we need to handle routing assymetry.
619 * When flags & TH_RST, we are sending a RST packet, because of a
621 * Otherwise we are sending a keepalive, and flags & TH_
880 * parameter problem, but we use only unreach type.
976 * The mbuf will however be thrown away so we ca
[all...]
/freebsd-current/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm80 # Directories we want to keep track of TOP, APPS, TEST and RESULTS are the
81 # ones we're interested in, corresponding to the environment variables TOP
86 # get modified whenever we change directories, so that subprocesses can use
90 # A bool saying if we shall stop all testing if the current recipe has failing
141 warn "setup() detected test name change. Innocuous, so we continue...\n"
190 "check that we're using OpenSSL 1.x.x");
292 we want to make sure the directory in which those programs are found are
304 calculated before we moved into the directory "foo".
449 # somehow isn't caught by TAP::Harness (TAP::Parser?) on VMS, so we're
454 # In non-verbose, we wan
[all...]
/freebsd-current/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh228 atf_check -o inline:"foo bar\n" zgrep -we foo test
332 # What grep(1) are we working with?
396 atf_set "descr" "Check that we actually get a match with -x flag (PR 180990)"
563 # file, but we should have still been processing lines.

Completed in 326 milliseconds

1234567891011>>