Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/pydir/
Dgen_test_arith_ll.py1 def mangle(op, op_type, signed): argument
/external/protobuf/js/binary/
Dutils.js543 jspb.utils.hash64ToDecimalString = function(hash, signed) { argument
561 jspb.utils.hash64ArrayToDecimalStrings = function(hashes, signed) { argument
672 jspb.utils.hash64ToNumber = function(hash, signed) { argument
/external/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py191 def set_base_type(self, type_name, signed, unsigned, const, extra_types): argument
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DSignerInfoGenerator.java195 … AttributeTable signed = sAttrGen.getAttributes(Collections.unmodifiableMap(parameters)); in generate() local
/external/bison/darwin-lib/
Dstdint.h122 #define _STDINT_MIN(signed, bits, zero) \ argument
125 #define _STDINT_MAX(signed, bits, zero) \ argument
/external/clang/test/Preprocessor/
Dcxx_oper_keyword_ms_compat.cpp79 #define signed macro
/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.ac3608 [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