Home
last modified time | relevance | path

Searched refs:ice (Results 1 – 25 of 68) sorted by relevance

123

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dtools.c185 mdb_tool_idl_cache_entry *ice; in mdb_tool_entry_close() local
190 while ((ice = mdb_tool_axinfo[i]->ai_flist)) { in mdb_tool_entry_close()
191 mdb_tool_axinfo[i]->ai_flist = ice->next; in mdb_tool_entry_close()
192 free(ice); in mdb_tool_entry_close()
1283 mdb_tool_idl_cache_entry *ice; in mdb_tool_idl_flush_one() local
1345 for ( ice = ic->head, n=0; ice; ice = ice->next, n++ ) { in mdb_tool_idl_flush_one()
1347 if ( ice->next ) { in mdb_tool_idl_flush_one()
1355 data[0].mv_data = ice->ids; in mdb_tool_idl_flush_one()
1417 mdb_tool_idl_cache_entry *ice; in mdb_tool_idl_add() local
1490 ice = ax->ai_flist; in mdb_tool_idl_add()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dcsv.d679 catch (IncompleteCellException ice) in catch() argument
681 assert(ice.partialData == "one\nnew line"); in catch()
1289 catch (IncompleteCellException ice) in prime()
1291 ice.row = _input.row; in prime()
1292 ice.col = _input.col; in prime()
1293 ice.partialData = _front.data.idup; in prime()
1294 throw ice; in prime() local
1311 catch (IncompleteCellException ice) in prime()
1313 ice.row = _input.row; in prime()
1314 ice.col = _input.col; in prime()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dcsv.d793 catch (IncompleteCellException ice) in catch() argument
795 assert(ice.partialData == "one\nnew line"); in catch()
1444 catch (IncompleteCellException ice) in prime()
1446 ice.row = _input.row; in prime()
1447 ice.col = _input.col; in prime()
1448 ice.partialData = _front.data.idup; in prime()
1449 throw ice; in prime() local
1466 catch (IncompleteCellException ice) in prime()
1468 ice.row = _input.row; in prime()
1469 ice.col = _input.col; in prime()
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A DREADME26 29906a ice-on-valid-code, break
27 29906b ice-on-valid-code, fix
H A D29906a.config5 BUG_KIND=ice-on-valid-code
H A D29906b.config5 BUG_KIND=ice-on-valid-code
H A D30643.config5 BUG_KIND=ice-on-valid-code
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
H A DREADME26 29906a ice-on-valid-code, break
27 29906b ice-on-valid-code, fix
H A D29906a.config5 BUG_KIND=ice-on-valid-code
H A D29906b.config5 BUG_KIND=ice-on-valid-code
H A D30643.config5 BUG_KIND=ice-on-valid-code
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/
H A DChangeLog68 * bin/gcc-test-ice-on-valid-code: New.
69 * bin/gcc-test-ice-on-invalid-code: New.
/netbsd-src/sys/dev/marvell/
H A Dif_mvgbe.c1015 uint32_t ic, ice, datum = 0; in mvgbe_intr() local
1019 ice = MVGBE_READ(sc, MVGBE_ICE); in mvgbe_intr()
1022 DPRINTFN(3, ("mvgbe_intr: ic=%#x, ice=%#x\n", ic, ice)); in mvgbe_intr()
1023 if (ic == 0 && ice == 0) in mvgbe_intr()
1026 datum = datum ^ ic ^ ice; in mvgbe_intr()
1029 MVGBE_WRITE(sc, MVGBE_ICE, ~ice); in mvgbe_intr()
1036 if (ice & MVGBE_ICE_LINKCHG) { in mvgbe_intr()
1053 if (ice & (MVGBE_ICE_TXBUF_MASK | MVGBE_ICE_TXERR_MASK)) in mvgbe_intr()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dlang-guile12 (use-modules (ice-9 format))
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dgemini.dtsi90 ice_default_pins: pinctrl-ice {
92 function = "ice";
H A Dkeystone-k2g-ice.dts13 compatible = "ti,k2g-ice", "ti,k2g", "ti,keystone";
/netbsd-src/share/dict/
H A Dweb2a1619 anchor ice
4105 barrier ice
4575 bay ice
5335 berg ice
7290 bottom ice
9391 camphor ice
10465 cat ice
13089 college ice
18256 drug ice
18328 Dry ice
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp301 const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(receiver); in shouldExtendReceiverForInnerPointerMessage() local
302 if (!ice || ice->getCastKind() != CK_LValueToRValue) return true; in shouldExtendReceiverForInnerPointerMessage()
303 receiver = ice->getSubExpr()->IgnoreParens(); in shouldExtendReceiverForInnerPointerMessage()
320 const DeclRefExpr *declRef = dyn_cast<DeclRefExpr>(ice->getSubExpr()); in shouldExtendReceiverForInnerPointerMessage()
/netbsd-src/share/misc/
H A Dlanguage193 Icelandic ice/isl is
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp4615 if (auto *ice = dyn_cast<ImplicitCastExpr>(ce)) in maybeUndoReclaimObject() local
4616 if (ice->getCastKind() == CK_ARCReclaimReturnedObject) { in maybeUndoReclaimObject()
4618 return ice->getSubExpr(); in maybeUndoReclaimObject()
4620 pe->setSubExpr(ice->getSubExpr()); in maybeUndoReclaimObject()
4622 cast<CastExpr>(prevExpr)->setSubExpr(ice->getSubExpr()); in maybeUndoReclaimObject()
/netbsd-src/external/public-domain/tz/dist/
H A Dantarctica333 # Halley is on a moving ice shelf and is periodically relocated
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
H A Dsdm630.dtsi1317 reg-names = "hc", "cqhci", "ice";
1327 clock-names = "core", "iface", "xo", "ice";
/netbsd-src/games/fortune/datfiles/
H A Dfarber847 I'm sitting on the edge of my ice.
1122 It's the straw that broke the ice.
1763 Those guys are as independent as hogs on ice.
/netbsd-src/usr.bin/calendar/calendars/
H A Dcalendar.history324 08/03 USS Nautilus crosses under north polar ice cap, 1958
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp4522 while (const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(e)) in findInCopyConstruct() local
4523 e = ice->getSubExpr(); in findInCopyConstruct()

123