Searched refs:use (Results 226 - 250 of 347) sorted by relevance

1234567891011>>

/freebsd-current/sys/compat/linux/
H A Dlinux_vdso_gtod.inc7 * Redistribution and use in source and binary forms, with or without
/freebsd-current/lib/libc/amd64/string/
H A Dstrcspn.S7 * Redistribution and use in source and binary forms, with or without
193 * At this point we know that we want to use pcmpistri.
265 cmova %ecx, %eax # use the earlier match
309 cmova %ecx, %edx # use the earlier match
H A Dstrchrnul.S7 * Redistribution and use in source and binary forms, with or without
67 neg %r8 # negate 01..01 so we can use lea
H A Dmemchr.S7 * Redistribution and use in source and binary forms, with or without
62 neg %r8 # negate 01..01 so we can use lea
/freebsd-current/contrib/bmake/
H A Dbsd.after-import.mk3 # This makefile is for use when integrating bmake into a BSD build
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-op-assign.mk74 # Be careful and use indirect variable names here, to prevent accidentally
H A Ddep-var.mk52 # For exactly this reason, it is not recommended to use dollar signs in
H A Ddirective-undef.mk56 # A variable named " " cannot be undefined. There's no practical use case
H A Dvarmod-gmtime.mk56 # 1970. Going back 50 years in the past is not a practical use case for
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_hw_s390x.inc4 * Licensed under the Apache License 2.0 (the "License"). You may not use
/freebsd-current/stand/i386/boot0/
H A Dboot0.S7 * Redistribution and use in source and binary forms are freely
58 * e.g. which partitions to enable, the timeout, the use of LBA
86 * Some boot code (e.g. syslinux) use this info to relocate
88 * NOTE: the use of %si is not a standard.
211 * If the 'setdrv' flag is set in the boot sector, use the drive
220 jz save_curdrive # no, use the default
233 * Whatever drive we decided to use, store it at (%bp). The byte
249 * and beyond a 256 byte boundary. We use the latter trick to check for
269 * bytes ahead. We use a count of TLEN+1 so if we don't find a match
396 #ifdef SIO /* SIO mode, use asci
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DMemory.inc80 // On platforms that have it, we can use MAP_ANON to get a memory-mapped
H A DSignals.inc72 // FIXME: We should be able to use <unwind.h> for any target that has an
92 /// The function to call on SIGPIPE (one-time use only).
550 /// Callback for use with dl_iterate_phdr. The last dl_iterate_phdr argument
733 // If "Depth" is not provided by the caller, use the return value of
H A DProgram.inc202 // If this OS has posix_spawn and there is no memory limit being implied, use
369 // For WNOHANG, we use waitid (which supports WNOWAIT) until the child process
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBDataExtensions.i22 key = key * self.item_size # SBData uses byte-based indexes, but we want to use itemsize-based indexes here
/freebsd-current/sys/conf/
H A Dkmod.mk40 # order to use this firmware. See /usr/share/doc/legal
82 # amd64 uses direct linking for kmod, all others use shared binaries
121 # Don't use any standard or source-relative include directories.
180 # Don't allow clang to use fpu instructions or registers in kernel modules.
/freebsd-current/contrib/kyua/store/
H A Dschema_v3.sql4 -- Redistribution and use in source and binary forms, with or without
231 -- hash to the file contents and use that as the primary key instead.
/freebsd-current/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h5 * Redistribution and use in source and binary forms, with or without
31 #error Do not include this file directly, use ck_pr.h
/freebsd-current/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_llsc.h6 * Redistribution and use in source and binary forms, with or without
32 #error Do not include this file directly, use ck_pr.h
H A Dck_pr_lse.h7 * Redistribution and use in source and binary forms, with or without
34 #error Do not include this file directly, use ck_pr.h
/freebsd-current/sys/sys/
H A Dbus_san.h15 * Redistribution and use in source and binary forms, with or without
41 #error do not include this header, use machine/bus.h
/freebsd-current/usr.sbin/ip6addrctl/
H A Dip6addrctl.c9 * Redistribution and use in source and binary forms, with or without
181 (unsigned long long)pol->use);
/freebsd-current/share/mk/
H A Dsys.mk115 # The rules below use this macro to distinguish between Posix-compliant
305 # By default bmake does *not* use set -e
/freebsd-current/contrib/bmake/mk/
H A Dlib.mk54 # NetBSD/pmax used to use ${SHLIB_MAJOR}[.${SHLIB_MINOR}
96 # If you use -fPIC you need to define BIGPIC to turn on 32-bit
182 # so we don't need to use lorder or tsort
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc108 // Explicitly use the backslash form here, as we're prepending the \\?\
254 // We can't use symbolic links for windows.
281 // accept both. The usual way to delete a file or directory is to use one of
287 // file to be deleted once it is closed. We also use the flags
980 // As the flushing is quite expensive, use a heuristic to limit the
1521 native(Result); // Some Unix-like shells use Unix path separator in $TMP.

Completed in 147 milliseconds

1234567891011>>