Searched refs:lasts (Results 1 – 11 of 11) sorted by relevance
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
D | BlockAddresses.java | 37 private final CodeAddress[] lasts; field in BlockAddresses 54 this.lasts = new CodeAddress[maxLabel]; in BlockAddresses() 87 return lasts[block.getLabel()]; in getLast() 98 return lasts[label]; in getLast() 139 lasts[label] = new CodeAddress(pos); in setupArrays()
|
/external/curl/lib/ |
D | ldap.c | 732 char *lasts; in split_str() local 747 for(i = 0, s = strtok_r(str, ",", &lasts); s && i < items; in split_str() 748 s = strtok_r(NULL, ",", &lasts), i++) in split_str()
|
/external/avahi/avahi-compat-howl/include/salt/ |
D | platform.h | 199 sw_string * lasts);
|
/external/libxml2/ |
D | relaxng.c | 9292 xmlNodePtr *list = NULL, *lasts = NULL; in xmlRelaxNGValidateInterleave() local 9343 lasts = (xmlNodePtr *) xmlMalloc(nbgroups * sizeof(xmlNodePtr)); in xmlRelaxNGValidateInterleave() 9344 if (lasts == NULL) { in xmlRelaxNGValidateInterleave() 9348 memset(lasts, 0, nbgroups * sizeof(xmlNodePtr)); in xmlRelaxNGValidateInterleave() 9410 if (lasts[i] != NULL) { in xmlRelaxNGValidateInterleave() 9411 lasts[i]->next = cur; in xmlRelaxNGValidateInterleave() 9412 lasts[i] = cur; in xmlRelaxNGValidateInterleave() 9415 lasts[i] = cur; in xmlRelaxNGValidateInterleave() 9437 if (lasts[i] != NULL) { in xmlRelaxNGValidateInterleave() 9438 last = lasts[i]->next; in xmlRelaxNGValidateInterleave() [all …]
|
/external/llvm/docs/ |
D | HowToReleaseLLVM.rst | 42 * Send out release candidate sources for first round of testing. Testing lasts
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 358 static struct lookup const lasts[] = { variable 1504 if ((lp = byword(dp, lasts)) != NULL) { in rulesub()
|
/external/libjpeg-turbo/ |
D | structure.txt | 721 * JPOOL_PERMANENT lasts until master record is destroyed 722 * JPOOL_IMAGE lasts until done with image (JPEG datastream)
|
D | libjpeg.txt | 2928 Use JPOOL_PERMANENT to get storage that lasts as long as the JPEG object.
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1005 // char *strtok_r(char *s, const char *sep, char **lasts);
|
/external/pcre/dist/doc/ |
D | pcre.txt | 2331 side a character class indicates a comment that lasts until after the
|
/external/v8/test/mjsunit/asm/poppler/ |
D | poppler.js | 6848 function _strtok_r(s, delim, lasts) { argument 6855 if (s == 0 && (s = getValue(lasts, 'i8*')) == 0) { 6866 setValue(lasts, s, 'i8*'); 6876 setValue(lasts, 0, 'i8*'); 6891 setValue(lasts, s, 'i8*');
|