Searched refs:cp0 (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libtiff/ |
D | tif_predict.c | 37 static int horAcc8(TIFF* tif, uint8* cp0, tmsize_t cc); 38 static int horAcc16(TIFF* tif, uint8* cp0, tmsize_t cc); 39 static int horAcc32(TIFF* tif, uint8* cp0, tmsize_t cc); 40 static int swabHorAcc16(TIFF* tif, uint8* cp0, tmsize_t cc); 41 static int swabHorAcc32(TIFF* tif, uint8* cp0, tmsize_t cc); 42 static int horDiff8(TIFF* tif, uint8* cp0, tmsize_t cc); 43 static int horDiff16(TIFF* tif, uint8* cp0, tmsize_t cc); 44 static int horDiff32(TIFF* tif, uint8* cp0, tmsize_t cc); 45 static int swabHorDiff16(TIFF* tif, uint8* cp0, tmsize_t cc); 46 static int swabHorDiff32(TIFF* tif, uint8* cp0, tmsize_t cc); [all …]
|
/external/tcpdump/ |
D | print-openflow-1.0.c | 759 const u_char *cp0 = cp; in of10_bsn_message_print() local 953 ND_TCHECK2(*cp0, len); in of10_bsn_message_print() 954 return cp0 + len; in of10_bsn_message_print() 964 const u_char *cp0 = cp; in of10_bsn_actions_print() local 1027 ND_TCHECK2(*cp0, len); in of10_bsn_actions_print() 1028 return cp0 + len; in of10_bsn_actions_print() 1145 const u_char *cp0 = cp; in of10_phy_ports_print() local 1208 ND_TCHECK2(*cp0, len0); in of10_phy_ports_print() 1209 return cp0 + len0; in of10_phy_ports_print() 1220 const u_char *cp0 = cp; in of10_queue_props_print() local [all …]
|
/external/valgrind/coregrind/ |
D | Makefile.am | 648 m_gdbserver/mips-cp0-valgrind-s1.xml \ 649 m_gdbserver/mips-cp0-valgrind-s2.xml \ 650 m_gdbserver/mips-cp0.xml \ 659 m_gdbserver/mips64-cp0-valgrind-s1.xml \ 660 m_gdbserver/mips64-cp0-valgrind-s2.xml \ 661 m_gdbserver/mips64-cp0.xml \
|
D | Makefile.in | 1799 m_gdbserver/mips-cp0-valgrind-s1.xml \ 1800 m_gdbserver/mips-cp0-valgrind-s2.xml \ 1801 m_gdbserver/mips-cp0.xml \ 1810 m_gdbserver/mips64-cp0-valgrind-s1.xml \ 1811 m_gdbserver/mips64-cp0-valgrind-s2.xml \ 1812 m_gdbserver/mips64-cp0.xml \
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-demotion.ll | 343 %cp0 = cleanuppad within none [] 355 cleanupret from %cp0 unwind label %cleanup2
|