/linux-6.12.1/lib/ |
D | ctype.c | 25 _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */ 26 _L,_L,_L,_L,_L,_L,_L,_L, /* 104-111 */ 27 _L,_L,_L,_L,_L,_L,_L,_L, /* 112-119 */ 28 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */ 34 _U,_U,_U,_U,_U,_U,_U,_P,_U,_U,_U,_U,_U,_U,_U,_L, /* 208-223 */ 35 _L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L, /* 224-239 */ 36 _L,_L,_L,_L,_L,_L,_L,_P,_L,_L,_L,_L,_L,_L,_L,_L}; /* 240-255 */
|
D | ts_fsm.c | 47 [TS_FSM_LOWER] = _L, 53 [TS_FSM_ALPHA] = _U | _L, 54 [TS_FSM_ALNUM] = _U | _L | _D, 55 [TS_FSM_PRINT] = _P | _U | _L | _D | _SP, 56 [TS_FSM_GRAPH] = _P | _U | _L | _D, 85 _W|_A|_P, _W|_A|_L|_X, _W|_A|_L|_X, _W|_A|_L|_X, /* 96- 99 */ 86 _W|_A|_L|_X, _W|_A|_L|_X, _W|_A|_L|_X, _W|_A|_L, /* 100-103 */ 87 _W|_A|_L, _W|_A|_L, _W|_A|_L, _W|_A|_L, /* 104-107 */ 88 _W|_A|_L, _W|_A|_L, _W|_A|_L, _W|_A|_L, /* 108-111 */ 89 _W|_A|_L, _W|_A|_L, _W|_A|_L, _W|_A|_L, /* 112-115 */ [all …]
|
/linux-6.12.1/tools/lib/ |
D | ctype.c | 24 _P,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L|_X,_L, /* 96-103 */ 25 _L,_L,_L,_L,_L,_L,_L,_L, /* 104-111 */ 26 _L,_L,_L,_L,_L,_L,_L,_L, /* 112-119 */ 27 _L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */ 33 _U,_U,_U,_U,_U,_U,_U,_P,_U,_U,_U,_U,_U,_U,_U,_L, /* 208-223 */ 34 _L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L, /* 224-239 */ 35 _L,_L,_L,_L,_L,_L,_L,_P,_L,_L,_L,_L,_L,_L,_L,_L}; /* 240-255 */
|
/linux-6.12.1/include/linux/ |
D | ctype.h | 13 #define _L 0x02 /* lower */ macro 25 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) 26 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) 28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) 29 #define islower(c) ((__ismask(c)&(_L)) != 0) 30 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
|
/linux-6.12.1/tools/include/linux/ |
D | ctype.h | 13 #define _L 0x02 /* lower */ macro 25 #define isalnum(c) ((__ismask(c)&(_U|_L|_D)) != 0) 26 #define isalpha(c) ((__ismask(c)&(_U|_L)) != 0) 28 #define isgraph(c) ((__ismask(c)&(_P|_U|_L|_D)) != 0) 29 #define islower(c) ((__ismask(c)&(_L)) != 0) 30 #define isprint(c) ((__ismask(c)&(_P|_U|_L|_D|_SP)) != 0)
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | sc7280-herobrine-crd.dts | 199 * BIOS_FLASH_WP_L (the '_L' suffix is misleading, the
|
/linux-6.12.1/drivers/net/ethernet/meta/fbnic/ |
D | fbnic_mac.c | 419 __fbnic_mac_stat_rd64(fbd, reset, FBNIC_##__CSR##_L, &(__stat))
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 6351 (is_t4(adap->params.chip) ? PORT_REG(idx, MPS_PORT_STAT_##name##_L) : \ in t4_get_port_stats() 6352 T5_PORT_REG(idx, MPS_PORT_STAT_##name##_L))) in t4_get_port_stats() 6353 #define GET_STAT_COM(name) t4_read_reg64(adap, MPS_STAT_##name##_L) in t4_get_port_stats() 6448 PORT_REG(idx, MPS_PORT_STAT_LB_PORT_##name##_L) : \ in t4_get_lb_stats() 6449 T5_PORT_REG(idx, MPS_PORT_STAT_LB_PORT_##name##_L))) in t4_get_lb_stats() 6450 #define GET_STAT_COM(name) t4_read_reg64(adap, MPS_STAT_##name##_L) in t4_get_lb_stats()
|