Searched refs:use (Results 201 - 225 of 347) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/lib/MCA/HardwareUnits/
H A DResourceManager.cpp179 assert(Index < Resources.size() && "Invalid resource use!");
194 void ResourceManager::use(const ResourceRef &RR) { function in class:llvm::mca::ResourceManager
360 use(Pipe);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h271 /// Test if this operation can use reciprocal multiply instead of division.
468 return count_if(indices(), [](const Use& use) {
469 return !isa<ConstantInt>(*use);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc367 // Ok to use internal_memset, these places are not performance-critical.
/freebsd-current/contrib/byacc/
H A Dmain.c123 FILE *use = fp; \
125 fclose(use); \
688 * Split-up to use tempnam, rather than tmpnam; the latter (like
723 * to use, e.g., MinGW and Windows 7 where it tries to use the root directory.
/freebsd-current/contrib/bearssl/samples/
H A Dserver_basic.c7 * without limitation the rights to use, copy, modify, merge, publish,
42 * This sample code can use three possible certificate chains:
86 #error Must use one of RSA, EC or MIXED chains.
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c8 * without limitation the rights to use, copy, modify, merge, publish, *
26 * sale, use or other dealings in this Software without prior written *
516 /* if we can't get dynamic info about the size, use static */
1090 * allow those applications to use those codepoints.
1238 /* initialize normal acs before wide, since we use mapping in the latter */
1519 TERM_DRIVER *use = 0;
1543 use = res;
1548 if (use != 0) {
1549 TCB->drv = use;
1524 TERM_DRIVER *use = 0; local
/freebsd-current/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h6 * Redistribution and use in source and binary forms, with or without
32 #error Do not include this file directly, use ck_pr.h
/freebsd-current/sys/contrib/ck/include/gcc/
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/stand/i386/mbr/
H A Dmbr.S5 # Redistribution and use in source and binary forms are freely
/freebsd-current/share/mk/
H A Dbsd.obj.mk16 # E.g. use `env MAKEOBJDIR=temp-obj make'
23 # E.g. use `env MAKEOBJDIRPREFIX=/somewhere/obj make'
H A Dbsd.dep.mk193 # Handle OBJS=../somefile.o hacks. Just replace '/' rather than use :T to
289 # use .depend files when filemon is in use.
/freebsd-current/sys/sys/
H A D_atomic_subword.h6 * Redistribution and use in source and binary forms, with or without
38 #error do not include this header, use machine/atomic.h
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.js57 // We use eval() as our expression language in templates!
76 // data-use="xyz": use <template id="xyz"> instead. (Allows recursion.)
77 if ('use' in tmpl.dataset)
78 return inflate(document.getElementById(tmpl.dataset.use), data, parent, next);
/freebsd-current/lib/libc/amd64/string/
H A Dmemrchr.S116 cmovz %r8d, %ecx # if not, use match data from first chunk
/freebsd-current/crypto/openssl/demos/pkey/
H A Ddsa.inc4 * Licensed under the Apache License 2.0 (the "License"). You may not use
155 * not encrypted. You may wish to use the arguments to specify encryption of
/freebsd-current/stand/
H A Ddefs.mk184 # option was recently (10.3) added to FreeBSD and is non-standard. Only use it
201 # Make sure we use the machine link we're about to create
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dpoly_sve_generic.h10 # error Cannot use poly_generic without defining VTYPE
13 # error Cannot use poly_generic without defining STYPE
16 # error Cannot use poly_generic without defining VWRAP
19 # error Cannot use poly_generic without defining DUP
/freebsd-current/contrib/one-true-awk/
H A Dawk.h5 Permission to use, copy, modify, and distribute this software and
241 /* BUG: some overflows (caught) if we use 256 */
275 int use; member in struct:fa
/freebsd-current/crypto/openssh/
H A Dsftp-server.c5 * Permission to use, copy, modify, and distribute this software for any
311 int use; member in struct:Handle
332 handles[i].use = HANDLE_UNUSED;
338 handle_new(int use, const char *name, int fd, int flags, DIR *dirp) argument
353 handles[i].use = use;
366 return i >= 0 && (u_int)i < num_handles && handles[i].use == type;
498 if (handles[i].use != HANDLE_UNUSED)
/freebsd-current/contrib/sendmail/src/
H A Dtls.c56 /* Is this ok or use HAVE_SSL_get1_peer_certificate instead? */
64 /* use SSL_CTX_set_dh_auto()? which versions provide it? */
302 bool use, problem; local
304 use = true;
310 use = bitnset(DBS_INSUFFICIENTENTROPY,
317 use ? "unsafe" :
320 if (use && st.st_size < MIN_RAND_BYTES)
322 use = bitnset(DBS_INSUFFICIENTENTROPY,
330 use ? "unsafe" :
333 if (use)
[all...]
/freebsd-current/stand/lua/
H A Ddrawer.lua8 -- Redistribution and use in source and binary forms, with or without
55 -- functions for backwards compatibility, so we only define the functions we use
420 -- types not specified here is to use entry.name directly.
H A Dpassword.lua8 -- Redistribution and use in source and binary forms, with or without
/freebsd-current/contrib/atf/atf-c++/
H A Dmacros_test.cpp4 // Redistribution and use in source and binary forms, with or without
758 BUILD_TC(use, "macros_hpp_test.cpp",
809 ATF_ADD_TEST_CASE(tcs, use);
/freebsd-current/contrib/llvm-project/lld/docs/
H A Dmake.bat20 echo.Please use `make ^<target^>` where ^<target^> is one of
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua8 --* without limitation the rights to use, copy, modify, merge, publish,

Completed in 571 milliseconds

1234567891011>>