HomeSort by relevance Sort by last modified time
    Searched defs:tem (Results 1 - 9 of 9) sorted by null

  /external/bison/lib/
getopt.c 160 char *tem;
200 tem = argv[bottom + i];
202 argv[top - (middle - bottom) + i] = tem;
217 tem = argv[bottom + i];
219 argv[middle + i] = tem;
157 char *tem; local
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 155 char *tem;
195 tem = argv[bottom + i];
197 argv[top - (middle - bottom) + i] = tem;
212 tem = argv[bottom + i];
214 argv[middle + i] = tem;
152 char *tem; local
  /external/grub/lib/
getopt.c 317 char *tem;
357 tem = argv[bottom + i];
359 argv[top - (middle - bottom) + i] = tem;
374 tem = argv[bottom + i];
376 argv[middle + i] = tem;
314 char *tem; local
  /ndk/sources/host-tools/make-3.81/
getopt.c 307 char *tem;
347 tem = argv[bottom + i];
349 argv[top - (middle - bottom) + i] = tem;
364 tem = argv[bottom + i];
366 argv[middle + i] = tem;
305 char *tem; local
  /external/bluetooth/glib/glib/
guniprop.c 727 char *tem = g_win32_getlocale (); local
730 locale[0] = tem[0];
731 locale[1] = tem[1];
732 g_free (tem);
    [all...]
gutils.c 521 const gchar *tem = path; local
523 g_free ((gchar *) tem);
529 const gchar *tem = path; local
531 g_free ((gchar *) tem);
536 const gchar *tem = path; local
538 g_free ((gchar *) tem);
543 const gchar *tem = path; local
545 g_free ((gchar *) tem);
1130 wchar_t *tem = wvalue;
1138 if (ExpandEnvironmentStringsW (tem, wvalue, len) != len
    [all...]
  /external/jdiff/src/jdiff/
DiffMyers.java 572 int tem = end / 64; local
576 while ((tem = tem >> 2) > 0)
643 int tem = length / 4; local
649 while ((tem = tem >> 2) > 0)
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 658 const char *tem; local
671 tem = opname + 4;
672 if (do_type (work, &tem, &type))
765 tem = opname + 5;
766 if (do_type (work, &tem, &type))
4107 char *tem; local
4137 char *tem; local
4193 char *tem; local
4295 const char *tem; local
4455 const char *tem; local
4633 int tem; local
    [all...]
  /external/expat/lib/
xmlparse.c 3803 XML_Char *tem = poolStoreString(&dtd->pool, local
4240 XML_Char *tem = poolStoreString(&tempPool, local
5170 const char *tem; local
5792 const XML_Char *tem = poolCopyString(newPool, oldE->systemId); local
5815 const XML_Char *tem = poolCopyStringN(newPool, oldE->textPtr, local
5823 const XML_Char *tem = poolCopyString(newPool, oldE->notation); local
5974 NAMED *tem = *(iter->p)++; local
6000 BLOCK *tem = p->next; local
6017 BLOCK *tem = p->next; local
6023 BLOCK *tem = p->next; local
6108 BLOCK *tem = pool->freeBlocks->next; local
6134 BLOCK *tem; local
    [all...]

Completed in 1933 milliseconds