Home
last modified time | relevance | path

Searched refs:SWAP (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c63 # define SWAP(n) \ macro
66 # define SWAP(n) (n) macro
146 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()
H A Dcrypt_sha512.c58 # define SWAP(n) \ macro
68 # define SWAP(n) (n) macro
171 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()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます17903 4086 string SWAP-SPACE Linux/i386 swap file
H A Dmagic17903 4086 string SWAP-SPACE Linux/i386 swap file

Completed in 120 milliseconds