Home
last modified time | relevance | path

Searched refs:skip_c (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/bibtool/BibTool/
H A Dparse.c69 static int skip_c _ARG((void)); /* parse.c */
412 static int skip_c() /* */ in skip_c() function
438 for (c = skip_c(); /* */ in skip_nl()
440 c = skip_c()) {} /* */ in skip_nl()
444 for (c = skip_c(); /* */ in skip_nl()
446 c = skip_c()) {} /* */ in skip_nl()
450 for (c = skip_c(); /* */ in skip_nl()
452 c = skip_c()) {} /* */ in skip_nl()
746 while ((c=skip_c()) != '@') /* Skip to next @ */
/dports/science/py-OpenMC/openmc-0.12.2/openmc/data/
H A Dendf.py135 def get_cont_record(file_obj, skip_c=False): argument
153 if skip_c:
519 _, _, mf, mt, nc, mod = get_cont_record(file_obj, skip_c=True)
/dports/science/openmc/openmc-0.12.2/openmc/data/
H A Dendf.py135 def get_cont_record(file_obj, skip_c=False): argument
153 if skip_c:
519 _, _, mf, mt, nc, mod = get_cont_record(file_obj, skip_c=True)
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/vendor/xclannad/
H A Dnwatowav.cc570 int skip_c = skip_count * channels * (bps/8); in Decode() local
571 retsize -= skip_c; in Decode()
572 memmove(data, data+skip_c, skip_c); in Decode()
/dports/textproc/bibtool/BibTool/Linux/
H A Dld-version-script317 skip_c;
/dports/lang/cython/Cython-0.29.24/
H A Druntests.py730 if skip_c(tags) and 'cpp' in self.languages:
737 if 'c' in languages and skip_c(tags):
791 def skip_c(tags): function
/dports/lang/cython-devel/cython-2b1e743/
H A Druntests.py821 if skip_c(tags) and 'cpp' in self.languages:
828 if 'c' in languages and skip_c(tags):
902 def skip_c(tags): function
/dports/emulators/mess/mame-mame0226/src/devices/cpu/e132xs/
H A De132xsdrc_ops.hxx3112 int skip_c = compiler.m_labelnum++; in generate_shli() local
3114 UML_JMPc(block, uml::COND_Z, skip_c); in generate_shli()
3116 UML_LABEL(block, skip_c); in generate_shli()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/e132xs/
H A De132xsdrc_ops.hxx3112 int skip_c = compiler.m_labelnum++; in generate_shli() local
3114 UML_JMPc(block, uml::COND_Z, skip_c); in generate_shli()
3116 UML_LABEL(block, skip_c); in generate_shli()