Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Dbasic_types.h266 #define ReadEF1Byte(_ptr) EF1Byte(*((u8 *)(_ptr))) argument
267 #define ReadEF2Byte(_ptr) EF2Byte(*((u16 *)(_ptr))) argument
268 #define ReadEF4Byte(_ptr) EF4Byte(*((u32 *)(_ptr))) argument
273 #define WriteEF1Byte(_ptr, _val) (*((u8 *)(_ptr)))=EF1Byte(_val) argument
274 #define WriteEF2Byte(_ptr, _val) (*((u16 *)(_ptr)))=EF2Byte(_val) argument
275 #define WriteEF4Byte(_ptr, _val) (*((u32 *)(_ptr)))=EF4Byte(_val) argument
/AliOS-Things-master/components/SDL2/src/power/linux/
A DSDL_syspower.c78 make_proc_acpi_key_val(char **_ptr, char **_key, char **_val) in make_proc_acpi_key_val() argument
80 char *ptr = *_ptr; in make_proc_acpi_key_val()
120 *_ptr = ptr; /* store for next time. */ in make_proc_acpi_key_val()
289 next_string(char **_ptr, char **_str) in next_string() argument
291 char *ptr = *_ptr; in next_string()
310 *_ptr = ptr; in next_string()

Completed in 5 milliseconds