OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highbyte
(Results
1 - 10
of
10
) sorted by null
/prebuilts/tools/common/m2/repository/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar
/prebuilts/tools/common/offline-m2/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/
juniversalchardet-1.0.3.jar
/external/javassist/src/main/javassist/bytecode/
CodeIterator.java
905
int
highbyte
= ByteArray.read32bit(code, i2 + 8);
local
906
ByteArray.write32bit(
highbyte
, newcode, j + 8);
909
i2 = i0 + (
highbyte
- lowbyte + 1) * 4;
1184
int
highbyte
= ByteArray.read32bit(code, i2 + 8);
local
[
all
...]
/toolchain/binutils/binutils-2.25/opcodes/
cris-dis.c
961
unsigned int
highbyte
= (number >> 24) & 0xff;
969
&& (
highbyte
== ((addr >> 24) & 0xff)
970
|| (
highbyte
!= 0 &&
highbyte
!= 0xff)
960
unsigned int
highbyte
= (number >> 24) & 0xff;
local
[
all
...]
/libcore/ojluni/src/main/java/sun/misc/
FormattedFloatingDecimal.java
81
static final long
highbyte
= 0xff00000000000000L;
field in class:FormattedFloatingDecimal
83
static final long lowbytes = ~
highbyte
;
111
while ( ( v &
highbyte
) == 0L ){
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-sh.c
3609
int
highbyte
= target_big_endian ? 0 : 1;
local
3959
int
highbyte
= target_big_endian ? 0 : 1;
local
[
all
...]
/libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java
65
static final long
highbyte
= 0xff00000000000000L;
field in class:FloatingDecimal
67
static final long lowbytes = ~
highbyte
;
94
while ( ( v &
highbyte
) == 0L ){
[
all
...]
/external/guice/extensions/struts2/lib/
javassist.jar
/external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar
/external/guice/extensions/persist/lib/
javassist.jar
Completed in 183 milliseconds