HomeSort by relevance Sort by last modified time
    Searched refs:id_ptr (Results 1 - 9 of 9) 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_org/media/base/
text_renderer.cc 218 const char* id_ptr = reinterpret_cast<const char*>(input->side_data()); local
219 size_t id_len = strlen(id_ptr);
220 std::string id(id_ptr, id_len);
222 const char* settings_ptr = id_ptr + id_len + 1;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
menu_util.cc 73 gpointer id_ptr = g_object_get_data(G_OBJECT(menu_item), "menu-id"); local
74 if (id_ptr != NULL) {
75 *menu_id = GPOINTER_TO_INT(id_ptr) - 1;
  /external/compiler-rt/lib/msan/
msan.cc 573 u32 *id_ptr = (u32*)descr; local
575 u32 id = *id_ptr;
582 *id_ptr = id;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_llvm.c 646 LLVMValueRef id_ptr = draw_jit_header_id(gallivm, io_ptrs[i]); local
648 LLVMBuildStore(builder, val, id_ptr);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_llvm.c 646 LLVMValueRef id_ptr = draw_jit_header_id(gallivm, io_ptrs[i]); local
648 LLVMBuildStore(builder, val, id_ptr);
    [all...]

Completed in 421 milliseconds