Searched refs:prim (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/Libc-997.90.3/string/FreeBSD/
H A Dwcscoll.c44 int len, len2, prim, prim2, sec, sec2, ret, ret2; local
104 prim = prim2 = 0;
105 __collate_lookup_which(t, &len, &prim, pass, loc);
106 if (prim <= 0) {
107 if (prim < 0) {
112 prim = COLLATE_MAX_PRIORITY;
123 if(prim != prim2) {
124 ret = prim - prim2;
132 prim = prim2 = 0;
134 __collate_lookup_which(t, &len, &prim, pas
[all...]
/macosx-10.9.5/vim-53/src/
H A Dif_mzsch.c61 Scheme_Closed_Prim *prim; member in struct:__anon14234
273 (Scheme_Closed_Prim *prim, void *data, const char *name, mzshort mina,
278 static Scheme_Object *(*dll_scheme_make_prim_w_arity)(Scheme_Prim *prim,
1081 Scheme_Object *prim = NULL; local
1086 MZ_GC_VAR_IN_REG(2, prim);
1089 prim = scheme_make_closed_prim_w_arity(what, data, "mzvim", 0, 0);
1091 value = _apply_thunk_catch_exceptions(prim, &exn);
1391 Vim_Prim *prim = (Vim_Prim *)data; local
1392 char *cmd = SCHEME_STR_VAL(GUARANTEE_STRING(prim->name, 0));
1407 Vim_Prim *prim local
1467 Vim_Prim *prim = (Vim_Prim *)data; local
1538 Vim_Prim *prim = (Vim_Prim *)data; local
1608 Vim_Prim *prim = (Vim_Prim *)data; local
1662 Vim_Prim *prim = (Vim_Prim *)data; local
1677 Vim_Prim *prim = (Vim_Prim *)data; local
1696 Vim_Prim *prim = (Vim_Prim *)data; local
1706 Vim_Prim *prim = (Vim_Prim *)data; local
1716 Vim_Prim *prim = (Vim_Prim *)data; local
1742 Vim_Prim *prim = (Vim_Prim *)data; local
1752 Vim_Prim *prim = (Vim_Prim *)data; local
1778 Vim_Prim *prim = (Vim_Prim *)data; local
1792 Vim_Prim *prim = (Vim_Prim *)data; local
1830 Vim_Prim *prim = (Vim_Prim *)data; local
1853 Vim_Prim *prim = (Vim_Prim *)data; local
1870 Vim_Prim *prim = (Vim_Prim *)data; local
1895 Vim_Prim *prim = (Vim_Prim *)data; local
1908 Vim_Prim *prim = (Vim_Prim *)data; local
1921 Vim_Prim *prim = (Vim_Prim *)data; local
1942 Vim_Prim *prim = (Vim_Prim *)data; local
1991 Vim_Prim *prim = (Vim_Prim *)data; local
2007 Vim_Prim *prim = (Vim_Prim *)data; local
2031 Vim_Prim *prim = (Vim_Prim *)data; local
2093 Vim_Prim *prim = (Vim_Prim *)data; local
2209 Vim_Prim *prim = (Vim_Prim *)data; local
2398 Vim_Prim *prim = (Vim_Prim *)data; local
3292 Vim_Prim *prim = prims + i; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c714 unsigned char prim; local
723 prim = 1;
725 prim = 2;
727 prim = 3;
729 prim = 0; // gray
731 prim = 0x12; // red green
733 prim = 0x13; // red blue
735 prim = 0x23; // green blue
740 last_p = prim;
742 if ( prim
[all...]
H A Dgenimage.c1182 unsigned char d=0xff, d_red, d_green, d_blue, i, prim; local
1191 prim = 1;
1193 prim = 2;
1195 prim = 3;
1197 prim = 0; // gray
1199 prim = 0x12; // red green
1201 prim = 0x13; // red blue
1203 prim = 0x23; // green blue
1208 last_p = prim;
1210 if ( prim
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dinfo.test46 private method prim {x y z} {return "private method"}
226 } {::test_info::constructor ::test_info::defm ::test_info::defp ::test_info::destructor ::test_info::prim ::test_info::prip ::test_info::prom ::test_info::prop ::test_info::pubm ::test_info::pubp ::test_info::uninitm ::test_info::uninitp ::test_info_base::base ::test_info_base::cget ::test_info_base::configure ::test_info_base::do ::test_info_base::isa}
253 ti info function prim
254 } {private method ::test_info::prim {x y z} {return "private method"}}
257 list [ti info function prim -protection] \
258 [ti info function prim -type] \
259 [ti info function prim -name] \
260 [ti info function prim -args] \
261 [ti info function prim -body]
262 } {private method ::test_info::prim {
[all...]
H A Dscope.test124 private method prim {args} {
125 return "prim: $args"
175 foreach mname {prim prom pubm} {
180 } {{namespace inscope ::test_scope {::test_scope0 prim}} {prim: 1 2 3} {namespace inscope ::test_scope {::test_scope0 prom}} {prom: 1 2 3} {namespace inscope ::test_scope {::test_scope0 pubm}} {pubm: 1 2 3}}
H A Dprotection.test45 method prim {} {return "private method"}
80 list [catch {test_pr0 prim} msg] $msg
81 } {1 {bad option "prim": should be one of...
90 list [catch {test_pr0 do prim} msg] $msg
188 list [catch {test_pr_derived0 do prim} msg] $msg
189 } {1 {invalid command name "prim"}}
263 test_pr_derived0 prim
283 test_pr_derived0 prim
298 test_pr_derived0 prim
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dcollate.c392 __collate_lookup_l(const wchar_t *t, int *len, int *prim, int *sec, locale_t loc) argument
398 *prim = *sec = 0;
400 /* use the chain if prim >= 0 */
403 *prim = p2->pri[0];
408 *prim = __collate_char_pri_table[*t].pri[0];
416 *prim = match->pri.pri[0];
421 *prim = (l = __collate_info->undef_pri[0]) >= 0 ? l : *t - l;
430 __collate_lookup(const unsigned char *t, int *len, int *prim, int *sec) argument
436 __collate_lookup_l(w, len, prim, sec, loc);
/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Drxvt.el190 (defun rxvt-rgb-convert-to-16bit (prim)
192 (min 65535 (round (* (/ prim 255.0) 65535.0))))
H A Dxterm.el428 (defun xterm-rgb-convert-to-16bit (prim)
430 (logior prim (lsh prim 8)))
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-dlpi.c1166 dlprim(bpf_u_int32 prim) argument
1170 switch (prim) {
1254 (void) sprintf(primbuf, "unknown primitive 0x%x", prim);
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_asn1.rb246 prim = OpenSSL::ASN1::Integer.new(50)
247 assert_equal(false, prim.infinite_length)
248 prim.infinite_length = true
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DResultSource.pm1175 foreach my $prim (@$keys2) {
1176 if ($prim eq $key) {
1186 foreach my $prim (@$keys2) {
1189 if ($prim eq $key) {
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-prog.el1951 (defconst math-prim-funcs
1970 (defconst math-prim-vars
2054 (prim (assq func math-prim-funcs)))
2055 (cond (prim
2056 (cons (cdr prim) args))
2145 (let ((prim (assq exp math-prim-vars))
2147 (cond (prim
2148 (cdr prim))
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dgraphops.tcl19 package require struct::prioqueue ; # Used by kruskal, prim
469 set T [prim $G]
559 set T [prim $G]
2847 proc ::struct::graph::op::prim {g} {
2880 # loop, prim's algorithm, and put it on the queue for
/macosx-10.9.5/swig-10/Source/Modules/
H A Dallegrocl.cxx265 Node *prim = n; local
270 prim = p;
273 // Printf(stderr,"get_primary_syn: DONE. returning %s(%x)\n", Getattr(prim,"name"),prim);
274 return prim;
/macosx-10.9.5/libxml2-26/libxml2/
H A Dxmlschemas.c17849 xmlSchemaTypePtr prim = xmlSchemaGetPrimitiveType(type); local
17853 if ((prim->builtInType != XML_SCHEMAS_ANYSIMPLETYPE) &&
17854 (prim->builtInType != XML_SCHEMAS_STRING)) {
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c17820 xmlSchemaTypePtr prim = xmlSchemaGetPrimitiveType(type); local
17824 if ((prim->builtInType != XML_SCHEMAS_ANYSIMPLETYPE) &&
17825 (prim->builtInType != XML_SCHEMAS_STRING)) {

Completed in 371 milliseconds