OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:API
(Results
1 - 25
of
56
) sorted by relevancy
1
2
3
/src/crypto/external/bsd/openssl.old/dist/test/recipes/
80-test_pkcs12.t
25
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";
/src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_pkcs12.t
22
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";
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp
49
APInt
API
= APF.bitcastToAPInt();
50
OS << format_hex_no_prefix(
API
.getZExtValue(), NumHex, /*Upper=*/true);
NVPTXAsmPrinter.cpp
1696
APInt
API
= APF.bitcastToAPInt();
1697
O << lead << format_hex_no_prefix(
API
.getZExtValue(), numHex, /*Upper=*/true);
1854
APInt
API
= CFP->getValueAPF().bitcastToAPInt();
1855
uint16_t float16 =
API
.getLoBits(16).getZExtValue();
/src/crypto/external/cpl/trousers/dist/
configure.ac
164
#
API
= The TSS
API
level to build by default.
166
# To build a 1.1 TSS, set
API
=1.1 (./configure --with-
api
=1.1)
167
# To build a 1.2 TSS, set
API
=1.2 (./configure --with-
api
=1.2)
169
# In order to build a custom TSS
API
, set
API
to the lowest
API
level that
171
# a subset of the TSS 1.1
API
, set this to 1.1. If you need any of the 1.
[
all
...]
/src/external/bsd/jemalloc/dist/include/jemalloc/
jemalloc_mangle.sh
11
* 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
/src/external/bsd/jemalloc.old/dist/include/jemalloc/
jemalloc_mangle.sh
11
* 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
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/linker/
llvm_linker.mli
11
This interface provides an OCaml
API
for LLVM bitcode linker,
/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
bidiapi.txt
5
"Pretty Good Bidi Algorithm"
API
api.txt
2
# Id:
api
.txt,v 1.3 2001/01/02 18:46:20 mleisher Exp
5
The MUTT UCData
API
12
functions are no-ops. Also, the MUTT
API
claimed to be compatible with
/src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_pkcs12.t
22
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";
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml
9
* This interface provides an OCaml
API
for the LLVM intermediate
llvm_bitwriter.mli
11
This interface provides an OCaml
API
for the LLVM bitcode writer, the
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/irreader/
llvm_irreader.mli
11
This interface provides an OCaml
API
for the LLVM assembly reader, the
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/bitreader/
llvm_bitreader.mli
11
This interface provides an OCaml
API
for the LLVM bitcode reader, the
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/
llvm_passmgr_builder.mli
11
This interface provides an OCaml
API
for LLVM pass manager builder
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.cpp
225
APInt
API
= APF.bitcastToAPInt();
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");
/src/external/public-domain/sqlite/sqlite2mdoc/
README.md
6
documenting the C
API
.
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MacOSXAPIChecker.cpp
141
"
API
Misuse (Apple)"));
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APInt.h
541
APInt
API
= getAllOnesValue(numBits);
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
...]
/src/crypto/external/bsd/heimdal/dist/lib/kadm5/
admin.h
48
#error No support for
API
versions other than 2
/src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Process.inc
103
// of that application, which is the incorrect behavior for this
API
.
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli
11
This interface provides an OCaml
API
for LLVM execution engine (JIT/
/src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
buffer_queue_test.cc
29
TEST(BufferQueueTest,
API
) {
/src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
llvm_target.mli
11
This interface provides an OCaml
API
for LLVM target information,
Completed in 49 milliseconds
1
2
3
Indexes created Sat Feb 28 05:31:39 UTC 2026