Home
last modified time | relevance | path

Searched refs:lasts (Results 1 – 11 of 11) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DBlockAddresses.java37 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/
Dldap.c732 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/
Dplatform.h199 sw_string * lasts);
/external/libxml2/
Drelaxng.c9292 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/
DHowToReleaseLLVM.rst42 * Send out release candidate sources for first round of testing. Testing lasts
/external/icu/icu4c/source/tools/tzcode/
Dzic.c358 static struct lookup const lasts[] = { variable
1504 if ((lp = byword(dp, lasts)) != NULL) { in rulesub()
/external/libjpeg-turbo/
Dstructure.txt721 * JPOOL_PERMANENT lasts until master record is destroyed
722 * JPOOL_IMAGE lasts until done with image (JPEG datastream)
Dlibjpeg.txt2928 Use JPOOL_PERMANENT to get storage that lasts as long as the JPEG object.
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1005 // char *strtok_r(char *s, const char *sep, char **lasts);
/external/pcre/dist/doc/
Dpcre.txt2331 side a character class indicates a comment that lasts until after the
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js6848 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*');