Searched refs:mid (Results 226 - 233 of 233) sorted by relevance

12345678910

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtestutils.tcl585 set mid [expr $len / 2 ]
586 set beg [expr $mid - [expr $n_replace / 2] ]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dnnmaildir.el102 (defmacro nnmaildir--nov-new (beg mid end mtime extra)
103 `(vector ,beg ,mid ,end ,mtime ,extra))
105 (defmacro nnmaildir--nov-get-mid (nov) `(aref ,nov 1))
110 (defmacro nnmaildir--nov-set-mid (nov value) `(aset ,nov 1 ,value))
295 nov msgid nov-beg nov-mid nov-end field val old-extra num numdir
364 (setq nov-mid (count-lines (point) (point-max)))
366 (setq nov-mid 0))
372 (setq nov-mid field))
373 (setq nov-mid (number-to-string nov-mid)
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtex.vim631 \ ['mid' , '���'],
/macosx-10.9.5/ruby-104/ruby/
H A Dio.c7088 must_respond_to(ID mid, VALUE val, ID id) argument
7090 if (!rb_respond_to(val, mid)) {
7092 rb_id2name(id), rb_id2name(mid),
H A Dvm.inc1149 ID id = cit.mid;
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el1573 "make_set" "master_pos_wait" "max" "mid" "min" "mlinefromtext"
/macosx-10.9.5/BerkeleyDB-21/db/libdb_java/
H A Ddb_java_wrap.c930 jmethodID *mid; member in struct:__anon350
1106 *all_methods[i].mid = (*jenv)->GetMethodID(jenv,
1110 if (*all_methods[i].mid == NULL) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex3633 point arithmetic would become very popular as it greatly optimize the ``3d-shooter'' genre of games in the mid 1990s when floating point units were

Completed in 249 milliseconds

12345678910