/freebsd/contrib/libcbor/doc/source/api/ |
H A D | type_4.rst | 1 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 D | OSSL_DISPATCH.pod | 20 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 D | OSSL_ALGORITHM.pod | 22 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 D | OSSL_ITEM.pod | 22 Arrays of this type are passed between the OpenSSL libraries and the
|
H A D | OSSL_PARAM.pod | 30 Arrays of this type can be used for the following purposes:
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 282 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 D | TestBean.java | 551 s = Arrays.toString((byte[])o); in getString() 553 s = Arrays.toString((Object[])o); in getString()
|
/freebsd/crypto/openssl/crypto/ |
H A D | README-sparse_array.md | 1 Sparse Arrays
|
/freebsd/contrib/bc/locales/ |
H A D | de_CH.utf8.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_DE.UTF-8.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_AT.ISO8859-1.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_AT.ISO8859-15.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_AT.UTF-8.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_AT.utf8.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_CH.ISO8859-1.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_CH.ISO8859-15.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_CH.UTF-8.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_DE.ISO8859-1.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_DE.ISO8859-15.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
H A D | de_DE.utf8.msg | 80 30 "POSIX erlaubt keine Zuweisung von Strings an Variablen oder Arrays"
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyTypeDumper.cpp | 206 if (opts::pretty::Arrays) in start()
|
H A D | llvm-pdbutil.h | 86 extern llvm::cl::opt<bool> Arrays;
|
H A D | llvm-pdbutil.cpp | 190 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 D | MetadataLoader.cpp | 110 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 D | bc_help.txt | 49 1) Arrays can be passed to the builtin "length" function to get the number of
|