Home
last modified time | relevance | path

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

12345678

/external/syslinux/gpxe/src/drivers/net/
Dsis190.c117 struct sis190_private *tp = netdev_priv(dev); in __mdio_write() local
124 struct sis190_private *tp = netdev_priv(dev); in __mdio_read() local
221 static u32 sis190_rx_fill(struct sis190_private *tp, u32 start, u32 end) in sis190_rx_fill()
249 static int sis190_process_rx(struct sis190_private *tp) in sis190_process_rx()
312 static void sis190_process_tx(struct sis190_private *tp) in sis190_process_tx()
353 struct sis190_private *tp = netdev_priv(dev); in sis190_poll() local
377 static inline void sis190_init_ring_indexes(struct sis190_private *tp) in sis190_init_ring_indexes()
384 struct sis190_private *tp = netdev_priv(dev); in sis190_init_ring() local
405 struct sis190_private *tp = netdev_priv(dev); in sis190_set_rx_mode() local
429 struct sis190_private *tp = netdev_priv(dev); in sis190_hw_start() local
[all …]
Dtg3.c149 static void tg3_disable_ints(struct tg3 *tp) in tg3_disable_ints()
156 static void tg3_switch_clocks(struct tg3 *tp) in tg3_switch_clocks()
180 static int tg3_readphy(struct tg3 *tp, int reg, uint32_t *val) in tg3_readphy()
220 static int tg3_writephy(struct tg3 *tp, int reg, uint32_t val) in tg3_writephy()
256 static int tg3_writedsp(struct tg3 *tp, uint16_t addr, uint16_t val) in tg3_writedsp()
265 static void tg3_phy_set_wirespeed(struct tg3 *tp) in tg3_phy_set_wirespeed()
277 static int tg3_bmcr_reset(struct tg3 *tp) in tg3_bmcr_reset()
308 static int tg3_wait_macro_done(struct tg3 *tp) in tg3_wait_macro_done()
325 static int tg3_phy_write_and_check_testpat(struct tg3 *tp, int *resetp) in tg3_phy_write_and_check_testpat()
391 static int tg3_phy_reset_chanpat(struct tg3 *tp) in tg3_phy_reset_chanpat()
[all …]
Dr8169.c229 struct rtl8169_private *tp = netdev_priv(dev); in rtl8169_set_speed_tbi() local
252 struct rtl8169_private *tp = netdev_priv(dev); in rtl8169_set_speed_xmii() local
330 struct rtl8169_private *tp = netdev_priv(dev); in rtl8169_set_speed() local
353 static void rtl8169_get_mac_version(struct rtl8169_private *tp, in rtl8169_get_mac_version()
761 struct rtl8169_private *tp = netdev_priv(dev); in rtl_hw_phy_config() local
821 struct rtl8169_private *tp) in rtl8169_phy_reset()
837 static void rtl8169_init_phy(struct net_device *dev, struct rtl8169_private *tp) in rtl8169_init_phy()
924 static void rtl_set_rx_tx_config_registers(struct rtl8169_private *tp) in rtl_set_rx_tx_config_registers()
941 struct rtl8169_private *tp = netdev_priv(dev); in rtl_soft_reset() local
964 struct rtl8169_private *tp = netdev_priv ( dev ); in rtl_hw_start() local
[all …]
/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 …]
/external/mksh/src/
Dexec.c61 struct tbl *tp = NULL; in execute() local
478 comexec(struct op *t, struct tbl * volatile tp, const char **ap, in comexec()
869 scriptexec(struct op *tp, const char **ap) in scriptexec()
984 struct tbl *tp; in shcomexec() local
998 struct tbl *tp = NULL; in findfunc() local
1023 struct tbl *tp; in define() local
1071 struct tbl *tp; in builtin() local
1119 struct tbl *tp = NULL, *tbi; in findcom() local
1213 struct tbl *tp; in flushcom() local
1315 call_builtin(struct tbl *tp, const char **wp, const char *where, bool resetspec) in call_builtin()
[all …]
/external/eigen/unsupported/test/
Dcxx11_non_blocking_thread_pool.cpp20 NonBlockingThreadPool tp(i); in test_create_destroy_empty_pool() local
29 NonBlockingThreadPool tp(kThreads); in test_parallelism() local
Dcxx11_tensor_thread_pool.cpp85 Eigen::ThreadPool tp(4); in test_multithread_contraction() local
126 Eigen::ThreadPool tp(12); in test_contraction_corner_cases() local
299 Eigen::ThreadPool tp(num_threads); in test_memcpy() local
316 Eigen::ThreadPool tp(2); in test_multithread_random() local
/external/ltp/testcases/kernel/syscalls/sched_rr_get_interval/
Dsched_rr_get_interval03.c81 struct timespec tp; variable
89 struct timespec *tp; member
/external/google-benchmark/cmake/
Dsteady_clock.cpp5 Clock::time_point tp = Clock::now(); in main() local
/external/libcxx/utils/google-benchmark/cmake/
Dsteady_clock.cpp5 Clock::time_point tp = Clock::now(); in main() local
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
D1-1.c17 struct timespec tp; in main() local
D8-1.c19 struct timespec tp; in main() local
D7-1.c17 struct timespec tp; in main() local
D8-2.c35 struct timespec tp; in main() local
/external/libvpx/libvpx/vp8/encoder/
Dtokenize.c105 static void tokenize2nd_order_b(MACROBLOCK *x, TOKENEXTRA **tp, VP8_COMP *cpi) { in tokenize2nd_order_b()
184 MACROBLOCK *x, TOKENEXTRA **tp, in tokenize1st_order_b()
452 static void stuff2nd_order_b(TOKENEXTRA **tp, ENTROPY_CONTEXT *a, in stuff2nd_order_b()
469 static void stuff1st_order_b(TOKENEXTRA **tp, ENTROPY_CONTEXT *a, in stuff1st_order_b()
487 static void stuff1st_order_buv(TOKENEXTRA **tp, ENTROPY_CONTEXT *a, in stuff1st_order_buv()
/external/strace/tests-m32/
Dsched_rr_get_interval.c14 struct timespec *const tp = tail_alloc(sizeof(struct timespec)); in main() local
/external/strace/tests-mx32/
Dsched_rr_get_interval.c14 struct timespec *const tp = tail_alloc(sizeof(struct timespec)); in main() local
/external/strace/tests/
Dsched_rr_get_interval.c14 struct timespec *const tp = tail_alloc(sizeof(struct timespec)); in main() 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/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Daddress.pass.cpp22 T* tp = new T(); in test_address() local
/external/libcxx/src/
Dchrono.cpp136 struct timespec tp; in now() local
223 struct timespec tp; in now() local
/external/syslinux/core/thread/
Dtimeout.c17 struct thread_list *tp; in __thread_process_timeouts() 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

12345678