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

  /src/lib/libcrypt/
md5crypt.c 33 #define FINAL(v, x) MD5Final((v), (x))
44 unsigned char final[16]; local
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/external/mpl/bind/dist/bin/tests/system/chain/ans4/
ans.py 237 FINAL = FinalRecordGenerator
264 The final response to the client query (an A RRset) is automatically
285 RRsets (three CNAME RRsets + one A RRset with the final answer) should
341 for action in args_actions + ["FINAL"]:
  /src/external/gpl3/gcc.old/dist/include/
ansidecl.h 371 Similarly, it allows us to add a "final" to indicate that no subclass
374 Provide OVERRIDE and FINAL as macros, allowing us to get these benefits
382 /* C++11 claims to be available: use it. Final/override were only
386 # define FINAL
389 # define FINAL final
394 # define FINAL __final
398 # define FINAL
403 # define FINAL
  /src/games/battlestar/
extern.h 55 #define FINAL 275

Completed in 27 milliseconds