Searched +refs:lm +refs:offset (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/ntlm/
H A Dntlm.c106 uint32_t offset; member in struct:sec_buffer
282 CHECK(krb5_ret_uint32(sp, &buf->offset), 0);
293 CHECK(krb5_store_uint32(sp, buf->offset), 0);
380 CHECK_OFFSET(krb5_storage_seek(sp, desc->offset, SEEK_SET), desc->offset);
420 CHECK_OFFSET(krb5_storage_seek(sp, desc->offset, SEEK_SET), desc->offset);
760 domain.offset = base;
764 domain.offset = 0;
770 hostname.offset
992 struct sec_buffer lm, ntlm, target, username, sessionkey, ws; local
1070 struct sec_buffer lm, ntlm, target, username, sessionkey, ws; local
1890 heim_ntlm_calculate_ntlm2_sess(const unsigned char clnt_nonce[8], const unsigned char svr_chal[8], const unsigned char ntlm_hash[16], struct ntlm_buf *lm, struct ntlm_buf *ntlm) argument
[all...]
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dregexec.c53 /* For each tre_last_matched_t in the lm array, find the last matched branch by
59 tre_reset_last_matched_branches(tre_tag_t *tags, const tre_last_matched_t *lm, argument
67 for (; n-- > 0; lm++)
69 if (lm->n_branches == 1)
71 b = lm->branches;
96 lm->start_tag, reset);
106 for (i = lm->n_branches, b = lm->branches; i > 0; i--, b++)
121 for (i = lm->n_branches, b = lm
249 size_t offset = 0, count = 0; local
421 size_t offset = 0, count = 0; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dns32k-dis.c265 /* Extract "count" bits starting "offset" bits into buffer. */ argument
268 bit_extract (bfd_byte *buffer, int offset, int count)
273 buffer += offset >> 3;
274 offset &= 7;
280 if ((*buffer & (1 << offset)))
282 if (++offset == 8)
284 offset = 0;
295 bit_extract_simple (bfd_byte *buffer, int offset, int count)
300 buffer += offset >> 3;
301 offset
292 bit_extract_simple(bfd_byte *buffer, int offset, int count) argument
316 bit_copy(bfd_byte *buffer, int offset, int count, char *to) argument
422 struct { unsigned lm; unsigned m:20, e:11, :1;} sd; member in struct:__anon7784::__anon7786
[all...]
/macosx-10.10.1/Heimdal-398.1.2/kcm/
H A Dprotocol.c1208 int32_t offset; local
1217 ret = krb5_ret_int32(request, &offset);
1229 ccache->kdc_offset = offset;
2039 &type3.lm,
2127 &type3.lm);
2129 type3.lm.data = malloc(24);
2130 if (type3.lm.data == NULL) {
2133 type3.lm.length = 24;
2134 memset(type3.lm.data, 0, type3.lm
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsamba.vim48 syn keyword sambaKeyword contained links list lm load local location lock
53 syn keyword sambaKeyword contained netbios nis notify nt null offset ok ole
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtable.el1714 (table--goto-coordinate (table--offset-coordinate orig-coord '(1 . 1)))
1787 (table--goto-coordinate (table--offset-coordinate (car this) (cons -1 y)))
1789 (table--goto-coordinate (table--offset-coordinate (cons (cadr this) (cdar this)) (cons 0 y)))
1875 (table--goto-coordinate (table--offset-coordinate (car this) (cons x -1)))
1877 (table--goto-coordinate (table--offset-coordinate (cons (caar this) (cddr this)) (cons x 1)))
3892 (lu (table--goto-coordinate (table--offset-coordinate lu-coord '(-1 . -1)))))
4505 (let* ((lm (- (match-end 1) (match-beginning 1)))
4507 (md (abs (- lm rm))))
4508 (if (> lm left-margin)
4509 (setq left-margin lm))
[all...]

Completed in 223 milliseconds