Searched defs:sign (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib/ |
H A D | iso8601-date.c | 285 char sign = '+'; local 288 sign = '-'; 290 time_offset = t_strdup_printf("%c%02d:%02d", sign,
|
H A D | var-expand.c | 486 int sign = 1; local 497 sign = -1; 510 ctx.offset = sign * ctx.width; 511 sign = 1; 524 sign = -1; 532 ctx.width = sign * ctx.width;
|
/dovecot/src/auth/ |
H A D | crypt-blowfish.c | 542 BF_word safety, sign, diff, tmp[2]; local 545 * There was a sign extension bug in older revisions of this function. While 570 * (0 means no bug, 1 means sign extension bug emulation) and a flag in the 582 sign = diff = 0; 594 * chars 2, 3, 4 in each four-char block, we set bit 7 of "sign" if sign 598 sign |= tmp[1] & 0x80; 612 * exactly the same result. If so and if "sign" is non-zero, which indicates 613 * that there was a non-benign sign extension, this means that we have a 622 sign << [all...] |
Completed in 31 milliseconds