HomeSort by relevance Sort by last modified time
    Searched refs:lclptr (Results 1 - 3 of 3) sorted by null

  /bionic/libc/tzcode/
localtime.c 247 static struct state * lclptr; variable in typeref:struct:state
254 #define lclptr (&lclmem) macro
319 register struct state * const sp = lclptr;
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 187 static struct state * lclptr; variable in typeref:struct:state
194 #define lclptr (&lclmem) macro
259 register struct state * const sp = lclptr;
1165 if (lclptr == NULL) {
1166 lclptr = (struct state *) malloc(sizeof *lclptr);
1167 if (lclptr == NULL) {
1173 if (tzload((char *) NULL, lclptr, TRUE) != 0)
1174 gmtload(lclptr);
1196 if (lclptr == NULL)
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 187 static struct state * lclptr; variable in typeref:struct:state
194 #define lclptr (&lclmem) macro
259 register struct state * const sp = lclptr;
1165 if (lclptr == NULL) {
1166 lclptr = (struct state *) malloc(sizeof *lclptr);
1167 if (lclptr == NULL) {
1173 if (tzload((char *) NULL, lclptr, TRUE) != 0)
1174 gmtload(lclptr);
1196 if (lclptr == NULL)
    [all...]

Completed in 3335 milliseconds