HomeSort by relevance Sort by last modified time
    Searched defs:pStart (Results 1 - 19 of 19) sorted by null

  /external/openssl/crypto/asn1/
a_set.c 95 unsigned char *pStart, *pTempMem;
121 pStart = p; /* Catch the beg of Setblobs*/
139 totSize = p - pStart; /* This is the total size of all set blobs */
159 memcpy(pStart, pTempMem, totSize);
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 155 long pStart = System.currentTimeMillis();
158 System.out.println(" Parsed in " + (stop - pStart) + "ms.");
182 pStart = System.currentTimeMillis();
185 System.out.println("${symbol_escape}n AST Walked in " + (stop - pStart) + "ms.");
228 pStart = System.currentTimeMillis();
232 System.out.println(" PNG graphic produced in " + (stop - pStart) + "ms.");
  /external/chromium_org/third_party/icu/source/samples/layout/
paragraph.cpp 101 LEUnicode *pStart = &fChars[0];
103 while (*pStart != 0) {
104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
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);
153 pStart = skipLineEnd(pEnd);
pflow.c 116 LEUnicode *pStart;
153 pStart = &flow->fChars[0];
155 while (*pStart != 0) {
156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
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);
210 pStart = skipLineEnd(pEnd)
    [all...]
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 101 LEUnicode *pStart = &fChars[0];
103 while (*pStart != 0) {
104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
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);
153 pStart = skipLineEnd(pEnd);
pflow.c 116 LEUnicode *pStart;
153 pStart = &flow->fChars[0];
155 while (*pStart != 0) {
156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
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);
210 pStart = skipLineEnd(pEnd)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.c 59 const char* pStart;
82 pStart = start;
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
84 *signatureLength = (int32_t)(pStart - start);
590 const char* pStart;
598 pStart = start;
599 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.c 59 const char* pStart;
82 pStart = start;
83 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error);
84 *signatureLength = (int32_t)(pStart - start);
590 const char* pStart;
598 pStart = start;
599 ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error);
  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 119 ** szSlot, nSlot, pStart, pEnd, nReserve, and isInit values are all
127 void *pStart, *pEnd; /* Bounds of pagecache malloc range */
186 pcache1.pStart = pBuf;
245 if( p>=pcache1.pStart && p<pcache1.pEnd ){
273 if( p>=pcache1.pStart && p<pcache1.pEnd ){
933 if( pcache1.pStart==0 ){
main.c 444 ** The cnt parameter is the number of slots. If pStart is NULL the
446 ** If pStart is not NULL then it is sz*cnt bytes of memory to use for
450 void *pStart;
459 sqlite3_free(db->lookaside.pStart);
468 pStart = 0;
472 pStart = sqlite3Malloc( sz*cnt ); /* IMP: R-61949-35727 */
476 pStart = pBuf;
478 db->lookaside.pStart = pStart;
481 if( pStart ){
    [all...]
where.c     [all...]
sqliteInt.h 752 u8 bMalloced; /* True if pStart obtained from sqlite3_malloc() */
757 void *pStart; /* First byte of available memory space */
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 1681 milliseconds