Home
last modified time | relevance | path

Searched refs:Arrays (Results 1 – 25 of 29) sorted by relevance

12

/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_4.rst1 Type 4 – Arrays
7 Arrays are explicitly created or decoded as definite or indefinite and will be encoded using the co…
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_DISPATCH.pod20 Arrays of this type are passed between the OpenSSL libraries and the
23 Arrays of this type must be terminated with a tuple having function identity
H A DOSSL_ALGORITHM.pod22 algorithm that a L<provider(7)> provides. Arrays of this type are returned
27 Arrays of this type must be terminated with a tuple where I<algorithm_names>
H A DOSSL_ITEM.pod22 Arrays of this type are passed between the OpenSSL libraries and the
H A DOSSL_PARAM.pod30 Arrays of this type can be used for the following purposes:
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h282 std::vector<std::unique_ptr<DocNode::ArrayTy>> Arrays; variable
399 Arrays.push_back(std::make_unique<DocNode::ArrayTy>()); in getArrayNode()
400 N.Array = Arrays.back().get(); in getArrayNode()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java551 s = Arrays.toString((byte[])o); in getString()
553 s = Arrays.toString((Object[])o); in getString()
/freebsd/crypto/openssl/crypto/
H A DREADME-sparse_array.md1 Sparse Arrays
/freebsd/contrib/bc/locales/
H A Dde_CH.utf8.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_DE.UTF-8.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_AT.ISO8859-1.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_AT.ISO8859-15.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_AT.UTF-8.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_AT.utf8.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_CH.ISO8859-1.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_CH.ISO8859-15.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_CH.UTF-8.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_DE.ISO8859-1.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_DE.ISO8859-15.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
H A Dde_DE.utf8.msg80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyTypeDumper.cpp206 if (opts::pretty::Arrays) in start()
H A Dllvm-pdbutil.h86 extern llvm::cl::opt<bool> Arrays;
H A Dllvm-pdbutil.cpp190 static cl::opt<bool> Arrays("arrays", cl::desc("Dump array types"),
250 cl::opt<bool> Arrays("arrays", cl::desc("Display arrays"),
1054 if (opts::diadump::Arrays) in dumpDia()
1228 opts::pretty::Arrays || opts::pretty::VTShapes) { in dumpPretty()
192 static cl::opt<bool> Arrays("arrays", cl::desc("Dump array types"), global() variable
252 cl::opt<bool> Arrays("arrays", cl::desc("Display arrays"), global() variable
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp110 SmallVector<std::pair<TrackingMDRef, TempMDTuple>, 1> Arrays; member
254 for (const auto &Array : OldTypeRefs.Arrays) in tryToResolveCycles()
256 OldTypeRefs.Arrays.clear(); in tryToResolveCycles()
322 OldTypeRefs.Arrays.emplace_back( in upgradeTypeRefArray()
325 return OldTypeRefs.Arrays.back().second.get(); in upgradeTypeRefArray()
/freebsd/contrib/bc/gen/
H A Dbc_help.txt49 1) Arrays can be passed to the builtin "length" function to get the number of

12