Searched refs:lasts (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DBlockAddresses.java37 private final CodeAddress[] lasts; field in class:BlockAddresses
54 this.lasts = new CodeAddress[maxLabel];
87 return lasts[block.getLabel()];
98 return lasts[label];
139 lasts[label] = new CodeAddress(pos);
/external/bluetooth/glib/gio/fen/
H A Dfen-node.c189 gchar* lasts; local
199 if ((token = strtok_r (str, G_DIR_SEPARATOR_S, &lasts)) != NULL) {
212 } while ((token = strtok_r (NULL, G_DIR_SEPARATOR_S, &lasts)) != NULL);
246 gchar* lasts; local
258 if ((token = strtok_r (str, G_DIR_SEPARATOR_S, &lasts)) != NULL) {
268 } while ((token = strtok_r (NULL, G_DIR_SEPARATOR_S, &lasts)) != NULL);
/external/libxml2/
H A Drelaxng.c9271 xmlNodePtr *list = NULL, *lasts = NULL; local
9322 lasts = (xmlNodePtr *) xmlMalloc(nbgroups * sizeof(xmlNodePtr));
9323 if (lasts == NULL) {
9327 memset(lasts, 0, nbgroups * sizeof(xmlNodePtr));
9389 if (lasts[i] != NULL) {
9390 lasts[i]->next = cur;
9391 lasts[i] = cur;
9394 lasts[i] = cur;
9412 if (lasts[i] != NULL) {
9413 last = lasts[
[all...]
/external/icu4c/tools/tzcode/
H A Dzic.c361 static struct lookup const lasts[] = { variable
1499 if ((lp = byword(dp, lasts)) != NULL) {

Completed in 117 milliseconds