Home
last modified time | relevance | path

Searched refs:fp_ptr (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dcallindirect.pnacl.ll118 %fp_ptr = load i32, i32* %fp_ptr_i32, align 1
119 %fp = inttoptr i32 %fp_ptr to void ()*