Home
last modified time | relevance | path

Searched refs:_struct (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Lib/
Dstruct.py1 from _struct import *
2 from _struct import _clearcache
3 from _struct import __doc__
/external/libevent/
Devent_rpcgen.py352 self._struct = None
362 self._struct = struct
397 if not self._struct:
408 "parent_name" : self._struct.Name(),
429 return '%s_%s_get' % (self._struct.Name(), self._name)
433 funcname, self._struct.Name(), self._ctype ) ]
452 return '%s_%s_assign' % (self._struct.Name(), self._name)
455 return '%s_%s_add' % (self._struct.Name(), self._name)
459 funcname, self._struct.Name(), self._ctype ) ]
518 funcname, self._struct.Name(), self._ctype ) ]
[all …]
Dwhatsnew-2.0.txt102 _struct.h header (see 2.1), and there are new allocate-and-
/external/kernel-headers/original/uapi/linux/genwqe/
Dgenwqe_card.h390 #define ATS_SET_FLAGS(_struct, _field, _flags) \ argument
391 (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
/external/dtc/tests/
Dtrees.S27 FDTLONG(tree##_struct - tree) ; \
34 FDTLONG(tree##_struct_end - tree##_struct) ;
/external/python/cpython2/Doc/library/
Dstruct.rst79 .. _struct-format-strings:
90 .. _struct-alignment:
291 .. _struct-examples:
352 .. _struct-objects:
/external/python/cpython2/Modules/
DSetup.dist174 #_struct _struct.c # binary structure packing/unpacking
/external/python/cpython2/PC/os2emx/
Dpython27.def1298 ; From python27_s.lib(_struct)
/external/llvm/test/CodeGen/X86/
Dmovtopush.ll325 ; NORMAL-NEXT: calll _struct
/external/dtc/Documentation/
Ddtc-paper.tex162 \texttt{0x08} & \emph{off\_struct} & \\\cline{2-2}
186 \emph{off\_struct} & \dtbeginnode & structure block \\\cline{2-2}
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp176 SOURCE=..\..\Modules\_struct.c
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2664 typedef struct <scopeStruct(sname=scope.name,...)>_struct
2671 void (ANTLR3_CDECL *free) (struct <scopeStruct(sname=scope.name,...)>_struct * frame);
3055 typedef struct <ruleDescriptor.grammar.recognizerName>_<ruleDescriptor:returnStructName()>_struct
/external/syslinux/com32/lib/libpng/
Dlibpng.txt2430 functions after png_create_*_struct() has been called by calling:
2510 warning functions at the time that png_create_*_struct() is called,
/external/skia/third_party/libpng/
Dlibpng-manual.txt4234 functions after png_create_*_struct() has been called by calling:
4307 warning functions at the time that png_create_*_struct() is called,
/external/libpng/
Dlibpng-manual.txt4239 functions after png_create_*_struct() has been called by calling:
4312 warning functions at the time that png_create_*_struct() is called,
/external/python/cpython2/Misc/
DNEWS8888 - Issue #7078: Set struct.__doc__ from _struct.__doc__.