Searched refs:fptr (Results 1 – 6 of 6) sorted by relevance
24 .fptr = callback_ptr \32 g_dnl_bind_callback_f fptr; member
60 + int32_t *fptr; /* Front pointer. */109 + int32_t *fptr = buf->fptr;114 + val = *fptr += (uint32_t) *rptr;117 + ++fptr;118 + if (fptr >= end_ptr)120 + fptr = state;129 + buf->fptr = fptr;186 + buf->fptr = &state[buf->rand_sep];306 + buf->fptr = &new_state[(rear + separation) % degree];
37 TCGv_i32 fptr; in trans_VLLDM_VLSTM() local86 fptr = load_reg(s, a->rn); in trans_VLLDM_VLSTM()88 gen_helper_v7m_vlldm(tcg_env, fptr); in trans_VLLDM_VLSTM()90 gen_helper_v7m_vlstm(tcg_env, fptr); in trans_VLLDM_VLSTM()
125 return callback->fptr(c); in g_dnl_do_config()
1847 - if (mntent = getmntent(fptr)) {1848 + if ((mntent = getmntent(fptr))) {
9896 - void *cbdata = NULL, (*fptr)();9897 + void *cbdata = NULL, (*fptr)(void);