Home
last modified time | relevance | path

Searched defs:signed (Results 1 – 25 of 28) 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/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/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/swiftshader/third_party/SPIRV-Tools/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.py1105 def check(tests, byteorder, signed=False): argument
1204 def check(tests, byteorder, signed=False): argument
/external/python/cryptography/src/cryptography/
Dutils.py66 def int_from_bytes(data, byteorder, signed=False): argument
/external/rust/crates/structopt/tests/
Dcustom-string-parsers.rs172 signed: i32, field
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp79 #define signed macro
/external/mtools/
Dsysincludes.h540 # define signed /**/ macro
/external/minijail/
Dutil_unittest.cc263 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/clang/test/Analysis/
Dmisc-ps.m712 void test_symbol_fold_1(signed char x) { category
/external/python/cpython3/
Dconfigure.ac4331 [AC_DEFINE(signed, , [Define to empty if the keyword does not work.])] definition
/external/python/cffi/cffi/
Drecompiler.py88 def __init__(self, name, type_index, size, signed, allenums): argument
/external/rust/crates/serde_json/tests/
Dtest.rs2147 let signed = &[i128::min_value(), -1, 0, 1, i128::max_value()]; in test_integer128() localVariable
/external/rust/crates/bindgen/src/codegen/
Dmod.rs2942 let signed = kind.is_signed(); in codegen() localVariable
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dcontaineranalysis.v1beta1.json3136 "signed": { object

12