Home
last modified time | relevance | path

Searched refs:fptr (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dg_dnl.h24 .fptr = callback_ptr \
32 g_dnl_bind_callback_f fptr; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/
H A Duserfaultfd.patch60 + 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];
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-m-nocp.c37 TCGv_i32 fptr; in trans_VLLDM_VLSTM() local
86 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()
/openbmc/u-boot/drivers/usb/gadget/
H A Dg_dnl.c125 return callback->fptr(c); in g_dnl_do_config()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch1847 - if (mntent = getmntent(fptr)) {
1848 + if ((mntent = getmntent(fptr))) {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5/
H A D0001-Eliminate-old-style-function-declarations.patch9896 - void *cbdata = NULL, (*fptr)();
9897 + void *cbdata = NULL, (*fptr)(void);