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

  /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/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/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/external/gpl3/binutils/dist/libiberty/
_doprnt.c 62 int result; \
66 result = fprintf(stream, specifier, value); \
67 if (result == -1) \
71 total_printed += result; \
211 #define RESULT(x) do \
223 int result; local
227 result = _doprnt (format, args, stdout);
230 return result;
236 RESULT(checkit ("<%d>\n", 0x12345678));
237 RESULT(printf ("<%d>\n", 0x12345678))
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
_doprnt.c 62 int result; \
66 result = fprintf(stream, specifier, value); \
67 if (result == -1) \
71 total_printed += result; \
211 #define RESULT(x) do \
223 int result; local
227 result = _doprnt (format, args, stdout);
230 return result;
236 RESULT(checkit ("<%d>\n", 0x12345678));
237 RESULT(printf ("<%d>\n", 0x12345678))
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
_doprnt.c 63 int result; \
67 result = fprintf(stream, specifier, value); \
68 if (result == -1) \
72 total_printed += result; \
212 #define RESULT(x) do \
224 int result; local
228 result = _doprnt (format, args, stdout);
231 return result;
237 RESULT(checkit ("<%d>\n", 0x12345678));
238 RESULT(printf ("<%d>\n", 0x12345678))
    [all...]
  /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
    [all...]

Completed in 43 milliseconds