Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます19431 0xff6 string SWAP-SPACE Linux old swap file, 4k page size
19432 0x1ff6 string SWAP-SPACE Linux old swap file, 8k page size
19433 0x3ff6 string SWAP-SPACE Linux old swap file, 16k page size
19434 0x7ff6 string SWAP-SPACE Linux old swap file, 32k page size
19435 0xfff6 string SWAP-SPACE Linux old swap file, 64k page size
H A Dmagic19431 0xff6 string SWAP-SPACE Linux old swap file, 4k page size
19432 0x1ff6 string SWAP-SPACE Linux old swap file, 8k page size
19433 0x3ff6 string SWAP-SPACE Linux old swap file, 16k page size
19434 0x7ff6 string SWAP-SPACE Linux old swap file, 32k page size
19435 0xfff6 string SWAP-SPACE Linux old swap file, 64k page size

Completed in 113 milliseconds