HomeSort by relevance Sort by last modified time
    Searched refs:signed (Results 126 - 150 of 578) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/e2fsprogs/lib/ext2fs/
ext2_types.h.in 26 typedef signed char __s8;
144 typedef signed long long __s64;
  /external/strace/maint/
ioctls_sym.sh 141 typedef signed char s8;
143 typedef signed short s16;
145 typedef signed int s32;
147 typedef signed long long s64;
  /external/vboot_reference/scripts/image_signing/
sign_firmware.sh 23 to <firmware_version>. Outputs signed firmware to <output_firmware>.
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
Android.mk 105 #LOCAL_SANITIZE := signed-integer-overflow
122 LOCAL_SANITIZE := signed-integer-overflow cfi
  /frameworks/minikin/libs/minikin/
Android.mk 67 LOCAL_SANITIZE := signed-integer-overflow
83 LOCAL_SANITIZE := signed-integer-overflow
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 38 // ParseSigned extracts the bitfield b from i, and return it as a signed integer.
80 // as a signed integer. Parse will panic if any bitfield in b is invalid.
  /prebuilts/go/darwin-x86/src/debug/dwarf/
const.go 383 opConst1s = 0x09 /* " signed */
385 opConst2s = 0x0B /* " signed */
387 opConst4s = 0x0D /* " signed */
389 opConst8s = 0x0F /* " signed */
391 opConsts = 0x11 /* " signed */
414 opSkip = 0x2F /* 1 op, signed 2-byte constant */
415 opBra = 0x28 /* 1 op, signed 2-byte constant */
426 opBreg0 = 0x70 /* 1 op, signed LEB128 constant */
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
field.go 38 // ParseSigned extracts the bitfield b from i, and return it as a signed integer.
80 // as a signed integer. Parse will panic if any bitfield in b is invalid.
  /prebuilts/go/linux-x86/src/debug/dwarf/
const.go 383 opConst1s = 0x09 /* " signed */
385 opConst2s = 0x0B /* " signed */
387 opConst4s = 0x0D /* " signed */
389 opConst8s = 0x0F /* " signed */
391 opConsts = 0x11 /* " signed */
414 opSkip = 0x2F /* 1 op, signed 2-byte constant */
415 opBra = 0x28 /* 1 op, signed 2-byte constant */
426 opBreg0 = 0x70 /* 1 op, signed LEB128 constant */
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 167 {name: "MULH", argLength: 2, reg: gp21, asm: "SMULH", commutative: true}, // (arg0 * arg1) >> 64, signed
169 {name: "MULL", argLength: 2, reg: gp21, asm: "SMULL", commutative: true}, // arg0 * arg1, signed, 32-bit mult results in 64-bit
171 {name: "DIV", argLength: 2, reg: gp21, asm: "SDIV"}, // arg0 / arg1, signed
173 {name: "DIVW", argLength: 2, reg: gp21, asm: "SDIVW"}, // arg0 / arg1, signed, 32 bit
175 {name: "MOD", argLength: 2, reg: gp21, asm: "REM"}, // arg0 % arg1, signed
177 {name: "MODW", argLength: 2, reg: gp21, asm: "REMW"}, // arg0 % arg1, signed, 32 bit
217 {name: "SRA", argLength: 2, reg: gp21, asm: "ASR"}, // arg0 >> arg1, signed, shift amount is mod 64
218 {name: "SRAconst", argLength: 1, reg: gp11, asm: "ASR", aux: "Int64"}, // arg0 >> auxInt, signed
237 {name: "ADDshiftRA", argLength: 2, reg: gp21, asm: "ADD", aux: "Int64"}, // arg0 + arg1>>auxInt, signed shift
240 {name: "SUBshiftRA", argLength: 2, reg: gp21, asm: "SUB", aux: "Int64"}, // arg0 - arg1>>auxInt, signed shif
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 167 {name: "MULH", argLength: 2, reg: gp21, asm: "SMULH", commutative: true}, // (arg0 * arg1) >> 64, signed
169 {name: "MULL", argLength: 2, reg: gp21, asm: "SMULL", commutative: true}, // arg0 * arg1, signed, 32-bit mult results in 64-bit
171 {name: "DIV", argLength: 2, reg: gp21, asm: "SDIV"}, // arg0 / arg1, signed
173 {name: "DIVW", argLength: 2, reg: gp21, asm: "SDIVW"}, // arg0 / arg1, signed, 32 bit
175 {name: "MOD", argLength: 2, reg: gp21, asm: "REM"}, // arg0 % arg1, signed
177 {name: "MODW", argLength: 2, reg: gp21, asm: "REMW"}, // arg0 % arg1, signed, 32 bit
217 {name: "SRA", argLength: 2, reg: gp21, asm: "ASR"}, // arg0 >> arg1, signed, shift amount is mod 64
218 {name: "SRAconst", argLength: 1, reg: gp11, asm: "ASR", aux: "Int64"}, // arg0 >> auxInt, signed
237 {name: "ADDshiftRA", argLength: 2, reg: gp21, asm: "ADD", aux: "Int64"}, // arg0 + arg1>>auxInt, signed shift
240 {name: "SUBshiftRA", argLength: 2, reg: gp21, asm: "SUB", aux: "Int64"}, // arg0 - arg1>>auxInt, signed shif
    [all...]
  /external/protobuf/js/binary/
