Searched refs:inv (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m8092 #define SETUP_INVOCATION(inv, target, selector)\
8100 inv = [NSInvocation invocationWithMethodSignature:\
8102 [inv setTarget:target];\
8103 [inv setSelector:selector];\
8116 NSInvocation* inv;
8118 SETUP_INVOCATION(inv, obj, @selector(boolMethod))
8119 [obj forwardInvocation:inv];
8120 [inv getReturnValue:&res];
8133 NSInvocation* inv;
8135 SETUP_INVOCATION(inv, ob
[all...]
H A Dtestbndl.m929 #define SETUP_INVOCATION(inv, target, selector) \
930 inv = [NSInvocation invocationWithMethodSignature: \
932 [inv setTarget:target]; \
933 [inv setSelector:selector];
980 NSInvocation* inv;
982 SETUP_INVOCATION(inv, arg, @selector(charFunc))
984 [arg forwardInvocation:inv];
985 [inv getReturnValue:&res];
992 NSInvocation* inv;
994 SETUP_INVOCATION(inv, ar
[all...]
H A Dctests.m76 NSInvocation* inv;
81 inv = [NSInvocation invocationWithMethodSignature:
83 [inv setTarget: obj];
84 [inv setSelector: @selector(methodWithMyStruct:andShort:)];
85 [inv setArgument: &v1 atIndex: 2];
86 [inv setArgument: &v2 atIndex: 3];
88 [inv invoke];
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m8092 #define SETUP_INVOCATION(inv, target, selector)\
8100 inv = [NSInvocation invocationWithMethodSignature:\
8102 [inv setTarget:target];\
8103 [inv setSelector:selector];\
8116 NSInvocation* inv;
8118 SETUP_INVOCATION(inv, obj, @selector(boolMethod))
8119 [obj forwardInvocation:inv];
8120 [inv getReturnValue:&res];
8133 NSInvocation* inv;
8135 SETUP_INVOCATION(inv, ob
[all...]
H A Dtestbndl.m929 #define SETUP_INVOCATION(inv, target, selector) \
930 inv = [NSInvocation invocationWithMethodSignature: \
932 [inv setTarget:target]; \
933 [inv setSelector:selector];
980 NSInvocation* inv;
982 SETUP_INVOCATION(inv, arg, @selector(charFunc))
984 [arg forwardInvocation:inv];
985 [inv getReturnValue:&res];
992 NSInvocation* inv;
994 SETUP_INVOCATION(inv, ar
[all...]
H A Dctests.m82 NSInvocation* inv;
87 inv = [NSInvocation invocationWithMethodSignature:
89 [inv setTarget: obj];
90 [inv setSelector: @selector(methodWithMyStruct:andShort:)];
91 [inv setArgument: &v1 atIndex: 2];
92 [inv setArgument: &v2 atIndex: 3];
94 [inv invoke];
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dtestbndl2.m8092 #define SETUP_INVOCATION(inv, target, selector)\
8100 inv = [NSInvocation invocationWithMethodSignature:\
8102 [inv setTarget:target];\
8103 [inv setSelector:selector];\
8116 NSInvocation* inv;
8118 SETUP_INVOCATION(inv, obj, @selector(boolMethod))
8119 [obj forwardInvocation:inv];
8120 [inv getReturnValue:&res];
8133 NSInvocation* inv;
8135 SETUP_INVOCATION(inv, ob
[all...]
H A Dtestbndl.m931 #define SETUP_INVOCATION(inv, target, selector) \
932 inv = [NSInvocation invocationWithMethodSignature: \
934 [inv setTarget:target]; \
935 [inv setSelector:selector];
987 NSInvocation* inv;
989 SETUP_INVOCATION(inv, arg, @selector(charFunc))
991 [arg forwardInvocation:inv];
992 [inv getReturnValue:&res];
999 NSInvocation* inv;
1001 SETUP_INVOCATION(inv, ar
[all...]
H A Dctests.m83 NSInvocation* inv;
88 inv = [NSInvocation invocationWithMethodSignature:
90 [inv setTarget: obj];
91 [inv setSelector: @selector(methodWithMyStruct:andShort:)];
92 [inv setArgument: &v1 atIndex: 2];
93 [inv setArgument: &v2 atIndex: 3];
95 [inv invoke];
/macosx-10.10/emacs-93/emacs/lisp/
H A Dreveal.el109 (let ((inv (overlay-get ol 'invisible)) open)
110 (when (and inv
114 (cdr (assq inv buffer-invisibility-spec)))
117 (and (symbolp inv)
118 (get inv 'reveal-toggle-invisible))
122 (cdr (assq inv buffer-invisibility-spec))))
123 (overlay-put ol 'reveal-invisible inv))
168 (let* ((inv (overlay-get ol 'reveal-invisible))
170 (get inv 'reveal-toggle-invisible)
178 (overlay-put ol 'invisible inv))
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dsanity_test.c54 enum type { inv, pre, post, unreachable }; enumerator in enum:type
85 case inv:
149 case inv:
189 ATF_TC(inv); variable
190 ATF_TC_HEAD(inv, tc)
194 ATF_TC_BODY(inv, tc)
198 do_test(inv, false);
199 do_test(inv, true);
247 ATF_TP_ADD_TC(tp, inv);
/macosx-10.10/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h42 unsigned short inv
45 return (unsigned short)OSSwapInt16((uint16_t)inv);
51 unsigned int inv
54 return (unsigned int)OSSwapInt32((uint32_t)inv);
60 unsigned long inv
63 return (unsigned long)OSSwapInt32((uint32_t)inv);
69 unsigned long long inv
72 return (unsigned long long)OSSwapInt64((uint64_t)inv);
/macosx-10.10/architecture-266/
H A Dbyte_order.h46 unsigned short inv
49 return (unsigned short)OSSwapInt16((uint16_t)inv);
55 unsigned int inv
58 return (unsigned int)OSSwapInt32((uint32_t)inv);
64 unsigned long inv
67 return (unsigned long)OSSwapInt32((uint32_t)inv);
73 unsigned long long inv
76 return (unsigned long long)OSSwapInt64((uint64_t)inv);
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregrexec.c54 int inv; local
61 inv = (flags & REG_INVERT) != 0;
88 if (inv)
111 if (inv)
128 n = (inv && (++r - buf) < len) ? (*record)(handle, (char*)r, (buf + len) - r): 0;
/macosx-10.10/OpenSSL098-52/src/crypto/ecdsa/
H A Decs_locl.h72 const BIGNUM *inv, const BIGNUM *rp, EC_KEY *eckey);
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-help.el157 (inv nil)
162 (setq inv (not inv))
166 (if inv " I" "")
205 (if inv
253 (if inv "I " "") (if hyp "H " "") desc
288 (if inv (setq desc (concat "I " desc)))
446 calc-inv-hyp-prefix-help
503 (defun calc-inv-hyp-prefix-help ()
H A Dcalc-keypd.el56 ( "+/-" calc-change-sign calc-inv (progn -4 calc-pack) )
115 ( "1/x" calc-inv ) ) ))
187 ( ( "MINV" calc-inv )
401 radix frac inv
405 inv calc-inverse-flag)
415 (cmd (or (nth (if inv (if hyp 4 2) (if hyp 3 99)) key)
446 ((equal input "STO&") (calc-store-inv 1 var))
458 ( calc-inv . "&") ))))
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dgen-normalize.py136 inv = dict([(''.join(["%05x" % int(x, 0x10) for x in v[4].split(' ')]), variable
165 for k,v in inv.items():
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcanvasprintbox.itk1082 set inv(x1) "y1"
1083 set inv(x2) "y2"
1084 set inv(y1) "x1"
1085 set inv(y2) "x2"
1086 set inv(pwidth) "pheight"
1087 set inv(pheight) "pwidth"
1088 set inv(width) "height"
1089 set inv(height) "width"
1090 set inv(centerx) "centery"
1091 set inv(center
[all...]
/macosx-10.10/groff-38/groff/src/libs/libbib/
H A Dlinear.cpp102 for (const unsigned char *inv = inv_map[uchar(pat[i])]; *inv; inv++)
103 delta[*inv] = len - i - 1;
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dstring.c82 int inv; local
132 inv = no;
167 *invert ^= inv;
/macosx-10.10/ruby-106/ruby/ext/bigdecimal/lib/bigdecimal/
H A Dmath.rb126 x = BigDecimal("1").div(x, prec) if inv = x > 1
142 y = pi / 2 - y if inv
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_misc.c1349 int inv, i, z = 0; local
1353 inv = 1;
1356 inv = 0;
1362 suffixnoinslen = inv ? 0 : n;
1363 else if (inv) {
1377 addsuffix(inv ? SUFTYP_NEGSTR : SUFTYP_POSSTR, 0,
1381 addsuffix(inv ? SUFTYP_NEGRNG : SUFTYP_POSRNG, 0,
1393 addsuffix(inv ? SUFTYP_NEGSTR : SUFTYP_POSSTR, 0,
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dmsp430.h52 MSP_INSN (inv, 0, 1, 0xe330, 0xfff0),
/macosx-10.10/llvmCore-3425.0.34/unittests/ADT/
H A DAPFloatTest.cpp631 APFloat inv(0.0f);
634 EXPECT_TRUE(APFloat(2.0).getExactInverse(&inv));
635 EXPECT_TRUE(inv.bitwiseIsEqual(APFloat(0.5)));
636 EXPECT_TRUE(APFloat(2.0f).getExactInverse(&inv));
637 EXPECT_TRUE(inv.bitwiseIsEqual(APFloat(0.5f)));
640 EXPECT_TRUE(APFloat(1.17549435e-38f).getExactInverse(&inv));
641 EXPECT_TRUE(inv.bitwiseIsEqual(APFloat(8.5070592e+37f)));

Completed in 199 milliseconds

123