Home
last modified time | relevance | path

Searched refs:code_byte (Results 1 – 18 of 18) sorted by relevance

/dports/net/dgd/dgd-1.4.23/src/comp/
H A Dcodegeni.c224 code_byte(kf); in code_kfun()
239 code_byte(kf); in code_ckfun()
482 code_byte(l); in cg_int()
826 code_byte(0); in cg_funargs()
966 code_byte(l); in cg_expr()
1060 code_byte(i); in cg_expr()
1063 code_byte(i); in cg_expr()
1556 code_byte(i); in cg_expr()
1565 code_byte(i); in cg_expr()
2007 code_byte(0); in cg_switch_str()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A Dsymbol.hpp227 bool contains_byte_at(int position, char code_byte) const { in contains_byte_at()
230 return code_byte == char_at(position); in contains_byte_at()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A Dsymbol.hpp227 bool contains_byte_at(int position, char code_byte) const { in contains_byte_at()
230 return code_byte == char_at(position); in contains_byte_at()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A Dsymbol.hpp227 bool contains_byte_at(int position, char code_byte) const { in contains_byte_at()
230 return code_byte == char_at(position); in contains_byte_at()
/dports/games/residualvm/residualvm-0.3.1/engines/grim/lua/
H A Dlstx.cpp167 static void code_byte (byte c) in code_byte() function
236 code_byte(op); in code_opcode()
336 code_byte(n); in flush_list()
631 code_byte(0); /* to be filled with stacksize */ in init_state()
632 code_byte(0); /* to be filled with arg information */ in init_state()
1285 code_byte(0); /* save space for opcode */ in yyparse()
1286 code_byte(yyvsp[-1].vInt+yyvsp[0].vInt); /* number of parameters */ in yyparse()
1288 code_byte(0); /* must be adjusted by other rules */ in yyparse()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/lua/
H A Dlstx.cpp167 static void code_byte (byte c) in code_byte() function
236 code_byte(op); in code_opcode()
336 code_byte(n); in flush_list()
631 code_byte(0); /* to be filled with stacksize */ in init_state()
632 code_byte(0); /* to be filled with arg information */ in init_state()
1285 code_byte(0); /* save space for opcode */ in yyparse()
1286 code_byte(yyvsp[-1].vInt+yyvsp[0].vInt); /* number of parameters */ in yyparse()
1288 code_byte(0); /* must be adjusted by other rules */ in yyparse()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/lua/
H A Dlparser.cpp137 static void code_byte (FuncState *fs, Byte c) { in code_byte() function
202 code_byte(ls->fs, op); in code_opcode()
277 code_byte(ls->fs, n); in flush_list()
515 code_byte(fs, func->nupvalues); in func_onstack()
539 code_byte(fs, 0); /* to be filled with stacksize */ in init_state()
540 code_byte(fs, 0); /* to be filled with arg information */ in init_state()
1084 code_byte(fs, 0); /* save space for opcode */ in funcparams()
1085 code_byte(fs, 0); /* and nresult */ in funcparams()
1086 code_byte(fs, nparams+slf); in funcparams()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/code/
H A Ddependencies.cpp512 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
519 code_byte |= default_context_type_bit; in encode_content_bytes()
522 bytes.write_byte(code_byte); in encode_content_bytes()
541 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
548 code_byte |= default_context_type_bit; in encode_content_bytes()
551 bytes.write_byte(code_byte); in encode_content_bytes()
946 int code_byte = (_bytes.read_byte() & 0xFF); in next() local
947 if (code_byte == end_marker) { in next()
951 int ctxk_bit = (code_byte & Dependencies::default_context_type_bit); in next()
952 code_byte -= ctxk_bit; in next()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/code/
H A Ddependencies.cpp514 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
521 code_byte |= default_context_type_bit; in encode_content_bytes()
524 bytes.write_byte(code_byte); in encode_content_bytes()
543 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
550 code_byte |= default_context_type_bit; in encode_content_bytes()
553 bytes.write_byte(code_byte); in encode_content_bytes()
912 int code_byte = (_bytes.read_byte() & 0xFF); in next() local
913 if (code_byte == end_marker) { in next()
917 int ctxk_bit = (code_byte & Dependencies::default_context_type_bit); in next()
918 code_byte -= ctxk_bit; in next()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A Ddependencies.cpp512 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
519 code_byte |= default_context_type_bit; in encode_content_bytes()
522 bytes.write_byte(code_byte); in encode_content_bytes()
541 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
548 code_byte |= default_context_type_bit; in encode_content_bytes()
551 bytes.write_byte(code_byte); in encode_content_bytes()
946 int code_byte = (_bytes.read_byte() & 0xFF); in next() local
947 if (code_byte == end_marker) { in next()
951 int ctxk_bit = (code_byte & Dependencies::default_context_type_bit); in next()
952 code_byte -= ctxk_bit; in next()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/code/
H A Ddependencies.cpp514 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
521 code_byte |= default_context_type_bit; in encode_content_bytes()
524 bytes.write_byte(code_byte); in encode_content_bytes()
543 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
550 code_byte |= default_context_type_bit; in encode_content_bytes()
553 bytes.write_byte(code_byte); in encode_content_bytes()
948 int code_byte = (_bytes.read_byte() & 0xFF); in next() local
949 if (code_byte == end_marker) { in next()
953 int ctxk_bit = (code_byte & Dependencies::default_context_type_bit); in next()
954 code_byte -= ctxk_bit; in next()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/code/
H A Ddependencies.cpp512 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
519 code_byte |= default_context_type_bit; in encode_content_bytes()
522 bytes.write_byte(code_byte); in encode_content_bytes()
541 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
548 code_byte |= default_context_type_bit; in encode_content_bytes()
551 bytes.write_byte(code_byte); in encode_content_bytes()
946 int code_byte = (_bytes.read_byte() & 0xFF); in next() local
947 if (code_byte == end_marker) { in next()
951 int ctxk_bit = (code_byte & Dependencies::default_context_type_bit); in next()
952 code_byte -= ctxk_bit; in next()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/code/
H A Ddependencies.cpp516 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
523 code_byte |= default_context_type_bit; in encode_content_bytes()
526 bytes.write_byte(code_byte); in encode_content_bytes()
545 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
552 code_byte |= default_context_type_bit; in encode_content_bytes()
555 bytes.write_byte(code_byte); in encode_content_bytes()
914 int code_byte = (_bytes.read_byte() & 0xFF); in next() local
915 if (code_byte == end_marker) { in next()
919 int ctxk_bit = (code_byte & Dependencies::default_context_type_bit); in next()
920 code_byte -= ctxk_bit; in next()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/code/
H A Ddependencies.cpp514 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
521 code_byte |= default_context_type_bit; in encode_content_bytes()
524 bytes.write_byte(code_byte); in encode_content_bytes()
543 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
550 code_byte |= default_context_type_bit; in encode_content_bytes()
553 bytes.write_byte(code_byte); in encode_content_bytes()
912 int code_byte = (_bytes.read_byte() & 0xFF); in next() local
913 if (code_byte == end_marker) { in next()
917 int ctxk_bit = (code_byte & Dependencies::default_context_type_bit); in next()
918 code_byte -= ctxk_bit; in next()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/code/
H A Ddependencies.cpp495 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
502 code_byte |= default_context_type_bit; in encode_content_bytes()
505 bytes.write_byte(code_byte); in encode_content_bytes()
524 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
531 code_byte |= default_context_type_bit; in encode_content_bytes()
534 bytes.write_byte(code_byte); in encode_content_bytes()
887 int code_byte = (_bytes.read_byte() & 0xFF); in next() local
888 if (code_byte == end_marker) { in next()
892 int ctxk_bit = (code_byte & Dependencies::default_context_type_bit); in next()
893 code_byte -= ctxk_bit; in next()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Ddependencies.cpp324 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
331 code_byte |= default_context_type_bit; in encode_content_bytes()
334 bytes.write_byte(code_byte); in encode_content_bytes()
646 int code_byte = (_bytes.read_byte() & 0xFF); in next() local
647 if (code_byte == end_marker) { in next()
651 int ctxk_bit = (code_byte & Dependencies::default_context_type_bit); in next()
652 code_byte -= ctxk_bit; in next()
653 DepType dept = (DepType)code_byte; in next()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/code/
H A Ddependencies.cpp324 jbyte code_byte = (jbyte)dept; in encode_content_bytes() local
331 code_byte |= default_context_type_bit; in encode_content_bytes()
334 bytes.write_byte(code_byte); in encode_content_bytes()
646 int code_byte = (_bytes.read_byte() & 0xFF); in next() local
647 if (code_byte == end_marker) { in next()
651 int ctxk_bit = (code_byte & Dependencies::default_context_type_bit); in next()
652 code_byte -= ctxk_bit; in next()
653 DepType dept = (DepType)code_byte; in next()
/dports/archivers/ha/ha-0.999b_2/c/
H A Dhsc.c610 #define code_byte(cp,c) (cmsp?code_rest(cp,c):code_first(cp,c)) macro
633 if (code_byte(cp,c)) { in hsc_pack()
645 code_byte(cp,ESC); in hsc_pack()