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

  /ndk/sources/host-tools/make-3.81/
remote-stub.c 54 to nonzero if it will actually use STDIN_FD, zero if not, set *ID_PTR to
56 nonzero if it is remote (meaning *ID_PTR is a process ID). */
60 int *is_remote UNUSED, int *id_ptr UNUSED,
remote-cstms.c 138 will actually use STDIN_FD, zero if not, set *ID_PTR to a unique
140 if it is local (meaning *ID_PTR is a process ID). */
144 int *is_remote, int *id_ptr, int *used_stdin)
262 *id_ptr = pid;
implicit.c 270 struct idep **id_ptr;
594 id_ptr = &deps;
596 for (; *id_ptr; id_ptr = &(*id_ptr)->next)
599 *id_ptr = (struct idep *)
614 for (d = *id_ptr; d != 0; d = d->next)
268 struct idep **id_ptr; local
job.c 193 int *is_remote, int *id_ptr, int *used_stdin));
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_custom_menu_item.cc 310 gpointer id_ptr = g_object_get_data( local
312 if (id_ptr != NULL) {
313 int command_id = GPOINTER_TO_INT(id_ptr);
458 gpointer id_ptr = g_object_get_data( local
460 if (id_ptr != NULL) {
461 int command_id = GPOINTER_TO_INT(id_ptr);
menu_gtk.cc 41 gpointer id_ptr = g_object_get_data(G_OBJECT(menu_item), "menu-id"); local
42 if (id_ptr != NULL) {
43 *menu_id = GPOINTER_TO_INT(id_ptr) - 1;
  /external/compiler-rt/lib/msan/
msan.cc 416 u32 *id_ptr = (u32*)descr; local
418 u32 id = *id_ptr;
422 *id_ptr = id;

Completed in 372 milliseconds