HomeSort by relevance Sort by last modified time
    Searched full:pend (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/valgrind/docs/internals/
3_3_BUGSTATUS.txt 41 126255 Wont pend vex x86->IR: 0xDF 0x75 (fbstp) (x87 BCD stores)
43 140939 MED pend --track-fds reports leakage of stdout/in/err and
46 149878 LOW pend (proper) check for calloc integer overflow
49 156065 LOW pend VALGRIND_MEMPOOL_ALLOC vs. zero-size allocs
52 158042 WF,LOW pend --db-attach at invalid free() gives broken stack
56 158730 Wont pend ppc: illegal opcode crash on instruction fctiwz
60 159501 MED pend incorrect handling of ALSA ioctls
63 159659 Wont pend scas does not use ES segment selector
65 159720 Wont pend Opcode 0xFF 0x58 0xEB 0x5 unhandled on x86
69 160595 Wont pend Why my program hang-up when work with valgrind
    [all...]
  /external/iptables/utils/
nfnl_osf.c 275 char *pbeg, *pend; local
296 pend = xt_osf_strchr(pbeg, OSFPDEL);
297 if (pend) {
298 *pend = '\0';
323 pbeg = pend + 1;
325 pend = xt_osf_strchr(pbeg, OSFPDEL);
326 if (pend) {
327 *pend = '\0';
329 pbeg = pend + 1;
331 pend = xt_osf_strchr(pbeg, OSFPDEL)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_statebuf.h 11 uint32_t* pend; member in struct:nouveau_statebuf_builder
17 #define sb_data(sb, v) do {assert((sb).p != (sb).pend); *(sb).p++ = (v);} while(0)
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
setp.pass.cpp 15 // void setp(char_type* pbeg, char_type* pend);
28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
33 assert(base::epptr() == pend);
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
37 CharT* pend = base::epptr(); local
41 assert(base::epptr() == pend);
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_lexer.h 100 FX_DWORD Number(CXFA_FMToken* t, const FX_WCHAR* p, const FX_WCHAR*& pEnd);
101 FX_DWORD String(CXFA_FMToken* t, const FX_WCHAR* p, const FX_WCHAR*& pEnd);
104 const FX_WCHAR*& pEnd);
105 void Comment(const FX_WCHAR* p, const FX_WCHAR*& pEnd);
xfa_lexer.cpp 43 const FX_WCHAR*& pEnd);
63 const FX_WCHAR*& pEnd) {
65 *pValue = wcstod((wchar_t*)s, (wchar_t**)&pEnd);
419 const FX_WCHAR*& pEnd) {
421 if (XFA_FMDChar::string2number(p, &number, pEnd)) {
424 if (pEnd && XFA_FMDChar::isAlpha(pEnd)) {
427 t->m_wstring = CFX_WideStringC(p, (pEnd - p));
432 const FX_WCHAR*& pEnd) {
440 pEnd = p;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
setp.pass.cpp 15 // void setp(char_type* pbeg, char_type* pend);
28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
33 assert(base::epptr() == pend);
pbump.pass.cpp 28 void setp(CharT* pbeg, CharT* pend)
30 base::setp(pbeg, pend);
37 CharT* pend = base::epptr(); local
41 assert(base::epptr() == pend);
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 40 const char* pEnd) const {
42 for (; pBegin != pEnd; ++pBegin) {
50 if (pBegin == pEnd)
55 while (pBegin != pEnd && !isdigit(*pBegin) && *pBegin != '{')
58 if (pBegin == pEnd)
65 return pEnd;
71 const char* pEnd,
74 while (cur_char != pEnd) {
76 const char* new_end = std::find(cur_char, pEnd, '%');
102 cur_char = findMatch('}', cur_char, pEnd);
    [all...]
  /external/icu/icu4c/source/common/
ulocimp.h 50 const char **pEnd);
55 const char **pEnd);
60 const char **pEnd);
  /hardware/ti/omap4-aah/camera/
CameraHalUtilClasses.cpp 206 char *pEnd = NULL;
244 left = static_cast<ssize_t>(strtol(pStart, &pEnd, 10));
247 if ( sep != *pEnd )
255 top = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
258 if ( sep != *pEnd )
266 right = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
269 if ( sep != *pEnd )
277 bottom = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10))
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 208 char *pEnd = NULL;
246 left = static_cast<ssize_t>(strtol(pStart, &pEnd, 10));
249 if ( sep != *pEnd )
257 top = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
260 if ( sep != *pEnd )
268 right = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10));
271 if ( sep != *pEnd )
279 bottom = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10))
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
108 if (pEnd == NULL) {
109 pEnd = &fChars[charCount];
112 if (pEnd != pStart) {
113 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr);
115 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
150 if (*pEnd == 0) {
154 pStart = skipLineEnd(pEnd);
pflow.c 156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
160 if (pEnd == NULL) {
161 pEnd = &flow->fChars[charCount];
164 if (pEnd != pStart) {
165 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
169 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart);
172 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
206 if (*pEnd == 0) {
210 pStart = skipLineEnd(pEnd);
  /external/pdfium/core/src/fpdfapi/fpdf_cmaps/
fpdf_cmaps.cpp 135 const FX_WORD* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 2;
136 while (pCur < pEnd) {
144 const FX_WORD* pEnd = pMap->m_pWordMap + pMap->m_WordCount * 3;
145 while (pCur < pEnd) {
160 const FX_WORD* pEnd = pMap->m_pDWordMap + pMap->m_DWordCount * 4;
161 while (pCur < pEnd) {
169 const FX_WORD* pEnd = pMap->m_pDWordMap + pMap->m_DWordCount * 3;
170 while (pCur < pEnd) {
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_tags.c 130 vidded_pm_pending_tags_t *pend = &(cxt->pending_tags); local
135 pend->first_buf_aligned = true;
140 pend->first_buf_aligned = false;
145 pend->pending_tags[t_index] = list->sc_ibuf[index].id;
150 pend->pending_tags[t_index] = list->sc_ibuf[index].id;
155 static inline void viddec_pm_emit_pending_tag_item(viddec_emitter *emit, vidded_pm_pending_tags_t *pend, uint32_t index, uint32_t using_next)
157 viddec_emit_assoc_tag(emit, pend->pending_tags[index], using_next);
158 pend->pending_tags[index] = INVALID_ENTRY;
178 vidded_pm_pending_tags_t *pend = &(cxt->pending_tags); local
185 if(first_slice && pend->first_buf_aligned && (pend->pending_tags[index] != INVALID_ENTRY)
215 vidded_pm_pending_tags_t *pend = &(cxt->pending_tags); local
    [all...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 27 void setp(char* pbeg, char* pend)
29 base::setp(pbeg, pend);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.put/
xsputn.pass.cpp 27 void setp(char* pbeg, char* pend)
29 base::setp(pbeg, pend);
  /external/toybox/toys/pending/
dhcp.c 985 uint8_t *pend; local
1000 pend = state->pdhcp.options;
1001 pend = dhcpc_addmsgtype(pend, msgtype);
1003 if (!(toys.optflags & FLAG_C)) pend = dhcpc_addclientid(pend);
1010 pend = dhcpc_addreqipaddr(&rqsd, pend);
1012 pend = dhcpc_addmaxsize(pend, htons(sizeof(dhcp_raw_t)))
    [all...]
  /external/libvncserver/common/
zywrletemplate.c 482 int* pEnd;
486 pEnd = pBuf+height*width;
488 while (pTop < pEnd) {
493 pEnd = pBuf+width;
495 while (pTop < pEnd) {
508 int* pEnd;
512 pEnd = pBuf+width;
514 while (pTop < pEnd) {
519 pEnd = pBuf+height*width;
521 while (pTop < pEnd) {
    [all...]
  /bootable/recovery/minzip/
Hash.c 182 HashEntry* pEnd;
191 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
202 if (pEntry == pEnd) { /* wrap around to start */
250 HashEntry* pEnd;
256 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
266 if (pEntry == pEnd) { /* wrap around to start */
308 HashEntry* pEnd;
317 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
328 if (pEntry == pEnd) { /* wrap around to start */
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 140 uint8_t* pEnd = pContext->pManifestContent + pContext->nManifestLength;
161 while (pCurrent < pEnd)
167 while (pCurrent < pEnd && *pCurrent != CHAR_LF && *pCurrent != CHAR_CR)
181 if (pCurrent < pEnd && *pCurrent == CHAR_LF)
197 while (pCurrent < pEnd)
219 if (pCurrent >= pEnd)
237 if (pCurrent >= pEnd)
250 while (pCurrent < pEnd)
300 if (pCurrent == pEnd)
340 while (pCurrent < pEnd && (*pCurrent == ' ' || *pCurrent == '\t')
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 140 uint8_t* pEnd = pContext->pManifestContent + pContext->nManifestLength;
161 while (pCurrent < pEnd)
167 while (pCurrent < pEnd && *pCurrent != CHAR_LF && *pCurrent != CHAR_CR)
181 if (pCurrent < pEnd && *pCurrent == CHAR_LF)
197 while (pCurrent < pEnd)
219 if (pCurrent >= pEnd)
237 if (pCurrent >= pEnd)
250 while (pCurrent < pEnd)
300 if (pCurrent == pEnd)
340 while (pCurrent < pEnd && (*pCurrent == ' ' || *pCurrent == '\t')
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
uparse.c 297 uint32_t *pStart, uint32_t *pEnd,
306 if(s==NULL || pStart==NULL || pEnd==NULL) {
318 *pStart=*pEnd=value;
334 *pEnd=value;
348 uint32_t *pStart, uint32_t *pEnd,
352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);

Completed in 2087 milliseconds

1 2 3 4 5 6 7 8 91011