HomeSort by relevance Sort by last modified time
    Searched refs:pA (Results 51 - 58 of 58) sorted by null

1 23

  /hardware/qcom/display/msm8226/liboverlay/
overlayUtils.h 332 int pA = DEFAULT_PLANE_ALPHA, eBlending b = OVERLAY_BLENDING_COVERAGE) :
338 planeAlpha(pA),
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 355 int pA, eBlending b) :
361 planeAlpha(pA),
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.h 356 int pA, eBlending b) :
362 planeAlpha(pA),
  /hardware/qcom/display/msm8994/liboverlay/
overlayUtils.h 325 int pA = DEFAULT_PLANE_ALPHA, eBlending b = OVERLAY_BLENDING_COVERAGE) :
330 planeAlpha(pA),
  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 592 UChar* pA;
605 pA = (UChar*)p;
606 ML_(write_Addr)(pA, ML_(read_Addr)(pA) + di->text_debug_bias);
609 pA = (UChar*)p;
610 ML_(write_Addr)(pA, ML_(read_Addr)(pA) + di->text_debug_bias);
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 55 static uint64_t helper_bit_select(uint64_t pA, uint64_t pB, uint64_t pMask) {
56 return (pA & ~pMask) | (pB & pMask);
    [all...]

Completed in 570 milliseconds

1 23