Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:tv2
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_util.c
208
struct timeval
tv2
;
in oal_random_ether_addr()
local
217
tv2
.tv_sec = (hi_u32)((hi_u32)((hi_u64)tv1.tv_sec * tv1.tv_sec) * (hi_u64)tv1.tv_usec);
in oal_random_ether_addr()
218
tv2
.tv_usec = (hi_u32)((hi_u32)((hi_u64)tv1.tv_sec * tv1.tv_usec) * (hi_u64)tv1.tv_usec);
in oal_random_ether_addr()
221
mac_addr[0] = ((hi_u32)
tv2
.tv_sec & 0xff) & 0xfe;
in oal_random_ether_addr()
222
mac_addr[1] = (hi_u32)
tv2
.tv_usec & 0xff;
in oal_random_ether_addr()
223
mac_addr[2] = ((hi_u32)
tv2
.tv_sec & 0xff0) >> 4; /* mac_addr[2]右移4 bit */
in oal_random_ether_addr()
224
mac_addr[3] = ((hi_u32)
tv2
.tv_usec & 0xff0) >> 4; /* mac_addr[3]右移4 bit */
in oal_random_ether_addr()
225
mac_addr[4] = ((hi_u32)
tv2
.tv_sec & 0xff00) >> 8; /* mac_addr[4]右移8 bit */
in oal_random_ether_addr()
226
mac_addr[5] = ((hi_u32)
tv2
.tv_usec & 0xff00) >> 8; /* mac_addr[5]右移8 bit */
in oal_random_ether_addr()
Completed in 1 milliseconds