HomeSort by relevance Sort by last modified time
    Searched refs:_struct (Results 1 - 11 of 11) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
struct.py 1 from _struct import *
2 from _struct import _clearcache
3 from _struct import __doc__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
struct.py 1 from _struct import *
2 from _struct import _clearcache
3 from _struct import __doc__
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prmem.h 90 ** PR_NEW() allocates an item of type _struct from the heap.
91 ** INPUTS: _struct: a data type
92 ** OUTPUTS: pointer to _struct
93 ** RETURN: pointer to _struct or error returns from malloc().
95 #define PR_NEW(_struct) ((_struct *) PR_MALLOC(sizeof(_struct)))
123 ** PR_NEWZAP() allocates an item of type _struct from the heap
125 ** INPUTS: _struct: a data type
126 ** OUTPUTS: pointer to _struct
    [all...]
  /external/chromium_org/third_party/libevent/
event_rpcgen.py 309 self._struct = None
313 return { "parent_name" : self._struct.Name(),
320 self._struct = struct
351 return '%s_%s_get' % (self._struct.Name(), self._name)
355 funcname, self._struct.Name(), self._ctype ) ]
374 return '%s_%s_assign' % (self._struct.Name(), self._name)
377 return '%s_%s_add' % (self._struct.Name(), self._name)
381 funcname, self._struct.Name(), self._ctype ) ]
432 if not self._struct:
453 funcname, self._struct.Name(), self._ctype )
    [all...]
  /bionic/libc/kernel/uapi/linux/genwqe/
genwqe_card.h 272 #define ATS_SET_FLAGS(_struct, _field, _flags) (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  /external/kernel-headers/original/uapi/linux/genwqe/
genwqe_card.h 389 #define ATS_SET_FLAGS(_struct, _field, _flags) \
390 (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/genwqe/
genwqe_card.h 272 #define ATS_SET_FLAGS(_struct, _field, _flags) (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/genwqe/
genwqe_card.h 272 #define ATS_SET_FLAGS(_struct, _field, _flags) (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/genwqe/
genwqe_card.h 272 #define ATS_SET_FLAGS(_struct, _field, _flags) (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp 144 COMMAND ##_struct x = { \
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
C.stg     [all...]

Completed in 849 milliseconds