decoder.js 33 * (signed and unsigned integers, varints, booleans, enums, hashes, strings,
530 * correctly for both signed and unsigned 32-bit varints.
612 * The readUnsignedVarint32 above deals with signed 32-bit varints correctly,
615 * @return {number} The decoded signed 32-bit varint.
636 * Reads a 32-bit signed variant and returns its value as a string.
638 * @return {string} The decoded signed 32-bit varint as a string.
650 * Reads a signed, zigzag-encoded 32-bit varint from the binary stream.
656 * @return {number} The decoded signed, zigzag-encoded 32-bit varint.
691 * Reads a signed 64-bit varint from the binary stream. Note that since
695 * @return {number} The decoded signed varint. Precision will be lost if th
    [all...]
utils.js 86 * Splits a signed Javascript integer into two 32-bit halves and stores it in
119 * Convers a signed Javascript integer into zigzag format, splits it into two
303 * Joins two 32-bit values into a 64-bit signed integer. Precision will be lost
514 * Losslessly converts a 64-bit signed integer in 32:32 split representation
521 // If we're treating the input as a signed value and the high bit is set, do
536 * Convert an 8-character hash string representing either a signed or unsigned
539 * @param {boolean} signed True if we should treat the hash string as encoding
540 * a signed integer.
543 jspb.utils.hash64ToDecimalString = function(hash, signed) {
547 return signed
    [all...]
reader.js 603 * Reads a signed 32-bit integer field from the binary stream, or throws an
606 * @return {number} The value of the signed 32-bit integer field.
616 * Reads a signed 32-bit integer field from the binary stream, or throws an
621 * @return {string} The value of the signed 32-bit integer field as a decimal
632 * Reads a signed 64-bit integer field from the binary stream, or throws an
635 * @return {number} The value of the signed 64-bit integer field.
645 * Reads a signed 64-bit integer field from the binary stream, or throws an
650 * @return {string} The value of the signed 64-bit integer field as a decimal
719 * Reads a signed zigzag-encoded 32-bit integer field from the binary stream,
723 * @return {number} The value of the signed 32-bit integer field
    [all...]
  /external/elfutils/tests/
run-readelf-zp.sh 156 [ d31] __INT8_TYPE__ signed char
164 [ e15] __INT_FAST8_TYPE__ signed char
196 [ 1156] __INT_LEAST8_TYPE__ signed char
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9604b.go 20 signed bool
30 if t.signed {
57 if t.signed && r.Bit(int(t.bits)-1) == 1 {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9604b.go 20 signed bool
30 if t.signed {
57 if t.signed && r.Bit(int(t.bits)-1) == 1 {
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
backtracking.rb 113 | 'signed'
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSettingStrategy.java 122 public static final DocumentBuilderSettingStrategy signed = field in class:DocumentBuilderSettingStrategy
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSettingStrategy.java 90 public static final DocumentBuilderSettingStrategy signed = new DocumentBuilderSettingStrategy() { field in class:DocumentBuilderSettingStrategy
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
magic.go 16 // magic multiplier for signed literal divisors
26 // magic number for signed division
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
magic.go 16 // magic multiplier for signed literal divisors
26 // magic number for signed division
  /prebuilts/go/darwin-x86/src/encoding/gob/
doc.go 65 Integers are transmitted two ways: arbitrary precision signed integers or
67 discrimination in the gob format; there are only signed and unsigned integers. As
73 Signed integers may be received into any signed integer variable: int, int16, etc.;
117 A signed integer, i, is encoded within an unsigned integer, u. Within u, bits 1
179 connection between an Encoder and Decoder, it is assigned a signed integer type
273 and uint(n) represent the signed/unsigned encodings of the value n.
362 04 // structType.field[0].typeId is 2 (signed int).
368 04 // struct.Type.field[1].typeId is 2 (signed int).
378 2c // encoding of signed "22" (0x22 = 44 = 22<<1); Point.x = 2
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
doc.go 65 Integers are transmitted two ways: arbitrary precision signed integers or
67 discrimination in the gob format; there are only signed and unsigned integers. As
73 Signed integers may be received into any signed integer variable: int, int16, etc.;
117 A signed integer, i, is encoded within an unsigned integer, u. Within u, bits 1
179 connection between an Encoder and Decoder, it is assigned a signed integer type
273 and uint(n) represent the signed/unsigned encodings of the value n.
362 04 // structType.field[0].typeId is 2 (signed int).
368 04 // struct.Type.field[1].typeId is 2 (signed int).
378 2c // encoding of signed "22" (0x22 = 44 = 22<<1); Point.x = 2
    [all...]
  /tools/repohooks/tools/
checkpatch.pl 66 --no-signoff do not check for 'Signed-off-by' line
385 Signed-off-by:|
396 qr{char\s+(?:un)?signed},
397 qr{int\s+(?:(?:un)?signed\s+)?short\s},
398 qr{int\s+short(?:\s+(?:un)?signed)},
399 qr{short\s+int(?:\s+(?:un)?signed)},
400 qr{(?:un)?signed\s+int\s+short},
401 qr{short\s+(?:un)?signed},
402 qr{long\s+int\s+(?:un)?signed},
403 qr{int\s+long\s+(?:un)?signed},
    [all...]

Completed in 1119 milliseconds

1 2 3 4 56 7 8 91011>>