SIGN 57 arch/alpha/boot/stdio.c if (type & SIGN) { SIGN 256 arch/alpha/boot/stdio.c flags |= SIGN; SIGN 270 arch/alpha/boot/stdio.c if (flags & SIGN) SIGN 274 arch/alpha/boot/stdio.c if (flags & SIGN) SIGN 280 arch/alpha/boot/stdio.c if (flags & SIGN) SIGN 284 arch/alpha/boot/stdio.c if (flags & SIGN) SIGN 25 arch/hexagon/lib/checksum.c #define VR_NEGATE(a, b, c, d) (SIGN(a, 48) + SIGN(b, 32) + SIGN(c, 16) \ SIGN 26 arch/hexagon/lib/checksum.c + SIGN(d, 0)) SIGN 93 arch/powerpc/boot/stdio.c if (type & SIGN) { SIGN 292 arch/powerpc/boot/stdio.c flags |= SIGN; SIGN 306 arch/powerpc/boot/stdio.c if (flags & SIGN) SIGN 310 arch/powerpc/boot/stdio.c if (flags & SIGN) SIGN 316 arch/powerpc/boot/stdio.c if (flags & SIGN) SIGN 320 arch/powerpc/boot/stdio.c if (flags & SIGN) SIGN 60 arch/x86/boot/printf.c if (type & SIGN) { SIGN 255 arch/x86/boot/printf.c flags |= SIGN; SIGN 271 arch/x86/boot/printf.c if (flags & SIGN) SIGN 273 arch/x86/boot/printf.c } else if (flags & SIGN) SIGN 1075 drivers/usb/host/r8a66597-hcd.c r8a66597_write(r8a66597, ~(SIGN | SACK), INTSTS1); SIGN 1661 drivers/usb/host/r8a66597-hcd.c if (mask1 & SIGN) { SIGN 1662 drivers/usb/host/r8a66597-hcd.c r8a66597_write(r8a66597, ~SIGN, INTSTS1); SIGN 138 drivers/usb/misc/cytherm.c retval = vendor_command(cytherm->udev, READ_RAM, SIGN, 0, buffer, 8); SIGN 316 drivers/usb/renesas_usbhs/mod.c if (irq_state.intsts1 & SIGN) SIGN 1491 kernel/bpf/core.c #define COND_JMP(SIGN, OPCODE, CMP_OP) \ SIGN 1493 kernel/bpf/core.c if ((SIGN##64) DST CMP_OP (SIGN##64) SRC) { \ SIGN 1499 kernel/bpf/core.c if ((SIGN##32) DST CMP_OP (SIGN##32) SRC) { \ SIGN 1505 kernel/bpf/core.c if ((SIGN##64) DST CMP_OP (SIGN##64) IMM) { \ SIGN 1511 kernel/bpf/core.c if ((SIGN##32) DST CMP_OP (SIGN##32) IMM) { \ SIGN 435 lib/vsprintf.c if (spec.flags & SIGN) { SIGN 2360 lib/vsprintf.c spec->flags |= SIGN; SIGN 2381 lib/vsprintf.c BUILD_BUG_ON(FORMAT_TYPE_ULONG + SIGN != FORMAT_TYPE_LONG); SIGN 2382 lib/vsprintf.c spec->type = FORMAT_TYPE_ULONG + (spec->flags & SIGN); SIGN 2388 lib/vsprintf.c BUILD_BUG_ON(FORMAT_TYPE_UBYTE + SIGN != FORMAT_TYPE_BYTE); SIGN 2389 lib/vsprintf.c spec->type = FORMAT_TYPE_UBYTE + (spec->flags & SIGN); SIGN 2391 lib/vsprintf.c BUILD_BUG_ON(FORMAT_TYPE_USHORT + SIGN != FORMAT_TYPE_SHORT); SIGN 2392 lib/vsprintf.c spec->type = FORMAT_TYPE_USHORT + (spec->flags & SIGN); SIGN 2394 lib/vsprintf.c BUILD_BUG_ON(FORMAT_TYPE_UINT + SIGN != FORMAT_TYPE_INT); SIGN 2395 lib/vsprintf.c spec->type = FORMAT_TYPE_UINT + (spec->flags & SIGN); SIGN 2556 lib/vsprintf.c if (spec.flags & SIGN)