Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dcrypt_sha256.c72 # define SWAP(n) \ macro
75 # define SWAP(n) (n) macro
155 W[t] = SWAP (*words); in sha256_process_block()
240 *(uint32_t *) &ctx->buffer[bytes + pad + 4] = SWAP (ctx->total[0] << 3); in sha256_finish_ctx()
241 *(uint32_t *) &ctx->buffer[bytes + pad] = SWAP ((ctx->total[1] << 3) | in sha256_finish_ctx()
249 ((uint32_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha256_finish_ctx()
H A Dcrypt_sha512.c67 # define SWAP(n) \ macro
77 # define SWAP(n) (n) macro
180 W[t] = SWAP (*words); in sha512_process_block()
267 *(uint64_t *) &ctx->buffer[bytes + pad + 8] = SWAP(ctx->total[0] << 3); in sha512_finish_ctx()
268 *(uint64_t *) &ctx->buffer[bytes + pad] = SWAP((ctx->total[1] << 3) | in sha512_finish_ctx()
276 ((uint64_t *) resbuf)[i] = SWAP(ctx->H[i]); in sha512_finish_ctx()
/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c13799 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} macro
130041 SWAP(Expr, *pNew, *pExpr);
137766 SWAP(WhereTerm *, pRangeEnd, pRangeStart);
137767 SWAP(u8, bSeekPastNull, bStopAtNull);
137768 SWAP(u8, nBtm, nTop);
138566 SWAP(Expr*,pExpr->pRight,pExpr->pLeft);
138863 SWAP(Expr*, pLeft, pRight);
139748 SWAP(Expr*, pLeft, pRight);
141566 SWAP(WhereTerm*, pLower, pUpper);
141567 SWAP(int, nBtm, nTop);
[all …]
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic12594 4086 string SWAP-SPACE Linux/i386 swap file
H A Dmagic私はガラスを食べられます12594 4086 string SWAP-SPACE Linux/i386 swap file

Completed in 568 milliseconds