Home
last modified time | relevance | path

Searched refs:EOS (Results 1 – 5 of 5) sorted by relevance

/hardware/bsp/intel/peripheral/libmraa/src/glob/
Dglob.c112 #define EOS '\0' macro
207 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
211 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
213 if ((c = *patnext++) == EOS) { in glob()
222 *bufnext = EOS; in glob()
251 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) in globexp1()
290 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
292 if (*pe == EOS) { in globexp2()
309 if (i != 0 || *pe == EOS) { in globexp2()
322 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++) in globexp2()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
Dmkvparser.cpp3467 assert(!pCurr->EOS()); in ParseNext()
4096 if ((pBE != 0) && !pBE->EOS())
4144 if ((pBE != 0) && !pBE->EOS()) //found a keyframe
4158 if ((pBlockEntry != 0) && !pBlockEntry->EOS())
4858 if (pCluster->EOS()) in GetFirst()
4934 assert(!pCurrEntry->EOS()); //? in GetNext()
4941 assert(!pCluster->EOS()); in GetNext()
4974 if (pCluster->EOS()) in GetNext()
5266 if (pResult->EOS()) in Seek()
5327 if ((pResult != 0) && !pResult->EOS()) //found a keyframe in Seek()
[all …]
Dmkvparser.hpp135 bool EOS() const;
713 bool EOS() const;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
Dmkvparser.cpp3485 assert(!pCurr->EOS()); in ParseNext()
4114 if ((pBE != 0) && !pBE->EOS())
4162 if ((pBE != 0) && !pBE->EOS()) //found a keyframe
4176 if ((pBlockEntry != 0) && !pBlockEntry->EOS())
5731 if (pCluster->EOS()) in GetFirst()
5807 assert(!pCurrEntry->EOS()); //? in GetNext()
5816 assert(!pCluster->EOS()); in GetNext()
5849 if (pCluster->EOS()) in GetNext()
5932 if (pResult->EOS()) in Seek()
5995 if ((pResult != 0) && !pResult->EOS()) in Seek()
[all …]
Dmkvparser.hpp139 bool EOS() const;
892 bool EOS() const;