Searched
full:equivalent (Results
326 -
350 of
10360) sorted by null
<<11121314151617181920>>
/prebuilts/go/darwin-x86/src/crypto/aes/ |
cipher_s390x.go | 28 // the given function code. This is equivalent to AES in ECB 83 // expansion so there is no assembly equivalent.
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
cipher_s390x.go | 28 // the given function code. This is equivalent to AES in ECB 83 // expansion so there is no assembly equivalent.
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.create_symlink/ |
create_symlink.pass.cpp | 64 TEST_CHECK(equivalent(dest, file)); 72 TEST_CHECK(equivalent(dest, dir));
|
/external/python/cpython2/Doc/library/ |
operator.rst | 17 equivalent to the expression ``x+y``. The function names are those used for 43 equivalent to ``a < b``, ``le(a, b)`` is equivalent to ``a <= b``, ``eq(a, 44 b)`` is equivalent to ``a == b``, ``ne(a, b)`` is equivalent to ``a != b``, 45 ``gt(a, b)`` is equivalent to ``a > b`` and ``ge(a, b)`` is equivalent to ``a 68 equivalent to using the :class:`bool` constructor. 123 Return *a* converted to an integer. Equivalent to ``a.__index__()``. 133 Return the bitwise inverse of the number *obj*. This is equivalent to ``~obj`` [all...] |
/external/python/cpython3/Doc/library/ |
operator.rst | 20 equivalent to the expression ``x+y``. The function names are those used for 45 equivalent to ``a < b``, ``le(a, b)`` is equivalent to ``a <= b``, ``eq(a, 46 b)`` is equivalent to ``a == b``, ``ne(a, b)`` is equivalent to ``a != b``, 47 ``gt(a, b)`` is equivalent to ``a > b`` and ``ge(a, b)`` is equivalent to ``a 69 equivalent to using the :class:`bool` constructor. 112 Return *a* converted to an integer. Equivalent to ``a.__index__()``. 120 Return the bitwise inverse of the number *obj*. This is equivalent to ``~obj`` [all...] |
/art/compiler/utils/ |
dedupe_set.h | 41 // Add a new key to the dedupe set if not present. Return the equivalent deduplicated stored key.
|
/bionic/libc/bionic/ |
atof.cpp | 33 // specified to be equivalent to strtod.
|
/cts/hostsidetests/security/securityPatch/CVE-2016-8479/ |
poc.c | 39 /* This is a cmdbatch exclusive flag - use the CMDBATCH equivalent instead */ 46 /* This is a cmdbatch exclusive flag - use the CMDBATCH equivalent instead */ 49 /* This is a cmdbatch exclusive flag - use the CMDBATCH equivalent instead */ 73 * The bits that are linked to a KGSL_CONTEXT equivalent are either legacy
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/ |
README | 20 script.py Equivalent to BSD script(1) -- by Steen Lumholt
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/xml/ |
roundtrip.py | 2 A simple demo that reads in an XML document and spits out an equivalent,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/ |
GetPowerOfTwo32.c | 25 Returns the value of the highest bit set in a 32-bit value. Equivalent to
|
GetPowerOfTwo64.c | 26 Returns the value of the highest bit set in a 64-bit value. Equivalent to
|
HighBitSet32.c | 26 Returns the bit position of the highest bit set in a 32-bit value. Equivalent
|
HighBitSet64.c | 26 Returns the bit position of the highest bit set in a 64-bit value. Equivalent
|
/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
Reset.h | 30 // EFI_PEI_RESET_PPI.ResetSystem() is equivalent to the
|
StatusCode.h | 26 // EFI_PEI_PROGRESS_CODE_PPI.ReportStatusCode() is equivalent to the
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
GetPowerOfTwo32.c | 21 Returns the value of the highest bit set in a 32-bit value. Equivalent to
|
GetPowerOfTwo64.c | 21 Returns the value of the highest bit set in a 64-bit value. Equivalent to
|
HighBitSet32.c | 21 Returns the bit position of the highest bit set in a 32-bit value. Equivalent
|
HighBitSet64.c | 21 Returns the bit position of the highest bit set in a 64-bit value. Equivalent
|
/external/boringssl/src/util/fipstools/testdata/x86_64-GOTRewrite/ |
in.s | 6 # As is the equivalent GOTPCREL movq.
|
/external/clang/include/clang/Basic/ |
VersionTuple.h | 105 /// \brief Determine if two version numbers are equivalent. If not 112 /// \brief Determine if two version numbers are not equivalent. 138 /// equivalent to another. 147 /// equivalent to another.
|
/external/clang/lib/Headers/ |
__wmmintrin_aes.h | 31 /// \brief Performs a single round of AES encryption using the Equivalent 51 /// \brief Performs the final round of AES encryption using the Equivalent 71 /// \brief Performs a single round of AES decryption using the Equivalent 91 /// \brief Performs the final round of AES decryption using the Equivalent
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
p1.cpp | 8 // a template-argument-list, it is equivalent to the injected-class-name
|
/external/clang/test/CodeGenCXX/ |
funcsig.cpp | 4 // equivalent to __PRETTY_FUNCTION__.
|
Completed in 429 milliseconds
<<11121314151617181920>>