/external/kernel-headers/original/linux/ |
D | thread_info.h | 30 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/ |
D | hciattach.c | 143 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 …]
|
D | hciattach_ti.c | 214 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()
|
D | hciattach_tialt.c | 99 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/ |
D | tcp_input.c | 68 #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
|
D | tcp_output.c | 73 register struct tcpiphdr *ti; local
|
/external/qemu/slirp-android/ |
D | tcp_input.c | 68 #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
|
D | tcp_output.c | 73 register struct tcpiphdr *ti; local
|
/external/webrtc/src/common_audio/signal_processing_library/main/source/ |
D | complex_bit_reverse.c | 23 WebRtc_Word16 tr, ti; in WebRtcSpl_ComplexBitReverse() local
|
/external/dhcpcd/ |
D | if-pref.c | 37 ifcmp(struct interface *si, struct interface *ti) in ifcmp()
|
/external/qemu/ |
D | translate-all.c | 105 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/ |
D | DefaultConnectionReuseStrategy.java | 143 TokenIterator ti = createTokenIterator(hit); in keepAlive() local
|
/external/openssl/crypto/des/ |
D | cfb64ede.c | 75 DES_LONG ti[2]; in DES_ede3_cfb64_encrypt() local 157 DES_LONG ti[2]; in DES_ede3_cfb_encrypt() local
|
D | cfb64enc.c | 73 DES_LONG ti[2]; in DES_cfb64_encrypt() local
|
D | ofb64enc.c | 74 DES_LONG ti[2]; in DES_ofb64_encrypt() local
|
D | ofb_enc.c | 75 DES_LONG ti[2]; in DES_ofb_encrypt() local
|
D | cfb_enc.c | 78 DES_LONG ti[2]; in DES_cfb_encrypt() local
|
D | ofb64ede.c | 76 DES_LONG ti[2]; in DES_ede3_ofb64_encrypt() local
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/ |
D | p3-0x.cpp | 43 const std::type_info &ti = typeid(struct Ti {}); // expected-error {{'Ti' can not be defined in a t… variable
|
/external/chromium/base/ |
D | utf_offset_string_conversions_unittest.cc | 93 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/ |
D | bf_ofb64.c | 74 BF_LONG ti[2]; in BF_ofb64_encrypt() local
|
D | bf_cfb64.c | 73 BF_LONG ti[2]; in BF_cfb64_encrypt() local
|
/external/openssl/crypto/rc2/ |
D | rc2cfb64.c | 74 unsigned long ti[2]; in RC2_cfb64_encrypt() local
|
D | rc2ofb64.c | 75 unsigned long ti[2]; in RC2_ofb64_encrypt() local
|
/external/clang/test/SemaTemplate/ |
D | resolve-single-template-id.cpp | 57 test<oneT<int> > ti; in main() local
|