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:oal_likely
(Results
1 - 5
of
5
) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
oal_util.h
87
#define
oal_likely
(_expr) (_expr)
macro
90
#define
oal_likely
(_expr) likely(_expr)
macro
H
A
D
oal_sdio_host.c
509
if (
oal_likely
(ret == HI_SUCCESS)) {
in oal_sdio_extend_buf_get()
518
if (
oal_likely
(hi_sdio->credit_update_cb)) {
in oal_sdio_extend_buf_get()
1522
if (
oal_likely
(ret > 0)) {
in oal_mmc_io_rw_scat_extended()
1700
if (
oal_likely
(align_len)) {
in oal_sdio_transfer_scatt()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_tx_data.c
353
if (
oal_likely
(wmm == HI_TRUE)) { /* wmm使能 */
in hmac_tx_update_tid()
1270
if (
oal_likely
(!ether_is_multicast(mac_addr))) {
in hmac_tx_lan_mpdu_process_ap()
1415
if (
oal_likely
(hmac_tx_ret == HMAC_TX_PASS)) {
in hmac_tx_lan_to_wlan_no_tcp_opt_to_dmac()
H
A
D
hmac_rx_data.c
775
if (
oal_likely
(netbuf != HI_NULL)) {
in hmac_rx_netbuf_add_to_list_tail()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H
A
D
hcc_host.c
603
if (
oal_likely
(i >= len)) {
618
if (
oal_likely
(!oal_netbuf_list_empty(next_assembled_head))) {
650
if (
oal_likely
(pst_cb_stru->destroy)) {
808
if (
oal_likely
(hcc_handler->hcc_transer_info.tx_flow_ctrl.net_startall)) {
Completed in 11 milliseconds