Home
last modified time | relevance | path

Searched refs:_lb (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dbitstring.h117 bitstr_t _lb; \
119 for (_lb = _name[_byte]; (_lb&0x1); \
120 ++_value, _lb >>= 1); \
136 bitstr_t _lb; \
138 for (_lb = _name[_byte]; !(_lb&0x1); \
139 ++_value, _lb >>= 1); \
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/
H A Dbitstring.h116 bitstr_t _lb; \
118 for (_lb = _name[_byte]; (_lb&0x1); \
119 ++_value, _lb >>= 1); \
135 bitstr_t _lb; \
137 for (_lb = _name[_byte]; !(_lb&0x1); \
138 ++_value, _lb >>= 1); \
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dbitstring.h117 bitstr_t _lb; \
119 for (_lb = _name[_byte]; (_lb&0x1); \
120 ++_value, _lb >>= 1); \
136 bitstr_t _lb; \
138 for (_lb = _name[_byte]; !(_lb&0x1); \
139 ++_value, _lb >>= 1); \
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dunaligned-emul.h11 "1:\t"type##_lb("%0", "0(%2)")"\n" \
58 "1:"type##_lb("%0", "0(%2)")"\n\t" \
389 "1:\t"type##_lb("%0", "1(%2)")"\n" \
436 "1:"type##_lb("%0", "3(%2)")"\n\t" \
H A Duasm.h122 Ip_u2s3u1(_lb);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/
H A Dreent.h221 struct __sbuf _lb; /* buffer for fgetline() */ member
277 struct __sbuf _lb; /* buffer for fgetline() */ member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/sys/
H A Dreent.h221 struct __sbuf _lb; /* buffer for fgetline() */ member
277 struct __sbuf _lb; /* buffer for fgetline() */ member
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-gemini.c2303 #define GEMINI_CFGPIN(_n, _r, _lb, _hb) { \ argument
2306 .mask = GENMASK(_hb, _lb) \
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Duasm.c323 I_u2s3u1(_lb)