Home
last modified time | relevance | path

Searched defs:signed (Results 1 – 25 of 26) sorted by relevance

12

/external/python/pyasn1/pyasn1/compat/
Dinteger.py25 def from_bytes(octets, signed=False): argument
36 def to_bytes(value, signed=False, length=0): argument
98 def from_bytes(octets, signed=False): argument
101 def to_bytes(value, signed=False, length=0): argument
/external/protobuf/js/binary/
Dutils.js544 jspb.utils.hash64ToDecimalString = function(hash, signed) { argument
562 jspb.utils.hash64ArrayToDecimalStrings = function(hashes, signed) { argument
683 jspb.utils.hash64ToNumber = function(hash, signed) { argument
/external/python/asn1crypto/asn1crypto/
Dutil.py39 def int_to_bytes(value, signed=False, width=None): argument
89 def int_from_bytes(value, signed=False): argument
214 def int_to_bytes(value, signed=False, width=None): argument
245 def int_from_bytes(value, signed=False): argument
/external/llvm-project/llvm/test/ExecutionEngine/JITLink/X86/
DMachO_x86-64_relocations.s88 .globl signed symbol
90 signed: label
/external/ukey2/src/main/javatest/com/google/security/cryptauth/lib/securemessage/
DSecureMessageTest.java131 private void verify(SecureMessage signed, SigType sigType) in verify()
175 SecureMessage signed = sign(sigType); in doSignAndVerify() local
486 SecureMessage signed = sign(sigType); in testAssociatedData() local
/external/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dast.js49 signed: is_int ? inst.operand(2).value() : 1 property
/external/deqp-deps/SPIRV-Tools/tools/sva/src/
Dast.js49 signed: is_int ? inst.operand(2).value() : 1 property
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/sva/src/
Dast.js49 signed: is_int ? inst.operand(2).value() : 1 property
/external/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py192 def set_base_type(self, type_name, signed, unsigned, const, extra_types): argument
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInfoGenerator.java197 … AttributeTable signed = sAttrGen.getAttributes(Collections.unmodifiableMap(parameters)); in generate() local
/external/python/cpython3/Lib/test/
Dtest_long.py1094 def check(tests, byteorder, signed=False): argument
1193 def check(tests, byteorder, signed=False): argument
/external/python/cryptography/src/cryptography/
Dutils.py65 def int_from_bytes(data, byteorder, signed=False): argument
/external/rust/crates/structopt/tests/
Dcustom-string-parsers.rs168 signed: i32, field
/external/llvm-project/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp79 #define signed macro
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp79 #define signed macro
/external/mtools/
Dsysincludes.h521 # define signed /**/ macro
/external/minijail/
Dutil_unittest.cc226 TEST(parse_constant, signed) { in TEST() argument
/external/rust/crates/log/src/kv/
Dvalue.rs476 fn signed() -> impl Iterator<Item = Value<'static>> { in signed() function
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DStandard_Suite.py260 class signed(aetools.NProperty): class
/external/python/cpython2/Modules/
Dimageop.c5 #define signed macro
/external/python/cpython2/
Dconfigure.ac3644 [AC_DEFINE(signed, , [Define to empty if the keyword does not work.])] definition
/external/python/cpython3/
Dconfigure.ac4293 [AC_DEFINE(signed, , [Define to empty if the keyword does not work.])] definition
/external/llvm-project/clang/test/Analysis/
Dmisc-ps.m712 void test_symbol_fold_1(signed char x) { category
/external/clang/test/Analysis/
Dmisc-ps.m712 void test_symbol_fold_1(signed char x) { category
/external/python/cffi/cffi/
Drecompiler.py85 def __init__(self, name, type_index, size, signed, allenums): argument

12