Home
last modified time | relevance | path

Searched refs:C_CODE (Results 1 – 25 of 27) sorted by relevance

12

/dports/security/py-fido2/fido2-0.9.2/examples/
H A Dacr1252u.py8 C_CODE = 3225264 variable
17 res = self.pcsc.control_exchange(C_CODE, b"\xe0\x00\x00\x18\x00")
30 res = self.pcsc.control_exchange(C_CODE, b"\xe0\x00\x00\x33\x00")
45 C_CODE, b"\xe0\x00\x00\x29\x01" + bytes([cbyte])
61 result = self.pcsc.control_exchange(C_CODE, b"\xe0\x00\x00\x29\x00")
76 res = self.pcsc.control_exchange(C_CODE, b"\xe0\x00\x00\x23\x00")
90 C_CODE, b"\xe0\x00\x00\x23\x01" + bytes([settings & 0xFF])
104 res = self.pcsc.control_exchange(C_CODE, b"\xe0\x00\x00\x20\x00")
118 C_CODE, b"\xe0\x00\x00\x20\x01" + bytes([param])
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dcolcalc.f2 CHARACTER*8 C_CODE(200,26) , C8 variable
33 CALL PARSER( C_EXPR , .TRUE. , NUM_CODE(NOUT) , C_CODE(1,NOUT) )
40 IF( C_CODE(I,NOUT) .EQ. 'PUSHSYM' )THEN
41 NCMAX = MAX( NCMAX , ICHAR(C_CODE(I+1,NOUT)(1:1))-IALPHA )
130 ROUT(I) = PAREVAL( NUM_CODE(I) , C_CODE(1,I) , R8VAL )
H A Dparser.f19 CHARACTER*8 C_CODE(*) local
500 CHARACTER*8 C_CODE local
511 C_CODE = '--'
517 C_CODE = '+'
520 C_CODE = '-'
523 C_CODE = '*'
526 C_CODE = '/'
529 C_CODE = '**'
777 CHARACTER*8 C_CODE(*) local
806 CHARACTER*8 C_CODE(*) local
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dgenpr-scan.l56 %x C_CODE
103 <INITIAL,C_COMMENT,C_CHAR,C_STRING,CPP_CODE,C_CODE>{
150 BEGIN (C_CODE);
156 <INITIAL,C_CODE>{
215 <C_CODE>{
H A Dgenvm-scan.l53 %x C_CODE
126 BEGIN (C_CODE);
135 <C_ARGS,C_CODE>{
H A Dgenvm-scan.c1338 #define C_CODE 2 macro
1699 BEGIN (C_CODE);
1927 case YY_STATE_EOF(C_CODE):
H A Dgenpr-scan.c1286 #define C_CODE 5 macro
1621 BEGIN (C_CODE);
1854 case YY_STATE_EOF(C_CODE):
/dports/shells/ibsh/ibsh-0.3e/
H A Dantixploit.c87 if ( (strncmp(line, C_CODE, strlen(C_CODE) - 1)) == 0 ) { in antixploit()
H A Dibsh.h69 #define C_CODE "#include" macro
/dports/devel/gob2/gob2-2.0.18/src/
H A Dlexer.c1153 #define C_CODE 2 macro
1723 before_comment = C_CODE;
1770 BEGIN(C_CODE);
1782 BEGIN(C_CODE);
1794 BEGIN(C_CODE);
1806 BEGIN(C_CODE);
1818 BEGIN(C_CODE);
1830 BEGIN(C_CODE);
1844 BEGIN(C_CODE);
1858 BEGIN(C_CODE);
[all …]
H A Dlexer.l106 %x C_CODE
192 <C_CODE>^#[ \t]*include[ \t][<"][^\n\r">]*[>"] {
623 BEGIN(C_CODE);
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dmake_func.y304 C_CODE = 0 /* Internal machine instructions */ enumerator
322 ((x) == C_CODE)
324 ((x) != C_CODE && (x) != C_ALIAS)
2762 , num_instr[C_CODE] in read_func_spec()
2786 instr_offset[C_CODE] = 0; in read_func_spec()
2787 for (i = C_CODE+1; i < C_TOTAL; i++) in read_func_spec()
2794 if ( (num_instr[C_CODE] + num_instr[C_EFUN]) > 255 ) in read_func_spec()
2894 for (k = C_CODE, i = 0; k <= C_ALIAS; k++) in create_efun_defs()
3126 for (k = C_CODE; k < C_ALIAS; k++) in create_instrs()
3132 case C_CODE: str = "internal"; break; in create_instrs()
[all …]
/dports/devel/spin/Spin-version-6.5.0/Src/
H A Dreprosrc.c96 if (e->n->ntyp == C_CODE) in repro_seq()
183 case C_CODE: sprintf(mtxt, "c_code"); in_c_code++; break; in blip()
335 && lastc != C_CODE && lastc != C_DECL && lastc != C_EXPR) in pretty_print()
H A Drun.c291 case C_CODE: case C_EXPR: in eval_sub()
428 case C_CODE: if (!analyze) in eval()
581 case C_CODE: case C_EXPR: in Enabled1()
H A Dspin.y64 %token C_CODE C_DECL C_EXPR C_STATE C_TRACK
312 ccode : C_CODE { Symbol *s;
316 $$ = nn(ZN, C_CODE, ZN, ZN);
327 $$ = nn(ZN, C_CODE, ZN, ZN);
H A Dpangen4.c180 case C_CODE: in undostmnt()
H A Dpangen5.c137 || lt->ntyp == C_CODE in eligible()
592 case C_CODE: in ana_stmnt()
H A Dpangen6.c310 case C_CODE: in def_use()
881 case C_CODE: in AST_edge_dump()
1150 case C_CODE: in AST_track()
1251 case C_CODE: in AST_suggestions()
H A Dpangen3.c509 case C_CODE: fprintf(fd, "{%s}", now->sym->name); in comwork()
H A Dspinlex.c1345 C_CODE, C_EXPR, C_DECL,
1731 {"c_code", C_CODE, 0, 0},
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/
H A Dcode.h26 #define C_CODE 0 macro
H A Dparse.c93 ui = Cnew (C_CODE); in Punit()
107 ui = Cnew (C_CODE); in Pfunction()
139 ui = Cnew (C_CODE); in Pfcall()
/dports/devel/dev86/dev86-0.16.20/bcc/
H A Doutput.c260 #if C_CODE || __AS09__ + __AS386_16__ + __AS386_32__ != 1
553 #if C_CODE || __AS09__ + __AS386_16__ + __AS386_32__ != 1
/dports/math/xgraph/xgraph/
H A Dxgraph.c2157 #define C_CODE(xval, yval, rtn) \ macro
2193 C_CODE(sx1, sy1, code1);
2194 C_CODE(sx2, sy2, code2);
2214 C_CODE(sx1, sy1, code1);
2217 C_CODE(sx2, sy2, code2);
2267 C_CODE(thisList->xvec[thisList->numPoints-1],
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/projection/
H A DossimEpsgProjectionDatabase.cpp112 C_CODE, enumerator
317 db_record->code = db_record->csvRecord[C_CODE].toUInt32(); in initialize()

12