Searched refs:sc2 (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_gif.c653 struct gif_softc *sc2; local
770 #define GIF_ORDERED_LOCK(sc, sc2) \
771 if (sc < sc2) { \
773 GIF_LOCK(sc2); \
775 GIF_LOCK(sc2); \
779 #define GIF_ORDERED_UNLOCK(sc, sc2) \
780 if (sc > sc2) { \
782 GIF_UNLOCK(sc2); \
784 GIF_UNLOCK(sc2); \
792 sc2
[all...]
H A Dif_bridge.c1163 struct bridge_softc *sc, *sc2; local
1296 LIST_FOREACH(sc2, &bridge_list, sc_list) {
1298 IF_LLADDR(sc2->sc_ifp), ETHER_ADDR_LEN) == 0)
/macosx-10.10/IOGraphics-485/tools/
H A Dgaussblur.c105 uint16_t * sc2 = malloc((width+2) * sizeof(uint16_t)); local
111 bzero(sc2, (width+2) * sizeof(uint16_t));
193 tmp2 = sc2[i] + tmp1;
194 sc2[i] = tmp1;
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A Dbmcompress.h652 uint16_t * sc2 = IONew(uint16_t, (width+2)); local
658 bzero(sc2, (width+2) * sizeof(uint16_t));
725 tmp2 = sc2[i] + tmp1;
726 sc2[i] = tmp1;
739 IODelete(sc2, uint16_t, (width+2));
754 uint16_t * sc2 = IONew(uint16_t, (width+2)); local
760 bzero(sc2, (width+2) * sizeof(uint16_t));
826 tmp2 = sc2[i] + tmp1;
827 sc2[i] = tmp1;
841 IODelete(sc2, uint16_
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dspooftest.c185 USpoofChecker *sc2; local
203 sc2 = uspoof_openFromSerialized(buf, serializedSize+10, &actualLength, &status);
205 TEST_ASSERT_NE(NULL, sc2);
209 checkResults = uspoof_check(sc2, goodLatin, -1, NULL, &status);
213 checkResults = uspoof_check(sc2, scMixed, -1, NULL, &status);
217 uspoof_close(sc2);
/macosx-10.10/ksh-23/ksh/src/lib/libast/uwin/
H A Derf.c248 sc2 = 2.80952153365721279953959310660e+001, variable
312 S = one+s*(sc1+s*(sc2+s*sc3));
389 S = one+s*(sc1+s*(sc2+s*sc3));
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DVectorMath.cpp85 DSPSplitComplex sc2; local
89 sc2.realp = const_cast<float*>(real2P);
90 sc2.imagp = const_cast<float*>(imag2P);
94 ::zvmul(&sc1, 1, &sc2, 1, &dest, 1, framesToProcess, 1);
96 vDSP_zvmul(&sc1, 1, &sc2, 1, &dest, 1, framesToProcess, 1);
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tcltklib/
H A Dsample1.rb510 li1 = sc1 = sc2 = nil
517 cb.push(c4 = TclTkCallback.new(ip, proc{|i| sc2.e("set", i)}))
527 sc2 = TclTkWidget.new(ip, f1, scrollbar, "-orient vertical -command", c2)
551 grid.e(sc2, "-row 0 -column 1 -sticky ns")
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-ldap/
H A Dchain.c954 sc2 = { 0 }; local
1021 sc2.sc_next = sc->sc_next;
1022 sc2.sc_private = &lb;
1023 sc2.sc_response = ldap_chain_cb_response;
1024 op->o_callback = &sc2;
1074 sc2.sc_response = ldap_chain_cb_search_response;
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c600 #define MODSSL_CFG_CA_NE(f, sc1, sc2) \
602 (!sc2->server->auth.f || \
603 strNE(sc1->server->auth.f, sc2->server->auth.f)))
/macosx-10.10/mDNSResponder-561.1.1/Clients/
H A Ddns-sd.c240 static DNSServiceRef sc1, sc2, sc3; // DNSServiceRefs for kDNSServiceFlagsShareConnection testing variable
1749 sc2 = client;
1750 err = DNSServiceBrowse(&sc2, kDNSServiceFlagsShareConnection, opinterface, "_ftp._tcp", "", browse_reply, NULL);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsyncrepl.c840 compare_csns( struct sync_cookie *sc1, struct sync_cookie *sc2, int *which ) argument
847 if ( sc1->numcsns < sc2->numcsns ) {
852 for (j=0; j<sc2->numcsns; j++) {
854 if ( sc1->sids[i] != sc2->sids[j] )
859 &sc1->ctxcsn[i], &sc2->ctxcsn[j], &text );
867 /* sc2 has a sid sc1 lacks */
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.tab1664 |name match *.sc2 Microsoft Schedule+ 7.0 Application application/x-ms-scheduleplus

Completed in 178 milliseconds