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

  /external/stlport/test/unit/
rawriter_test.cpp 45 x_pointer save_p, p; local
47 save_p=p;
60 a.deallocate(save_p, 5);
63 a.deallocate(save_p);
  /external/bluetooth/glib/glib/
gconvert.c 837 const gchar *save_p = NULL; local
903 * The variables save_p and save_inbytes store the input state
938 if (save_p)
959 save_p = g_utf8_next_char (p);
960 save_inbytes = inbytes_remaining - (save_p - p);
976 if (save_p)
980 p = save_p;
982 save_p = NULL;
1008 if (save_p && !fallback)
    [all...]

Completed in 37 milliseconds