Searched refs:dcl (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/libevent/
H A Devent_rpcgen.py100 dcl = entry.AssignDeclaration('(*%s_assign)' % entry.Name())
101 dcl.extend(
104 dcl.extend(
106 self.PrintIndented(file, ' ', dcl)
112 dcl = entry.Declaration()
113 self.PrintIndented(file, ' ', dcl)
527 dcl = ['ev_uint8_t %s_data[%s];' % (self._name, self._length)]
529 return dcl
646 dcl = ['%s %s_data;' % (self._ctype, self._name)]
648 return dcl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/libevent/
H A Devent_rpcgen.py100 dcl = entry.AssignDeclaration('(*%s_assign)' % entry.Name())
101 dcl.extend(
104 dcl.extend(
106 self.PrintIndented(file, ' ', dcl)
112 dcl = entry.Declaration()
113 self.PrintIndented(file, ' ', dcl)
527 dcl = ['ev_uint8_t %s_data[%s];' % (self._name, self._length)]
529 return dcl
646 dcl = ['%s %s_data;' % (self._ctype, self._name)]
648 return dcl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/libevent/
H A Devent_rpcgen.py100 dcl = entry.AssignDeclaration('(*%s_assign)' % entry.Name())
101 dcl.extend(
104 dcl.extend(
106 self.PrintIndented(file, ' ', dcl)
112 dcl = entry.Declaration()
113 self.PrintIndented(file, ' ', dcl)
527 dcl = ['ev_uint8_t %s_data[%s];' % (self._name, self._length)]
529 return dcl
646 dcl = ['%s %s_data;' % (self._ctype, self._name)]
648 return dcl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dcp-demangle.c2998 struct demangle_component *dcl; local
3007 dcl = d_left (dc);
3010 && dcl->type == DEMANGLE_COMPONENT_NAME
3011 && dcl->u.s_name.len == 6
3012 && strncmp (dcl->u.s_name.s, "JArray", 6) == 0)
3022 d_print_comp (dpi, dcl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dcp-demangle.c2998 struct demangle_component *dcl; local
3007 dcl = d_left (dc);
3010 && dcl->type == DEMANGLE_COMPONENT_NAME
3011 && dcl->u.s_name.len == 6
3012 && strncmp (dcl->u.s_name.s, "JArray", 6) == 0)
3022 d_print_comp (dpi, dcl);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dcp-demangle.c2998 struct demangle_component *dcl; local
3007 dcl = d_left (dc);
3010 && dcl->type == DEMANGLE_COMPONENT_NAME
3011 && dcl->u.s_name.len == 6
3012 && strncmp (dcl->u.s_name.s, "JArray", 6) == 0)
3022 d_print_comp (dpi, dcl);

Completed in 211 milliseconds