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

  /external/srec/srec/include/
astar.h 52 #define ARC_TOKEN_PTR(bAsE,atp) (atp==MAXarcID?NULL:bAsE+atp)
53 #define ARC_TOKEN_PTR2LNK(bAsE,atp) (atp==NULL?MAXarcID:(arcID)(atp-bAsE))
54 #define ARC_TOKEN_IDX(bAsE,atp) (atp)
  /bionic/libc/tzcode/
localtime.c 1006 register time_t * atp; local
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
localtime.c 919 register time_t * atp; local
1001 atp = sp->ats;
1015 *atp++ = endtime;
1017 *atp++ = starttime;
1020 *atp++ = starttime;
1022 *atp++ = endtime;
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 919 register time_t * atp; local
1001 atp = sp->ats;
1015 *atp++ = endtime;
1017 *atp++ = starttime;
1020 *atp++ = starttime;
1022 *atp++ = endtime;
    [all...]
  /system/core/libcutils/
tztime.c 939 register time_t * atp; local
1022 atp = sp->ats;
1035 *atp++ = endtime;
1037 *atp++ = starttime;
1040 *atp++ = starttime;
1042 *atp++ = endtime;
    [all...]

Completed in 495 milliseconds