Home
last modified time | relevance | path

Searched refs:static (Results 1 – 25 of 1781) sorted by relevance

12345678910>>...72

/openbmc/qemu/target/xtensa/core-fsf/
H A Dxtensa-modules.c.inc28 static xtensa_sysreg_internal sysregs[] = {
87 static xtensa_state_internal states[] = {
215 static unsigned
223 static void
231 static unsigned
239 static void
247 static unsigned
255 static void
263 static unsigned
271 static void
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dclang-c++11.patch13 -static void * NewSimulatorOpen( GHashTable *, unsigned int, oh_evt_queue * ) __attribute__((used));
14 +static void * NewSimulatorOpen( GHashTable *, unsigned int, oh_evt_queue * ) __asm__("NewSimulator…
18 @@ -530,7 +530,7 @@ static void * NewSimulatorOpen( GHashTab
22 -static void NewSimulatorClose( void * ) __attribute__((used));
23 +static void NewSimulatorClose( void * ) __asm__("NewSimulatorClose") __attribute__((used));
27 @@ -585,7 +585,7 @@ static void NewSimulatorClose( void *hnd
31 -static SaErrorT NewSimulatorGetEvent( void * ) __attribute__((used));
32 +static SaErrorT NewSimulatorGetEvent( void * ) __asm__("NewSimulatorGetEvent") __attribute__((used…
34 static SaErrorT NewSimulatorGetEvent( void *hnd ) {
36 @@ -613,7 +613,7 @@ static SaErrorT NewSimulatorGetEvent( vo
[all …]
/openbmc/qemu/target/xtensa/core-dc233c/
H A Dxtensa-modules.c.inc31 static xtensa_sysreg_internal sysregs[] = {
112 static xtensa_state_internal states[] = {
279 static unsigned
287 static void
295 static unsigned
303 static void
311 static unsigned
319 static void
327 static unsigned
335 static void
[all …]
/openbmc/qemu/target/xtensa/core-dc232b/
H A Dxtensa-modules.c.inc28 static xtensa_sysreg_internal sysregs[] = {
108 static xtensa_state_internal states[] = {
266 static unsigned
274 static void
282 static unsigned
290 static void
298 static unsigned
306 static void
314 static unsigned
322 static void
[all …]
/openbmc/qemu/target/xtensa/core-lx106/
H A Dxtensa-modules.c.inc30 static xtensa_sysreg_internal sysregs[] = {
72 static xtensa_state_internal states[] = {
151 static unsigned
159 static void
167 static unsigned
175 static void
183 static unsigned
191 static void
199 static unsigned
207 static void
[all …]
/openbmc/qemu/target/xtensa/core-sample_controller/
H A Dxtensa-modules.c.inc31 static xtensa_sysreg_internal sysregs[] = {
96 static xtensa_state_internal states[] = {
225 static unsigned
233 static void
241 static unsigned
249 static void
257 static unsigned
265 static void
273 static unsigned
281 static void
[all …]
/openbmc/qemu/target/xtensa/core-de212/
H A Dxtensa-modules.c.inc31 static xtensa_sysreg_internal sysregs[] = {
105 static xtensa_state_internal states[] = {
244 static unsigned
252 static void
260 static unsigned
268 static void
276 static unsigned
284 static void
292 static unsigned
300 static void
[all …]
/openbmc/qemu/target/xtensa/core-de233_fpu/
H A Dxtensa-modules.c.inc30 static xtensa_sysreg_internal sysregs[] = {
114 static xtensa_state_internal states[] = {
309 static unsigned
317 static void
325 static unsigned
333 static void
341 static unsigned
349 static void
357 static unsigned
365 static void
[all …]
/openbmc/qemu/target/xtensa/core-test_kc705_be/
H A Dxtensa-modules.c.inc30 static xtensa_sysreg_internal sysregs[] = {
118 static xtensa_state_internal states[] = {
307 static unsigned
315 static void
323 static unsigned
331 static void
339 static unsigned
347 static void
355 static unsigned
363 static void
[all …]
/openbmc/qemu/target/xtensa/core-test_mmuhifi_c3/
H A Dxtensa-modules.c.inc30 static xtensa_sysreg_internal sysregs[] = {
85 static xtensa_state_internal states[] = {
222 static unsigned
230 static void
238 static unsigned
246 static void
254 static unsigned
262 static void
270 static unsigned
278 static void
[all …]
/openbmc/qemu/target/xtensa/core-dsp3400/
H A Dxtensa-modules.c.inc30 static xtensa_sysreg_internal sysregs[] = {
165 static xtensa_state_internal states[] = {
376 static unsigned
384 static void
392 static unsigned
400 static void
408 static unsigned
416 static void
424 static unsigned
432 static void
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch32 -static const char *filename = "bezier.geom";
33 +static const char *filename = DEMOS_DATA_DIR "bezier.geom";
35 static GLuint fragShader;
36 static GLuint vertShader;
60 -static char *FragProgFile = "CH06-brick.frag";
61 -static char *VertProgFile = "CH06-brick.vert";
62 +static char *FragProgFile = DEMOS_DATA_DIR "CH06-brick.frag";
63 +static char *VertProgFile = DEMOS_DATA_DIR "CH06-brick.vert";
66 static GLuint fragShader;
75 -static char *FragProgFile = "CH11-bumpmap.frag";
[all …]
/openbmc/qemu/tests/tcg/mips/user/ase/msa/
H A Dtest_msa_compile_64r6el.sh7 -EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nloc_b_64r6el
9 -EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nloc_h_64r6el
11 -EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nloc_w_64r6el
13 -EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nloc_d_64r6el
15 -EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nlzc_b_64r6el
17 -EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nlzc_h_64r6el
19 -EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nlzc_w_64r6el
21 -EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nlzc_d_64r6el
23 -EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_pcnt_b_64r6el
25 -EL -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_pcnt_h_64r6el
[all …]
H A Dtest_msa_compile_64r6eb.sh7 -EB -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nloc_b_64r6eb
9 -EB -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nloc_h_64r6eb
11 -EB -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nloc_w_64r6eb
13 -EB -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nloc_d_64r6eb
15 -EB -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nlzc_b_64r6eb
17 -EB -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nlzc_h_64r6eb
19 -EB -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nlzc_w_64r6eb
21 -EB -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_nlzc_d_64r6eb
23 -EB -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_pcnt_b_64r6eb
25 -EB -static -mabi=64 -march=mips64r6 -mmsa -o /tmp/test_msa_pcnt_h_64r6eb
[all …]
H A Dtest_msa_compile_32r5el.sh7 -EL -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
10 -EL -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
13 -EL -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
16 -EL -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
19 -EL -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
22 -EL -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
25 -EL -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
28 -EL -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
31 -EL -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
34 -EL -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
[all …]
H A Dtest_msa_compile_32r5eb.sh7 -EB -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
10 -EB -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
13 -EB -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
16 -EB -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
19 -EB -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
22 -EB -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
25 -EB -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
28 -EB -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
31 -EB -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
34 -EB -static -mabi=32 -march=mips32r5 -mmsa -mno-odd-spreg -mfp64 -mnan=2008 -o \
[all …]
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvb.c.inc57 static void gen_clz(TCGv ret, TCGv arg1)
62 static void gen_clzw(TCGv ret, TCGv arg1)
69 static bool trans_clz(DisasContext *ctx, arg_clz *a)
75 static void gen_ctz(TCGv ret, TCGv arg1)
80 static void gen_ctzw(TCGv ret, TCGv arg1)
85 static bool trans_ctz(DisasContext *ctx, arg_ctz *a)
91 static bool trans_cpop(DisasContext *ctx, arg_cpop *a)
97 static bool trans_andn(DisasContext *ctx, arg_andn *a)
103 static bool trans_orn(DisasContext *ctx, arg_orn *a)
109 static bool trans_xnor(DisasContext *ctx, arg_xnor *a)
[all …]
H A Dtrans_xthead.c.inc90 static TCGv get_th_address_indexed(DisasContext *ctx, int rs1, int rs2,
115 static void gen_th_addsl##SHAMT(TCGv ret, TCGv arg1, TCGv arg2) \
127 static bool trans_th_addsl##SHAMT(DisasContext *ctx, \
141 static bool trans_th_srri(DisasContext *ctx, arg_th_srri * a)
149 static bool trans_th_srriw(DisasContext *ctx, arg_th_srriw *a)
158 static bool gen_th_bfextract(DisasContext *ctx, arg_th_bfext *a,
171 static bool trans_th_ext(DisasContext *ctx, arg_th_ext *a)
177 static bool trans_th_extu(DisasContext *ctx, arg_th_extu *a)
184 static bool gen_th_ff0(DisasContext *ctx, arg_th_ff0 *a, DisasExtend ext)
208 static bool trans_th_ff0(DisasContext *ctx, arg_th_ff0 *a)
[all …]
H A Dtrans_rvzabha.c.inc25 static bool trans_amoswap_b(DisasContext *ctx, arg_amoswap_b *a)
31 static bool trans_amoadd_b(DisasContext *ctx, arg_amoadd_b *a)
37 static bool trans_amoxor_b(DisasContext *ctx, arg_amoxor_b *a)
43 static bool trans_amoand_b(DisasContext *ctx, arg_amoand_b *a)
49 static bool trans_amoor_b(DisasContext *ctx, arg_amoor_b *a)
55 static bool trans_amomin_b(DisasContext *ctx, arg_amomin_b *a)
61 static bool trans_amomax_b(DisasContext *ctx, arg_amomax_b *a)
67 static bool trans_amominu_b(DisasContext *ctx, arg_amominu_b *a)
73 static bool trans_amomaxu_b(DisasContext *ctx, arg_amomaxu_b *a)
79 static bool trans_amoswap_h(DisasContext *ctx, arg_amoswap_h *a)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0002-replace-non-standard-uint-with-unsigned-int.patch22 @@ -65,7 +65,7 @@ static const struct sockaddr_tipc master_clnt_addr = {
24 static int master_clnt_sd;
25 static int master_srv_sd;
26 -static uint client_id;
27 +static unsigned int client_id;
28 static unsigned char *buf = NULL;
29 static int non_blk = 0;
30 static int select_ip(struct srv_info *sinfo, char *name);
35 -static void master_to_client(uint cmd, uint msglen, uint msgcnt, uint bounce)
36 +static void master_to_client(unsigned int cmd, unsigned int msglen, unsigned int msgcnt, unsigned …
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/memcached/memcached/
H A D0001-Fix-function-protypes.patch27 @@ -261,7 +261,7 @@ static void *assoc_maintenance_thread(void *arg) {
29 static pthread_t maintenance_tid;
49 @@ -84,7 +84,7 @@ static int try_read_command_udp(conn *c);
50 static enum try_read_result try_read_network(conn *c);
51 static enum try_read_result try_read_udp(conn *c);
53 -static int start_conn_timeout_thread();
54 +static int start_conn_timeout_thread(void);
57 static void stats_init(void);
58 @@ -374,7 +374,7 @@ static void *conn_timeout_thread(void *arg) {
62 -static int start_conn_timeout_thread() {
[all …]
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-insn-defs.c.inc548 static int32_t __attribute__((unused))
554 static int32_t __attribute__((unused))
560 static int32_t __attribute__((unused))
566 static int32_t __attribute__((unused))
573 static int32_t __attribute__((unused))
580 static int32_t __attribute__((unused))
587 static int32_t __attribute__((unused))
593 static int32_t __attribute__((unused))
601 static int32_t __attribute__((unused))
609 static int32_t __attribute__((unused))
[all …]
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D2001-fix-luaL-checkint.patch14 static int vlclua_demux_peek( lua_State *L )
22 @@ -66,7 +66,7 @@ static int vlclua_demux_peek( lua_State
23 static int vlclua_demux_read( lua_State *L )
33 @@ -179,7 +179,7 @@ static int vlclua_net_listen_tcp( lua_St
42 @@ -251,7 +251,7 @@ static int vlclua_net_connect_tcp( lua_S
51 @@ -259,14 +259,14 @@ static int vlclua_net_connect_tcp( lua_S
53 static int vlclua_net_close( lua_State *L )
61 static int vlclua_net_send( lua_State *L )
68 @@ -278,7 +278,7 @@ static int vlclua_net_send( lua_State *L
70 static int vlclua_net_recv( lua_State *L )
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch11 static int vlclua_demux_peek( lua_State *L )
19 @@ -66,7 +66,7 @@ static int vlclua_demux_peek( lua_State
20 static int vlclua_demux_read( lua_State *L )
30 @@ -179,7 +179,7 @@ static int vlclua_net_listen_tcp( lua_St
39 @@ -251,7 +251,7 @@ static int vlclua_net_connect_tcp( lua_S
48 @@ -259,14 +259,14 @@ static int vlclua_net_connect_tcp( lua_S
50 static int vlclua_net_close( lua_State *L )
58 static int vlclua_net_send( lua_State *L )
65 @@ -278,7 +278,7 @@ static int vlclua_net_send( lua_State *L
67 static int vlclua_net_recv( lua_State *L )
[all …]
/openbmc/linux/drivers/scsi/
H A D53c700_d.h_shipped2 static u32 SCRIPT[] = {
861 static u32 A_AFTER_CMD_used[] __attribute((unused)) = {
865 static u32 A_AFTER_DATA_IN_used[] __attribute((unused)) = {
869 static u32 A_AFTER_DATA_OUT_used[] __attribute((unused)) = {
873 static u32 A_AFTER_SELECTION_used[] __attribute((unused)) = {
877 static u32 A_AFTER_STATUS_used[] __attribute((unused)) = {
881 static u32 A_BEFORE_CMD_used[] __attribute((unused)) = {
885 static u32 A_COMMAND_COMPLETE_MSG_used[] __attribute((unused)) = {
890 static u32 A_COMPLETED_SELECTION_AS_TARGET_used[] __attribute((unused)) = {
895 static u32 A_CommandAddress_used[] __attribute((unused)) = {
[all …]

12345678910>>...72