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

  /external/pdfium/xfa/fde/css/
cfde_cssselector.cpp 73 std::unique_ptr<CFDE_CSSSelector> pFirst = nullptr;
80 if (pFirst) {
81 pFirst->SetType(FDE_CSSSelectorType::Descendant);
82 p->SetNext(std::move(pFirst));
84 pFirst = std::move(p);
92 return pFirst;
  /system/nfc/halimpl/pn54x/utils/
phNxpNciHal_utils.c 43 pList->pFirst = NULL;
102 if (pList->pFirst == NULL) {
104 pList->pFirst = pNode;
107 pLastNode = pList->pFirst;
139 if (pList->pFirst == NULL) {
146 pNode = pList->pFirst;
147 if (pList->pFirst->pData == pData) {
152 pList->pFirst = pList->pFirst->pNext;
201 if (pList->pFirst == NULL)
    [all...]
phNxpNciHal_utils.h 36 struct listNode* pFirst;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_huffman.c 59 int8_t *pFirst, int16_t *pSecond)
87 *pFirst = *pTable++;
vc1parse.h 126 vc1_Status vc1_DecodeHuffmanPair(void* ctxt, const int32_t *pDecodeTable, int8_t *pFirst, int16_t *pSecond);
  /external/icu/icu4c/source/tools/toolutil/
uparse.c 233 * set the first code point in *pFirst
239 uint32_t *pFirst,
253 if(pFirst!=NULL) {
254 *pFirst=0xffffffff;
279 if(pFirst!=NULL) {
280 *pFirst=value;
281 pFirst=NULL;
uparse.h 107 * Set the first code point in *pFirst.
112 * @param pFirst If pFirst!=NULL the *pFirst will be set to the first
120 uint32_t *pFirst,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdutil.h 74 WSDXML_ELEMENT *pFirst,
  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.h 99 int32_t CountRadioButtonGroup(CFWL_Widget* pFirst) const;
cfwl_widgetmgr.cpp 305 int32_t CFWL_WidgetMgr::CountRadioButtonGroup(CFWL_Widget* pFirst) const {
307 CFWL_Widget* pChild = pFirst;
325 CFWL_Widget* pFirst = GetFirstSiblingWidget(pRadioButton);
326 if (!pFirst)
327 pFirst = pRadioButton;
329 if (CountRadioButtonGroup(pFirst) < 2)
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1518 milliseconds