Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 25 of 187) sorted by relevance

12345678

/external/clang/test/Analysis/
Duninit-const.c26 int* tp = &t; // expected-note {{'tp' initialized here}} in f_1() local
47 int* tp = p; // expected-note {{'tp' initialized here}} in f_2() local
64 int* tp = ta; // expected-note {{'tp' initialized here}} in f_5() local
77 int* tp = ta; in f_6() local
150 int* tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_unv() local
158 int* tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_inv() local
167 int* tp = &t; in f_variadic_inp_unv() local
176 int* tp = &t; in f_variadic_inp_inv() local
185 int *tp = &t; in f_variadic_inp_inp() local
194 int *tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_inp() local
[all …]
/external/tcpdump/
Daddrtoname.c326 struct enamemem *tp; in lookup_emem() local
358 struct enamemem *tp; in lookup_bytestring() local
405 struct enamemem *tp; in lookup_nsap() local
447 struct protoidmem *tp; in lookup_protoid() local
474 register struct enamemem *tp; in etheraddr_string() local
522 register struct enamemem *tp; in le64addr_string() local
549 register struct enamemem *tp; in linkaddr_string() local
582 register struct hnamemem *tp; in etherproto_string() local
609 register struct protoidmem *tp; in protoid_string() local
637 register struct enamemem *tp; in isonsap_string() local
[all …]
Dprint-atalk.c382 register const struct atNBPtuple *tp = in nbp_print() local
474 register const struct atNBPtuple *tp, register const u_char *ep, in nbp_tuple_print()
503 const struct atNBPtuple *tp, register const u_char *ep) in nbp_name_print()
539 register struct hnamemem *tp, *tp2; in ataddr_string() local
Dprint-tcp.c145 register const struct tcphdr *tp, in tcp_cksum()
157 register const struct tcphdr *tp; local
804 const struct ip *ip, const struct tcphdr *tp,
/external/mksh/src/
Dexec.c62 struct tbl *tp = NULL; in execute() local
496 comexec(struct op *t, struct tbl * volatile tp, const char **ap, in comexec()
909 scriptexec(struct op *tp, const char **ap) in scriptexec()
1024 struct tbl *tp; in shcomexec() local
1038 struct tbl *tp = NULL; in findfunc() local
1063 struct tbl *tp; in define() local
1111 struct tbl *tp; in builtin() local
1144 struct tbl *tp = NULL, *tbi; in findcom() local
1238 struct tbl *tp; in flushcom() local
1336 call_builtin(struct tbl *tp, const char **wp, const char *where, bool resetspec) in call_builtin()
[all …]
Dmain.c1089 remove_temps(struct temp *tp) in remove_temps()
1602 struct temp *tp; in maketemp() local
1676 tgrow(struct table *tp) in tgrow()
1726 ktinit(Area *ap, struct table *tp, uint8_t initshift) in ktinit()
1737 ktscan(struct table *tp, const char *name, uint32_t h, struct tbl ***ppp) in ktscan()
1762 ktenter(struct table *tp, const char *n, uint32_t h) in ktenter()
1796 ktwalk(struct tstate *ts, struct table *tp) in ktwalk()
1823 ktsort(struct table *tp) in ktsort()
/external/libvpx/libvpx/vp8/encoder/
Dtokenize.c106 TOKENEXTRA **tp, in tokenize2nd_order_b()
194 TOKENEXTRA **tp, in tokenize1st_order_b()
496 TOKENEXTRA **tp, in stuff2nd_order_b()
520 TOKENEXTRA **tp, in stuff1st_order_b()
546 TOKENEXTRA **tp, in stuff1st_order_buv()
/external/libcxx/src/
Dchrono.cpp40 struct timespec tp; in now() local
77 struct timespec tp; in now() local
/external/slf4j/slf4j-api/src/test/java/org/slf4j/helpers/
DMessageFormatterPerfTest.java75 … final FormattingTuple tp = MessageFormatter.format("This is some rather short message {} ", i1); in slf4jMessageFormatter_OneArg() local
89 … final FormattingTuple tp = MessageFormatter.format("This is some {} short message {} ", i1, i2); in slf4jMessageFormatter_TwoArg() local
/external/curl/lib/
Dinet_pton.c97 unsigned char tmp[INADDRSZ], *tp; in inet_pton4() local
154 unsigned char tmp[IN6ADDRSZ], *tp, *endp, *colonp; in inet_pton6() local
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_shader_state.c136 struct nvc0_program *tp = nvc0->tctlprog; in nvc0_tctlprog_validate() local
162 struct nvc0_program *tp = nvc0->tevlprog; in nvc0_tevlprog_validate() local
/external/iputils/
Dtftpd.c108 register struct tftphdr *tp; in main() local
223 void tftp(struct tftphdr *tp, int size) in tftp()
517 register struct tftphdr *tp; in nak() local
/external/google-benchmark/cmake/
Dsteady_clock.cpp5 Clock::time_point tp = Clock::now(); in main() local
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/ext/
DXLogger.java123 FormattingTuple tp = MessageFormatter.arrayFormat(messagePattern, argArray); in entry() local
145 FormattingTuple tp = MessageFormatter.format(EXIT_MESSAGE_1, result); in exit() local
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Daddress.pass.cpp22 T* tp = new T(); in test_address() local
/external/blktrace/
Dblktrace.c538 static void tracer_wait_unblock(struct tracer *tp) in tracer_wait_unblock()
546 static void tracer_signal_ready(struct tracer *tp, in tracer_signal_ready()
1456 static inline int net_sendfile_data(struct tracer *tp, struct io_info *iop) in net_sendfile_data()
1573 static void close_ios(struct tracer *tp) in close_ios()
1596 static int open_ios(struct tracer *tp) in open_ios()
1662 static int handle_pfds_file(struct tracer *tp, int nevs, int force_read) in handle_pfds_file()
1705 static int handle_pfds_netclient(struct tracer *tp, int nevs, int force_read) in handle_pfds_netclient()
1740 static int handle_pfds_entries(struct tracer *tp, int nevs, int force_read) in handle_pfds_entries()
1782 struct tracer *tp = arg; in thread_main() local
1827 struct tracer *tp; in start_tracer() local
[all …]
/external/fio/
Didletime.c186 struct timeval tp; in fio_idle_prof_init() local
328 struct timeval tp; in fio_idle_prof_stop() local
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
DECFieldF2mTest.java136 ECFieldF2mDomainParams tp = intCtorTestParameters[i]; in testECFieldF2mint() local
261 ECFieldF2mDomainParams tp = intIntArrayCtorTestParameters[i]; in testECFieldF2mintintArray() local
/external/libnl/lib/route/link/
Dapi.c79 struct rtnl_link_info_ops *t, **tp; in rtnl_link_unregister_info() local
/external/lzma/CPP/Windows/
DMemoryLock.cpp47 TOKEN_PRIVILEGES tp; in EnablePrivilege() local
/external/icu/icu4c/source/tools/tzcode/
Dscheck.c15 register char * tp; in scheck() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-cxx0x-no-extra-copy.cpp30 T *tp = dp; in get_value_badly() local
Dp5-cxx03-extra-copy.cpp33 …T *tp = dp; // expected-error{{cannot initialize a variable of type 'int *' with an lvalue of type… in get_value_badly() local
/external/tlsdate/src/compat/
Dclock.h34 struct timespec tp; member
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
DReferredByParser.java51 ReferredByParser tp = new ReferredByParser(to[i]); in main() local

12345678