Home
last modified time | relevance | path

Searched refs:lcss (Results 1 – 25 of 29) sorted by relevance

12

/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A DImakefile36 OBJS = $(LISPMGR_OBJS) $(LMACHINE_OBJS) $(LMSTATE_OBJS) $(JISYO_OBJS) $(MISC_OBJS) lcss.o
44 lmfunctbl.c lcss.c lcss.h: lmfunctbl.kc
45 if test -f lcss.c ; then rm -f lcss.c ; fi
46 if test -f lcss.h ; then rm -f lcss.h ; fi
47 $(KPP) -h lcss.h -s lcss.tmp lmfunctbl.kc > lmfunctbl.c
48 echo "#include \"Char.h\"" > lcss.c
49 if test -f lcss.tmp ; then cat lcss.tmp >> lcss.c ; fi
50 if test -f lcss.tmp ; then rm -f lcss.tmp ; fi
53 RemoveFiles(lmfunctbl.c lcss.c lcss.h)
/dports/emulators/hercules/hercules-3.13/
H A Dconfig.c252 if(lcss >= FEATURE_LCSS_MAX) in get_devblk()
253 lcss = 0; in get_devblk()
302 dev->chanset = lcss; in get_devblk()
892 BYTE lcss; member
917 char *lcss; in parse_lcss() local
924 lcss=strtok(wrk,":"); in parse_lcss()
925 if(lcss==NULL) in parse_lcss()
982 U16 lcss; in parse_single_devnum__INTERNAL() local
990 lcss=rc; in parse_single_devnum__INTERNAL()
1002 *p_lcss=lcss; in parse_single_devnum__INTERNAL()
[all …]
H A Dhsccmd.c607 U16 lcss; in fcb_cmd() local
2019 U16 lcss; in ctc_cmd() local
2133 U16 lcss; in tt32_cmd() local
3316 U16 lcss; in i_cmd() local
3760 U16 lcss; in ipl_cmd2() local
4261 lcss = 0; in attach_cmd()
4282 U16 lcss; in detach_cmd() local
4309 U16 lcss,newlcss; in define_cmd() local
4548 U16 lcss; in ds_cmd() local
4929 U16 lcss; in devinit_cmd() local
[all …]
H A Dhexterns.h177 CONF_DLL_IMPORT DEVBLK *find_device_by_devnum (U16 lcss, U16 devnum);
180 DEVBLK *get_devblk (U16 lcss, U16 devnum);
182 int attach_device (U16 lcss, U16 devnum, const char *devtype, int addargc,
184 int detach_subchan (U16 lcss, U16 subchan);
185 int detach_device (U16 lcss, U16 devnum);
186 int define_device (U16 lcss, U16 olddev, U16 newdev);
193 CONF_DLL_IMPORT int parse_single_devnum(const char *spec, U16 *lcss, U16 *devnum);
194 int parse_single_devnum_silent(const char *spec, U16 *lcss, U16 *devnum);
H A Dipl.c195 int ARCH_DEP(load_ipl) (U16 lcss, U16 devnum, int cpu, int clear) in ARCH_DEP()
212 dev = find_device_by_devnum (lcss,devnum); in ARCH_DEP()
320 sysblk.ipllcss = lcss; in ARCH_DEP()
511 int load_ipl (U16 lcss, U16 devnum, int cpu, int clear) in load_ipl() argument
516 return s370_load_ipl (lcss, devnum, cpu, clear); in load_ipl()
520 return s390_load_ipl (lcss, devnum, cpu, clear); in load_ipl()
525 return s390_load_ipl (lcss, devnum, cpu, clear); in load_ipl()
H A Dsr.c322 U16 lcss=0; in resume_cmd() local
531 SR_READ_VALUE(file,len,&lcss,sizeof(lcss)); in resume_cmd()
536 dev = find_device_by_devnum(lcss,hw); in resume_cmd()
544 lcss = 0; in resume_cmd()
548 SR_READ_VALUE(file,len,&lcss,sizeof(lcss)); in resume_cmd()
553 dev = find_device_by_devnum(lcss,hw); in resume_cmd()
561 lcss = 0; in resume_cmd()
565 SR_READ_VALUE(file,len,&lcss,sizeof(lcss)); in resume_cmd()
570 dev = find_device_by_devnum(lcss,hw); in resume_cmd()
578 lcss = 0; in resume_cmd()
[all …]
H A Dtapeccws.c1544 char lcss[8]; /* work */ in tapedev_execute_ccw() local
1596 lcss[0] = 0; in tapedev_execute_ccw()
1598 snprintf( lcss, sizeof(lcss), "%u:", SSID_TO_LCSS(dev->ssid) ); in tapedev_execute_ccw()
1599 lcss[sizeof(lcss)-1] = 0; in tapedev_execute_ccw()
1615 "%s\n"), _file, lcss, dev->devnum, _reason); \ in tapedev_execute_ccw()
1676 lcss, dev->devnum); in tapedev_execute_ccw()
1719 lcss, dev->devnum); in tapedev_execute_ccw()
1733 lcss, dev->devnum); in tapedev_execute_ccw()
1736 dev->filename, lcss, dev->devnum); in tapedev_execute_ccw()
H A Dctcadpt.c1565 U16 lcss; in VMNET_Init() local
1581 rc=parse_single_devnum(argv[0],&lcss,&xdevnum); in VMNET_Init()
1588 xdev = find_device_by_devnum(lcss,xdevnum); in VMNET_Init()
/dports/textproc/p5-String-LCSS/String-LCSS-0.12/t/
H A D01strings.t13 my $longest = String::LCSS::lcss ( "xyzzx", "abcxyzefg" );
16 $longest = String::LCSS::lcss ( "abcxyzzx", "abcxyzefg" );
19 $longest = String::LCSS::lcss ( "foobar", "abcxyzefg" );
25 $longest = String::LCSS::lcss ( $needle, $haystack );
28 $longest = String::LCSS::lcss ( $haystack, $needle );
32 $longest = String::LCSS::lcss ( $needle, $haystack );
/dports/comms/digiham/digiham-0.3.0/
H A Ddmr_decoder.c187 void collect_cach_payload(uint8_t payload[3], uint8_t lcss) { in collect_cach_payload() argument
188 switch (lcss) { in collect_cach_payload()
316 void collect_embedded_data(uint8_t embedded_data[16], uint8_t slot, uint8_t lcss) { in collect_embedded_data() argument
317 switch (lcss) { in collect_embedded_data()
498 uint8_t lcss = (tact & 24) >> 3; in main() local
539 fprintf(stderr, " slot: %i busy: %i, lcss: %i", slot, busy, lcss); in main()
543 uint8_t lcss = emb_data & 0b00000011; in main() local
549 fprintf(stderr, " // EMB: CC: %i, LCSS: %i ", cc, lcss); in main()
550 collect_embedded_data(embedded_data, slot, lcss); in main()
555 collect_cach_payload(cach_payload, lcss); in main()
/dports/textproc/p5-String-LCSS/String-LCSS-0.12/
H A DChanges2 - when used in an array context lcss now returns the
4 - the lcss function is exportable.
H A DREADME1 String::LCSS provides the function "lcss" to ferret out the longest common
9 Not much planned for the future, perhaps changing the args of the "lcss"
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/internal/lcss/
H A Dlcss.go1 package lcss package
33 return lcss(strs, suffixes)
36 func lcss(strs [][]byte, suffixes [][]int) []byte { func
H A DREADME.md3 Original source https://github.com/vmarkovtsev/go-lcss
H A Dlcss_test.go1 package lcss package
239 assertEqual(t, []byte{}, lcss(nil, nil))
240 assertEqual(t, []byte("abc"), lcss(
H A Dqsufsort.go25 package lcss package
/dports/misc/vxl/vxl-3.3.2/contrib/mul/msm/tools/
H A Dmsm_draw_shapes.cxx180 std::stringstream lcss(point_colours_str); in read_from_file() local
181 mbl_parse_string_list(lcss,point_colours); in read_from_file()
195 std::stringstream lcss(line_colours_str); in read_from_file() local
196 mbl_parse_string_list(lcss,line_colours); in read_from_file()
/dports/devel/p5-Test-LongString/Test-LongString-0.17/t/
H A D02import.t8 use Test::LongString max => 5, lcss => 0;
/dports/textproc/libcss/libcss-0.9.1/
H A Dlibcss.pc.in10 Libs: -L${libdir} -lcss
/dports/devel/p5-Test-LongString/Test-LongString-0.17/
H A DMANIFEST11 t/06lcss.t
/dports/devel/p5-Test-LongString/Test-LongString-0.17/lib/Test/
H A DLongString.pm31 $LCSS = $args{lcss} if defined $args{lcss};
/dports/textproc/p5-String-LCSS/String-LCSS-0.12/lib/String/
H A DLCSS.pm15 sub lcss subroutine
/dports/misc/ncnn/ncnn-20211208/tools/pnnx/src/
H A Dir.cpp300 std::istringstream lcss(lc); in parse_from_string() local
302 while (!lcss.eof()) in parse_from_string()
305 std::getline(lcss, elem, ','); in parse_from_string()
432 std::istringstream lcss(lc); in load_shape() local
435 while (!lcss.eof()) in load_shape()
438 std::getline(lcss, elem, ','); in load_shape()
465 std::istringstream lcss(lc); in load_attribute() local
468 while (!lcss.eof()) in load_attribute()
471 std::getline(lcss, elem, ','); in load_attribute()
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/topdown/
H A Dtrace.go269 lcs = string(lcss.LongestCommonSubstring(canShorten...))
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dimage.c10549 Lisp_Object lcss = image_spec_value (img->spec, QCcss, NULL); in svg_load_image() local
10550 if (!STRINGP (lcss)) in svg_load_image()
10567 css = xmalloc (SBYTES (lcss) + 1); in svg_load_image()
10568 strncpy (css, SSDATA (lcss), SBYTES (lcss)); in svg_load_image()
10569 *(css + SBYTES (lcss) + 1) = 0; in svg_load_image()
10799 if (!STRINGP (lcss)) in svg_load_image()
10874 if (css && !STRINGP (lcss)) in svg_load_image()

12