Home
last modified time | relevance | path

Searched defs:xb (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_nameval.c32 static int nval_find(const char *xb, int xb_size, const YCHAR *name, in nval_find()
57 static int nval_used(const char *xb, int xb_size) in nval_used()
73 int nval_del(char *xb, int xb_size, const YCHAR *name) in nval_del()
89 int nval_set(char *xb, int xb_size, const YCHAR *name, const char *buf, in nval_set()
129 int nval_get(const char *xb, int xb_size, const YCHAR * name, char *buf, in nval_get()
167 int nval_list(const char *xb, int xb_size, char *buf, int bsize) in nval_list()
205 int nval_hasvalues(const char *xb, int xb_size) in nval_hasvalues()
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1610 ppc_vsr_t *xt, ppc_vsr_t *xa, ppc_vsr_t *xb) in helper_xsaddqp()
1683 ppc_vsr_t *xt, ppc_vsr_t *xa, ppc_vsr_t *xb) in helper_xsmulqp()
1757 ppc_vsr_t *xt, ppc_vsr_t *xa, ppc_vsr_t *xb) in helper_xsdivqp()
2170 ppc_vsr_t *xa, ppc_vsr_t *xb) in helper_xscmpexpdp()
2199 ppc_vsr_t *xa, ppc_vsr_t *xb) in helper_xscmpexpqp()
2227 static inline void do_scalar_cmp(CPUPPCState *env, ppc_vsr_t *xa, ppc_vsr_t *xb, in do_scalar_cmp()
2281 ppc_vsr_t *xb) in helper_xscmpodp()
2287 ppc_vsr_t *xb) in helper_xscmpudp()
2293 ppc_vsr_t *xb, int crf_idx, bool ordered) in do_scalar_cmpq()
2346 ppc_vsr_t *xb) in helper_xscmpoqp()
[all …]
H A Dint_helper.c1827 void helper_XXINSERTW(ppc_vsr_t *xt, ppc_vsr_t *xb, uint32_t index) in helper_XXINSERTW()
/openbmc/linux/drivers/char/xillybus/
Dxillyusb.c
/openbmc/u-boot/drivers/video/
H A Dmx3fb.c246 u32 xb:12; member
286 u32 xb:12; member
H A Dstb_truetype.h1925 float xb = x0 + dx; in stbtt__fill_active_edges_new() local
/openbmc/qemu/fpu/
H A Dsoftfloat.c338 float32_gen2(float32 xa, float32 xb, float_status *s, in float32_gen2()
369 float64_gen2(float64 xa, float64 xb, float_status *s, in float64_gen2()
2302 float32_muladd(float32 xa, float32 xb, float32 xc, int flags, float_status *s) in float32_muladd()
2373 float64_muladd(float64 xa, float64 xb, float64 xc, int flags, float_status *s) in float64_muladd()
4452 float32_hs_compare(float32 xa, float32 xb, float_status *s, bool is_quiet) in float32_hs_compare()
4506 float64_hs_compare(float64 xa, float64 xb, float_status *s, bool is_quiet) in float64_hs_compare()
/openbmc/qemu/target/hppa/
H A Dtranslate.c523 static void store_psw_xb(DisasContext *ctx, uint32_t xb) in store_psw_xb()
532 static void set_psw_xb(DisasContext *ctx, uint32_t xb) in set_psw_xb()