Home
last modified time | relevance | path

Searched refs:ARGP (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/z8ksim/
H A Dglue.c45 #define ARGP(n, value) argp(value) macro
52 ARGP(1,buf); in _read()
53 ARGP(2,(void *)(nbytes)); in _read()
60 ARGP(1,buf); in _write()
61 ARGP(2,(void *)(nbytes)); in _write()
67 ARGP(0, buf); in _open()
120 ARGP(1,buf); in _fstat()
136 ARGP(0,timer); in _time()
143 ARGP(0, path); in _creat()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/z8ksim/
H A Dglue.c45 #define ARGP(n, value) argp(value) macro
52 ARGP(1,buf); in _read()
53 ARGP(2,(void *)(nbytes)); in _read()
60 ARGP(1,buf); in _write()
61 ARGP(2,(void *)(nbytes)); in _write()
67 ARGP(0, buf); in _open()
120 ARGP(1,buf); in _fstat()
136 ARGP(0,timer); in _time()
143 ARGP(0, path); in _creat()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/z8ksim/
H A Dglue.c45 #define ARGP(n, value) argp(value) macro
52 ARGP(1,buf); in _read()
53 ARGP(2,(void *)(nbytes)); in _read()
60 ARGP(1,buf); in _write()
61 ARGP(2,(void *)(nbytes)); in _write()
67 ARGP(0, buf); in _open()
120 ARGP(1,buf); in _fstat()
136 ARGP(0,timer); in _time()
143 ARGP(0, path); in _creat()
/dports/lang/swi-pl/swipl-8.2.3/src/
H A Dpl-vmi.c326 { ARGP++;
332 ARGP++;
353 { ARGP++;
359 ARGP++;
399 ARGP++;
493 { ARGP++;
558 { ARGP++;
644 { varFrame(FR, *PC++) = (needsRef(*ARGP) ? makeRef(ARGP) : *ARGP);
646 ARGP++;
759 ARGP = (Word)((intptr_t)ARGP&~uwrite);
[all …]
H A Dpl-comp.c5099 *ARGP++ = w; in decompileBody()
5119 *ARGP++ = w; in decompileBody()
5200 ARGP[0] = ARGP[-1]; in decompileBody()
5202 ARGP++; in decompileBody()
5285 ARGP[-1] = ARGP[-2]; /* swap arguments */ in decompileBody()
5308 ARGP[-1] = ARGP[-2]; /* swap arguments */ in decompileBody()
5322 ARGP++; in decompileBody()
5323 ARGP[-1] = ARGP[-2]; /* swap arguments */ in decompileBody()
5483 ARGP--; in build_term()
5496 ARGP++; in build_term()
[all …]
H A Dpl-wam.c2745 qf->registers.argp = ARGP; \
2751 ARGP = qf->registers.argp; \
2767 lTop = (LocalFrame)(ARGP + cref->value.clause->variables); \
2795 Word ARGP; /* current argument pointer */ in PL_next_solution() local
2900 ARGP = argFrameP(FR, 0); in PL_next_solution()
2987 ARGP = argFrameP(NFR, 0); in PL_next_solution()
2988 ARGP[0] = *valTermRef(LD->attvar.head); in PL_next_solution()
3088 ARGP = argFrameP(lTop, 0); in PL_next_solution()
3092 { ARGP = argFrameP(FR, 0); in PL_next_solution()
3227 ARGP = argFrameP(lTop, 0); in PL_next_solution()
[all …]
H A Dpl-gc.c1615 Word ARGP; /* head unify instructions */ member
1821 { if ( state->ARGP < state->envtop && !is_marked(state->ARGP) ) in mark_argp()
1822 { mark_local_variable(state->ARGP PASS_LD); in mark_argp()
1825 state->ARGP++; in mark_argp()
2076 state->ARGP++; in walk_and_mark()
2080 state->ARGP += PC[0]; in walk_and_mark()
2120 state.ARGP = argFrameP(fr, 0); in mark_active_environment()
2155 state.ARGP = argFrameP(fr, 0); in mark_alt_clauses()
2158 state.envtop = state.ARGP + argc; in mark_alt_clauses()
2171 state.ARGP = argFrameP(fr, 0); in mark_alt_clauses()
[all …]
/dports/security/libssh/libssh-0.9.6/cmake/Modules/
H A DFindArgp.cmake1 # - Try to find ARGP
4 # ARGP_ROOT_DIR - Set this variable to the root installation of ARGP
7 # ARGP_FOUND - system has ARGP
8 # ARGP_INCLUDE_DIR - the ARGP include directory
9 # ARGP_LIBRARIES - Link these to use ARGP
10 # ARGP_DEFINITIONS - Compiler switches required for using ARGP
63 find_package_handle_standard_args(ARGP DEFAULT_MSG ARGP_LIBRARIES ARGP_INCLUDE_DIR)
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dvmcall.c123 argc = SP-ARGP; \
151 argc = (int)(SP - ARGP);
179 SP = ARGP;
192 VAL0 = SCM_SUBR(VAL0)->func(ARGP, argc, SCM_SUBR(VAL0)->data);
205 ARGP = SP;
234 ARGP = SP;
246 ARGP = SP;
278 ScmObj *ap = ARGP;
283 mm = Scm_SortMethods(mm, ARGP, argc);
289 ARGP, argc, TRUE, APP);
[all …]
H A Dvm.c498 #define ARGP (vm->argp) macro
531 newcont->size = (int)(SP - ARGP); \
610 e__->size = SP - ARGP; \
612 ARGP = SP; \
853 int nargs = (int)(SP - ARGP); in local_env_shift()
885 if (nargs > 0 && to != ARGP) { in local_env_shift()
887 ScmObj *a = ARGP; in local_env_shift()
892 ARGP = to; in local_env_shift()
1250 if (IN_FULL_STACK_P(ARGP)) { in Scm_VMFlushFPStack()
1379 SCM_ASSERT(ARGP == SP); in Scm_VMApply()
[all …]
H A Dvminsn.scm593 (let* ([nargs::int (cast int (- SP ARGP))])
600 (set! ARGP SP)])
610 (let* ([nargs::int (cast int (- SP ARGP))] [to::ScmObj*])
615 (when (and (> nargs 0) (!= to ARGP))
616 (let* ([t::ScmObj* to] [a::ScmObj* ARGP])
619 (set! ARGP to)
1061 (post++ ARGP)
H A Dvminsn.c897 {int nargs=((int )((SP)-(ARGP))); in CASE()
904 ARGP=(SP);} in CASE()
915 {int nargs=((int )((SP)-(ARGP)));ScmObj* to; in CASE()
920 if (((nargs)>(0))&&((to)!=(ARGP))){{ in CASE()
921 {ScmObj* t=to;ScmObj* a=ARGP; in CASE()
924 ARGP=(to); in CASE()
1771 (ARGP)++; in CASE()
/dports/sysutils/f3/f3-8.0/
H A DMakefile15 ARGP = /usr/local macro
16 CFLAGS += -I$(ARGP)/include
17 LDFLAGS += -L$(ARGP)/lib -largp
/dports/games/fs2open/fs2open.github.com-release_21_4_1/cmake/external/rpavlik-cmake-modules/
H A DFindargp.cmake32 "Path to search for ARGP library")
35 # Configure ARGP
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/src/
H A Ddagcheck.md11 %term ARGB=41 ARGF=33 ARGI=37 ARGP=39 ARGU=38
74 V: ARGP(P) ""
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/src/
H A Ddagcheck.md11 %term ARGB=41 ARGF=33 ARGI=37 ARGP=39 ARGU=38
74 V: ARGP(P) ""
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/src/
H A Ddagcheck.md11 %term ARGB=41 ARGF=33 ARGI=37 ARGP=39 ARGU=38
74 V: ARGP(P) ""
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/src/
H A Ddagcheck.md11 %term ARGB=41 ARGF=33 ARGI=37 ARGP=39 ARGU=38
74 V: ARGP(P) ""
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/src/
H A Ddagcheck.md11 %term ARGB=41 ARGF=33 ARGI=37 ARGP=39 ARGU=38
74 V: ARGP(P) ""
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/src/
H A Ddagcheck.md11 %term ARGB=41 ARGF=33 ARGI=37 ARGP=39 ARGU=38
74 V: ARGP(P) ""
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Ddagcheck.md11 %term ARGB=41 ARGF=33 ARGI=37 ARGP=39 ARGU=38
74 V: ARGP(P) ""
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Ddagcheck.md11 %term ARGB=41 ARGF=33 ARGI=37 ARGP=39 ARGU=38
74 V: ARGP(P) ""
/dports/games/evq3/evq3/code/tools/lcc/src/
H A Ddagcheck.md11 %term ARGB=41 ARGF=33 ARGI=37 ARGP=39 ARGU=38
74 V: ARGP(P) ""
/dports/lang/snobol4/snobol4-2.2.2/
H A Dgendep.sno60 ARGP = (ANY(UC) SPAN(UC DIGS OPERS)) | ANY(UC) | SPAN(DIGS) | NUL
217 NOTLP TMP ARGP . ARG =
/dports/lang/gauche/Gauche-0.9.10/lib/gauche/vm/
H A Dinsn.scm292ARGP)))) (VM-ASSERT (SCM_CLOSUREP VAL0)) (cond ((> nargs 0) (CHECK-STACK-PARANOIA (ENV-SIZE 0)) (F…
302ARGP))) (to::ScmObj*)) (VM-ASSERT (SCM_CLOSUREP VAL0)) (if (IN-STACK-P (cast ScmObj* CONT)) (set! …
1502 …VM_INSN_ARG code) 2)) (proc (* (- SP nargc 1)))) (set! VAL0 proc) (post++ ARGP) (when (SCM_NULLP r…

1234