Searched refs:API (Results 1 - 24 of 24) sorted by relevance

/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h66 DEF_PRIV_SIG(O_LINK_ESTABLISH_request, API) \
67 DEF_PRIV_SIG(O_LINK_RELEASE_request, API) \
68 DEF_PRIV_SIG(O_RESET_request, API) \
69 DEF_PRIV_SIG(O_RESET_response, API) \
70 DEF_PRIV_SIG(O_RESET_ERROR_response, API) \
71 DEF_PRIV_SIG(O_SETUP_request, API) \
72 DEF_PRIV_SIG(O_SETUP_response, API) \
73 DEF_PRIV_SIG(O_SETUP_COMPLETE_request, API) \
74 DEF_PRIV_SIG(O_PROCEEDING_request, API) \
75 DEF_PRIV_SIG(O_ALERTING_request, API) \
[all...]
H A Dunidef.h53 UNI_DEBUG_DEFINE(API) \
161 * API signals
164 UNIAPI_ERROR = 0, /* UNI -> API */
166 UNIAPI_CALL_CREATED = 1, /* UNI -> API */
167 UNIAPI_CALL_DESTROYED = 2, /* UNI -> API */
168 UNIAPI_PARTY_CREATED = 3, /* UNI -> API */
169 UNIAPI_PARTY_DESTROYED = 4, /* UNI -> API */
171 UNIAPI_LINK_ESTABLISH_request = 5, /* API -> UNI */
172 UNIAPI_LINK_ESTABLISH_confirm = 6, /* UNI -> API */
173 UNIAPI_LINK_RELEASE_request = 7, /* API
[all...]
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile17 SRCS+= API/SBAddress.cpp
18 SRCS+= API/SBAttachInfo.cpp
19 SRCS+= API/SBBlock.cpp
20 SRCS+= API/SBBreakpoint.cpp
21 SRCS+= API/SBBreakpointLocation.cpp
22 SRCS+= API/SBBreakpointName.cpp
23 SRCS+= API/SBBreakpointOptionCommon.cpp
24 SRCS+= API/SBBroadcaster.cpp
25 SRCS+= API/SBCommandInterpreter.cpp
26 SRCS+= API/SBCommandReturnObjec
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp49 APInt API = APF.bitcastToAPInt(); local
50 OS << format_hex_no_prefix(API.getZExtValue(), NumHex, /*Upper=*/true);
H A DNVPTXAsmPrinter.cpp1707 APInt API = APF.bitcastToAPInt(); local
1708 O << lead << format_hex_no_prefix(API.getZExtValue(), numHex, /*Upper=*/true);
1865 APInt API = CFP->getValueAPF().bitcastToAPInt(); local
1866 uint16_t float16 = API.getLoBits(16).getZExtValue();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp141 "API Misuse (Apple)"));
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h540 APInt API = getAllOnesValue(numBits); local
541 API.clearBit(numBits - 1);
542 return API;
550 APInt API(numBits, 0);
551 API.setBit(numBits - 1);
552 return API;
707 APInt API(*this);
709 return API;
723 APInt API(*this);
725 return API;
[all...]
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dadmin.h46 #error No support for API versions other than 2
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc97 // of that application, which is the incorrect behavior for this API.
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec8 Summary: Lowlevel DNS(SEC) library with API
28 level API which allows a programmer to (for instance) create or sign
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1046 #pragma mark Public static API
1048 // Public static API
1067 #pragma mark PluginInterface API
1069 // PluginInterface API
1078 #pragma mark StructuredDataPlugin API
1080 // StructuredDataPlugin API
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A Druntime.c444 * API supporting SPI
450 #pragma mark SPI/API
458 // API entry point to release a copied Block
525 Entry points used by the compiler - the real API!
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1355 APInt API = APF.bitcastToAPInt(); local
1358 Out << format_hex_no_prefix(API.getHiBits(16).getZExtValue(), 4,
1360 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16,
1365 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16,
1367 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16,
1371 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16,
1373 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16,
1377 Out << format_hex_no_prefix(API.getZExtValue(), 4,
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf322 # General API for accessing repositories
778 description = Tests for *public* fs API (svn_fs.h)
830 description = Test FSSF private API
1334 description = Test the main WC API functions
1356 # parts of the libsvn_delta API from the command line. They are stuck here
/freebsd-11-stable/share/mk/
H A Dsrc.opts.mk298 # Only doing soft float API stuff on armv6
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1180 // FIXME: Hide this behind some API in e.g. MCAsmInfo or MCTargetStreamer.
2524 APInt API = APF.bitcastToAPInt(); local
2538 unsigned NumBytes = API.getBitWidth() / 8;
2540 const uint64_t *p = API.getRawData();
2545 int Chunk = API.getNumWords() - 1;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp238 APInt API = APInt::getAllOnesValue(Size); local
239 API.clearBit(Size - 1);
240 SDValue Mask = DAG.getConstant(API, SDLoc(N), NVT);
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_utils.c94 * or not use this API.
435 * A circular buffer with producer/consumer API is allocated
1308 * @brief Return blocksize given SCSI API DIF block size
1313 * @param dif_info Pointer to SCSI API DIF info block
1315 * @return returns block size, or 0 if SCSI API DIF blocksize is invalid
1338 * @brief Set SCSI API DIF blocksize
1340 * Given a blocksize value (512, 1024, etc.), set the SCSI API DIF blocksize
1343 * @param dif_info Pointer to the SCSI API DIF info block
1370 * @brief Return memory block size given SCSI DIF API
1427 * @brief Return wire block size given SCSI DIF API
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1224 # OpenSSL AES_wrap_key()/AES_unwrap_key() API is not available in FIPS mode.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3377 IEEEFloat::IEEEFloat(const fltSemantics &Sem, const APInt &API) {
3378 initFromAPInt(&Sem, API);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp2821 APInt API(Op1Int.getBitWidth(), 0);
2822 API.setBit(BitToSet);
2823 Op1 = ConstantInt::get(V->getContext(), API);
/freebsd-11-stable/
H A DMakefile.inc140 # doxygen - build API documentation of the kernel
1648 # Build the API documentation with doxygen
1652 echo "You need doxygen (devel/doxygen) to generate the API documentation of the kernel." | /usr/bin/fmt; \
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4875 enum class AtomicArgumentOrder { API, AST }; member in class:clang::final::AtomicArgumentOrder
4880 AtomicArgumentOrder ArgOrder = AtomicArgumentOrder::API);
10750 /// in an audited Core Foundation API and does not need to be checked
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1572 libunbound API installed to unbound-event.h
2902 # Current -- the number of the binary API that we're implementing
2904 # API are we supplying?
2905 # Age -- How many previous binary API versions do we also
2908 # If we release a new version that does not change the binary API,
2911 # If we release a new version that changes the binary API, but does
2912 # not break programs compiled against the old binary API, increment
2914 # implementation of the new API.
2916 # Otherwise, we're changing the binary API and breaking backward

Completed in 439 milliseconds