Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrypt_sha256.c57 # define SWAP(n) \ macro
60 # define SWAP(n) (n) macro
140 W[t] = SWAP (*words); in sha256_process_block()
225 *(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3); in sha256_finish_ctx()
226 *(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) | in sha256_finish_ctx()
234 ((uint32_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha256_finish_ctx()
H A Dcrypt_sha512.c56 # define SWAP(n) \ macro
66 # define SWAP(n) (n) macro
169 W[t] = SWAP (*words); in sha512_process_block()
256 *(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] << 3); in sha512_finish_ctx()
257 *(uint64_t *) &ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) | in sha512_finish_ctx()
265 ((uint64_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha512_finish_ctx()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます23614 0xff6 string SWAP-SPACE Linux old swap file, 4k page size
23615 0x1ff6 string SWAP-SPACE Linux old swap file, 8k page size
23616 0x3ff6 string SWAP-SPACE Linux old swap file, 16k page size
23617 0x7ff6 string SWAP-SPACE Linux old swap file, 32k page size
23618 0xfff6 string SWAP-SPACE Linux old swap file, 64k page size
H A Dmagic23614 0xff6 string SWAP-SPACE Linux old swap file, 4k page size
23615 0x1ff6 string SWAP-SPACE Linux old swap file, 8k page size
23616 0x3ff6 string SWAP-SPACE Linux old swap file, 16k page size
23617 0x7ff6 string SWAP-SPACE Linux old swap file, 32k page size
23618 0xfff6 string SWAP-SPACE Linux old swap file, 64k page size

Completed in 135 milliseconds