Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c78 # define SWAP(n) \ macro
81 # define SWAP(n) (n) macro
161 W[t] = SWAP (*words); in sha256_process_block()
246 *(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3); in sha256_finish_ctx()
247 *(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) | in sha256_finish_ctx()
255 ((uint32_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha256_finish_ctx()
H A Dcrypt_sha512.c73 # define SWAP(n) \ macro
83 # define SWAP(n) (n) macro
186 W[t] = SWAP (*words); in sha512_process_block()
273 *(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] << 3); in sha512_finish_ctx()
274 *(uint64_t *) &ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) | in sha512_finish_ctx()
282 ((uint64_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha512_finish_ctx()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8923 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} macro
116572 SWAP(Expr*,pExpr->pRight,pExpr->pLeft);
118639 SWAP(WhereTerm*, pLower, pUpper);
119785 SWAP(WhereTerm *, pRangeEnd, pRangeStart);
119786 SWAP(u8, bSeekPastNull, bStopAtNull);
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic11200 4086 string SWAP-SPACE Linux/i386 swap file

Completed in 292 milliseconds