Searched refs:tp (Results 1 - 10 of 10) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/allocator.members/
H A Daddress.pass.cpp22 T* tp = new T(); local
23 const T* ctp = tp;
25 assert(a.address(*tp) == tp);
26 assert(a.address(*ctp) == tp);
27 delete tp;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/specialized.algorithms/specialized.addressof/
H A Daddressof.pass.cpp37 A* tp = new A; local
38 const A* ctp = tp;
39 assert(std::addressof(*tp) == tp);
40 assert(std::addressof(*ctp) == tp);
41 delete tp;
/ndk/sources/host-tools/nawk-20071023/
H A Dtran.c145 Cell **tp; local
148 tp = (Cell **) calloc(n, sizeof(Cell *));
149 if (ap == NULL || tp == NULL)
153 ap->tab = tp;
160 Array *tp; local
165 tp = (Array *) ap->sval;
166 if (tp == NULL)
168 for (i = 0; i < tp->size; i++) {
169 for (cp = tp->tab[i]; cp != NULL; cp = temp) {
175 tp
187 Array *tp; local
208 setsymtab(const char *n, const char *s, Awkfloat f, unsigned t, Array *tp) argument
247 rehash(Array *tp) argument
269 lookup(const char *s, Array *tp) argument
[all...]
H A Drun.c1435 Array *tp; local
1443 tp = (Array *) arrayp->sval;
1445 for (i = 0; i < tp->size; i++) { /* this routine knows too much */
1446 for (cp = tp->tab[i]; cp != NULL; cp = ncp) {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
H A Dchrono.cpp120 struct timespec tp; variable in typeref:struct:chrono::timespec
121 if (0 != clock_gettime(CLOCK_MONOTONIC, &tp))
123 return time_point(seconds(tp.tv_sec) + nanoseconds(tp.tv_nsec));
H A Dcondition_variable.cpp49 chrono::time_point<chrono::system_clock, chrono::nanoseconds> tp) _NOEXCEPT
55 nanoseconds d = tp.time_since_epoch();
/ndk/tests/build/issue56508-gcc4.7-ICE/jni/
H A DextraMachine.c57 #define QUADINIT(tp,at) \
59 ((unsigned long)(tp)&0x000000ff))
/ndk/sources/host-tools/make-3.81/
H A Dfunction.c427 register char *tp;
435 tp = find_next_token (&list1_iterator, &len1);
436 if (tp != 0)
437 o = variable_buffer_output (o, tp, len1);
443 if (tp != 0 || pp != 0)
449 while (tp != 0 || pp != 0);
420 register char *tp; local
/ndk/sources/android/support/src/stdio/
H A Dstrtod.c3393 unsigned char *tp = strunc + maxdigits; local
3399 tp += dplen;
3418 *tp++ = found ? '1' : '0';
3419 *tp = 0;
3421 s1 = tp;
/ndk/sources/host-tools/sed-4.2.1/build-aux/
H A Dtexinfo.tex1239 \newcodeindex{tp}%
6609 \doind{tp}{\code{#2}}%

Completed in 501 milliseconds