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

/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile19 SRCS+= API/SBAddress.cpp
20 SRCS+= API/SBAttachInfo.cpp
21 SRCS+= API/SBBlock.cpp
22 SRCS+= API/SBBreakpoint.cpp
23 SRCS+= API/SBBreakpointLocation.cpp
24 SRCS+= API/SBBreakpointName.cpp
25 SRCS+= API/SBBreakpointOptionCommon.cpp
26 SRCS+= API/SBBroadcaster.cpp
27 SRCS+= API/SBCommandInterpreter.cpp
28 SRCS+= API/SBCommandInterpreterRunOption
[all...]
/freebsd-13-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-13-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.cpp1698 APInt API = APF.bitcastToAPInt(); local
1699 O << lead << format_hex_no_prefix(API.getZExtValue(), numHex, /*Upper=*/true);
1856 APInt API = CFP->getValueAPF().bitcastToAPInt(); local
1857 uint16_t float16 = API.getLoBits(16).getZExtValue();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp141 "API Misuse (Apple)"));
/freebsd-13-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;
709 APInt API(*this);
711 return API;
725 APInt API(*this);
727 return API;
[all...]
/freebsd-13-stable/crypto/heimdal/lib/kadm5/
H A Dadmin.h46 #error No support for API versions other than 2
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc103 // of that application, which is the incorrect behavior for this API.
/freebsd-13-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-13-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1048 #pragma mark Public static API
1050 // Public static API
1069 #pragma mark PluginInterface API
1071 // PluginInterface API
1080 #pragma mark StructuredDataPlugin API
1082 // StructuredDataPlugin API
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1387 APInt API = APF.bitcastToAPInt(); local
1390 Out << format_hex_no_prefix(API.getHiBits(16).getZExtValue(), 4,
1392 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16,
1397 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16,
1399 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16,
1403 Out << format_hex_no_prefix(API.getLoBits(64).getZExtValue(), 16,
1405 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16,
1409 Out << format_hex_no_prefix(API.getZExtValue(), 4,
1413 Out << format_hex_no_prefix(API.getZExtValue(), 4,
/freebsd-13-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-13-stable/sys/arm64/arm64/
H A Didentcpu.c527 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR1, API, NONE, IMPL),
557 MRS_FIELD(ID_AA64ISAR1, API, false, MRS_EXACT, id_aa64isar1_api),
/freebsd-13-stable/share/mk/
H A Dsrc.opts.mk302 # Only doing soft float API stuff on armv6 and armv7
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1231 // FIXME: Hide this behind some API in e.g. MCAsmInfo or MCTargetStreamer.
2571 APInt API = APF.bitcastToAPInt(); local
2585 unsigned NumBytes = API.getBitWidth() / 8;
2587 const uint64_t *p = API.getRawData();
2592 int Chunk = API.getNumWords() - 1;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp247 APInt API = APInt::getAllOnesValue(Size); local
248 API.clearBit(Size - 1);
249 SDValue Mask = DAG.getConstant(API, SDLoc(N), NVT);
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_utils.c94 * or not use this API.
434 * A circular buffer with producer/consumer API is allocated
1302 * @brief Return blocksize given SCSI API DIF block size
1307 * @param dif_info Pointer to SCSI API DIF info block
1309 * @return returns block size, or 0 if SCSI API DIF blocksize is invalid
1332 * @brief Set SCSI API DIF blocksize
1334 * Given a blocksize value (512, 1024, etc.), set the SCSI API DIF blocksize
1337 * @param dif_info Pointer to the SCSI API DIF info block
1364 * @brief Return memory block size given SCSI DIF API
1421 * @brief Return wire block size given SCSI DIF API
[all...]
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1224 # OpenSSL AES_wrap_key()/AES_unwrap_key() API is not available in FIPS mode.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp3679 IEEEFloat::IEEEFloat(const fltSemantics &Sem, const APInt &API) {
3680 initFromAPInt(&Sem, API);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp3068 APInt API(Op1Int.getBitWidth(), 0);
3069 API.setBit(BitToSet);
3070 Op1 = ConstantInt::get(V->getContext(), API);
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dvpaes-armv8.S335 ## Same API as encryption core.
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5097 enum class AtomicArgumentOrder { API, AST }; member in class:clang::final::CompleteTypeKind::AtomicArgumentOrder
5102 AtomicArgumentOrder ArgOrder = AtomicArgumentOrder::API);
11170 /// in an audited Core Foundation API and does not need to be checked
/freebsd-13-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 703 milliseconds