HomeSort by relevance Sort by last modified time
    Searched refs:issigned (Results 1 - 6 of 6) sorted by null

  /external/flatbuffers/php/
ByteBuffer.php 376 $issigned = isset($this->_buffer[$sign]) && ord($this->_buffer[$sign]) & 0x80; variable
379 return $issigned ? $result - 65536 : $result;
400 $issigned = isset($this->_buffer[$sign]) && ord($this->_buffer[$sign]) & 0x80; variable
404 return $issigned ? $result - 4294967296 : $result;
  /external/opencv/otherlibs/highgui/
grfmt_exr.cpp 596 bool issigned = depth < 0; local
660 int offset = issigned ? 1 << (depth - 1) : 0;
  /toolchain/binutils/binutils-2.25/opcodes/
bfin-dis.c 65 const char issigned; member in struct:__anon108984
157 x = constant_formats[cf].issigned ? SIGNEXTEND (x, constant_formats[cf].nbits) : x;
169 if (constant_formats[cf].issigned && x < 0)
200 else if (constant_formats[cf].issigned)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-parse.y     [all...]
  /external/vixl/src/aarch64/
logic-aarch64.cc     [all...]
simulator-aarch64.h     [all...]

Completed in 323 milliseconds