OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ice
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/back-mdb/
tools.c
193
mdb_tool_idl_cache_entry *
ice
;
local
198
while ((
ice
= mdb_tool_axinfo[i]->ai_flist)) {
199
mdb_tool_axinfo[i]->ai_flist =
ice
->next;
200
free(
ice
);
1313
mdb_tool_idl_cache_entry *
ice
;
local
1375
for (
ice
= ic->head, n=0;
ice
;
ice
=
ice
->next, n++ ) {
1377
if (
ice
->next )
1447
mdb_tool_idl_cache_entry *
ice
;
local
[
all
...]
/src/sys/dev/marvell/
if_mvgbe.c
1003
uint32_t ic,
ice
, datum = 0;
local
1007
ice
= MVGBE_READ(sc, MVGBE_ICE);
1010
DPRINTFN(3, ("mvgbe_intr: ic=%#x,
ice
=%#x\n", ic,
ice
));
1011
if (ic == 0 &&
ice
== 0)
1014
datum = datum ^ ic ^
ice
;
1017
MVGBE_WRITE(sc, MVGBE_ICE, ~
ice
);
1024
if (
ice
& MVGBE_ICE_LINKCHG) {
1041
if (
ice
& (MVGBE_ICE_TXBUF_MASK | MVGBE_ICE_TXERR_MASK))
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjC.cpp
301
const ImplicitCastExpr *
ice
= dyn_cast<ImplicitCastExpr>(receiver);
local
302
if (!
ice
||
ice
->getCastKind() != CK_LValueToRValue) return true;
303
receiver =
ice
->getSubExpr()->IgnoreParens();
320
const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(
ice
->getSubExpr());
Completed in 20 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026