Home
last modified time | relevance | path

Searched defs:_p (Results 1 – 22 of 22) sorted by relevance

/external/syslinux/libfat/
Dulint.h32 static inline unsigned char read8(le8_t * _p) in read8()
37 static inline void write8(le8_t * _p, uint8_t _v) in write8()
46 static inline unsigned short read16(le16_t * _p) in read16()
51 static inline void write16(le16_t * _p, unsigned short _v) in write16()
56 static inline unsigned int read32(le32_t * _p) in read32()
61 static inline void write32(le32_t * _p, uint32_t _v) in write32()
72 uint8_t *_p = *_pp; in read16() local
82 uint8_t *_p = *_pp; in write16() local
90 uint8_t *_p = *_pp; in read32() local
102 uint8_t *_p = *_pp; in write32() local
/external/lzma/CPP/Common/
DAutoPtr.h8 T *_p; variable
10 CMyAutoPtr(T *p = 0) : _p(p) {} in _p() function
17 ~CMyAutoPtr() { delete _p; } in ~CMyAutoPtr() local
30 delete _p; variable
DMyCom.h16 T* _p; variable
/external/brotli/c/enc/
Dport.h66 #define BROTLI_UNALIGNED_LOAD32(_p) (*(const uint32_t *)(_p)) argument
67 #define BROTLI_UNALIGNED_LOAD64LE(_p) (*(const uint64_t *)(_p)) argument
69 #define BROTLI_UNALIGNED_STORE64LE(_p, _val) \ argument
89 #define BROTLI_UNALIGNED_LOAD32(_p) (*(const uint32_t *)(_p)) argument
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-for-simple-stream.h9 unsigned char *_p; member
/external/protobuf/src/google/protobuf/stubs/
Dport.h233 #define GOOGLE_UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p)) argument
234 #define GOOGLE_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p)) argument
235 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p)) argument
237 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val)) argument
238 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val)) argument
239 #define GOOGLE_UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64 *>(_p) = (_val)) argument
/external/syslinux/gpxe/src/include/gpxe/efi/IndustryStandard/
DPci22.h287 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) argument
288 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s))) argument
289 #define IS_CLASS3(_p, c, s, p) (IS_CLASS2 (_p, c, s) && ((_p)->Hdr.ClassCode[0] == (p))) argument
291 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) argument
292 #define IS_PCI_VGA(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_VGA, 0) argument
293 #define IS_PCI_8514(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_VGA, 1) argument
294 #define IS_PCI_GFX(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_GFX, 0) argument
295 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD) argument
296 #define IS_PCI_OLD_VGA(_p) IS_CLASS2 (_p, PCI_CLASS_OLD, PCI_CLASS_OLD_VGA) argument
297 #define IS_PCI_IDE(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE… argument
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DFastQueue.cs52 internal int _p = 0; field in Antlr.Runtime.Misc.FastQueue
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DFastQueue.cs54 internal int _p = 0; field in Antlr.Runtime.Misc.FastQueue
/external/libopus/tests/
Dtest_opus_common.h28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y) in deb2_impl()
/external/python/cpython3/Objects/stringlib/
Dfind_max_char.h29 const unsigned char *_p = p; in STRINGLIB() local
Dcodecs.h44 STRINGLIB_CHAR *_p = p; in STRINGLIB() local
/external/mesa3d/src/amd/addrlib/inc/
Dlnx_common_defs.h118 #define memset(_p, _v, _n) __ke_memset(_p, _v, _n) argument
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h164 CProgressDialog *_p; variable
DProgressDialog2.h270 CProgressDialog *_p; variable
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBufferedTokenStream.cs76 protected int _p = -1; field in Antlr.Runtime.BufferedTokenStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBufferedTokenStream.cs74 protected int _p = -1; field in Antlr.Runtime.BufferedTokenStream
/external/syslinux/efi64/include/efi/
Dpci22.h107 #define IS_PCI_BRIDGE(_p) ((((_p)->Hdr.HeaderType) & HEADER_LAYOUT_CODE) == HEADER_TYPE_PCI_TO_PCI_… argument
108 #define IS_PCI_MULTI_FUNC(_p) (((_p)->Hdr.HeaderType) & HEADER_TYPE_MULTI_FUNCTION) argument
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
Dpci22.h107 #define IS_PCI_BRIDGE(_p) ((((_p)->Hdr.HeaderType) & HEADER_LAYOUT_CODE) == HEADER_TYPE_PCI_TO_PCI_… argument
108 #define IS_PCI_MULTI_FUNC(_p) (((_p)->Hdr.HeaderType) & HEADER_TYPE_MULTI_FUNCTION) argument
/external/syslinux/efi32/include/efi/
Dpci22.h107 #define IS_PCI_BRIDGE(_p) ((((_p)->Hdr.HeaderType) & HEADER_LAYOUT_CODE) == HEADER_TYPE_PCI_TO_PCI_… argument
108 #define IS_PCI_MULTI_FUNC(_p) (((_p)->Hdr.HeaderType) & HEADER_TYPE_MULTI_FUNCTION) argument
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp5037 ir_variable *_p = body.make_temp(type, "_p"); in _noise4() local
/external/python/cpython3/Objects/
Dunicodeobject.c4908 const char *_p = p; in ascii_decode() local
4933 const char *_p = p; in ascii_decode() local