Home
last modified time | relevance | path

Searched refs:fp_ptr (Results 1 – 3 of 3) sorted by relevance

/external/vboot_reference/host/lib21/
Dhost_fw_preamble.c19 int vb2_fw_preamble_create(struct vb2_fw_preamble **fp_ptr, in vb2_fw_preamble_create() argument
43 *fp_ptr = NULL; in vb2_fw_preamble_create()
80 *fp_ptr = (struct vb2_fw_preamble *)buf; in vb2_fw_preamble_create()
/external/vboot_reference/host/lib21/include/
Dhost_fw_preamble2.h28 int vb2_fw_preamble_create(struct vb2_fw_preamble **fp_ptr,
/external/google-breakpad/src/client/linux/handler/
Dexception_handler.cc428 struct fpsimd_context *fp_ptr = in HandleSignal() local
430 if (fp_ptr->head.magic == FPSIMD_MAGIC) { in HandleSignal()
431 memcpy(&context.float_state, fp_ptr, sizeof(context.float_state)); in HandleSignal()