Home
last modified time | relevance | path

Searched refs:READ_OP (Results 1 – 2 of 2) sorted by relevance

/third_party/libunwind/src/arm/
DGex_tables.c154 #define READ_OP() *buf++ in arm_exidx_decode() macro
164 uint8_t op = READ_OP (); in arm_exidx_decode()
177 uint8_t op2 = READ_OP (); in arm_exidx_decode()
213 uint8_t op2 = READ_OP (); in arm_exidx_decode()
228 byte = READ_OP (); in arm_exidx_decode()
239 edata.data = READ_OP (); in arm_exidx_decode()
260 edata.data = READ_OP (); in arm_exidx_decode()
264 uint8_t op2 = READ_OP (); in arm_exidx_decode()
/third_party/NuttX/fs/vfs/
Dfs_open.c54 acc_mode |= READ_OP; in oflag_convert_mode()
58 acc_mode |= READ_OP | WRITE_OP; in oflag_convert_mode()