Searched refs:SIGN (Results 1 – 8 of 8) sorted by relevance
| /drivers/tty/vt/ |
| A D | ucs_width_table.h_shipped | 51 { 0x09CB, 0x09CD }, /* BENGALI VOWEL SIGN O - BENGALI SIGN VIRAMA */ 73 { 0x0B47, 0x0B48 }, /* ORIYA VOWEL SIGN E - ORIYA VOWEL SIGN AI */ 74 { 0x0B4B, 0x0B4D }, /* ORIYA VOWEL SIGN O - ORIYA SIGN VIRAMA */ 78 { 0x0BBE, 0x0BC2 }, /* TAMIL VOWEL SIGN AA - TAMIL VOWEL SIGN UU */ 79 { 0x0BC6, 0x0BC8 }, /* TAMIL VOWEL SIGN E - TAMIL VOWEL SIGN AI */ 80 { 0x0BCA, 0x0BCD }, /* TAMIL VOWEL SIGN O - TAMIL SIGN VIRAMA */ 86 { 0x0C4A, 0x0C4D }, /* TELUGU VOWEL SIGN O - TELUGU SIGN VIRAMA */ 114 { 0x0EB4, 0x0EBC }, /* LAO VOWEL SIGN I - LAO SEMIVOWEL SIGN LO */ 138 { 0x1752, 0x1753 }, /* BUHID VOWEL SIGN I - BUHID VOWEL SIGN U */ 347 { 0x1E5EE, 0x1E5EF }, /* OL ONAL SIGN MU - OL ONAL SIGN IKIR */ [all …]
|
| A D | ucs_fallback_table.h_shipped | 71 { 0xA2, 0x63 }, /* CENT SIGN -> 'c' */ 72 { 0xA3, 0x4C }, /* POUND SIGN -> 'L' */ 73 { 0xA5, 0x59 }, /* YEN SIGN -> 'Y' */ 75 { 0xA7, 0x53 }, /* SECTION SIGN -> 'S' */ 77 { 0xA9, 0x43 }, /* COPYRIGHT SIGN -> 'C' */ 80 { 0xAC, 0x21 }, /* NOT SIGN -> '!' */ 83 { 0xB0, 0x6F }, /* DEGREE SIGN -> 'o' */ 87 { 0xB5, 0x75 }, /* MICRO SIGN -> 'u' */ 88 { 0xB6, 0x50 }, /* PILCROW SIGN -> 'P' */ 125 { 0xF7, 0x2F }, /* DIVISION SIGN -> '/' */ [all …]
|
| /drivers/firmware/efi/libstub/ |
| A D | vsprintf.c | 144 #define SIGN 2 /* unsigned/signed long */ macro 229 if (!(flags & SIGN)) in get_sign() 427 flags |= SIGN; in vsnprintf() 446 num = get_number(flags & SIGN, qualifier, &args); in vsnprintf()
|
| /drivers/usb/misc/ |
| A D | cytherm.c | 114 #define SIGN 0x34 /* RAM location for temperature sign */ macro 138 retval = vendor_command(cytherm->udev, READ_RAM, SIGN, 0, buffer, 8); in temp_show()
|
| /drivers/usb/renesas_usbhs/ |
| A D | common.h | 186 #define SIGN (1 << 5) /* Setup Transaction Error Interrupt Status */ macro
|
| A D | mod.c | 294 if (irq_state.intsts1 & SIGN) in usbhs_interrupt()
|
| /drivers/usb/host/ |
| A D | r8a66597-hcd.c | 1073 r8a66597_write(r8a66597, ~(SIGN | SACK), INTSTS1); in prepare_setup_packet() 1659 if (mask1 & SIGN) { in r8a66597_irq() 1660 r8a66597_write(r8a66597, ~SIGN, INTSTS1); in r8a66597_irq()
|
| /drivers/media/i2c/ |
| A D | ov772x.c | 213 #define SIGN 0xAB /* Sign bit for Hue and contrast */ macro
|
Completed in 31 milliseconds