OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_signed
(Results
1 - 3
of
3
) sorted by null
/system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp
375
// note:
_signed
parameter defaults to false (un-signed)
377
int ArmToMipsAssembler::dataProcAdrModes(int op, int& source, bool
_signed
, int tmpReg)
383
if ((!
_signed
&& amode.value > 0xffff)
384
|| (
_signed
&& ((int)amode.value < -32768 || (int)amode.value > 32767) )) {
[
all
...]
/external/bison/
configure
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/
configure
[
all
...]
Completed in 603 milliseconds