Searched refs:dm (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dsource.c2374 static void _dispatch_mach_reply_kevent_unregister(dispatch_mach_t dm,
2376 static void _dispatch_mach_msg_recv(dispatch_mach_t dm, mach_msg_header_t *hdr,
2378 static void _dispatch_mach_merge_kevent(dispatch_mach_t dm,
2380 static void _dispatch_mach_kevent_unregister(dispatch_mach_t dm);
2811 dispatch_mach_t dm = (dispatch_mach_t)dsi; local
2812 _dispatch_mach_merge_kevent(dm, &kev);
2813 if (unreg && dm->dm_dkev) {
2814 _dispatch_mach_kevent_unregister(dm);
3002 static void _dispatch_mach_msg_disconnected(dispatch_mach_t dm,
3004 static bool _dispatch_mach_reconnect_invoke(dispatch_mach_t dm,
3013 dispatch_mach_t dm; local
3062 _dispatch_mach_dispose(dispatch_mach_t dm) argument
3075 dispatch_mach_connect(dispatch_mach_t dm, mach_port_t receive, mach_port_t send, dispatch_mach_msg_t checkin) argument
3112 _dispatch_mach_reply_kevent_unregister(dispatch_mach_t dm, dispatch_mach_reply_refs_t dmr, bool disconnected) argument
3128 _dispatch_mach_reply_kevent_register(dispatch_mach_t dm, mach_port_t reply, void *ctxt) argument
3162 _dispatch_mach_kevent_unregister(dispatch_mach_t dm) argument
3176 _dispatch_mach_kevent_register(dispatch_mach_t dm, mach_port_t send) argument
3201 _dispatch_mach_push(dispatch_object_t dm, dispatch_object_t dou) argument
3242 _dispatch_mach_msg_recv(dispatch_mach_t dm, mach_msg_header_t *hdr, mach_msg_size_t siz) argument
3270 _dispatch_mach_msg_get_reply_port(dispatch_mach_t dm, dispatch_object_t dou) argument
3288 _dispatch_mach_msg_disconnected(dispatch_mach_t dm, mach_port_t local_port, mach_port_t remote_port) argument
3303 _dispatch_mach_msg_not_sent(dispatch_mach_t dm, dispatch_object_t dou) argument
3315 _dispatch_mach_msg_send(dispatch_mach_t dm, dispatch_object_t dou) argument
3410 _dispatch_mach_send_push(dispatch_mach_t dm, dispatch_object_t dou) argument
3427 _dispatch_mach_send_drain(dispatch_mach_t dm) argument
3492 _dispatch_mach_send(dispatch_mach_t dm) argument
3505 _dispatch_mach_merge_kevent(dispatch_mach_t dm, const struct kevent64_s *ke) argument
3515 dispatch_mach_send(dispatch_mach_t dm, dispatch_mach_msg_t dmsg, mach_msg_option_t options) argument
3543 _dispatch_mach_disconnect(dispatch_mach_t dm) argument
3567 _dispatch_mach_cancel(dispatch_mach_t dm) argument
3586 _dispatch_mach_reconnect_invoke(dispatch_mach_t dm, dispatch_object_t dou) argument
3606 dispatch_mach_reconnect(dispatch_mach_t dm, mach_port_t send, dispatch_mach_msg_t checkin) argument
3630 _dispatch_mach_send_sync_slow(dispatch_mach_t dm) argument
3645 dispatch_mach_get_checkin_port(dispatch_mach_t dm) argument
3656 _dispatch_mach_connect_invoke(dispatch_mach_t dm) argument
3668 dispatch_mach_t dm = (dispatch_mach_t)_dispatch_queue_get_current(); local
3689 dispatch_mach_t dm = (dispatch_mach_t)_dispatch_queue_get_current(); local
3711 dispatch_mach_send_barrier_f(dispatch_mach_t dm, void *context, dispatch_function_t barrier) argument
3732 dispatch_mach_receive_barrier_f(dispatch_mach_t dm, void *context, dispatch_function_t barrier) argument
3746 dispatch_mach_send_barrier(dispatch_mach_t dm, dispatch_block_t barrier) argument
3754 dispatch_mach_receive_barrier(dispatch_mach_t dm, dispatch_block_t barrier) argument
3762 _dispatch_mach_cancel_invoke(dispatch_mach_t dm) argument
3776 dispatch_mach_cancel(dispatch_mach_t dm) argument
3786 dispatch_mach_t dm = dou._dm; local
3865 _dispatch_mach_invoke(dispatch_mach_t dm) argument
3871 _dispatch_mach_probe(dispatch_mach_t dm) argument
4246 _dispatch_mach_debug_attr(dispatch_mach_t dm, char* buf, size_t bufsiz) argument
4263 _dispatch_mach_debug(dispatch_mach_t dm, char* buf, size_t bufsiz) argument
[all...]
H A Dsource_internal.h261 void _dispatch_mach_dispose(dispatch_mach_t dm);
262 void _dispatch_mach_invoke(dispatch_mach_t dm);
263 unsigned long _dispatch_mach_probe(dispatch_mach_t dm);
264 size_t _dispatch_mach_debug(dispatch_mach_t dm, char* buf, size_t bufsiz);
/macosx-10.9.5/man-16/man/src/
H A Dmakewhatis.sh43 dm=
47 if [ x$dm = x ]; then dm=$d; else dm=$dm:$d; fi
50 DEFMANPATH=$dm
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/gen_bridge_doc/lib/lib/
H A Dclass_def.rb33 @delegate_method_defs.each do |dm|
35 dm.to_rdoc(@name)
36 if dm.log.errors?
199 @delegate_method_defs.each {|dm| str += dm.to_rdoc(@name) }
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMAssembler.h255 void emitDoublePrecisionInstruction(ARMWord op, int dd, int dn, int dm) argument
257 ASSERT((dd >= 0 && dd <= 31) && (dn >= 0 && dn <= 31) && (dm >= 0 && dm <= 31));
260 | (dm & 0xf) | ((dm & 0x10) << (5 - 4)));
440 void vmov_f64(int dd, int dm, Condition cc = AL) argument
442 emitDoublePrecisionInstruction(toARMWord(cc) | VMOV_F64, dd, 0, dm);
445 void vadd_f64(int dd, int dn, int dm, Condition cc = AL) argument
447 emitDoublePrecisionInstruction(toARMWord(cc) | VADD_F64, dd, dn, dm);
450 void vdiv_f64(int dd, int dn, int dm, Conditio argument
455 vsub_f64(int dd, int dn, int dm, Condition cc = AL) argument
460 vmul_f64(int dd, int dn, int dm, Condition cc = AL) argument
465 vcmp_f64(int dd, int dm, Condition cc = AL) argument
470 vsqrt_f64(int dd, int dm, Condition cc = AL) argument
475 vabs_f64(int dd, int dm, Condition cc = AL) argument
480 vneg_f64(int dd, int dm, Condition cc = AL) argument
601 vcvt_s32_f64(int sd, int dm, Condition cc = AL) argument
607 vcvt_u32_f64(int sd, int dm, Condition cc = AL) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Graph/lib/Graph/TransitiveClosure/
H A DMatrix.pm13 my $dm; # The distance matrix.
22 $dm = $m->distance_matrix;
23 @di = @{ $dm->[0] };
24 %di = %{ $dm->[1] };
38 # $dm->set($u, $v, $u eq $v ? 0 : 1)
42 # $dm->get($u, $v)
165 if (defined $dm) {
167 # $d0 = $dm->get($v, $w);
168 # $d1a = $dm->get($v, $u) || 1;
169 # $d1b = $dm
[all...]
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/TransitiveClosure/
H A DMatrix.pm13 my $dm; # The distance matrix.
22 $dm = $m->distance_matrix;
23 @di = @{ $dm->[0] };
24 %di = %{ $dm->[1] };
38 # $dm->set($u, $v, $u eq $v ? 0 : 1)
42 # $dm->get($u, $v)
165 if (defined $dm) {
167 # $d0 = $dm->get($v, $w);
168 # $d1a = $dm->get($v, $u) || 1;
169 # $d1b = $dm
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dip_encap.c360 * length of mask (sm and dm) is assumed to be same as sp/dp.
364 encap_attach(af, proto, sp, sm, dp, dm, psw, arg)
368 const struct sockaddr *dp, *dm;
401 bcmp(&ep->dstmask, dm, dp->sa_len) != 0)
420 bcopy(dm, &ep->dstmask, dp->sa_len);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/gen_bridge_doc/lib/
H A Dcocoa_ref.rb77 @class_def.delegate_method_defs.each do |dm|
78 dm.instance_eval "self.send :extend, #{@class_def.name}Overrides"
/macosx-10.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DSecSignVerifyTransform.c129 CFHashCode digest_mapping_hash(struct digest_mapping *dm) { argument
130 return CFHash(dm->digest_name) + dm->kclass + dm->digest_length;
134 CSSM_ALGORITHMS alg_for_signature_context(CFStringRef input_is, const struct digest_mapping *dm) { argument
136 return dm->plain_text_algo;
138 return dm->kclass;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_canon.tcl459 dl,discard {void: } dm,discard {void: }
460 dl,leaf {leaf: } dm,match {match: }
461 dl,* 6 dm,* 7
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/
H A Dflipc_cb.h836 NEXT_BUFFERLIST_PTR(bufferlist_ptr, endpoint, dm)
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dmodule.c2848 Module dm = find_module((char *) getdata(n), local
2851 if (dm &&
2852 (dm->node.flags & MOD_UNLOAD)) {
2874 dm->node.nam))
2880 unload_module(dm);
2914 Module dm; local
2917 for (dm = (Module)modulestab->nodes[i]; dm;
2918 dm = (Module)dm
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dcomplete.c527 int dm; local
550 dm = 0;
632 dm = 1;
716 if (dm) {
742 dm = addmatches(&dat, argv);
745 return dm;
H A Dcompresult.c169 int pm, pmax, pmm, pma, sm, smax, smm, sma, d, dm, mid; local
177 pmm = pma = smm = sma = dm = pcs = scs = 0;
227 if ((s->flags & CLF_DIFF) && (!dm || (s->flags & CLF_MATCHED))) {
228 d = zlemetacs; dm = s->flags & CLF_MATCHED;
408 if (j >= 0 && (!dm || (js->flags & CLF_MATCHED))) {
409 d = zlemetacs - j; dm = js->flags & CLF_MATCHED;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/
H A Dsak.tcl815 upvar $imvar im $dmvar dm
818 if {![info exists dm($m)]} {
822 foreach m [lsort [array names dm]] {
832 foreach m [modules] {set dm($m) .}
834 validate_imodules_cmp im dm
840 array set dm {}
842 if {[modules_mod $m]} {set dm($m) .}
844 validate_imodules_cmp im dm
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/
H A Dsak.tcl815 upvar $imvar im $dmvar dm
818 if {![info exists dm($m)]} {
822 foreach m [lsort [array names dm]] {
832 foreach m [modules] {set dm($m) .}
834 validate_imodules_cmp im dm
840 array set dm {}
842 if {[modules_mod $m]} {set dm($m) .}
844 validate_imodules_cmp im dm
/macosx-10.9.5/ncurses-42/ncurses/misc/
H A Demx.src143 setab=\E[4%p1%dm,
144 setaf=\E[3%p1%dm,
154 setab=\E[4%p1%dm,
155 setaf=\E[3%p1%dm,
H A Dterminfo.src437 op=\E[37;40m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
444 op=\E[39;49m, setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
681 setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
840 setab=\E[4%p1%dm, setaf=\E[3%p1%dm, use=mach,
893 setab=\E[4%p1%dm, setaf=\E[3%p1%dm,
[all...]
/macosx-10.9.5/screen-22/screen/
H A Ddisplay.h38 struct action dm; member in struct:kmap_ext
H A Dtermcap.c209 D_CAF = "\033[3%p1%dm";
210 D_CAB = "\033[4%p1%dm";
212 D_CAF = "\033[3%dm";
213 D_CAB = "\033[4%dm";
540 a1 = kme ? &kme->dm : 0;
589 if (kme->um.nr == RC_ILLEGAL && kme->dm.nr == RC_COMMAND)
1026 AddCap("Co#8:pa#64:AF=\\E[3%dm:AB=\\E[4%dm:op=\\E[39;49m:AX:");
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcucdtst.c964 UChar dm[32], s[32]; local
1045 dm[0]=0x1100;
1046 dm[1]=0x1161;
1047 dm[2]=0;
1050 dm[0]=0xd788;
1051 dm[1]=0x11c2;
1052 dm[2]=0;
1055 dmLength=u_parseString(d, dm, 32, NULL, pErrorCode);
1071 if(U_FAILURE(*pErrorCode) || length!=dmLength || (length>0 && 0!=u_strcmp(s, dm))) {
1083 if(U_FAILURE(*pErrorCode) || length!=dmLength || (length>0 && 0!=u_strcmp(s, dm))) {
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-ip2k.c129 #define IP2K_HOWTO(t,rs,s,bs,pr,bp,name,sm,dm) \
141 dm, /* dst_mask */ \
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c197 makebinding(const char *dm) argument
203 strncpy(ypdb->dom_domain, dm, sizeof ypdb->dom_domain);
/macosx-10.9.5/vim-53/src/
H A Dgui_w48.c1781 MSG dm; local
1783 dm.message = msg.message;
1784 dm.hwnd = msg.hwnd;
1785 dm.wParam = VK_SPACE;
1786 MyTranslateMessage(&dm); /* generate dead character */

Completed in 412 milliseconds

12