Home
last modified time | relevance | path

Searched defs:ti (Results 1 – 25 of 64) sorted by relevance

123

/external/kernel-headers/original/linux/
Dthread_info.h30 static inline void set_ti_thread_flag(struct thread_info *ti, int flag) in set_ti_thread_flag()
35 static inline void clear_ti_thread_flag(struct thread_info *ti, int flag) in clear_ti_thread_flag()
40 static inline int test_and_set_ti_thread_flag(struct thread_info *ti, int flag) in test_and_set_ti_thread_flag()
45 static inline int test_and_clear_ti_thread_flag(struct thread_info *ti, int flag) in test_and_clear_ti_thread_flag()
50 static inline int test_ti_thread_flag(struct thread_info *ti, int flag) in test_ti_thread_flag()
/external/bluetooth/bluez/tools/
Dhciattach.c143 int set_speed(int fd, struct termios *ti, int speed) in set_speed()
206 static int ericsson(int fd, struct uart_t *u, struct termios *ti) in ericsson()
261 static int digi(int fd, struct uart_t *u, struct termios *ti) in digi()
295 static int texas(int fd, struct uart_t *u, struct termios *ti) in texas()
300 static int texas2(int fd, struct uart_t *u, struct termios *ti) in texas2()
305 static int texasalt(int fd, struct uart_t *u, struct termios *ti) in texasalt()
310 static int ath3k_ps(int fd, struct uart_t *u, struct termios *ti) in ath3k_ps()
315 static int ath3k_pm(int fd, struct uart_t *u, struct termios *ti) in ath3k_pm()
320 static int qualcomm(int fd, struct uart_t *u, struct termios *ti) in qualcomm()
385 static int bcsp(int fd, struct uart_t *u, struct termios *ti) in bcsp()
[all …]
Dhciattach_ti.c214 int fd, struct termios *ti) in brf_set_serial_params()
316 int fd, struct termios *ti, int hcill_installed) in brf_do_action()
381 static int brf_do_script(int fd, struct termios *ti, const char *bts_file) in brf_do_script()
439 int texas_init(int fd, struct termios *ti) in texas_init()
497 int texas_post(int fd, struct termios *ti) in texas_post()
Dhciattach_tialt.c99 static int texas_change_speed(int fd, struct termios *ti, uint32_t speed) in texas_change_speed()
192 int texasalt_init(int fd, int speed, struct termios *ti) in texasalt_init()
/external/qemu/slirp/
Dtcp_input.c68 #define TCP_REASS(tp, ti, m, so, flags) {\ argument
91 #define TCP_REASS(tp, ti, m, so, flags) { \ argument
116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti, in tcp_reass()
236 register struct tcpiphdr *ti; in tcp_input() local
1498 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti) in tcp_dooptions()
1575 tcp_pulloutofband(so, ti, m) in tcp_pulloutofband() argument
Dtcp_output.c73 register struct tcpiphdr *ti; local
/external/qemu/slirp-android/
Dtcp_input.c68 #define TCP_REASS(tp, ti, m, so, flags) {\ argument
91 #define TCP_REASS(tp, ti, m, so, flags) { \ argument
116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti, in tcp_reass()
236 register struct tcpiphdr *ti; in tcp_input() local
1504 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti) in tcp_dooptions()
1581 tcp_pulloutofband(so, ti, m) in tcp_pulloutofband() argument
Dtcp_output.c73 register struct tcpiphdr *ti; local
/external/webrtc/src/common_audio/signal_processing_library/main/source/
Dcomplex_bit_reverse.c23 WebRtc_Word16 tr, ti; in WebRtcSpl_ComplexBitReverse() local
/external/dhcpcd/
Dif-pref.c37 ifcmp(struct interface *si, struct interface *ti) in ifcmp()
/external/qemu/
Dtranslate-all.c105 int64_t ti; in cpu_gen_code() local
180 int64_t ti; in cpu_restore_state() local
/external/apache-http/src/org/apache/http/impl/
DDefaultConnectionReuseStrategy.java143 TokenIterator ti = createTokenIterator(hit); in keepAlive() local
/external/openssl/crypto/des/
Dcfb64ede.c75 DES_LONG ti[2]; in DES_ede3_cfb64_encrypt() local
157 DES_LONG ti[2]; in DES_ede3_cfb_encrypt() local
Dcfb64enc.c73 DES_LONG ti[2]; in DES_cfb64_encrypt() local
Dofb64enc.c74 DES_LONG ti[2]; in DES_ofb64_encrypt() local
Dofb_enc.c75 DES_LONG ti[2]; in DES_ofb_encrypt() local
Dcfb_enc.c78 DES_LONG ti[2]; in DES_cfb_encrypt() local
Dofb64ede.c76 DES_LONG ti[2]; in DES_ede3_ofb64_encrypt() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
Dp3-0x.cpp43 const std::type_info &ti = typeid(struct Ti {}); // expected-error {{'Ti' can not be defined in a t… variable
/external/chromium/base/
Dutf_offset_string_conversions_unittest.cc93 for (std::vector<size_t>::iterator ti = size_ts.begin(); ti != size_ts.end(); in TEST() local
107 for (std::vector<size_t>::iterator ti = size_ts.begin(); ti != size_ts.end(); in TEST() local
/external/openssl/crypto/bf/
Dbf_ofb64.c74 BF_LONG ti[2]; in BF_ofb64_encrypt() local
Dbf_cfb64.c73 BF_LONG ti[2]; in BF_cfb64_encrypt() local
/external/openssl/crypto/rc2/
Drc2cfb64.c74 unsigned long ti[2]; in RC2_cfb64_encrypt() local
Drc2ofb64.c75 unsigned long ti[2]; in RC2_ofb64_encrypt() local
/external/clang/test/SemaTemplate/
Dresolve-single-template-id.cpp57 test<oneT<int> > ti; in main() local

123