HomeSort by relevance Sort by last modified time
    Searched refs:signed (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/elfutils/tests/
run-allregs.sh 39 0: %eax (eax), signed 32 bits
40 1: %ecx (ecx), signed 32 bits
41 2: %edx (edx), signed 32 bits
42 3: %ebx (ebx), signed 32 bits
45 6: %esi (esi), signed 32 bits
46 7: %edi (edi), signed 32 bits
92 0: %rax (rax), signed 64 bits
93 1: %rdx (rdx), signed 64 bits
94 2: %rcx (rcx), signed 64 bits
95 3: %rbx (rbx), signed 64 bit
    [all...]
  /build/tools/signapk/test/
run 5 all: out/signed-$(package)
26 out/signed-$(package): $(package) $(cert)
  /libcore/support/src/test/java/tests/security/
SignatureHelper.java 63 byte[] signed = null;
65 signed = signature.sign();
84 .verify(signed));
AlgorithmParameterSignatureHelper.java 88 byte[] signed = null;
90 signed = signature.sign();
109 .verify(signed));
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSetting.java 129 * signed = true.
131 public static final DocumentBuilderSetting signed = field in class:DocumentBuilderSetting
133 "signed",
135 DocumentBuilderSettingStrategy.signed);
138 * signed = false.
142 "signed",
144 DocumentBuilderSettingStrategy.signed);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java 129 * signed = true.
131 public static final DocumentBuilderSetting signed = field in class:DocumentBuilderSetting
133 "signed",
135 DocumentBuilderSettingStrategy.signed);
138 * signed = false.
142 "signed",
144 DocumentBuilderSettingStrategy.signed);
  /external/e2fsprogs/lib/uuid/
uuid_types.h.in 10 typedef signed char int8_t;
22 typedef signed long long int64_t;
  /external/icu4c/config/
mh-alpha-linux-cc 24 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -c -signed -accept nogccinline
25 COMPILE.cc= $(CXX) $(DEFS) $(CPPFLAGS) $(CXXFLAGS) -c -signed -D__USE_STD_IOSTREAM -accept nogcc_inline
  /external/bluetooth/glib/
glibconfig.h.win32.in 31 typedef signed char gint8;
33 typedef signed short gint16;
38 typedef signed int gint32;
46 G_GNUC_EXTENSION typedef signed long long gint64;
49 typedef signed __int64 gint64;
73 typedef signed long long gssize;
89 typedef signed int gssize;
113 typedef signed int gintptr;
125 typedef signed long long gintptr;
128 typedef signed __int64 gintptr
    [all...]
  /external/libvpx/vp8/common/arm/neon/
loopfilter_neon.asm 26 ; const signed char *flimit,
27 ; const signed char *limit,
28 ; const signed char *thresh,
32 ; r2 const signed char *flimit
33 ; r3 const signed char *limit
34 ; sp const signed char *thresh,
65 ; const signed char *flimit,
66 ; const signed char *limit,
67 ; const signed char *thresh,
71 ; r2 const signed char *flimit
    [all...]
loopfiltersimplehorizontaledge_neon.asm 23 ; r2 const signed char *flimit,
24 ; r3 const signed char *limit,
25 ; stack(r4) const signed char *thresh,
49 veor q7, q7, q0 ; qs0: q0 offset to convert to a signed value
50 veor q6, q6, q0 ; ps0: p0 offset to convert to a signed value
51 veor q5, q5, q0 ; ps1: p1 offset to convert to a signed value
52 veor q8, q8, q0 ; qs1: q1 offset to convert to a signed value
mbloopfilter_neon.asm 26 ; const signed char *flimit,
27 ; const signed char *limit,
28 ; const signed char *thresh,
32 ; r2 const signed char *flimit,
33 ; r3 const signed char *limit,
34 ; sp const signed char *thresh,
71 ; const signed char *flimit,
72 ; const signed char *limit,
73 ; const signed char *thresh,
77 ; r2 const signed char *flimit
    [all...]
  /external/astl/include/
algorithm 174 inline void fill(signed char *begin, signed char *end, const signed char& value)
236 inline signed char *fill_n(signed char *begin, size_t num,
237 const signed char& value)
  /external/mesa3d/docs/
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.)
79 4) How are signed integer values mapped to floating-point values?
83 A signed 8-bit two's complement value X is computed to
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 resul
    [all...]
  /frameworks/base/core/java/android/webkit/
CertTool.java 60 byte[] signed = request.toASN1Object().getDEREncoded();
63 return new String(Base64.encode(signed));
  /device/samsung/toro/factory-images/
generate-factory-images-package.sh 35 unzip -d tmp signed-$PRODUCT-target_files-$BUILD.zip RADIO/$RADIOSRC RADIO/bootloader.img
38 unzip -d tmp signed-$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img
40 cp signed-$PRODUCT-img-$BUILD.zip tmp/$PRODUCT-$VERSION/image-$PRODUCT-$VERSION.zip
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 15 |* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
110 typedef signed int int32_t;
114 typedef signed char int8_t;
116 typedef signed int ssize_t;
DataTypes.h.in 15 |* [u]int(32|64)_t : typedefs for signed and unsigned 32/64 bit system types*|
107 typedef signed int int32_t;
111 typedef signed char int8_t;
113 typedef signed int ssize_t;
  /external/e2fsprogs/lib/blkid/
blkid_types.h.in 21 typedef signed char __s8;
118 typedef signed long long __s64;
  /external/e2fsprogs/lib/ext2fs/
ext2_types.h.in 21 typedef signed char __s8;
118 typedef signed long long __s64;
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_mse16x16_armv6.asm 56 smlad r4, r6, r6, r4 ; dual signed multiply, add and accumulate (1)
60 smlad r4, r7, r7, r4 ; dual signed multiply, add and accumulate (2)
75 smlad r4, r6, r6, r4 ; dual signed multiply, add and accumulate (1)
79 smlad r4, r7, r7, r4 ; dual signed multiply, add and accumulate (2)
96 smlad r4, r6, r6, r4 ; dual signed multiply, add and accumulate (1)
100 smlad r4, r7, r7, r4 ; dual signed multiply, add and accumulate (2)
119 smlad r4, r6, r6, r4 ; dual signed multiply, add and accumulate (1)
120 smlad r4, r7, r7, r4 ; dual signed multiply, add and accumulate (2)
vp8_variance16x16_armv6.asm 55 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
60 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
79 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
84 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
103 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
108 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
129 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
130 smlad r11, r10, r10, r11 ; dual signed multiply, add and accumulate (2)
vp8_variance_halfpixvar16x16_h_armv6.asm 60 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
72 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
91 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
103 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
122 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
134 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
155 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
156 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
vp8_variance_halfpixvar16x16_v_armv6.asm 61 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
73 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
92 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
104 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
123 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
135 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
156 smlad r11, r5, r5, r11 ; dual signed multiply, add and accumulate (1)
157 smlad r11, r7, r7, r11 ; dual signed multiply, add and accumulate (2)
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdataindexsizeerrdeletedatacountnegative.java 56 org.w3c.domts.DocumentBuilderSetting.signed

Completed in 288 milliseconds

1 2 3 4 5