Searched refs:SWAP (Results 1 – 4 of 4) sorted by relevance
63 # define SWAP(n) \ macro66 # define SWAP(n) (n) macro146 W[t] = SWAP (*words); in sha256_process_block()231 *(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3); in sha256_finish_ctx()232 *(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) | in sha256_finish_ctx()240 ((uint32_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha256_finish_ctx()
58 # define SWAP(n) \ macro68 # define SWAP(n) (n) macro171 W[t] = SWAP (*words); in sha512_process_block()258 *(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] << 3); in sha512_finish_ctx()259 *(uint64_t *) &ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) | in sha512_finish_ctx()267 ((uint64_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha512_finish_ctx()
17903 4086 string SWAP-SPACE Linux/i386 swap file
Completed in 124 milliseconds