Home
last modified time | relevance | path

Searched refs:_read (Results 1 – 18 of 18) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_roboswitch.c290 u16 _read, addr_be16[3], addr_read[3], ports_read; in wpa_driver_roboswitch_leave() local
295 &_read, 1); in wpa_driver_roboswitch_leave()
297 if (!(_read & (1 << 4))) return -1; in wpa_driver_roboswitch_leave()
312 _read &= ~(1 << 4); in wpa_driver_roboswitch_leave()
314 ROBO_ARLCTRL_CONF, &_read, in wpa_driver_roboswitch_leave()
354 u16 vlan = 0, _read[2]; in wpa_driver_roboswitch_init() local
412 _read[0] = ROBO_VLAN_MAX; in wpa_driver_roboswitch_init()
414 _read, 1); in wpa_driver_roboswitch_init()
416 _read + 1, 1); in wpa_driver_roboswitch_init()
417 drv->is_5350 = _read[0] == _read[1]; in wpa_driver_roboswitch_init()
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver_roboswitch.c293 u16 _read, addr_be16[3], addr_read[3], ports_read; in wpa_driver_roboswitch_leave() local
298 &_read, 1); in wpa_driver_roboswitch_leave()
300 if (!(_read & (1 << 4))) return -1; in wpa_driver_roboswitch_leave()
315 _read &= ~(1 << 4); in wpa_driver_roboswitch_leave()
317 ROBO_ARLCTRL_CONF, &_read, in wpa_driver_roboswitch_leave()
357 u16 vlan = 0, _read[2]; in wpa_driver_roboswitch_init() local
415 _read[0] = ROBO_VLAN_MAX; in wpa_driver_roboswitch_init()
417 _read, 1); in wpa_driver_roboswitch_init()
419 _read + 1, 1); in wpa_driver_roboswitch_init()
420 drv->is_5350 = _read[0] == _read[1]; in wpa_driver_roboswitch_init()
[all …]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
Dserver_process.py139 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/
Denc_read.c156 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/
Dunistd.h22 #define read _read
/external/openssl/crypto/bio/
Dbio_lcl.h24 #define UP_read _read
/external/tcpdump/
Dtcpdump-stdinc.h65 #define read _read
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dtest_expectations.py342 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/
Dposter.tex27 $a \leftarrow buf[0..len-1]$ & {\tt mp\_read\_unsigned\_bin(\&a, buf, len)} \\
Dbn.tex1724 \index{mp\_read\_radix}
1750 \index{mp\_read\_unsigned\_bin}
/external/stlport/src/details/
Dfstream_stdio.cpp101 # define _read read macro
/external/llvm/tools/gold/
Dgold-plugin.cpp36 # define read _read
/external/libvpx/build/make/
Dobj_int_extract.c1026 if (_read(fd, file_buf, stat_buf.st_size) != stat_buf.st_size) in main()
/external/chromium/third_party/libevent/
Devdns.c146 #define read _read
/external/libxml2/
Dtrio.c149 # define read _read
/external/dropbear/libtomcrypt/
Dchanges1034 … -- static functions in _write/_read in keyring.c now check the return of ctr_encrypt/ctr_decrypt.
Dcrypt.tex2891 …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.
/external/bluetooth/glib/
DChangeLog.pre-2-06935 * gstring.c: Include <io.h> on Win32 for _read prototype.