Home
last modified time | relevance | path

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

12345678910>>...13

/freebsd-12.1/lib/clang/liblldb/
H A DMakefile17 SRCS+= API/SBAddress.cpp
19 SRCS+= API/SBBlock.cpp
27 SRCS+= API/SBData.cpp
30 SRCS+= API/SBError.cpp
31 SRCS+= API/SBEvent.cpp
36 SRCS+= API/SBFrame.cpp
38 SRCS+= API/SBHostOS.cpp
48 SRCS+= API/SBModule.cpp
53 SRCS+= API/SBQueue.cpp
67 SRCS+= API/SBTrace.cpp
[all …]
/freebsd-12.1/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h68 DEF_PRIV_SIG(O_RESET_request, API) \
69 DEF_PRIV_SIG(O_RESET_response, API) \
71 DEF_PRIV_SIG(O_SETUP_request, API) \
72 DEF_PRIV_SIG(O_SETUP_response, API) \
75 DEF_PRIV_SIG(O_ALERTING_request, API) \
76 DEF_PRIV_SIG(O_RELEASE_request, API) \
77 DEF_PRIV_SIG(O_RELEASE_response, API) \
78 DEF_PRIV_SIG(O_NOTIFY_request, API) \
505 #define ALLOC_API(TYPE,API) \ argument
510 _tmp = uni_msg_wptr((API), TYPE *); \
[all …]
/freebsd-12.1/sys/contrib/zstd/
H A DNEWS73 API : added : ZSTD_versionString()
75 API exp : new advanced API : ZSTD_compress_generic(), ZSTD_CCtx_setParameter()
76 API exp : new : API for static or external allocation : ZSTD_initStatic?Ctx()
130 API : new : lib/compress/ZSTDMT_compress.h multithreading API (experimental)
132 API : new : ZDICT_finalizeDictionary()
183 API : Streaming API supports legacy format
190 New streaming API
251 API : more efficient Dictionary API : `ZSTD_compress_usingCDict()`, `ZSTD_decompress_usingDDict()`
282 Changed : streaming & dictionary API
294 New : block-level API
[all …]
/freebsd-12.1/sys/contrib/zstd/lib/
H A DREADME.md19 #### API subsubsection in Zstandard library files
21 Zstandard's stable API is exposed within [lib/zstd.h](zstd.h).
24 #### Advanced API
31 it unlocks access to advanced experimental API,
47 The API is exposed in `lib/dictBuilder/zdict.h`.
61 Each version also provides an additional dedicated set of advanced API.
62 For example, advanced API for version `v0.4` is exposed in `lib/legacy/zstd_v04.h` .
79 This API is still considered experimental,
99 #### Deprecated API
101 Obsolete API on their way out are stored in directory `lib/deprecated`.
[all …]
/freebsd-12.1/crypto/heimdal/lib/kadm5/
H A Dkadm5_err.et43 error_code BAD_STRUCT_VERSION, "Programmer error! Bad API structure version"
44 error_code OLD_STRUCT_VERSION, "API structure version specified by application is no longer support…
45 error_code NEW_STRUCT_VERSION, "API structure version specified by application is unknown to librar…
46 error_code BAD_API_VERSION, "Programmer error! Bad API version"
47 error_code OLD_LIB_API_VERSION, "API version specified by application is no longer supported by lib…
48 error_code OLD_SERVER_API_VERSION,"API version specified by application is no longer supported by s…
49 error_code NEW_LIB_API_VERSION, "API version specified by application is unknown to libraries"
50 error_code NEW_SERVER_API_VERSION,"API version specified by application is unknown to server"
/freebsd-12.1/contrib/openmp/runtime/src/include/40/
H A Domp.h.var42 /* set API functions */
49 /* query API functions */
66 /* lock API functions */
77 /* nested lock API functions */
88 /* time API functions */
102 /* kmp API functions */
116 /* Intel affinity API */
128 /* OpenMP 4.0 affinity API */
/freebsd-12.1/contrib/openmp/runtime/src/include/45/
H A Domp.h.var42 /* set API functions */
49 /* query API functions */
67 /* lock API functions */
78 /* nested lock API functions */
105 /* time API functions */
130 /* kmp API functions */
145 /* Intel affinity API */
157 /* OpenMP 4.0 affinity API */
168 /* OpenMP 4.5 affinity API */
/freebsd-12.1/contrib/openmp/runtime/src/include/30/
H A Domp.h.var66 /* set API functions */
73 /* query API functions */
90 /* lock API functions */
101 /* nested lock API functions */
112 /* time API functions */
117 /* kmp API functions */
131 /* affinity API functions */
/freebsd-12.1/crypto/heimdal/lib/gssapi/mech/
H A Dmech.cat55 mmeecchh, qqoopp -- GSS-API Mechanism and QOP files
11 The _/_e_t_c_/_g_s_s_/_m_e_c_h file contains a list of installed GSS-API security
15 Name The name of this GSS-API mechanism.
33 use with GSS-API. Each line of the file either contains a comment if the
40 with GSS-API functions such as gss_get_mic(3).
43 The GSS-API mechanism name that corresponds to this algo-
/freebsd-12.1/contrib/ofed/opensm/libvendor/
H A Dlibosmvendor.ver1 # In this file we track the current API version
6 # API_REV - advance on any added API
8 # AGE - number of backward versions the API still supports
/freebsd-12.1/contrib/ofed/opensm/complib/
H A Dlibosmcomp.ver1 # In this file we track the current API version
6 # API_REV - advance on any added API
8 # AGE - number of backward versions the API still supports
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dlibopensm.ver1 # In this file we track the current API version
6 # API_REV - advance on any added API
8 # AGE - number of backward versions the API still supports
/freebsd-12.1/contrib/openmp/runtime/src/include/50/
H A Domp.h.var53 /* set API functions */
60 /* query API functions */
78 /* lock API functions */
89 /* nested lock API functions */
124 /* time API functions */
152 /* kmp API functions */
167 /* Intel affinity API */
179 /* OpenMP 4.0 affinity API */
190 /* OpenMP 4.5 affinity API */
/freebsd-12.1/contrib/googletest/googletest/docs/
H A Dsamples.md19 * Sample #9 shows use of the listener API to modify Google Test's console
20 output and the use of its reflection API to inspect test results.
21 * Sample #10 shows use of the listener API to implement a primitive memory
/freebsd-12.1/tools/tools/netmap/
H A DREADME3 This directory contains applications that use the netmap API
7 bridge a two-port jumper wire, also using the netmap API
/freebsd-12.1/contrib/libucl/
H A DChangeLog.md30 - Added safe iterators API
44 - C++ API
55 - Add schema validation to lua API
/freebsd-12.1/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp50 APInt API = APF.bitcastToAPInt(); in printImpl() local
51 OS << format_hex_no_prefix(API.getZExtValue(), NumHex, /*Upper=*/true); in printImpl()
/freebsd-12.1/tools/kerneldoc/subsys/
H A Dnotreviewed.dox4 * <b>IMPORTANT:</b> This API documentation may contain both functions which
7 * are not marked as such</i>. Until we finish reviewing the API documentation
H A DREADME1 The kernel subsystem API documentation generation framework.
26 Programs needed to generate the API docs:
/freebsd-12.1/sys/netinet/libalias/
H A DHISTORY61 - Minor API changes for integration with other
88 - PacketAliasPermanentLink() API added.
99 PacketAliasRedirectAddr() added to API.
105 - Rationalized API function names to all begin with
/freebsd-12.1/contrib/libxo/doc/
H A Dfaq.rst14 In 2001, we added an XML API to the JUNOS operating system, which is
15 built on top of FreeBSD_. Eventually this API became standardized as
16 the NETCONF API (:RFC:`6241`). As part of this effort, we modified many
29 human-readable text. This allows the API to use the same plumbing as
31 emitted with knowledge of the consumer of that XML, yielding an API
186 Think of your field vocabulary as an API. You want it useful,
/freebsd-12.1/sys/contrib/libsodium/
H A DChangeLog114 - Ed25519ph was implemented, adding a multi-part signature API
129 - New high-level API: `crypto_kdf`, to easily derive one or more
183 - A detached API was added to the ChaCha20-Poly1305 and AES256-GCM
186 directly and through a new, high-level `crypto_pwhash` API. The scrypt
332 - The API and ABI are now stable. New features will be added, but
373 - New API: crypto_sign_detached() and crypto_sign_verify_detached()
377 library, with only the functions required for the high-level API.
387 - The _easy API does not require any heap allocations any more and
388 does not have any overhead over the NaCl API. With the password
391 - crypto_box and crypto_secretbox have a new _detached API to store
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPInt.h536 APInt API = getAllOnesValue(numBits); in getSignedMaxValue() local
537 API.clearBit(numBits - 1); in getSignedMaxValue()
538 return API; in getSignedMaxValue()
546 APInt API(numBits, 0); in getSignedMinValue()
547 API.setBit(numBits - 1); in getSignedMinValue()
548 return API; in getSignedMinValue()
691 APInt API(*this);
693 return API;
707 APInt API(*this);
709 return API;
/freebsd-12.1/crypto/heimdal/doc/
H A Dintro.texi20 be reasonably compatible with the M.I.T Kerberos V5 API
22 have support for Kerberos V5 over GSS-API (RFC1964)
43 a GSS-API library
/freebsd-12.1/contrib/libpcap/
H A Dcmakeconfig.h.in18 /* define if you have the DAG API */
27 /* define if you have large streams capable DAG API */
141 /* Define to 1 if Packet32 API (WinPcap NPF driver) is available */
147 /* define if you have the Septel API */
150 /* define if you have the Myricom SNF API */
253 /* define if you have the TurboCap API */

12345678910>>...13