Searched refs:sis (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/sys/external/bsd/drm2/dist/drm/sis/
H A DMakefile6 sis-y := sis_drv.o sis_mm.o
8 obj-$(CONFIG_DRM_SIS) += sis.o
/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A DMakefile.in25 SIM_RUN_OBJS = sis.o
27 SIM_EXTRA_ALL = sis
28 SIM_EXTRA_INSTALL = install-sis
29 SIM_EXTRA_CLEAN = clean-sis
38 # `sis' doesn't need interf.o.
41 sis: sis.o $(SIS_OFILES) $(COMMON_OBJS) $(LIBDEPS)
42 $(CC) $(ALL_CFLAGS) -o sis \
43 sis.o $(SIS_OFILES) $(COMMON_OBJS) $(EXTRA_LIBS)
46 install-sis
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dez80_z80_suf.d11 \s+[0-9a-f]+:[ ]40 cd 56 34[ ]+call\.sis 0x3456
12 \s+[0-9a-f]+:[ ]40 dc 56 34[ ]+call\.sis c,0x3456
13 \s+[0-9a-f]+:[ ]40 fc 56 34[ ]+call\.sis m,0x3456
14 \s+[0-9a-f]+:[ ]40 d4 56 34[ ]+call\.sis nc,0x3456
15 \s+[0-9a-f]+:[ ]40 c4 56 34[ ]+call\.sis nz,0x3456
16 \s+[0-9a-f]+:[ ]40 f4 56 34[ ]+call\.sis p,0x3456
17 \s+[0-9a-f]+:[ ]40 ec 56 34[ ]+call\.sis pe,0x3456
18 \s+[0-9a-f]+:[ ]40 e4 56 34[ ]+call\.sis po,0x3456
19 \s+[0-9a-f]+:[ ]40 cc 56 34[ ]+call\.sis z,0x3456
20 \s+[0-9a-f]+:[ ]40 c3 56 34[ ]+jp\.sis
[all...]
H A Dez80_isuf.s161 call.sis 0x123456
162 call.sis c,0x123456
163 call.sis m,0x123456
164 call.sis nc,0x123456
165 call.sis nz,0x123456
166 call.sis p,0x123456
167 call.sis pe,0x123456
168 call.sis po,0x123456
169 call.sis z,0x123456
170 jp.sis
[all...]
H A Dez80_adl_suf.d163 \s+[0-9a-f]+:[ ]40 cd 56 34[ ]+call\.sis 0x3456
164 \s+[0-9a-f]+:[ ]40 dc 56 34[ ]+call\.sis c,0x3456
165 \s+[0-9a-f]+:[ ]40 fc 56 34[ ]+call\.sis m,0x3456
166 \s+[0-9a-f]+:[ ]40 d4 56 34[ ]+call\.sis nc,0x3456
167 \s+[0-9a-f]+:[ ]40 c4 56 34[ ]+call\.sis nz,0x3456
168 \s+[0-9a-f]+:[ ]40 f4 56 34[ ]+call\.sis p,0x3456
169 \s+[0-9a-f]+:[ ]40 ec 56 34[ ]+call\.sis pe,0x3456
170 \s+[0-9a-f]+:[ ]40 e4 56 34[ ]+call\.sis po,0x3456
171 \s+[0-9a-f]+:[ ]40 cc 56 34[ ]+call\.sis z,0x3456
172 \s+[0-9a-f]+:[ ]40 c3 56 34[ ]+jp\.sis
[all...]
H A Dez80_pref_dis.d16 [ ]+5:[ ]+40 00[ ]+nop.sis
/netbsd-current/external/gpl3/gdb/dist/sim/erc32/
H A DMakefile.in24 SIM_RUN_OBJS = sis.o
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A DMakefile3 SUBDIR = drm mach64 mga r128 radeon savage sis tdfx i915 #nouveau
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d103 if (auto sis = n.sibling)
106 auto result = (cast(ubyte*) sis)[0 .. sis.size];
107 n.sibling = sis.sibling;
131 for (auto sis = n; sis; sis = sis.sibling)
156 for (auto sis = n.sibling; sis; si
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dfree_tree.d106 if (auto sis = n.sibling)
109 auto result = (cast(ubyte*) sis)[0 .. sis.size];
110 n.sibling = sis.sibling;
134 for (auto sis = n; sis; sis = sis.sibling)
159 for (auto sis = n.sibling; sis; si
[all...]
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/sis/
H A DMakefile4 KMOD= sis
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-sis/
H A DMakefile3 DRIVER= xf86-video-sis
11 MAN= sis.4
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/cms/
H A Dcms_ess.c176 STACK_OF(CMS_SignerInfo) *sis, *osis;
185 sis = CMS_get0_SignerInfos(cms);
186 if (!osis || !sis)
189 if (sk_CMS_SignerInfo_num(sis) != 1) {
227 si = sk_CMS_SignerInfo_value(sis, 0);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_ess.c257 STACK_OF(CMS_SignerInfo) *sis, *osis;
266 sis = CMS_get0_SignerInfos(cms);
267 if (!osis || !sis)
270 if (sk_CMS_SignerInfo_num(sis) != 1) {
308 si = sk_CMS_SignerInfo_value(sis, 0);
/netbsd-current/sys/external/bsd/drm/dist/scripts/
H A Dcreate_lk_gpu.sh42 for i in radeon mach64 r128 mga i915 i810 savage sis xgi nouveau tdfx ffb imagine
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dipv4.c252 const struct dhcp_state *sis, *tis; local
254 sis = D_CSTATE(si);
256 if (sis && !tis)
258 if (!sis && tis)
260 if (!sis && !tis)
263 if (sis->new && !tis->new)
265 if (!sis->new && tis->new)
268 if (!(sis->added & STATE_FAKE) && (tis->added & STATE_FAKE))
270 if ((sis->added & STATE_FAKE) && !(tis->added & STATE_FAKE))
274 if (sis
[all...]
/netbsd-current/external/mit/xorg/server/drivers/
H A DMakefile50 xf86-video-sis \
99 xf86-video-sis \
191 xf86-video-sis \
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dcms.c879 STACK_OF(CMS_SignerInfo) *sis;
881 sis = CMS_get0_SignerInfos(cms);
882 if (sis == NULL)
884 si = sk_CMS_SignerInfo_value(sis, 0);
1172 STACK_OF(CMS_SignerInfo) *sis;
1179 sis = CMS_get0_SignerInfos(cms);
1180 for (i = 0; i < sk_CMS_SignerInfo_num(sis); i++) {
1181 si = sk_CMS_SignerInfo_value(sis, i);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dcms.c1026 STACK_OF(CMS_SignerInfo) *sis;
1028 sis = CMS_get0_SignerInfos(cms);
1029 if (sis == NULL)
1031 si = sk_CMS_SignerInfo_value(sis, 0);
1335 STACK_OF(CMS_SignerInfo) *sis;
1342 sis = CMS_get0_SignerInfos(cms);
1343 for (i = 0; i < sk_CMS_SignerInfo_num(sis); i++) {
1344 si = sk_CMS_SignerInfo_value(sis, i);
/netbsd-current/external/mit/xorg/server/xorg-server.old/hw/xfree86/common/
H A DMakefile100 DRIVERS= mga glint nv tga s3 s3virge sis rendition neomagic \
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A DMakefile77 obj-$(CONFIG_DRM_SIS) += sis/
/netbsd-current/external/mit/xorg/server/xorg-server/hw/xfree86/common/
H A DMakefile89 DRIVERS= mga glint nv tga s3 s3virge sis rendition neomagic \
/netbsd-current/external/gpl3/gdb/dist/sim/
H A DMakefile.in158 @SIM_ENABLE_ARCH_erc32_TRUE@am__append_25 = erc32/run erc32/sis
330 @SIM_ENABLE_ARCH_erc32_TRUE@ erc32/sis$(EXEEXT)
415 @SIM_ENABLE_ARCH_erc32_TRUE@erc32_run_DEPENDENCIES = erc32/sis.o \
420 erc32_sis_SOURCES = erc32/sis.c
421 erc32_sis_OBJECTS = erc32/sis.$(OBJEXT)
633 $(d10v_run_SOURCES) $(erc32_run_SOURCES) erc32/sis.c \
1375 @SIM_ENABLE_ARCH_erc32_TRUE@ erc32/sis.o \
1380 @SIM_ENABLE_ARCH_erc32_TRUE@erc32doc_DATA = erc32/README.erc32 erc32/README.gdb erc32/README.sis
2001 erc32/sis.$(OBJEXT): erc32/$(am__dirstamp) \
2004 @SIM_ENABLE_ARCH_erc32_FALSE@erc32/sis
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Dscript-sections.cc1791 Output_section::Input_section sis(p->input_section());
1793 uint64_t this_subalign = sis.addralign();
1794 if (!sis.is_input_section())
1795 sis.output_section_data()->finalize_data_size();
1796 uint64_t data_size = sis.data_size();
1800 sis.set_addralign(subalign);
1815 output_section->add_script_input_section(sis);
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dscript-sections.cc1791 Output_section::Input_section sis(p->input_section());
1793 uint64_t this_subalign = sis.addralign();
1794 if (!sis.is_input_section())
1795 sis.output_section_data()->finalize_data_size();
1796 uint64_t data_size = sis.data_size();
1800 sis.set_addralign(subalign);
1815 output_section->add_script_input_section(sis);

Completed in 460 milliseconds

12