HomeSort by: relevance | last modified time | path
    Searched defs:RESULT (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libc/arch/alpha/gen/
divrem.m4 49 define(RESULT, `t12')
69 mov zero, RESULT /* Initialize result to zero */
73 /* Compute sign of result. If either is negative, this is easy. */
116 /* RESULT is already zero, from above. A is untouched. */
120 cmovne CC, 1, RESULT
158 or RESULT, BIT, T_0
159 cmoveq CC, T_0, RESULT
169 `', ` mov A, RESULT
174 subq zero, RESULT, T_
    [all...]
  /src/sys/lib/libkern/arch/alpha/
divrem.m4 49 define(RESULT, `t12')
69 mov zero, RESULT /* Initialize result to zero */
73 /* Compute sign of result. If either is negative, this is easy. */
116 /* RESULT is already zero, from above. A is untouched. */
120 cmovne CC, 1, RESULT
158 or RESULT, BIT, T_0
159 cmoveq CC, T_0, RESULT
169 `', ` mov A, RESULT
174 subq zero, RESULT, T_
    [all...]
  /src/sys/arch/luna68k/dev/
xpcmd.c 49 RESULT = 2,
76 xp_writemem8(addr + RESULT, 0);
91 xp_writemem8(addr + RESULT, 0);
93 while ((rv = xp_readmem8(addr + RESULT)) == 0)
  /src/usr.bin/rpcgen/
rpc_clntout.c 62 static char RESULT[] = "clnt_res";
99 printarglist(proc, RESULT, "clnt", "CLIENT *");
114 printarglist(proc_list *proc, const char *result,
131 result);
148 result);
193 f_print(fout, "%s;\n", RESULT);
198 ampr(proc->res_type), RESULT, RESULT);
205 stringfix(proc->res_type), RESULT);
212 RESULT);
    [all...]
rpc_svcout.c 57 static char RESULT[] = "result";
417 f_print(fout, "\t} %s;\n", RESULT);
420 f_print(fout, "\tchar *%s;\n", RESULT);
422 f_print(fout, "\txdrproc_t xdr_%s, xdr_%s;\n", ARG, RESULT);
453 p_xdrfunc(RESULT, proc->res_type);
485 ROUTINE, ARG, RESULT, RQSTP);
488 RESULT, ROUTINE, ARG, RQSTP);
492 TRANSP, RESULT, RESULT);
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-loop.mk 59 # loop variable to the value it had before the loop. This would result in
129 RESULT:= ${:U${GLOBAL} ${:U:@GLOBAL@@} ${GLOBAL:Uundefined}}
130 .if ${RESULT} != "before-global undefined"
  /src/sys/external/bsd/sljit/dist/test_src/
sljitTest.c 96 #define MALLOC_EXEC(result, size) \
97 result = SLJIT_MALLOC_EXEC(size); \
98 if (!result) { \
102 memset(result, 255, size);
2184 #define RESULT(i) i
2186 #define RESULT(i) (3 - i)
2346 FAILED(buf[0] != RESULT(1), "test27 case 1 failed\n");
2347 FAILED(buf[1] != RESULT(2), "test27 case 2 failed\n");
2350 FAILED(buf[4] != RESULT(1), "test27 case 5 failed\n");
2351 FAILED(buf[5] != RESULT(2), "test27 case 6 failed\n")
4823 int result; local in function:test50
    [all...]

Completed in 40 milliseconds