Home
last modified time | relevance | path

Searched refs:NODE_LMASK (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Ddebug.c71 const SIGNED_VALUE RUBY_NODE_LMASK = NODE_LMASK;
H A Dnode.h187 #define NODE_LMASK (((SIGNED_VALUE)1<<(sizeof(VALUE)*CHAR_BIT-NODE_LSHIFT))-1) macro
190 (n)->flags=(((n)->flags&~((VALUE)(-1)<<NODE_LSHIFT))|((VALUE)((l)&NODE_LMASK)<<NODE_LSHIFT))
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.020400 * node.h (NODE_LMASK): should be long to avoid overflow.
H A DChangeLog-1.9.327202 * node.h (nd_line): NODE_LMASK is not needed.
63596 * include/ruby/node.h (NODE_LMASK, nd_line): shouldn't use int and/or
70060 * node.h (NODE_LMASK): bigger than long on LLP64.