HomeSort by: relevance | last modified time | path
    Searched refs:FINAL (Results 1 - 10 of 10) sorted by relevancy

  /src/lib/libcrypt/
md5crypt.c 33 #define FINAL(v, x) MD5Final((v), (x))
44 unsigned char final[16]; local in function:__md5crypt
82 FINAL(final, &ctx1);
85 UPDATE(&ctx, final, (unsigned int)(pl > 16 ? 16 : pl));
88 memset(final, 0, sizeof(final));
93 UPDATE(&ctx, final, 1);
102 FINAL(final, &ctx)
    [all...]
  /src/usr.sbin/npf/npfctl/
npf_scan.l 152 final return FINAL;
153 quick return FINAL;
npf_parse.y 160 %token FINAL
629 : FINAL { $$ = NPF_RULE_FINAL; }
npf_show.c 351 { F(FINAL), F(FINAL), "final" },
  /src/games/battlestar/
command2.c 141 position != FINAL) {
165 } else if (position == FINAL)
363 position = FINAL;
command4.c 240 (location[position].access || position == FINAL);
265 if (value == ROPE && position == FINAL)
command3.c 87 position = FINAL;
extern.h 55 #define FINAL 275
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 6946 # in p is no bigger than 2^(-67.7) compared to the final #
7194 #--final reconstruction process
8324 fadd.x KLOG2(%a6),%fp0 # FINAL ADD
9186 #--FINAL RECONSTRUCTION PROCESS
9199 fmul.x ADJFACT(%a6),%fp0 # FINAL ADJUSTMENT
fpsp.s 1597 # somewhere on the stack until we can copy it to its final resting place.
1765 # somewhere on the stack until we can copy it to its final resting place
2595 st STORE_FLG(%a6) # don't store a final result
2839 pea (%a6,%d0) # create final sp
2847 pea (0x4,%a6,%d0) # create final sp
7052 # in p is no bigger than 2^(-67.7) compared to the final #
7300 #--final reconstruction process
8430 fadd.x KLOG2(%a6),%fp0 # FINAL ADD
9292 #--FINAL RECONSTRUCTION PROCESS
9305 fmul.x ADJFACT(%a6),%fp0 # FINAL ADJUSTMEN
    [all...]

Completed in 64 milliseconds