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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/default.allocator/allocator.members/
address.pass.cpp 23 const T* ctp = tp; local
26 assert(a.address(*ctp) == tp);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/specialized.algorithms/specialized.addressof/
addressof.pass.cpp 29 const A* ctp = tp; local
31 assert(std::addressof(*ctp) == tp);
  /external/e2fsprogs/lib/ext2fs/
tdbtool.c 424 COMMAND_TABLE *ctp = cmd_table; local
431 while (ctp->name) {
432 cmd_len = strlen(ctp->name);
433 if (strncmp(ctp->name,cmdname,cmd_len) == 0) {
434 mycmd = ctp->cmd;
437 ctp++;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 

Completed in 81 milliseconds