Home
last modified time | relevance | path

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

/third_party/protobuf/js/experimental/runtime/
Dint64_test.js98 '0x0000000000000000': {signed: '0'}, property
99 '0x0000000000000001': {signed: '1'}, property
100 '0x00000000ffffffff': {signed: '4294967295'}, property
101 '0x0000000100000000': {signed: '4294967296'}, property
102 '0xffffffffffffffff': {signed: '-1', unsigned: '18446744073709551615'}, property
104 {signed: '-9223372036854775808', unsigned: '9223372036854775808'}, property
106 {signed: '-9223372034707292160', unsigned: '9223372039002259456'}, property
107 '0x01b69b4bacd05f15': {signed: '123456789123456789'}, property
109 {signed: '-123456789123456789', unsigned: '18323287284586094827'}, property
111 {signed: '-6510615555426900571', unsigned: '11936128518282651045'}, property
[all …]
/third_party/protobuf/js/binary/
Dutils.js597 jspb.utils.hash64ToDecimalString = function(hash, signed) { argument
615 jspb.utils.hash64ArrayToDecimalStrings = function(hashes, signed) { argument
758 jspb.utils.hash64ToNumber = function(hash, signed) { argument
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/
Dast.js49 signed: is_int ? inst.operand(2).value() : 1 property
/third_party/spirv-tools/tools/sva/src/
Dast.js49 signed: is_int ? inst.operand(2).value() : 1 property
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/
Dast.js49 signed: is_int ? inst.operand(2).value() : 1 property
/third_party/ltp/tools/sparse/sparse-src/
Dparse.dtd31 signed (0|1) #IMPLIED attribute
/third_party/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py190 def set_base_type(self, type_name, signed, unsigned, const, extra_types): argument
/third_party/python/Lib/test/
Dtest_long.py1105 def check(tests, byteorder, signed=False): argument
1204 def check(tests, byteorder, signed=False): argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dvalhall.py165 def __init__(self, name, start, size, signed): argument
/third_party/gstreamer/gstreamer/libs/gst/helpers/
Dgst_gdb.py99 def format_time(n, signed=False): argument
/third_party/python/
Dconfigure.ac4332 [AC_DEFINE(signed, , [Define to empty if the keyword does not work.])] definition
/third_party/FreeBSD/sys/sys/
Dcdefs.h195 #define signed macro