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

  /external/valgrind/VEX/priv/
guest_s390_defs.h 85 ULong s390_do_cu12_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
87 ULong s390_do_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
guest_s390_helpers.c 630 UInt byte4 = 0x80 | opqrst; local
632 retval = (byte1 << 24) | (byte2 << 16) | (byte3 << 8) | byte4;
699 s390_do_cu12_cu14_helper2(UInt byte1, UInt byte2, UInt byte3, UInt byte4,
775 (byte4 < 0x80 || byte4 > 0xbf)) {
783 (byte4 < 0x80 || byte4 > 0xbf)) {
791 (byte4 < 0x80 || byte4 > 0xbf)) {
805 UInt opqrst = byte4 & 0x3f
    [all...]
guest_s390_toIR.c 13807 IRExpr *cond, *addr, *byte2, *byte3, *byte4; local
    [all...]
  /art/tools/
stream-trace-converter.py 53 byte4 = f.read(1)
54 if not byte4:
56 return ord(byte1) + (ord(byte2) << 8) + (ord(byte3) << 16) + (ord(byte4) << 24);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1261 int byte4 = 0x80 | xxxxxx; local
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/serializer/2.7.1/
serializer-2.7.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 237 milliseconds