Searched refs:seq (Results 176 - 200 of 441) sorted by relevance

1234567891011>>

/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/NonFunctional/RemotePyInterpreter/
H A Dtest_client.py74 seq = eval(command[1])
102 code = '__result__[%r] = %r' % (seq, rval)
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dview.cpp428 c4_Sequence *seq = f4_CreateProject(*_seq, *up_._seq, true); local
430 return f4_CreateSort(*seq);
445 c4_Sequence *seq = f4_CreateProject(*_seq, *up_._seq, true); local
447 return f4_CreateSort(*seq, down_._seq);
1040 c4_Sequence *seq = d4_new c4_HandlerSeq(0); local
1041 seq->IncRef();
1043 seq->Resize(1);
1045 return c4_Cursor(*seq, 0);
H A Dpersist.cpp946 c4_HandlerSeq *seq = d4_new c4_HandlerSeq(this); local
947 seq->DefineRoot();
948 SetRoot(seq);
1110 c4_HandlerSeq *seq = d4_new c4_HandlerSeq(pers); local
1111 seq->DefineRoot();
1112 pers->SetRoot(seq);
1116 seq->IncRef();
1117 seq->DecRef(); // a funny way to delete
1125 seq->Prepare(&ptr, true);
1128 return seq;
[all...]
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/
H A DXS.xs169 indices, one per seq, which point at the virtual "head"
170 of the seq (initially zero) */
181 AV* const seq = (AV*)*seqs_ptr++;
182 I32 seq_items = AvFILLp(seq);
184 SV** seq_ptr = AvARRAY(seq) + 1;
219 /* "foreach $seq (@seqs)" */
223 AV * const seq = (AV*)(avptr[s]);
225 if(!seq) continue; /* skip empty seqs */
226 svp = av_fetch(seq, heads[s], 0);
227 seqhead = *svp; /* seqhead = head of this seq */
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Duuid.c342 * Theoretically we should delay if seq wraps within 100usec but for now
346 static unsigned short seq;
349 lutil_entropy( (unsigned char *) &seq, sizeof(seq) );
370 s1 = ( ++seq & 0x1fff ) | 0x8000; /* clock_seq_and_reserved */
/macosx-10.10/network_cmds-457/alias/
H A Dalias_cuseeme.c69 u_int32_t seq; member in struct:cu_header
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc_support.h44 extern Py_ssize_t c_array_nullterminated_size(PyObject* object, PyObject** seq);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc_support.h44 extern Py_ssize_t c_array_nullterminated_size(PyObject* object, PyObject** seq);
H A Dstruct-wrapper.m130 PyObject* seq;
154 seq = PySequence_Fast(v, "must assign sequence to slice");
155 if (seq == NULL) return -1;
157 if (PySequence_Fast_GET_SIZE(seq) != ihigh - ilow) {
158 Py_DECREF(seq);
169 x = PySequence_Fast_GET_ITEM(seq, i-ilow);
171 Py_DECREF(seq);
176 Py_DECREF(seq);
409 PyObject* seq = PySequence_Fast(value,
411 if (seq
[all...]
/macosx-10.10/ruby-106/ruby/lib/rss/maker/
H A D1.0.rb52 seq = items.Seq
53 set_parent(items, seq)
58 seq.lis << li
59 set_parent(li, seq)
/macosx-10.10/system_cmds-643.1.1/sa.tproj/
H A Dextern.h127 ((*(db)->seq)((db), (key), (data), (flags)))
/macosx-10.10/xnu-2782.1.97/bsd/netkey/
H A Dkey.h102 u_int32_t seq,
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Debnf2ps.el4472 (let ((seq (ebnf-node-list sequence))
4473 seq-width)
4474 (when seq
4475 (ebnf-node-generation (car seq))
4476 (setq seq-width (ebnf-node-width (car seq))))
4477 (while (setq seq (cdr seq))
4478 (ebnf-horizontal-movement seq-width)
4479 (ebnf-node-generation (car seq))
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/markup/
H A Dattribute_manager.rb161 seq = NULL * html_length
163 seq + $2 + seq + NULL
/macosx-10.10/ruby-106/ruby/test/psych/visitors/
H A Dtest_emitter.rb101 seq = Nodes::Sequence.new
103 seq.children << scalar
104 doc.children << seq
/macosx-10.10/screen-22/screen/
H A Dtermcap.c610 findseq_ge(seq, k, sp)
611 char *seq;
627 else if (p[j] != ((unsigned char *)seq)[j])
628 j = p[j] - ((unsigned char *)seq)[j];
672 addmapseq(seq, k, nr)
673 char *seq;
682 j = findseq_ge(seq, k, &p);
705 bcopy(seq, (char *)p + 3, k);
728 if (!m && q[3 + j] != seq[j])
746 remmapseq(seq,
[all...]
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-btree.t371 # seq
374 # use seq to find an approximate match
377 $status = $X->seq($key, $value, R_CURSOR) ;
382 # seq when the key does not match
385 $status = $X->seq($key, $value, R_CURSOR) ;
389 # use seq to set the cursor, then delete the record @ the cursor.
393 $status = $X->seq($key, $value, R_CURSOR) ;
405 $status = $X->seq($key, $value, R_CURSOR) ;
420 # use seq to walk forwards through a file
422 $status = $X->seq(
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dwrap.c362 u_char seq[8]; local
455 seq[0] = (seq_number >> 0) & 0xFF;
456 seq[1] = (seq_number >> 8) & 0xFF;
457 seq[2] = (seq_number >> 16) & 0xFF;
458 seq[3] = (seq_number >> 24) & 0xFF;
459 memset (seq + 4,
481 seq, 8, &encdata,
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tile/
H A Dtreeview.rb989 def bind(seq, *args)
995 @t.tag_bind(@id, seq, cmd, *args)
999 def bind_append(seq, *args)
1005 @t.tag_bind_append(@id, seq, cmd, *args)
1009 def bind_remove(seq)
1010 @t.tag_bind_remove(@id, seq)
1014 def bindinfo(seq=nil)
1015 @t.tag_bindinfo(@id, seq)
1270 def tag_bind(tag, seq, *args)
1276 _bind([@path, 'tag', 'bind', tag], seq, cm
[all...]
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dd1_pkt.c1019 unsigned short seq;
1023 n2s(p, seq);
1027 dtls1_get_queue_priority(frag->msg_header.seq, 0),
1413 /* field where we are to write out packet epoch, seq num and len */
1662 s2n(s->d1->r_msg_hdr.seq, ptr); /* partial msg read */
1666 fprintf(stderr, "s->d1->handshake_read_seq = %d, s->d1->r_msg_hdr.seq = %d\n",s->d1->handshake_read_seq,s->d1->r_msg_hdr.seq);
1756 seq_num = msg_hdr.seq;
1762 seq_num = ccs_hdr.seq;
1796 unsigned char *seq; local
[all...]
H A Ds3_enc.c584 unsigned char *mac_sec,*seq; local
595 seq= &(ssl->s3->write_sequence[0]);
602 seq= &(ssl->s3->read_sequence[0]);
634 memcpy(header+j, seq, 8);
657 EVP_DigestUpdate(&md_ctx,seq,8);
676 ssl3_record_sequence_update(seq);
680 void ssl3_record_sequence_update(unsigned char *seq) argument
686 ++seq[i];
687 if (seq[i] != 0) break;
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dcl-extra.el122 (defun map (cl-type cl-func cl-seq &rest cl-rest)
126 (let ((cl-res (apply 'mapcar* cl-func cl-seq cl-rest)))
149 (defun cl-mapc (cl-func cl-seq &rest cl-rest)
153 (progn (apply 'map nil cl-func cl-seq cl-rest)
154 cl-seq)
155 (mapc cl-func cl-seq)))
166 (defun mapcan (cl-func cl-seq &rest cl-rest)
169 (apply 'nconc (apply 'mapcar* cl-func cl-seq cl-rest)))
176 (defun some (cl-pred cl-seq &rest cl-rest)
180 (if (or cl-rest (nlistp cl-seq))
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dviper-util.el1111 base-key (viper-seq-last-elt key)
1211 (defun viper-array-to-string (event-seq)
1213 (cond ((stringp event-seq) event-seq)
1214 ((viper-event-vector-p event-seq)
1215 (setq temp (mapcar 'viper-event-key event-seq))
1222 ((viper-char-symbol-sequence-p event-seq)
1223 (mapconcat 'symbol-name event-seq ""))
1224 ((and (vectorp event-seq)
1226 (setq temp (mapcar 'viper-key-to-character event-seq))))
[all...]
/macosx-10.10/syslog-267/aslcommon/
H A Dasl_common.c1446 else if (KEYMATCH(x, "#") || KEYMATCH(x, "seq") || KEYMATCH(x, "sequence"))
2267 uint32_t seq; local
2291 seq = IndexNull;
2294 pstyle = _parse_stamp_style(stamp, flags, &seq, &ftime);
2328 x->seq = seq;
2348 else if ((x->seq == IndexNull) || ((x->seq < out->seq) && (out->seq !
[all...]
/macosx-10.10/Libc-1044.1.2/include/
H A Ddb.h63 #define R_CURSOR 1 /* del, put, seq */
65 #define R_FIRST 3 /* seq */
68 #define R_LAST 6 /* seq (BTREE, RECNO) */
69 #define R_NEXT 7 /* seq */
71 #define R_PREV 9 /* seq (BTREE, RECNO) */
107 int (*seq)(const struct __db *, DBT *, DBT *, unsigned int); member in struct:__db

Completed in 364 milliseconds

1234567891011>>