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

123

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/recipes/
H A D80-test_pkcs12.t25 if (eval { require Win32::API; 1; }) {
33 Win32::API->Import("kernel32","UINT GetSystemDefaultLCID()");
38 Win32::API->Import("kernel32","UINT GetConsoleOutputCP()");
39 Win32::API->Import("kernel32","BOOL SetConsoleOutputCP(UINT cp)");
45 plan skip_all => "Win32::API unavailable";
/netbsd-current/external/apache2/llvm/dist/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.cpp1696 APInt API = APF.bitcastToAPInt(); local
1697 O << lead << format_hex_no_prefix(API.getZExtValue(), numHex, /*Upper=*/true);
1854 APInt API = CFP->getValueAPF().bitcastToAPInt(); local
1855 uint16_t float16 = API.getLoBits(16).getZExtValue();
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_pkcs12.t22 if (eval { require Win32::API; 1; }) {
30 Win32::API->Import("kernel32","UINT GetSystemDefaultLCID()");
35 Win32::API->Import("kernel32","UINT GetConsoleOutputCP()");
36 Win32::API->Import("kernel32","BOOL SetConsoleOutputCP(UINT cp)");
42 plan skip_all => "Win32::API unavailable";
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/
H A Djemalloc_mangle.sh11 * name mangling that matches the API prefixing that happened as a result of
30 * public jemalloc API if JEMALLOC_NO_DEMANGLE is defined. This is primarily
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli11 This interface provides an OCaml API for LLVM bitcode linker,
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/utils/
H A Dllvm_transform_utils.mli11 This interface provides an OCaml API for LLVM transform utilities, the
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/vectorize/
H A Dllvm_vectorize.mli11 This interface provides an OCaml API for LLVM vectorize transforms, the
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/
H A Dllvm_bitwriter.ml9 * This interface provides an OCaml API for the LLVM intermediate
H A Dllvm_bitwriter.mli11 This interface provides an OCaml API for the LLVM bitcode writer, the
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/
H A Dllvm_irreader.mli11 This interface provides an OCaml API for the LLVM assembly reader, the
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/
H A Dllvm_bitreader.mli11 This interface provides an OCaml API for the LLVM bitcode reader, the
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
H A Dllvm_passmgr_builder.mli11 This interface provides an OCaml API for LLVM pass manager builder
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp225 APInt API = APF.bitcastToAPInt(); local
226 int NumBytes = API.getBitWidth() / 8;
236 API = API.byteSwap();
239 emitData1(API.getZExtValue() & 0xFF);
240 API = API.lshr(8);
247 << API.getBitWidth() << " bits\n");
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp141 "API Misuse (Apple)"));
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/analysis/
H A Dllvm_analysis.mli11 This interface provides an OCaml API for LLVM IR analyses, the classes in
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/ipo/
H A Dllvm_ipo.mli11 This interface provides an OCaml API for LLVM interprocedural optimizations, the
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPInt.h541 APInt API = getAllOnesValue(numBits); local
542 API.clearBit(numBits - 1);
543 return API;
551 APInt API(numBits, 0);
552 API.setBit(numBits - 1);
553 return API;
710 APInt API(*this);
712 return API;
726 APInt API(*this);
728 return API;
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dadmin.h48 #error No support for API versions other than 2
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProcess.inc103 // of that application, which is the incorrect behavior for this API.
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli11 This interface provides an OCaml API for LLVM execution engine (JIT/
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.mli11 This interface provides an OCaml API for LLVM scalar transforms, the
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dbuffer_queue_test.cc29 TEST(BufferQueueTest, API) {
/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A DREADME31 3. The UCData.java class which provides the same API (with minor changes for
120 6. The bidi API documentation was improved.
122 7. Added a man page for the bidi API.
260 5. Added API function to get combining class.
290 10. Added a bunch of macros to be API compatible with John Cowan's package.
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dllvm_target.mli11 This interface provides an OCaml API for LLVM target information,

Completed in 369 milliseconds

123