Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
Ddriver_roboswitch.c287 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.py104 def _read(self, length): member in StreamBase
143 new_bytes = self._read(length)
158 ch = self._read(1)
D_stream_hixie75.py107 b_str = self._read(1)
/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/bison/lib/
Dstdio-impl.h39 void *_read; \
/external/tcpdump/
Dtcpdump-stdinc.h65 #define read _read
/external/marisa-trie/lib/marisa/
Dreader.cc69 const int size_read = _read(fd_, buf, count); in read_data()
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dreader.cc69 const int size_read = _read(fd_, buf, count); in read_data()
/external/kernel-headers/original/asm-mips/sgi/
Dioc.h144 u8 _read[3]; member
/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/wpa_supplicant_8/wpa_supplicant/examples/
Dwps-nfc.py181 record._read(f)
/external/llvm/tools/gold/
Dgold-plugin.cpp36 # define read _read
/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.