Home
last modified time | relevance | path

Searched defs:cp0 (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_predict.c342 static int horAcc8(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horAcc8()
401 static int swabHorAcc16(TIFF *tif, uint8_t *cp0, tmsize_t cc) in swabHorAcc16()
411 static int horAcc16(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horAcc16()
438 static int swabHorAcc32(TIFF *tif, uint8_t *cp0, tmsize_t cc) in swabHorAcc32()
448 static int horAcc32(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horAcc32()
472 static int swabHorAcc64(TIFF *tif, uint8_t *cp0, tmsize_t cc) in swabHorAcc64()
482 static int horAcc64(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horAcc64()
509 static int fpAcc(TIFF *tif, uint8_t *cp0, tmsize_t cc) in fpAcc()
614 static int horDiff8(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horDiff8()
692 static int horDiff16(TIFF *tif, uint8_t *cp0, tmsize_t cc) in horDiff16()
[all …]
/external/rust/crates/gdbstub_arch/src/mips/reg/
Dmips.rs24 pub cp0: MipsCp0Regs<U>, field
/external/mesa3d/src/imgui/
Dimgui_draw.cpp1166 void ImDrawList::AddBezierCurve(const ImVec2& pos0, const ImVec2& cp0, const ImVec2& cp1, const ImV… in AddBezierCurve()