Home
last modified time | relevance | path

Searched refs:cctype (Results 1 – 25 of 1425) sorted by relevance

12345678910>>...57

/dports/www/node10/node-v10.24.1/deps/v8/tools/
H A Dgen-postmortem-metadata.py440 cctype = '';
443 cctype = 'JS';
446 cctype = '';
478 if (cctype.endswith('String')):
491 cctype);
493 if (not (cctype in klasses)):
494 cctype = re.sub('OneByte', '', cctype);
495 cctype = re.sub('TwoByte', '', cctype);
500 if (cctype in klasses):
501 typeclasses[type] = cctype;
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/
H A Dgen-postmortem-metadata.py526 cctype = '';
529 cctype = 'JS';
532 cctype = '';
564 if (cctype.endswith('String')):
577 cctype);
579 if (not (cctype in klasses)):
580 cctype = re.sub('OneByte', '', cctype);
581 cctype = re.sub('TwoByte', '', cctype);
586 if (cctype in klasses):
587 typeclasses[type] = cctype;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/
H A Dgen-postmortem-metadata.py497 cctype = '';
500 cctype = 'JS';
503 cctype = '';
535 if (cctype.endswith('String')):
548 cctype);
550 if (not (cctype in klasses)):
551 cctype = re.sub('OneByte', '', cctype);
552 cctype = re.sub('TwoByte', '', cctype);
557 if (cctype in klasses):
558 typeclasses[type] = cctype;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dgen-postmortem-metadata.py506 cctype = '';
509 cctype = 'JS';
512 cctype = '';
544 if (cctype.endswith('String')):
557 cctype);
559 if (not (cctype in klasses)):
560 cctype = re.sub('OneByte', '', cctype);
561 cctype = re.sub('TwoByte', '', cctype);
566 if (cctype in klasses):
567 typeclasses[type] = cctype;
[all …]
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/dos4gw/
H A Dvio.c175 int cctype; in __vioWriteBuff() local
176 cctype = c_type; in __vioWriteBuff()
197 if(cctype != c_type) in __vioWriteBuff()
200 __vioSetCursorType(cctype); in __vioWriteBuff()
224 int cctype; in __vioReadBuff() local
225 cctype = c_type; in __vioReadBuff()
245 if(cctype != c_type) in __vioReadBuff()
248 __vioSetCursorType(cctype); in __vioReadBuff()
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dmk-ldtype3 if [ -f conf-x-cctype ]
5 CC_TYPE=`head -n 1 conf-x-cctype`
12 CC_TYPE=`head -n 1 conf-cctype`
/dports/devel/agar/agar-1.5.0/ada-demos/
H A Dmk-ldtype3 if [ -f conf-x-cctype ]
5 CC_TYPE=`head -n 1 conf-x-cctype`
12 CC_TYPE=`head -n 1 conf-cctype`
H A DMakefile133 conf-cc conf-cctype conf-systype
145 conf-cctype:\
146 conf-cc mk-cctype
147 ./mk-cctype > conf-cctype.tmp && mv conf-cctype.tmp conf-cctype
186 mk-cctype:\
194 conf-ld conf-systype conf-cctype
248 rm -f conf-adatype conf-cctype conf-ldtype conf-systype mk-ctxt
/dports/editors/biew/biew-610/biewlib/sysdep/ia16/dos/
H A Dvio.c177 int cctype; in __vioWriteBuff() local
178 cctype = c_type; in __vioWriteBuff()
199 if(cctype != c_type) in __vioWriteBuff()
202 __vioSetCursorType(cctype); in __vioWriteBuff()
226 int cctype; in __vioReadBuff() local
227 cctype = c_type; in __vioReadBuff()
247 if(cctype != c_type) in __vioReadBuff()
250 __vioSetCursorType(cctype); in __vioReadBuff()
/dports/editors/biew/biew-610/biewlib/sysdep/ia32/dos/
H A Dvio.c169 int cctype; in __vioWriteBuff() local
170 cctype = c_type; in __vioWriteBuff()
191 if(cctype != c_type) in __vioWriteBuff()
194 __vioSetCursorType(cctype); in __vioWriteBuff()
225 int cctype; in __vioReadBuff() local
226 cctype = c_type; in __vioReadBuff()
246 if(cctype != c_type) in __vioReadBuff()
249 __vioSetCursorType(cctype); in __vioReadBuff()
/dports/net/gnu-radius/radius-1.6.1/radiusd/
H A Dconfig.c778 int cctype;
785 if (cctype < YYNTOKENS)
790 switch (cctype)
808 cc_symbol_print (ccoutput, cctype, ccvaluep) in cc_symbol_print()
810 int cctype;
814 if (cctype < YYNTOKENS)
1035 int cctype = YYTRANSLATE (ccchar); in ccsyntax_error() local
1073 ccarg[0] = cctname[cctype]; in ccsyntax_error()
1140 ccdestruct (ccmsg, cctype, ccvaluep) in ccdestruct()
1142 int cctype;
[all …]
/dports/devel/agar/agar-1.5.0/ada-demos/SYSDEPS/
H A Dsysdep-subs270 if [ ! -f ${SYSDEP_DIR_RELATIVE}/sd-cctype ]
272 ${SYSDEP_CC} ${SYSDEP_CFLAGS} -c -o ${SYSDEP_DIR_RELATIVE}/sd-cctype.o \
273 ${SYSDEP_DIR_RELATIVE}/sd-cctype.c 2>/dev/null
274 ${SYSDEP_LD} ${SYSDEP_LDFLAGS} -o ${SYSDEP_DIR_RELATIVE}/sd-cctype \
275 ${SYSDEP_DIR_RELATIVE}/sd-cctype.o 2>/dev/null
391 SYSDEP_CCTYPE="SYSDEP_CCTYPE_`${SYSDEP_FILE} get "conf-x-cctype" "UNKNOWN"`"
/dports/devel/agar/agar-1.5.0/ada-gui/SYSDEPS/
H A Dsysdep-subs270 if [ ! -f ${SYSDEP_DIR_RELATIVE}/sd-cctype ]
272 ${SYSDEP_CC} ${SYSDEP_CFLAGS} -c -o ${SYSDEP_DIR_RELATIVE}/sd-cctype.o \
273 ${SYSDEP_DIR_RELATIVE}/sd-cctype.c 2>/dev/null
274 ${SYSDEP_LD} ${SYSDEP_LDFLAGS} -o ${SYSDEP_DIR_RELATIVE}/sd-cctype \
275 ${SYSDEP_DIR_RELATIVE}/sd-cctype.o 2>/dev/null
391 SYSDEP_CCTYPE="SYSDEP_CCTYPE_`${SYSDEP_FILE} get "conf-x-cctype" "UNKNOWN"`"
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/lucia/
H A Ducc_grad.F34 & cctype*8
76 cctype='GEN_CC'
152 & n_cc_amp,cctype, iopsym)
182 & n_cc_amp,cctype, iopsym)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/lucia/
H A Ducc_grad.F34 & cctype*8
76 cctype='GEN_CC'
152 & n_cc_amp,cctype, iopsym)
182 & n_cc_amp,cctype, iopsym)
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/include/tr1/
H A Dcctype1 // TR1 cctype -*- C++ -*-
25 /** @file tr1/cctype
33 #include <cctype>
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/tr1/
H A Dcctype1 // TR1 cctype -*- C++ -*-
25 /** @file tr1/cctype
33 #include <cctype>
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/tr1/
H A Dcctype1 // TR1 cctype -*- C++ -*-
25 /** @file tr1/cctype
33 #include <cctype>
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/include/tr1/
H A Dcctype1 // TR1 cctype -*- C++ -*-
25 /** @file tr1/cctype
33 #include <cctype>
/dports/lang/gcc6-aux/bootstrap/include/c++/5.1.0/tr1/
H A Dcctype1 // TR1 cctype -*- C++ -*-
25 /** @file tr1/cctype
33 #include <cctype>
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/tr1/
H A Dcctype1 // TR1 cctype -*- C++ -*-
25 /** @file tr1/cctype
33 #include <cctype>
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/tr1/
H A Dcctype1 // TR1 cctype -*- C++ -*-
25 /** @file tr1/cctype
33 #include <cctype>
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/tr1/
H A Dcctype1 // TR1 cctype -*- C++ -*-
25 /** @file tr1/cctype
33 #include <cctype>
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/tr1/
H A Dcctype1 // TR1 cctype -*- C++ -*-
25 /** @file tr1/cctype
33 #include <cctype>
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/tr1/
H A Dcctype1 // TR1 cctype -*- C++ -*-
25 /** @file tr1/cctype
33 #include <cctype>

12345678910>>...57