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 D | bitstring.h | 117 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 D | bitstring.h | 116 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 D | bitstring.h | 117 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 D | unaligned-emul.h | 11 "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 D | uasm.h | 122 Ip_u2s3u1(_lb);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/sys/ |
| H A D | reent.h | 221 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 D | reent.h | 221 struct __sbuf _lb; /* buffer for fgetline() */ member 277 struct __sbuf _lb; /* buffer for fgetline() */ member
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-gemini.c | 2303 #define GEMINI_CFGPIN(_n, _r, _lb, _hb) { \ argument 2306 .mask = GENMASK(_hb, _lb) \
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A D | uasm.c | 323 I_u2s3u1(_lb)
|