Searched refs:me (Results 126 - 150 of 842) sorted by relevance

1234567891011>>

/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.cpp2337 IONetworkInterface * me = IFNET_TO_THIS(ifp); local
2340 assert(ifp == me->_backingIfnet);
2341 assert(me->_peqHandler);
2343 ret = me->_peqHandler(me->_peqTarget, me->_peqRefcon, packet);
2388 IONetworkInterface * me = IFNET_TO_THIS(ifp); local
2391 assert(ifp == me->_backingIfnet);
2392 if (me->if_start_precheck(ifp))
2395 driver = me
2410 IONetworkInterface * me = IFNET_TO_THIS(ifp); local
2900 IONetworkInterface * me = IFNET_TO_THIS(ifp); local
2946 IONetworkInterface * me = IFNET_TO_THIS(ifp); local
3086 IONetworkInterface * me = IFNET_TO_THIS(ifp); local
3171 IONetworkInterface * me = IFNET_TO_THIS(ifp); local
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dsicad.vim69 syn match sicadStatement "\<atan("me=e-1
70 syn match sicadStatement "\<atan2("me=e-1
71 syn match sicadStatement "\<cos("me=e-1
72 syn match sicadStatement "\<dist("me=e-1
73 syn match sicadStatement "\<exp("me=e-1
74 syn match sicadStatement "\<log("me=e-1
75 syn match sicadStatement "\<log10("me=e-1
76 syn match sicadStatement "\<sin("me=e-1
77 syn match sicadStatement "\<sqrt("me=e-1
78 syn match sicadStatement "\<tanh("me
[all...]
H A Dhelp.vim11 syn match helpHeadline "^[-A-Z .][-A-Z0-9 .()]*[ \t]\+\*"me=e-1
14 syn region helpExample matchgroup=helpIgnore start=" >$" start="^>$" end="^[^ \t]"me=e-1 end="^<"
36 syn match helpSpecial "\<N\.$"me=e-1
37 syn match helpSpecial "\<N\.\s"me=e-2
42 syn match helpSpecial "Nth"me=e-2
43 syn match helpSpecial "N-1"me=e-2
122 syn match helpSpecial "Nma"me=e-2
123 syn match helpSpecial "Nme"me=e-2
124 syn match helpSpecial "Nmi"me=e-2
125 syn match helpSpecial "Nmo"me
[all...]
H A Dsml.vim92 syn region smlPreDef start="."me=e-1 matchgroup=smlKeyword end="\l\|="me=e-1 contained contains=@smlAllErrs,smlComment,smlModParam,smlModTypeRestr,smlModTRWith nextgroup=smlModPreRHS
96 syn region smlPreMPRestr start="."me=e-1 end=")"me=e-1 contained contains=@smlAllErrs,smlComment,smlMPRestr,smlModTypeRestr
98 syn region smlMPRestr start=":" end="."me=e-1 contained contains=@smlComment skipwhite skipempty nextgroup=smlMPRestr1,smlMPRestr2,smlMPRestr3
100 syn region smlMPRestr2 start="\sfunctor\(\s\|(\)\="me=e-1 matchgroup=smlKeyword end="->" contained contains=@smlAllErrs,smlComment,smlModParam skipwhite skipempty nextgroup=smlFuncWith
103 syn region smlModRHS start="." end=".\w\|([^*]"me=e-2 contained contains=smlComment skipwhite skipempty nextgroup=smlModParam,smlFullMod
106 syn region smlFuncWith start="([^*]"me=e-1 end=")" contained contains=smlComment,smlWith,smlFuncStruct
112 syn region smlWithRest start="[^)]" end=")"me=e-1 contained contains=ALLBUT,@smlContained
116 syn match smlMTDef "=\s*\w\(\w\|'\)*\>"hs=s+1,me
[all...]
H A Dhog.vim37 syn region hogEscapeBrace oneline contained transparent start="[^\\]\(\\\\\)*\[\^\=\]\=" skip="\\\\\|\\\]" end="\]"me=e-1
115 syn region hogAOpt contained oneline start="rpc" end=":"me=e-1 nextgroup=hogARPCOptGrp skipwhite
116 syn region hogARPCOptGrp contained oneline start="."hs=s+1 end=";"me=e-1 contains=hogARPCOpt skipwhite
118 syn region hogAOpt contained oneline start="tag" end=":"me=e-1 nextgroup=hogATAGOptGrp skipwhite
119 syn region hogATAGOptGrp contained oneline start="."hs=s+1 skip="," end=";"me=e-1 contains=hogATAGOpt,hogNumber skipwhite
121 syn region hogAOpt contained oneline start="nocase\|sameip" end=";"me=e-1 skipwhite oneline keepend
123 syn region hogAOpt contained start="resp" end=":"me=e-1 nextgroup=hogARespOpts skipwhite
126 syn region hogAOpt contained start="react" end=":"me=e-1 nextgroup=hogAReactOpts skipwhite
129 syn region hogAOpt contained oneline start="depth\|seq\|ttl\|ack\|icmp_seq\|activates\|activated_by\|dsize\|icode\|icmp_id\|count\|itype\|tos\|id\|offset" end=":"me=e-1 nextgroup=hogANOptGrp skipwhite
130 syn region hogANOptGrp contained oneline start="."hs=s+1 end=";"me
[all...]
H A Dptcap.vim50 syn match ptcapNumberError "#0x\X"me=e-1,lc=1 contained
69 syn region ptcapEntry start="^\s*[^[:space:]:]"me=e-1 end="^\s*[^[:space:]:#]"me=e-1 contains=ptcapNames,ptcapField,ptcapLeadBlank,ptcapComment
71 syn region ptcapNames start="^\s*[^[:space:]:]" skip="[^\\]\(\\\\\)*\\:" end=":"me=e-1 contains=ptcapDelimiter,ptcapEscapedChar,ptcapLineCont,ptcapLeadBlank,ptcapComment keepend contained
72 syn region ptcapField start=":" skip="[^\\]\(\\\\\)*\\$" end="[^\\]\(\\\\\)*:"me=e-1 end="$" contains=ptcapDelimiter,ptcapString,ptcapNumber,ptcapNumberError,ptcapOperator,ptcapLineCont,ptcapSpecialCap,ptcapLeadBlank,ptcapComment keepend contained
73 syn region ptcapString matchgroup=ptcapOperator start="=" skip="[^\\]\(\\\\\)*\\:" matchgroup=ptcapDelimiter end=":"me=e-1 matchgroup=NONE end="[^\\]\(\\\\\)*[^\\]$" end="^$" contains=ptcapEscapedChar,ptcapLineCont keepend contained
H A Ddoxygen.vim62 syn region doxygenCommentL start=+//[/!]<\@!+me=e-1 end=+$+ contains=doxygenStartL,@Spell keepend skipwhite skipnl nextgroup=doxygenComment2 fold containedin=phpRegion
63 syn region doxygenCommentL start=+//[/!]<+me=e-2 end=+$+ contains=doxygenStartL,@Spell keepend skipwhite skipnl fold containedin=phpRegion
72 syn match doxygenStartSkip2 +^\s*\*[^/]+me=e-1 contained nextgroup=doxygenBody,doxygenStartSpecial,doxygenStartSkip skipwhite skipnl
119 syn region doxygenStartSpecial contained start=+[@\\]\([npcbea]\>\|em\>\|ref\>\|link\>\|f\$\|[$\\&<>#]\)\@!+ end=+$+ end=+\*/+me=s-1,he=s-1 contains=doxygenSpecial nextgroup=doxygenSkipComment skipnl keepend
125 syn region doxygenBody contained start=+\(/\*[*!]\)\@<!<\|[^<]\|$+ matchgroup=doxygenEndComment end=+\*/+re=e-2,me=e-2 contains=doxygenContinueComment,doxygenTODO,doxygenSpecial,doxygenSmallSpecial,doxygenHyperLink,doxygenHashLink,@doxygenHtmlGroup,@Spell
137 syn match doxygenStartSkip +^\s*\*[^/]+me=e-1 contained nextgroup=doxygenBrief,doxygenStartSpecial,doxygenFindBriefSpecial,doxygenStartSkip,doxygenPage skipwhite skipnl
140 syn match doxygenStartSkip +^\s*\*[^/]+me=e-1 contained nextgroup=doxygenStartSpecial,doxygenFindBriefSpecial,doxygenStartSkip,doxygenPage,doxygenBody skipwhite skipnl
237 syn match doxygenContinueLinkComment contained +^\s*\*\=[^/]+me=e-1 nextgroup=doxygenLinkRest
245 syn match doxygenPage "[\\@]page\>"me=s+1 contained skipwhite nextgroup=doxygenPagePage
277 syn match doxygenFormulaSpecial contained +[@\\]\(f[^$]\|[^f]\)+me
[all...]
H A Docaml.vim127 syn region ocamlPreDef start="."me=e-1 matchgroup=ocamlKeyword end="\l\|="me=e-1 contained contains=@ocamlAllErrs,ocamlComment,ocamlModParam,ocamlModTypeRestr,ocamlModTRWith nextgroup=ocamlModPreRHS
131 syn region ocamlPreMPRestr start="."me=e-1 end=")"me=e-1 contained contains=@ocamlAllErrs,ocamlComment,ocamlMPRestr,ocamlModTypeRestr
133 syn region ocamlMPRestr start=":" end="."me=e-1 contained contains=@ocamlComment skipwhite skipempty nextgroup=ocamlMPRestr1,ocamlMPRestr2,ocamlMPRestr3
135 syn region ocamlMPRestr2 start="\sfunctor\(\s\|(\)\="me=e-1 matchgroup=ocamlKeyword end="->" contained contains=@ocamlAllErrs,ocamlComment,ocamlModParam skipwhite skipempty nextgroup=ocamlFuncWith,ocamlMPRestr2
138 syn region ocamlModRHS start="." end=".\w\|([^*]"me=e-2 contained contains=ocamlComment skipwhite skipempty nextgroup=ocamlModParam,ocamlFullMod
141 syn region ocamlFuncWith start="([^*]"me=e-1 end=")" contained contains=ocamlComment,ocamlWith,ocamlFuncStruct skipwhite skipempty nextgroup=ocamlFuncWith
147 syn region ocamlWithRest start="[^)]" end=")"me=e-1 contained contains=ALLBUT,@ocamlContained
151 syn match ocamlMTDef "=\s*\w\(\w\|'\)*\>"hs=s+1,me
[all...]
H A Dbib.vim49 syn region bibComment start=/./ end=/^\s*@/me=e-1 contains=@bibCommentContents nextgroup=bibEntry
53 syn region bibField contained start="\S\+\s*=\s*" end=/[}),]/me=e-1 contains=bibEntryKw,bibNSEntryKw,bibBrace,bibParen,bibQuote,bibVariable
54 syn region bibEntryData contained start=/[{(]/ms=e+1 end=/[})]/me=e-1 contains=bibKey,bibField
62 syn region bibComment2 start=/@Comment[{(]/ end=/^\s*@/me=e-1 contains=@bibCommentContents nextgroup=bibEntry
H A Dpf.vim38 syn match pfVarAssign /^\s*[a-zA-Z][a-zA-Z0-9_]*\s*=/me=e-1
39 syn region pfFold1 start=/^#\{1}>/ end=/^#\{1,3}>/me=s-1 transparent fold
40 syn region pfFold2 start=/^#\{2}>/ end=/^#\{2,3}>/me=s-1 transparent fold
41 syn region pfFold3 start=/^#\{3}>/ end=/^#\{3}>/me=s-1 transparent fold
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWUserAsyncStreamListener.cpp155 IOFWUserAsyncStreamListener * me = (IOFWUserAsyncStreamListener*)self; local
157 me->deactivate();
159 ((IOFireWireUserClient*)exporter->getOwner())->getOwner()->getController()->removeAsyncStreamListener(me);
405 IOFWUserAsyncStreamListener* me = (IOFWUserAsyncStreamListener*)refCon ; local
408 me->doPacket( pkt->size+sizeof(ISOC_DATA_PKT), buf, IOFWPacketHeader::kIncomingPacket ) ;
H A DIOFireWireROMCache.cpp50 IOFireWireROMCache *me = OSTypeAlloc( IOFireWireROMCache ); local
52 if( me && !me->initWithOwnerAndBytes( owner, bytes, inLength, generation ) )
54 me->free();
58 return me;
H A DIOFWTimeoutQ.cpp158 IOFireWireController *me = (IOFireWireController *)obj; local
161 me->processTimeout(src);
H A DIOFireWireUserClient.cpp2452 IOFWUserPseudoAddressSpace * me = OSDynamicCast( IOFWUserPseudoAddressSpace, object ) ; local
2453 if (!me)
2459 outInfo->address = me->getBase() ;
2461 me->release() ;
2479 IOFWUserPseudoAddressSpace * me = OSDynamicCast( IOFWUserPseudoAddressSpace, object ) ; local
2480 if (!me)
2486 me->clientCommandIsComplete ( inCommandID, inResult ) ;
2487 me->release() ;
2508 IOFWUserPseudoAddressSpace * me = OSDynamicCast ( IOFWUserPseudoAddressSpace, object ) ; local
2509 if ( ! me )
2543 IOFWUserPseudoAddressSpace * me = OSDynamicCast ( IOFWUserPseudoAddressSpace, object ) ; local
2583 IOFWUserPseudoAddressSpace * me = OSDynamicCast ( IOFWUserPseudoAddressSpace, object ) ; local
4108 IOFWUserAsyncStreamListener * me = OSDynamicCast ( IOFWUserAsyncStreamListener, object ) ; local
4145 IOFWUserAsyncStreamListener * me = OSDynamicCast ( IOFWUserAsyncStreamListener, object ) ; local
4208 IOFWUserAsyncStreamListener *me = OSDynamicCast( IOFWUserAsyncStreamListener, object ) ; local
4234 IOFWUserAsyncStreamListener *me = OSDynamicCast( IOFWUserAsyncStreamListener, object ) ; local
4263 IOFWUserAsyncStreamListener *me = OSDynamicCast( IOFWUserAsyncStreamListener, object ) ; local
4290 IOFWUserAsyncStreamListener *me = OSDynamicCast( IOFWUserAsyncStreamListener, object ) ; local
4316 IOFWUserAsyncStreamListener *me = OSDynamicCast( IOFWUserAsyncStreamListener, object ) ; local
4342 IOFWUserAsyncStreamListener *me = OSDynamicCast( IOFWUserAsyncStreamListener, object ) ; local
4449 IOFireWireIRMAllocation *me = OSDynamicCast( IOFireWireIRMAllocation, object ) ; local
4474 IOFireWireIRMAllocation *me = OSDynamicCast( IOFireWireIRMAllocation, object ) ; local
4499 IOFireWireIRMAllocation *me = OSDynamicCast( IOFireWireIRMAllocation, object ) ; local
4522 IOFireWireIRMAllocation *me = OSDynamicCast( IOFireWireIRMAllocation, object ) ; local
4550 IOFireWireIRMAllocation *me = OSDynamicCast( IOFireWireIRMAllocation, object ) ; local
[all...]
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCDMM/Classes/
H A DAppleUSBCDCDMM.cpp576 // Inputs: obj - me
588 AppleUSBCDCDMM *me = (AppleUSBCDCDMM*)obj; local
592 XTRACE(me, rc, 0, "intReadComplete");
594 if (me->fStopping)
599 dLen = me->fIntBufferSize - remaining;
600 XTRACE(me, me->fIntPipeBuffer[1], dLen, "intReadComplete - Notification and length");
604 if (me->fIntPipeBuffer[1] == kUSBRESPONSE_AVAILABLE)
606 rc = me->sendMERRequest(kUSBGET_ENCAPSULATED_RESPONSE, 0, me
650 AppleUSBCDCDMM *me = (AppleUSBCDCDMM*)obj; local
702 AppleUSBCDCDMM *me = (AppleUSBCDCDMM*)obj; local
[all...]
/macosx-10.10/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c1074 MyType * me = (MyType *)info; local
1080 check_settings(me->store);
1096 add_settings_notification(MyType * me) argument
1112 context.info = me;
1131 me->settings_change.mp = notify_port_cf;
1132 me->settings_change.token = notify_token;
1144 MyType * me = (MyType *)myInstance; local
1180 me->store = store;
1181 me->rls = rls;
1185 add_settings_notification(me);
1265 _deallocMyType(MyType * me) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dcs.h171 struct _DTFrame ## _prefix { void *me; \
172 _DTFrame ## _prefix(void *m) : me(m) { } \
173 ~_DTFrame ## _prefix() { _prefix ## _END(me); } \
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dcs.h171 struct _DTFrame ## _prefix { void *me; \
172 _DTFrame ## _prefix(void *m) : me(m) { } \
173 ~_DTFrame ## _prefix() { _prefix ## _END(me); } \
/macosx-10.10/ruby-106/ruby/ext/tk/sample/
H A Dtkbiff.rb30 me = super
33 me = super
35 return me
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSOrderedSet.cpp95 OSOrderedSet *me = new OSOrderedSet; local
97 if (me && !me->initWithCapacity(capacity, ordering, orderingRef)) {
98 me->release();
99 me = 0;
102 return me;
/macosx-10.10/AppleUSBCDCDriver-4205.2.2/AppleUSBCDCECM/Common/
H A DAppleUSBCDCECM.h59 #define meLogData(D, C, b) me->USBLogData((UInt8)D, (SInt32)C, (char *)b)
61 #define meDumpData(b, C) me->dumpData(char *)b, (SInt32)C)
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCUnit.cpp467 IOFireWireAVCUnit *me = (IOFireWireAVCUnit *)refcon; local
477 FIRELOG_MSG(("IOFireWireAVCUnit::AVCResponse (this=0x%08X)\n",me));
485 me->lockAVCAsynchronousCommandLock();
488 for (i = 0; i < me->fIOFireWireAVCUnitExpansion->fAVCAsyncCommands->getCount(); i++)
490 pCmd = (IOFireWireAVCAsynchronousCommand*) me->fIOFireWireAVCUnitExpansion->fAVCAsyncCommands->getObject(i);
493 me->fIOFireWireAVCUnitExpansion->fAVCAsyncCommands->getCount(),
532 for (i = 0; i < me->fIOFireWireAVCUnitExpansion->fAVCAsyncCommands->getCount(); i++)
534 pCmd = (IOFireWireAVCAsynchronousCommand*) me->fIOFireWireAVCUnitExpansion->fAVCAsyncCommands->getObject(i);
601 me->removeAVCAsynchronousCommandObjectAtIndex(matchedCommandIndex);
622 me
664 IOFireWireAVCUnit *me = (IOFireWireAVCUnit *)arg; local
[all...]
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dbootp_session.c100 struct sockaddr_in me; local
110 bzero((char *)&me, sizeof(me));
111 me.sin_family = AF_INET;
112 me.sin_port = htons(client_port);
113 me.sin_addr.s_addr = htonl(INADDR_ANY);
114 status = bind(sockfd, (struct sockaddr *)&me, sizeof(me));
/macosx-10.10/groff-38/groff/src/roff/grog/
H A Dgrog.pl108 $me++;
191 if ($me > 0) {
192 push(@command, "-me");
/macosx-10.10/AppleUSBIrDA-145.2.4/AppleUSBIrDA/
H A DAppleUSBIrDA.cpp1096 // Outputs: Return code - true (it's me), false (sorry it probably was me, but I can't configure it)
1306 // Inputs: obj - me, param - parameter block(the Port), rc - return code, remaining - what's left
1317 AppleUSBIrDADriver *me = (AppleUSBIrDADriver*)obj; local
1322 XTRACE(kLogInterruptRead, me->fpinterruptPipeBuffer[0], rc);
1323 if (me->fIrDAOn) { // if we're still "up" and haven't been turned off
1325 check(me->fpinterruptPipeBuffer[0] == 1);
1335 // LogData( kUSBAnyDirn, dLen, me->fpinterruptPipeBuffer );
1344 check(me->fReadActive == false);
1345 if (me
1389 AppleUSBIrDADriver *me = (AppleUSBIrDADriver*)obj; local
[all...]

Completed in 382 milliseconds

1234567891011>>