Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 25 of 6749) sorted by relevance

12345678910>>...270

/dports/sysutils/u-boot-pine-h64/u-boot-2021.07/arch/mips/mach-octeon/include/mach/
H A Dcvmx-mio-defs.h21 union cvmx_mio_ptp_clock_cfg {
43 struct cvmx_mio_ptp_clock_cfg_cn61xx {
46 u64 ckout : 1;
65 struct cvmx_mio_ptp_clock_cfg_cn63xx {
76 } cn63xx;
115 * This register contains the PTP event counter.
148 u64 u64;
188 } cn61xx;
218 } cn66xx;
254 *
[all …]
/dports/emulators/aranym/aranym-1.1.0/src/uae_cpu/compiler/
H A Dcodegen_arm.cpp277 long offs = data_word_offs(i); variable
324 long offs = data_long_offs(i); variable
380 long offs = data_long_offs(i); variable
712 long offs = data_long_offs(d); variable
733 long offs = data_long_offs(d); variable
758 long offs = data_long_offs(s); variable
826 long offs = data_long_offs(d); variable
900 long offs = data_long_offs(d); variable
953 long offs = data_long_offs(d); variable
981 long offs = data_long_offs(d); variable
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dtaxidriv.cpp27 for (int offs = 0;offs < 0x400;offs++) in screen_update() local
39 for (int offs = 0;offs < 0x400;offs++) in screen_update() local
53 for (int offs = 0;offs < 0x1000;offs++) in screen_update() local
69 for (int offs = 0;offs < 0x1000;offs++) in screen_update() local
85 for (int offs = 0;offs < 0x1000;offs++) in screen_update() local
99 for (int offs = 0;offs < 0x400;offs++) in screen_update() local
111 for (int offs = 0;offs < 0x2000;offs++) in screen_update() local
124 for (int offs = 0;offs < 0x400;offs++) in screen_update() local
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dtaxidriv.cpp27 for (int offs = 0;offs < 0x400;offs++) in screen_update() local
39 for (int offs = 0;offs < 0x400;offs++) in screen_update() local
53 for (int offs = 0;offs < 0x1000;offs++) in screen_update() local
69 for (int offs = 0;offs < 0x1000;offs++) in screen_update() local
85 for (int offs = 0;offs < 0x1000;offs++) in screen_update() local
99 for (int offs = 0;offs < 0x400;offs++) in screen_update() local
111 for (int offs = 0;offs < 0x2000;offs++) in screen_update() local
124 for (int offs = 0;offs < 0x400;offs++) in screen_update() local
/dports/science/nest/nest-simulator-3.1/nestkernel/
H A Dring_buffer.h151 RingBuffer::add_value( const long offs, const double v ) in add_value()
157 RingBuffer::set_value( const long offs, const double v ) in set_value()
163 RingBuffer::get_value( const long offs ) in get_value()
177 RingBuffer::get_value_wfr_update( const long offs ) in get_value_wfr_update()
251 MultRBuffer::add_value( const long offs, const double v ) in add_value()
258 MultRBuffer::get_value( const long offs ) in get_value()
330 ListRingBuffer::append_value( const long offs, const double v ) in append_value()
336 ListRingBuffer::get_list( const long offs ) in get_list()
/dports/lang/rust/rustc-1.58.1-src/src/doc/embedded-book/src/collections/
H A Dindex.md188 ### Out Of Memory and error handling
210 ### Memory usage
237 ### Worst Case Execution Time (WCET)
253 ### Ease of use
/dports/math/aribas/aribas-1.64/src/
H A Dmem0.c65 size_t offs; local
76 size_t offs; local
87 size_t offs; local
97 size_t offs; local
116 size_t offs; local
/dports/databases/fastdb/fastdb/CSharpRemoteCLI/
H A DComBuffer.cs12 internal static int packShort(byte[] buf, int offs, int val) { in packShort()
17 internal static int packInt(byte[] buf, int offs, int val) { in packInt()
24 internal static int packLong(byte[] buf, int offs, long val) { in packLong()
27 internal static int packFloat(byte[] buf, int offs, float value) { in packFloat()
30 internal static int packDouble(byte[] buf, int offs, double value) { in packDouble()
34 internal static short unpackShort(byte[] buf, int offs) { in unpackShort()
37 internal static int unpackInt(byte[] buf, int offs) { in unpackInt()
41 internal static long unpackLong(byte[] buf, int offs) { in unpackLong()
45 internal static float unpackFloat(byte[] buf, int offs) { in unpackFloat()
48 internal static double unpackDouble(byte[] buf, int offs) { in unpackDouble()
/dports/databases/gigabase/gigabase/csharpcli/
H A DComBuffer.cs12 internal static int packShort(byte[] buf, int offs, int val) { in packShort()
17 internal static int packInt(byte[] buf, int offs, int val) { in packInt()
24 internal static int packLong(byte[] buf, int offs, long val) { in packLong()
27 internal static int packFloat(byte[] buf, int offs, float value) { in packFloat()
30 internal static int packDouble(byte[] buf, int offs, double value) { in packDouble()
34 internal static short unpackShort(byte[] buf, int offs) { in unpackShort()
37 internal static int unpackInt(byte[] buf, int offs) { in unpackInt()
41 internal static long unpackLong(byte[] buf, int offs) { in unpackLong()
45 internal static float unpackFloat(byte[] buf, int offs) { in unpackFloat()
48 internal static double unpackDouble(byte[] buf, int offs) { in unpackDouble()
/dports/databases/fastdb/fastdb/javacli/
H A DComBuffer.java7 static final int packShort(byte[] buf, int offs, int val) { in packShort()
12 static final int packInt(byte[] buf, int offs, int val) { in packInt()
19 static final int packLong(byte[] buf, int offs, long val) { in packLong()
22 static final int packFloat(byte[] buf, int offs, float value) { in packFloat()
25 static final int packDouble(byte[] buf, int offs, double value) { in packDouble()
29 static final short unpackShort(byte[] buf, int offs) { in unpackShort()
32 static final int unpackInt(byte[] buf, int offs) { in unpackInt()
36 static final long unpackLong(byte[] buf, int offs) { in unpackLong()
40 static final float unpackFloat(byte[] buf, int offs) { in unpackFloat()
43 static final double unpackDouble(byte[] buf, int offs) { in unpackDouble()
/dports/databases/gigabase/gigabase/javacli/
H A DComBuffer.java7 static final int packShort(byte[] buf, int offs, int val) { in packShort()
12 static final int packInt(byte[] buf, int offs, int val) { in packInt()
19 static final int packLong(byte[] buf, int offs, long val) { in packLong()
22 static final int packFloat(byte[] buf, int offs, float value) { in packFloat()
25 static final int packDouble(byte[] buf, int offs, double value) { in packDouble()
29 static final short unpackShort(byte[] buf, int offs) { in unpackShort()
32 static final int unpackInt(byte[] buf, int offs) { in unpackInt()
36 static final long unpackLong(byte[] buf, int offs) { in unpackLong()
40 static final float unpackFloat(byte[] buf, int offs) { in unpackFloat()
43 static final double unpackDouble(byte[] buf, int offs) { in unpackDouble()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/
H A Dgpio.c40 u32 offs = 0; in gpio_config() local
96 u32 offs = 0; in gpio_write_bit() local
113 u32 offs = 0; in gpio_read_out_bit() local
125 u32 offs = 0; in gpio_read_in_bit() local
138 unsigned char i=0, j=0, offs=0, gpio_core; in gpio_set_chip_configuration() local
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/
H A Dgpio.c40 u32 offs = 0; in gpio_config() local
96 u32 offs = 0; in gpio_write_bit() local
113 u32 offs = 0; in gpio_read_out_bit() local
125 u32 offs = 0; in gpio_read_in_bit() local
138 unsigned char i=0, j=0, offs=0, gpio_core; in gpio_set_chip_configuration() local
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/
H A Dgpio.c40 u32 offs = 0; in gpio_config() local
96 u32 offs = 0; in gpio_write_bit() local
113 u32 offs = 0; in gpio_read_out_bit() local
125 u32 offs = 0; in gpio_read_in_bit() local
138 unsigned char i=0, j=0, offs=0, gpio_core; in gpio_set_chip_configuration() local
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/
H A Dgpio.c40 u32 offs = 0; in gpio_config() local
96 u32 offs = 0; in gpio_write_bit() local
113 u32 offs = 0; in gpio_read_out_bit() local
125 u32 offs = 0; in gpio_read_in_bit() local
138 unsigned char i=0, j=0, offs=0, gpio_core; in gpio_set_chip_configuration() local
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/
H A Dgpio.c40 u32 offs = 0; in gpio_config() local
96 u32 offs = 0; in gpio_write_bit() local
113 u32 offs = 0; in gpio_read_out_bit() local
125 u32 offs = 0; in gpio_read_in_bit() local
138 unsigned char i=0, j=0, offs=0, gpio_core; in gpio_set_chip_configuration() local
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/
H A Dgpio.c40 u32 offs = 0; in gpio_config() local
96 u32 offs = 0; in gpio_write_bit() local
113 u32 offs = 0; in gpio_read_out_bit() local
125 u32 offs = 0; in gpio_read_in_bit() local
138 unsigned char i=0, j=0, offs=0, gpio_core; in gpio_set_chip_configuration() local
/dports/sysutils/u-boot-utilite/u-boot-2015.07/arch/powerpc/cpu/ppc4xx/
H A Dgpio.c27 u32 offs = 0; in gpio_config() local
83 u32 offs = 0; in gpio_write_bit() local
100 u32 offs = 0; in gpio_read_out_bit() local
112 u32 offs = 0; in gpio_read_in_bit() local
125 unsigned char i=0, j=0, offs=0, gpio_core; in gpio_set_chip_configuration() local
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/powerpc/cpu/ppc4xx/
H A Dgpio.c40 u32 offs = 0; in gpio_config() local
96 u32 offs = 0; in gpio_write_bit() local
113 u32 offs = 0; in gpio_read_out_bit() local
125 u32 offs = 0; in gpio_read_in_bit() local
138 unsigned char i=0, j=0, offs=0, gpio_core; in gpio_set_chip_configuration() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/altera/
H A Daltera_utils.c9 void tse_set_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_set_bit()
16 void tse_clear_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_clear_bit()
23 int tse_bit_is_set(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_set()
29 int tse_bit_is_clear(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_clear()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/altera/
H A Daltera_utils.c9 void tse_set_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_set_bit()
16 void tse_clear_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_clear_bit()
23 int tse_bit_is_set(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_set()
29 int tse_bit_is_clear(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_clear()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/altera/
H A Daltera_utils.c9 void tse_set_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_set_bit()
16 void tse_clear_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_clear_bit()
23 int tse_bit_is_set(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_set()
29 int tse_bit_is_clear(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_clear()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/aic94xx/
H A Daic94xx_reg.c18 unsigned long offs, u8 val) in asd_write_byte()
29 unsigned long offs, u16 val) in asd_write_word()
40 unsigned long offs, u32 val) in asd_write_dword()
52 static u8 asd_read_byte(struct asd_ha_struct *asd_ha, unsigned long offs) in asd_read_byte()
65 unsigned long offs) in asd_read_word()
78 unsigned long offs) in asd_read_dword()
285 u32 offs, int count) in asd_read_reg_string()
304 u32 offs, int count) in asd_write_reg_string()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/aic94xx/
H A Daic94xx_reg.c18 unsigned long offs, u8 val) in asd_write_byte()
29 unsigned long offs, u16 val) in asd_write_word()
40 unsigned long offs, u32 val) in asd_write_dword()
52 static u8 asd_read_byte(struct asd_ha_struct *asd_ha, unsigned long offs) in asd_read_byte()
65 unsigned long offs) in asd_read_word()
78 unsigned long offs) in asd_read_dword()
285 u32 offs, int count) in asd_read_reg_string()
304 u32 offs, int count) in asd_write_reg_string()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/aic94xx/
H A Daic94xx_reg.c18 unsigned long offs, u8 val) in asd_write_byte()
29 unsigned long offs, u16 val) in asd_write_word()
40 unsigned long offs, u32 val) in asd_write_dword()
52 static u8 asd_read_byte(struct asd_ha_struct *asd_ha, unsigned long offs) in asd_read_byte()
65 unsigned long offs) in asd_read_word()
78 unsigned long offs) in asd_read_dword()
285 u32 offs, int count) in asd_read_reg_string()
304 u32 offs, int count) in asd_write_reg_string()

12345678910>>...270