/external/wpa_supplicant_8/src/drivers/ |
D | driver_roboswitch.c | 287 u16 _read, addr_be16[3], addr_read[3], ports_read; in wpa_driver_roboswitch_leave() local 292 &_read, 1); in wpa_driver_roboswitch_leave() 294 if (!(_read & (1 << 4))) return -1; in wpa_driver_roboswitch_leave() 309 _read &= ~(1 << 4); in wpa_driver_roboswitch_leave() 311 ROBO_ARLCTRL_CONF, &_read, in wpa_driver_roboswitch_leave() 351 u16 vlan = 0, _read[2]; in wpa_driver_roboswitch_init() local 409 _read[0] = ROBO_VLAN_MAX; in wpa_driver_roboswitch_init() 411 _read, 1); in wpa_driver_roboswitch_init() 413 _read + 1, 1); in wpa_driver_roboswitch_init() 414 drv->is_5350 = _read[0] == _read[1]; in wpa_driver_roboswitch_init() [all …]
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
D | _stream_base.py | 104 def _read(self, length): member in StreamBase 143 new_bytes = self._read(length) 158 ch = self._read(1)
|
D | _stream_hixie75.py | 107 b_str = self._read(1)
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | server_process.py | 139 return self._read(timeout, size=0) 160 return self._read(timeout, size) 162 def _read(self, timeout, size): member in ServerProcess
|
/external/openssl/crypto/des/ |
D | enc_read.c | 156 i=_read(fd,(void *)&(net[net_num]),HDRSIZE-net_num); in OPENSSL_IMPLEMENT_GLOBAL() 182 i=_read(fd,(void *)&(net[net_num]),rnum-net_num); in OPENSSL_IMPLEMENT_GLOBAL()
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 22 #define read _read
|
/external/openssl/crypto/bio/ |
D | bio_lcl.h | 24 #define UP_read _read
|
/external/bison/lib/ |
D | stdio-impl.h | 39 void *_read; \
|
/external/tcpdump/ |
D | tcpdump-stdinc.h | 65 #define read _read
|
/external/marisa-trie/lib/marisa/ |
D | reader.cc | 69 const int size_read = _read(fd_, buf, count); in read_data()
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
D | reader.cc | 69 const int size_read = _read(fd_, buf, count); in read_data()
|
/external/kernel-headers/original/asm-mips/sgi/ |
D | ioc.h | 144 u8 _read[3]; member
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | test_expectations.py | 342 self._read(self._get_iterable_expectations(self._expectations), 353 self._read(self._get_iterable_expectations(self._overrides), 486 def _read(self, expectations, overrides_allowed): member in TestExpectationsFile
|
/external/dropbear/libtommath/ |
D | poster.tex | 27 $a \leftarrow buf[0..len-1]$ & {\tt mp\_read\_unsigned\_bin(\&a, buf, len)} \\
|
D | bn.tex | 1724 \index{mp\_read\_radix} 1750 \index{mp\_read\_unsigned\_bin}
|
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 101 # define _read read macro
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | wps-nfc.py | 181 record._read(f)
|
/external/llvm/tools/gold/ |
D | gold-plugin.cpp | 36 # define read _read
|
/external/chromium/third_party/libevent/ |
D | evdns.c | 146 #define read _read
|
/external/libxml2/ |
D | trio.c | 149 # define read _read
|
/external/dropbear/libtomcrypt/ |
D | changes | 1034 … -- static functions in _write/_read in keyring.c now check the return of ctr_encrypt/ctr_decrypt.
|
D | crypt.tex | 2891 …C4, the output is XOR'ed against your buffer you provide. In this manner, you can use rc4\_read() 2911 sober128\_read() as an encrypt (and decrypt) function.
|