Home
last modified time | relevance | path

Searched refs:T_LENGTH (Results 1 – 14 of 14) sorted by relevance

/dports/devel/bsdelf/elftoolchain-0.7.1/ld/
H A Dld_script_lexer.l93 LENGTH { return (T_LENGTH); }
136 l { return (T_LENGTH); }
137 len { return (T_LENGTH); }
H A Dld_script_parser.y93 %token T_LENGTH
446 : T_LENGTH '(' ident ')' {
628 : ident memory_attr ':' T_ORIGIN '=' expression ',' T_LENGTH '='
/dports/devel/elftoolchain/elftoolchain-0.7.1/ld/
H A Dld_script_lexer.l93 LENGTH { return (T_LENGTH); }
136 l { return (T_LENGTH); }
137 len { return (T_LENGTH); }
H A Dld_script_parser.y93 %token T_LENGTH
446 : T_LENGTH '(' ident ')' {
628 : ident memory_attr ':' T_ORIGIN '=' expression ',' T_LENGTH '='
/dports/editors/xvile/vile-9.8v/
H A Dtrace.h108 #define T_LENGTH 10 macro
H A Dtrace.c268 if (!strncmp(fmt, T_CALLED, T_LENGTH)) { in Trace()
271 } else if (!strncmp(fmt, T_RETURN, T_LENGTH)) { in Trace()
/dports/editors/vile/vile-9.8v/
H A Dtrace.h108 #define T_LENGTH 10 macro
H A Dtrace.c268 if (!strncmp(fmt, T_CALLED, T_LENGTH)) { in Trace()
271 } else if (!strncmp(fmt, T_RETURN, T_LENGTH)) { in Trace()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dttcn.c91 T_INTERLEAVE, T_KILL, T_KILLED, T_LABEL, T_LANGUAGE, T_LENGTH, T_LOG, T_MAP, enumerator
181 {T_LENGTH, "length", K_NONE},
705 return (matchToken(T_LENGTH) && matchBrackets(BR_PAR)); in parseStringLength()
/dports/devel/jwasm/JWasm-f0a2fdd/src/
H A Dexpreval.c1035 } else if ( oper == T_SIZE || oper == T_LENGTH ) in sizlen_op()
1043 case T_LENGTH: in sizlen_op()
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/doc/verbatim/src/org/hsqldb/
H A DTokens.java525 static final String T_LENGTH = "LENGTH"; field in Tokens
2292 commandSet.put(T_LENGTH, LENGTH); in commandSet.put() argument
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/
H A DTokens.java525 static final String T_LENGTH = "LENGTH"; field in Tokens
2292 commandSet.put(T_LENGTH, LENGTH); in commandSet.put() argument
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp2687 #define T_LENGTH 8 macro
2729 y2 = sinf(dot_product) * (Radius - T_OFFSET_FROM_CIRCLE - T_LENGTH); in renderOrientation()
2730 x2 = cosf(dot_product) * (Radius - T_OFFSET_FROM_CIRCLE - T_LENGTH); in renderOrientation()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.cpp2746 #define T_LENGTH 8 macro
2788 y2 = (float)sin(dot_product) * (Radius - T_OFFSET_FROM_CIRCLE - T_LENGTH); in renderOrientation()
2789 x2 = (float)cos(dot_product) * (Radius - T_OFFSET_FROM_CIRCLE - T_LENGTH); in renderOrientation()