/l4re-core-master/lua/lib/contrib/src/ |
A D | lopcodes.h | 116 ((cast(Instruction, o)<<POS_OP)&MASK1(SIZE_OP,POS_OP)))) 157 | (cast(Instruction, a)<<POS_A) \ 158 | (cast(Instruction, b)<<POS_B) \ 159 | (cast(Instruction, c)<<POS_C) \ 160 | (cast(Instruction, k)<<POS_k)) 163 | (cast(Instruction, a)<<POS_A) \ 164 | (cast(Instruction, bc)<<POS_Bx)) 166 #define CREATE_Ax(o,a) ((cast(Instruction, o)<<POS_OP) \ 167 | (cast(Instruction, a)<<POS_Ax)) 170 | (cast(Instruction, j) << POS_sJ) \ [all …]
|
A D | llimits.h | 123 #define cast(t, exp) ((t)(exp)) macro 125 #define cast_void(i) cast(void, (i)) 126 #define cast_voidp(i) cast(void *, (i)) 127 #define cast_num(i) cast(lua_Number, (i)) 128 #define cast_int(i) cast(int, (i)) 129 #define cast_uint(i) cast(unsigned int, (i)) 130 #define cast_byte(i) cast(lu_byte, (i)) 131 #define cast_uchar(i) cast(unsigned char, (i)) 132 #define cast_char(i) cast(char, (i)) 133 #define cast_charp(i) cast(char *, (i)) [all …]
|
A D | lmem.h | 59 #define luaM_new(L,t) cast(t*, luaM_malloc_(L, sizeof(t), 0)) 60 #define luaM_newvector(L,n,t) cast(t*, luaM_malloc_(L, (n)*sizeof(t), 0)) 67 ((v)=cast(t *, luaM_growaux_(L,v,nelems,&(size),sizeof(t), \ 71 (cast(t *, luaM_realloc_(L, v, cast_sizet(oldn) * sizeof(t), \ 75 ((v)=cast(t *, luaM_shrinkvector_(L, v, &(size), fs, sizeof(t))))
|
A D | lcode.c | 120 return cast(Instruction*, &invalidinstruction); in previousinstruction() 1379 cast(TMS, (op - OP_ADD) + TM_ADD)); in codebinexpval() 1428 TMS event = cast(TMS, opr + TM_ADD); in codearith() 1431 OpCode op = cast(OpCode, opr + OP_ADDK); in codearith() 1435 OpCode op = cast(OpCode, opr + OP_ADD); in codearith() 1476 op = cast(OpCode, opr + OP_ADD); in codebitwise() 1481 op = cast(OpCode, opr + OP_ADDK); in codebitwise() 1484 cast(TMS, opr + TM_ADD)); in codebitwise() 1500 op = cast(OpCode, (op - OP_LT) + OP_LTI); in codeorder() 1706 OpCode op = cast(OpCode, (opr - OPR_EQ) + OP_EQ); in luaK_posfix() [all …]
|
A D | lstate.c | 51 #define fromstate(L) (cast(LX *, cast(lu_byte *, (L)) - offsetof(LX, l))) 292 L1 = &cast(LX *, luaM_newobject(L, LUA_TTHREAD, sizeof(LX)))->l; in lua_newthread() 358 LG *l = cast(LG *, (*f)(ud, NULL, LUA_TTHREAD, sizeof(LG))); in lua_newstate()
|
/l4re-core-master/l4re_c/lib/src/ |
A D | event_buffer.cc | 24 static inline Event_buffer_consumer *cast(l4re_event_buffer_consumer_t *e) throw() in cast() function 39 return cast(evbuf)->attach(d, r); in l4re_event_buffer_attach() 47 return cast(evbuf)->detach(r); in l4re_event_buffer_detach() 61 return (l4re_event_t*)cast(evbuf)->next(); in l4re_event_buffer_next() 72 cast(evbuf)->foreach_available_event(_cb, data); in l4re_event_buffer_consumer_foreach_available_event() 84 cast(evbuf)->process(i, t, _cb, data); in l4re_event_buffer_consumer_process()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/python/libstdcxx/v6/ |
A D | printers.py | 527 impl = self.head.cast (nodes[0].type) 537 impl = self.head.cast (nodes[1].type) 666 safe_seq = self.val.cast(base_type)['_M_sequence'] 668 return str(self.val.cast(itype)) 671 return str(self.val.cast(itype)) 693 n = n.cast(self.type).dereference() 733 item = item.cast(self.type).dereference() 894 ptr = ptr.cast(ptr.type.strip_typedefs()) 898 header = ptr.cast(reptype) - 1 926 node = self.node.cast(self.node_type) [all …]
|
A D | xmethods.py | 44 return nullptr.cast(self._val_type.pointer()).dereference() 297 node = obj['_M_impl']['_M_head']['_M_next'].cast(self._node_type) 299 return val_address.cast(self._val_type.pointer()).dereference() 338 return addr.cast(self._val_type.pointer()).dereference() 369 node = obj['_M_impl']['_M_node']['_M_next'].cast(self._node_type) 377 prev_node = obj['_M_impl']['_M_node']['_M_prev'].cast(self._node_type)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/python/libstdcxx/v6/ |
A D | printers.py | 164 elt = self.base.cast(self.nodetype).dereference() 346 self.head = self.head.cast (nodes[0].type) 369 impl = self.head.cast (nodes[0].type) 379 impl = self.head.cast (nodes[1].type) 382 self.head = self.head.cast (nodes[0].type) 509 return str(self.val.cast(itype)) 527 n = n.cast(self.type).dereference() 569 item = item.cast(self.type).dereference() 726 ptr = ptr.cast(ptr.type.strip_typedefs()) 730 header = ptr.cast(reptype) - 1 [all …]
|
A D | xmethods.py | 44 return nullptr.cast(self._val_type.pointer()).dereference() 297 node = obj['_M_impl']['_M_head']['_M_next'].cast(self._node_type) 299 return val_address.cast(self._val_type.pointer()).dereference() 338 return addr.cast(self._val_type.pointer()).dereference() 369 node = obj['_M_impl']['_M_node']['_M_next'].cast(self._node_type) 377 prev_node = obj['_M_impl']['_M_node']['_M_prev'].cast(self._node_type)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/python/libstdcxx/v6/ |
A D | printers.py | 148 elt = self.base.cast(self.nodetype).dereference() 328 self.head = self.head.cast (nodes[0].type) 351 impl = self.head.cast (nodes[0].type) 361 impl = self.head.cast (nodes[1].type) 364 self.head = self.head.cast (nodes[0].type) 486 return str(self.val.cast(itype)) 504 n = n.cast(self.type).dereference() 546 item = item.cast(self.type).dereference() 703 ptr = ptr.cast(ptr.type.strip_typedefs()) 707 header = ptr.cast(reptype) - 1 [all …]
|
A D | xmethods.py | 44 return nullptr.cast(self._val_type.pointer()).dereference() 297 node = obj['_M_impl']['_M_head']['_M_next'].cast(self._node_type) 299 return val_address.cast(self._val_type.pointer()).dereference() 360 node = obj['_M_impl']['_M_node']['_M_next'].cast(self._node_type) 368 prev_node = obj['_M_impl']['_M_node']['_M_prev'].cast(self._node_type)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/python/libstdcxx/v6/ |
A D | printers.py | 147 elt = self.base.cast(self.nodetype).dereference() 321 self.head = self.head.cast (nodes[0].type) 342 impl = self.head.cast (nodes[1].type) 345 self.head = self.head.cast (nodes[0].type) 450 node = self.val.cast(nodetype).dereference() 463 return self.val['_M_current'].cast(itype) 481 n = n.cast(self.type).dereference() 523 item = item.cast(self.type).dereference() 676 header = ptr.cast(reptype) - 1 704 node = self.node.cast(self.node_type) [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/python/libstdcxx/v6/ |
A D | printers.py | 529 impl = self.head.cast (nodes[0].type) 539 impl = self.head.cast (nodes[1].type) 668 safe_seq = self.val.cast(base_type)['_M_sequence'] 670 return str(self.val.cast(itype)) 673 return str(self.val.cast(itype)) 695 n = n.cast(self.type).dereference() 735 item = item.cast(self.type).dereference() 896 ptr = ptr.cast(ptr.type.strip_typedefs()) 900 header = ptr.cast(reptype) - 1 928 node = self.node.cast(self.node_type) [all …]
|
A D | xmethods.py | 44 return nullptr.cast(self._val_type.pointer()).dereference() 297 node = obj['_M_impl']['_M_head']['_M_next'].cast(self._node_type) 299 return val_address.cast(self._val_type.pointer()).dereference() 338 return addr.cast(self._val_type.pointer()).dereference() 369 node = obj['_M_impl']['_M_node']['_M_next'].cast(self._node_type) 377 prev_node = obj['_M_impl']['_M_node']['_M_prev'].cast(self._node_type) 602 return tuple_member.cast(head_field.type)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/python/libstdcxx/v6/ |
A D | printers.py | 548 impl = self.head.cast (nodes[0].type) 558 impl = self.head.cast (nodes[1].type) 687 safe_seq = self.val.cast(base_type)['_M_sequence'] 689 return str(self.val.cast(itype)) 692 return str(self.val.cast(itype)) 714 n = n.cast(self.type).dereference() 754 item = item.cast(self.type).dereference() 915 ptr = ptr.cast(ptr.type.strip_typedefs()) 919 header = ptr.cast(reptype) - 1 947 node = self.node.cast(self.node_type) [all …]
|
A D | xmethods.py | 44 return nullptr.cast(self._val_type.pointer()).dereference() 297 node = obj['_M_impl']['_M_head']['_M_next'].cast(self._node_type) 299 return val_address.cast(self._val_type.pointer()).dereference() 338 return addr.cast(self._val_type.pointer()).dereference() 369 node = obj['_M_impl']['_M_node']['_M_next'].cast(self._node_type) 377 prev_node = obj['_M_impl']['_M_node']['_M_prev'].cast(self._node_type) 602 return tuple_member.cast(head_field.type)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/python/libstdcxx/v6/ |
A D | printers.py | 433 self.head = self.head.cast (nodes[0].type) 456 impl = self.head.cast (nodes[0].type) 466 impl = self.head.cast (nodes[1].type) 599 safe_seq = self.val.cast(base_type)['_M_sequence'] 601 return str(self.val.cast(itype)) 604 return str(self.val.cast(itype)) 626 n = n.cast(self.type).dereference() 668 item = item.cast(self.type).dereference() 831 ptr = ptr.cast(ptr.type.strip_typedefs()) 835 header = ptr.cast(reptype) - 1 [all …]
|
A D | xmethods.py | 44 return nullptr.cast(self._val_type.pointer()).dereference() 297 node = obj['_M_impl']['_M_head']['_M_next'].cast(self._node_type) 299 return val_address.cast(self._val_type.pointer()).dereference() 338 return addr.cast(self._val_type.pointer()).dereference() 369 node = obj['_M_impl']['_M_node']['_M_next'].cast(self._node_type) 377 prev_node = obj['_M_impl']['_M_node']['_M_prev'].cast(self._node_type)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/python/libstdcxx/v6/ |
A D | printers.py | 370 self.head = self.head.cast (nodes[0].type) 393 impl = self.head.cast (nodes[0].type) 403 impl = self.head.cast (nodes[1].type) 406 self.head = self.head.cast (nodes[0].type) 535 safe_seq = self.val.cast(base_type)['_M_sequence'] 539 return str(self.val.cast(itype)) 561 n = n.cast(self.type).dereference() 603 item = item.cast(self.type).dereference() 760 ptr = ptr.cast(ptr.type.strip_typedefs()) 764 header = ptr.cast(reptype) - 1 [all …]
|
A D | xmethods.py | 44 return nullptr.cast(self._val_type.pointer()).dereference() 297 node = obj['_M_impl']['_M_head']['_M_next'].cast(self._node_type) 299 return val_address.cast(self._val_type.pointer()).dereference() 338 return addr.cast(self._val_type.pointer()).dereference() 369 node = obj['_M_impl']['_M_node']['_M_next'].cast(self._node_type) 377 prev_node = obj['_M_impl']['_M_node']['_M_prev'].cast(self._node_type)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | .indent.pro | 14 --space-after-cast
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/ |
A D | .indent.pro | 14 --space-after-cast
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/glob/ |
A D | .indent.pro | 14 --space-after-cast
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/mntent/ |
A D | .indent.pro | 14 --space-after-cast
|