/external/elfutils/tests/ |
D | run-allregs.sh | 32 0: %eax (eax), signed 32 bits 33 1: %ecx (ecx), signed 32 bits 34 2: %edx (edx), signed 32 bits 35 3: %ebx (ebx), signed 32 bits 38 6: %esi (esi), signed 32 bits 39 7: %edi (edi), signed 32 bits 85 0: %rax (rax), signed 64 bits 86 1: %rdx (rdx), signed 64 bits 87 2: %rcx (rcx), signed 64 bits 88 3: %rbx (rbx), signed 64 bits [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | typeexpr.py | 34 self.signed = 1 # bool 57 if self.signed: 132 signed = 0 142 signed = 1 152 self.set_base_type( "int", signed, unsigned, const, extra_types ) 154 signed = 0 160 if signed: 170 self.set_base_type( i, signed, unsigned, const, extra_types ) 172 signed = 0 175 if signed and unsigned: [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | fcvt-int.ll | 6 %signed = fptosi float %in to i32 11 %res = sub i32 %signed, %unsigned 21 %signed = fptosi double %in to i32 26 %res = sub i32 %signed, %unsigned 36 %signed = fptosi float %in to i64 41 %res = sub i64 %signed, %unsigned 51 %signed = fptosi double %in to i64 56 %res = sub i64 %signed, %unsigned 66 %signed = sitofp i32 %in to float 71 %res = fsub float %signed, %unsigned [all …]
|
/external/conscrypt/src/test/resources/ |
D | README | 10 - cert-ct-embedded.pem: Same certificate as cert.pem, but with an embedded signed certificate 11 timestamp signed by the test CT log 13 - ct-signed-timestamp-list: TLS-encoded SignedCertificateTimestampList containing one SCT for 14 cert.pem signed by the test CT log 16 - ct-signed-timestamp-list-invalid: TLS-encoded SignedCertificateTimestampList containing one SCT 17 signed by the test CT log, but for another certificate 19 - ct-signed-timestamp-list-unknown: TLS-encoded SignedCertificateTimestampList containing one SCT 20 for cert.pem, but signed by a different log 22 - ocsp-response.der: OCSP response for cert.pem, containing an SCT for cert.pem signed by the test
|
/external/mesa3d/docs/ |
D | MESA_texture_signed_rgba.spec | 43 OpenGL prior to 3.1 does not support any signed texture formats. 45 red_green signed formats but no uncompressed ones, which might 46 still be useful. NV_texture_shader adds signed texture formats, 52 This extension adds a signed 4-channel texture format by backporting 64 2) Should the full set of signed formats (alpha, luminance, rgb, etc.) 122 5) How will signed components resulting from RGBA8_SNORM texture 134 etc.) or the OpenGL Shading Language, these signed formats will 135 appear as expected with unclamped signed components as a result 142 fixed-point textures with signed components and relaxed the 156 is unable to make proper use of the signed texture formats added [all …]
|
/external/vboot_reference/ |
D | README | 81 a signed binary 92 Generating a signed firmware image: 123 At this point we have all the requisite keys needed to generate a signed 131 * Step 3: Use utility/firmware_utility to generate a signed firmare blob. 147 Note: --firmware_key_version and --firmware_version are part of a signed 155 --in <signed firmware image> 167 Generating a signed kernel image: 170 The steps for generating a signed kernel image are similar to that of 174 is the root key equivalent for signed kernel images.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/tests/ |
D | test_integers.py | 29 signed = rsa.core.encrypt_int(message,self.priv.d, self.pub.n) 30 print("\tSigned: %d" % signed) 32 verified = rsa.core.decrypt_int(signed, self.pub.e,self.pub.n)
|
/external/curl/tests/data/ |
D | test557 | 36 All curl_mprintf() signed short tests OK! 38 All curl_mprintf() signed int tests OK! 40 All curl_mprintf() signed long tests OK!
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-conv-01.ll | 5 ; Test conversion of f64s to signed i64s. 23 ; Test conversion of signed i64s to f64s. 41 ; Test conversion of f64s to signed i32s, which must compile. 55 ; Test conversion of signed i32s to f64s, which must compile. 69 ; Test conversion of f32s to signed i64s, which must compile. 83 ; Test conversion of signed i64s to f32, which must compile.
|
D | int-cmp-31.ll | 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zero 146 ; Check signed comparison near the high end of the CLHHSI range, using sign 160 ; Check signed comparison above the high end of the CLHHSI range, using zero 173 ; Check signed comparison near the high end of the CHHSI range, using sign 187 ; Check signed comparison above the high end of the CHHSI range, using sign 200 ; Check signed comparison near the low end of the CHHSI range, using sign 214 ; Check signed comparison below the low end of the CHHSI range, using sign
|
D | int-cmp-30.ll | 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zero 146 ; Check signed comparison near the high end of the CLHHSI range, using sign 160 ; Check signed comparison above the high end of the CLHHSI range, using zero 173 ; Check signed comparison near the high end of the CHHSI range, using sign 187 ; Check signed comparison above the high end of the CHHSI range, using sign 200 ; Check signed comparison near the low end of the CHHSI range, using sign 214 ; Check signed comparison below the low end of the CHHSI range, using sign
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | backedge-on-min-max.ll | 3 ;; --- signed --- 5 define void @min.signed.1(i32* %a, i32 %a_len, i32 %n) { 6 ; CHECK-LABEL: @min.signed.1 33 define void @min.signed.2(i32* %a, i32 %a_len, i32 %n) { 34 ; CHECK-LABEL: @min.signed.2 61 define void @min.signed.3(i32* %a, i32 %n) { 62 ; CHECK-LABEL: @min.signed.3 89 define void @min.signed.4(i32* %a, i32 %n) { 90 ; CHECK-LABEL: @min.signed.4 117 define void @max.signed.1(i32* %a, i32 %a_len, i32 %n) { [all …]
|
D | strengthen-overflow.ll | 3 define i32 @test.signed.add.0(i32* %array, i32 %length, i32 %init) { 4 ; CHECK-LABEL: @test.signed.add.0 29 define i32 @test.signed.add.1(i32* %array, i32 %length, i32 %init) { 30 ; CHECK-LABEL: @test.signed.add.1
|
/external/pdfium/third_party/libtiff/ |
D | 0000-build-config.patch | 154 +#define TIFF_INT8_T signed char 160 +#define TIFF_INT16_T signed short 166 +#define TIFF_INT32_T signed int 186 +#define TIFF_INT64_T signed __int64 202 +#define TIFF_INT64_T signed long 213 +#define TIFF_INT64_T signed long long 227 +#define TIFF_SSIZE_T signed __int64 229 +#define TIFF_SSIZE_T signed int 234 +#define TIFF_SSIZE_T signed long 253 +/*#define TIFF_INT64_T signed __int64*/
|
/external/deqp/framework/opengl/wrapper/ |
D | glwTypes.inl | 74 typedef signed long long int GLintptr; 75 typedef signed long long int GLsizeiptr; 77 typedef signed long int GLintptr; 78 typedef signed long int GLsizeiptr;
|
/external/clang/docs/ |
D | UndefinedBehaviorSanitizer.rst | 48 …test.cc:3:5: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type … 61 …% clang++ -fsanitize=signed-integer-overflow,null,alignment -fno-sanitize-recover=null -fsanitize-… 63 the program will continue execution after signed integer overflows, exit after 107 signed left shift, also checks for signed overflow in C, and for 111 - ``-fsanitize=signed-integer-overflow``: Signed integer overflow, 113 overflow in signed division (``INT_MIN / -1``). 157 contains possible signed integer overflow, you can use 158 ``__attribute__((no_sanitize("signed-integer-overflow")))``.
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 104 defm SETS : SETCC<0x98, "sets", X86_COND_S>; // is signed bit set 105 defm SETNS : SETCC<0x99, "setns", X86_COND_NS>; // is not signed 108 defm SETL : SETCC<0x9C, "setl", X86_COND_L>; // signed less than 109 defm SETGE : SETCC<0x9D, "setge", X86_COND_GE>; // signed greater or equal 110 defm SETLE : SETCC<0x9E, "setle", X86_COND_LE>; // signed less than or equal 111 defm SETG : SETCC<0x9F, "setg", X86_COND_G>; // signed greater than
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 21 // SIGNED_TYPE(Id, SingletonId) - A signed integral type. 98 // 'char' for targets where it's signed 101 // 'signed char', explicitly qualified 104 // 'wchar_t' for targets where it's signed 107 // 'short' or 'signed short' 110 // 'int' or 'signed int' 113 // 'long' or 'signed long' 116 // 'long long' or 'signed long long'
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | sdiv.ll | 35 ; FIXME: The sll/sra instructions are redundant since div is signed. 41 ; FIXME: The sll/sra instructions are redundant since div is signed. 56 ; FIXME: The sll/sra instructions are redundant since div is signed. 82 ; FIXME: The sll/sra instructions are redundant since div is signed. 89 ; FIXME: This is instruction is redundant since div is signed. 94 ; FIXME: This is instruction is redundant since div is signed.
|
/external/llvm/bindings/go/llvm/ |
D | executionengine.go | 64 func NewGenericValueFromInt(t Type, n uint64, signed bool) (g GenericValue) { 65 g.C = C.LLVMCreateGenericValueOfInt(t.C, C.ulonglong(n), boolToLLVMBool(signed)) 77 func (g GenericValue) Int(signed bool) uint64 { 78 return uint64(C.LLVMGenericValueToInt(g.C, boolToLLVMBool(signed)))
|
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
D | usingusers.rst | 55 If the user is already signed in to your application, ``get_current_user()`` 60 If the user has signed in, display a personalized message, using the nickname 67 If the user has not signed in, tell ``webapp2`` to redirect the user's browser 70 the user back here after the user has signed in or registered for a new
|
/external/libcxx/include/ext/ |
D | __hash | 54 template <> struct _LIBCPP_TYPE_VIS_ONLY hash<signed char> 55 : public unary_function<signed char, size_t> 58 size_t operator()(signed char __c) const _NOEXCEPT
|
/external/clang/test/SemaObjC/ |
D | class-bitfield.m | 26 signed b: 4; 34 signed b: 4;
|
D | sign-conversion.m | 25 signed int sint = -1; 32 signed int si = -1;
|
/external/e2fsprogs/lib/uuid/ |
D | uuid_types.h.in | 10 typedef signed char int8_t; 22 typedef signed long long int64_t;
|