Searched refs:subr (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dcamellia-ntt.c453 #define subr(x) subR[(x)] macro
473 subl(0) = kll; subr(0) = klr;
474 subl(1) = krl; subr(1) = krr;
476 subl(4) = kll; subr(4) = klr;
477 subl(5) = krl; subr(5) = krr;
479 subl(10) = kll; subr(10) = klr;
480 subl(11) = krl; subr(11) = krr;
482 subl(13) = krl; subr(13) = krr;
484 subl(16) = kll; subr(16) = klr;
485 subl(17) = krl; subr(1
[all...]
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_names.c12 dtrace_subrstr(dtrace_hdl_t *dtp, int subr) argument
14 switch (subr) {
H A Ddt_dis.c202 uint_t subr = DIF_INSTR_SUBR(in); local
205 name, subr, DIF_INSTR_RD(in), dtrace_subrstr(NULL, subr));
/macosx-10.9.5/dtrace-118.1/test/tst/common/aggs/
H A Dtst.subr.d27 #pragma ident "@(#)tst.subr.d 1.1 06/08/28 SMI"
37 subr++; \
46 subr++; \
55 subr++; \
106 /subr == DIF_SUBR_MAX + 1/
113 printf("found %d subroutines, expected %d\n", subr, DIF_SUBR_MAX + 1);
/macosx-10.9.5/CPANInternal-140/PathTools/
H A DBuild.PL33 while (defined( my $subr = (caller $i++)[3] )) {
34 $in_create_makefile_pl = 1 if $subr =~ /::create_makefile_pl$/;
/macosx-10.9.5/swig-10/Lib/
H A Dexception.i32 const char *subr) {
35 (char *) subr, (char *) msg, \
/macosx-10.9.5/emacs-92/emacs/src/
H A Ddata.c718 DEFUN ("subr-arity", Fsubr_arity, Ssubr_arity, 1, 1, 0,
724 (subr)
725 Lisp_Object subr;
728 CHECK_SUBR (subr);
729 minargs = XSUBR (subr)->min_args;
730 maxargs = XSUBR (subr)->max_args;
739 DEFUN ("subr-name", Fsubr_name, Ssubr_name, 1, 1, 0,
742 (subr)
743 Lisp_Object subr;
746 CHECK_SUBR (subr);
720 Lisp_Object subr; variable
723 CHECK_SUBR (subr); variable
738 Lisp_Object subr; variable
741 CHECK_SUBR (subr); variable
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Dfind-func.el187 (regexp-quote (subr-name fun-or-var))
289 (help-C-file-name def 'subr))
H A Dadvice.el51 ;; hook that you can attach to any function/macro/subr.
255 ;; <function> is the name of the function/macro/subr to be advised.
319 ;; Suppose a function/macro/subr/special-form has N pieces of before advice,
356 ;; (as they do v19s), `(&rest ad-subr-args)' will be used.
364 ;; advice we have to use (interactive) and then call the subr interactively
368 ;; because they will be reset by the interactive specification of the subr.
403 ;; that arise, for example, if one advises a subr like `eval-region' which
405 ;; package. If the advice assumes `eval-region' to be a subr it might break
500 ;; `(&rest ad-subr-args)' as the argument list of the original function
508 ;; @@@ Definition of subr argumen
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_parser_changelog.rb260 * sort.el (sort-subr): Return nil.
270 'sort.el (sort-subr): Return nil.',
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c3552 dtrace_dif_subr(uint_t subr, uint_t rd, uint64_t *regs,
3578 switch (subr) {
3702 tupregs[subr == DIF_SUBR_ALLOCA ? 0 : 1].dttk_value;
3722 if (subr == DIF_SUBR_COPYIN) {
3841 if (subr == DIF_SUBR_MSGDSIZE) {
4016 if (subr == DIF_SUBR_STRCHR)
4050 int notfound = subr == DIF_SUBR_STRSTR ? 0 : -1;
4073 if (subr == DIF_SUBR_STRSTR)
4080 if (subr != DIF_SUBR_STRSTR) {
4081 if (subr
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dhelp-fns.el74 ;; In cases where `function' has been fset to a subr we can't search for
128 ;; (defun help-C-file-name (subr-or-var kind)
130 ;; KIND should be `var' for a variable or `subr' for a subroutine."
131 ;; (symbol-file (if (symbolp subr-or-var) subr-or-var
132 ;; (subr-name subr-or-var))
135 (defun help-C-file-name (subr-or-var kind)
137 KIND should be `var' for a variable or `subr' for a subroutine."
140 (concat "V" (symbol-name subr
[all...]

Completed in 152 milliseconds