Home
last modified time | relevance | path

Searched defs:indx (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/avr/
H A Ddisas.c30 static int to_regs_16_31_by_one(DisasContext *ctx, int indx) in to_regs_16_31_by_one()
35 static int to_regs_16_23_by_one(DisasContext *ctx, int indx) in to_regs_16_23_by_one()
40 static int to_regs_24_30_by_two(DisasContext *ctx, int indx) in to_regs_24_30_by_two()
45 static int to_regs_00_30_by_two(DisasContext *ctx, int indx) in to_regs_00_30_by_two()
H A Dtranslate.c154 static int to_regs_16_31_by_one(DisasContext *ctx, int indx) in to_regs_16_31_by_one()
159 static int to_regs_16_23_by_one(DisasContext *ctx, int indx) in to_regs_16_23_by_one()
164 static int to_regs_24_30_by_two(DisasContext *ctx, int indx) in to_regs_24_30_by_two()
169 static int to_regs_00_30_by_two(DisasContext *ctx, int indx) in to_regs_00_30_by_two()
/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c725 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) in BZ2_indexIntoF()