Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dctype.h252 #define _iswalpha_l(_c,_p) (_iswctype_l(_c,_ALPHA,_p)) argument
253 #define _iswupper_l(_c,_p) (_iswctype_l(_c,_UPPER,_p)) argument
254 #define _iswlower_l(_c,_p) (_iswctype_l(_c,_LOWER,_p)) argument
255 #define _iswdigit_l(_c,_p) (_iswctype_l(_c,_DIGIT,_p)) argument
256 #define _iswxdigit_l(_c,_p) (_iswctype_l(_c,_HEX,_p)) argument
257 #define _iswspace_l(_c,_p) (_iswctype_l(_c,_SPACE,_p)) argument
258 #define _iswpunct_l(_c,_p) (_iswctype_l(_c,_PUNCT,_p)) argument
259 #define _iswalnum_l(_c,_p) (_iswctype_l(_c,_ALPHA|_DIGIT,_p)) argument
260 #define _iswprint_l(_c,_p) (_iswctype_l(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT,_p)) argument
261 #define _iswgraph_l(_c,_p) (_iswctype_l(_c,_PUNCT|_ALPHA|_DIGIT,_p)) argument
[all …]
Dwchar.h387 #define _iswalpha_l(_c,_p) (_iswctype_l(_c,_ALPHA,_p)) argument
388 #define _iswupper_l(_c,_p) (_iswctype_l(_c,_UPPER,_p)) argument
389 #define _iswlower_l(_c,_p) (_iswctype_l(_c,_LOWER,_p)) argument
390 #define _iswdigit_l(_c,_p) (_iswctype_l(_c,_DIGIT,_p)) argument
391 #define _iswxdigit_l(_c,_p) (_iswctype_l(_c,_HEX,_p)) argument
392 #define _iswspace_l(_c,_p) (_iswctype_l(_c,_SPACE,_p)) argument
393 #define _iswpunct_l(_c,_p) (_iswctype_l(_c,_PUNCT,_p)) argument
394 #define _iswalnum_l(_c,_p) (_iswctype_l(_c,_ALPHA|_DIGIT,_p)) argument
395 #define _iswprint_l(_c,_p) (_iswctype_l(_c,_BLANK|_PUNCT|_ALPHA|_DIGIT,_p)) argument
396 #define _iswgraph_l(_c,_p) (_iswctype_l(_c,_PUNCT|_ALPHA|_DIGIT,_p)) argument
[all …]
Dtnef.h126 #define CbOfTrp(_p) (sizeof(TRP) + (_p)->cch + (_p)->cbRgb) argument
127 #define LpszOfTrp(_p) ((LPSTR)(((LPTRP) (_p)) + 1)) argument
128 #define LpbOfTrp(_p) (((LPBYTE)(((LPTRP)(_p)) + 1)) + (_p)->cch) argument
129 #define LptrpNext(_p) ((LPTRP)((LPBYTE)(_p) + CbOfTrp(_p))) argument
/aosp_15_r20/external/arm-trusted-firmware/lib/gpt_rme/
H A Dgpt_rme_private.h165 #define GPT_L1_IDX_WIDTH(_p) ((GPT_S_VAL - 1U) - ((_p) + 3U)) argument
168 #define GPT_L1_IDX_SHIFT(_p) ((_p) + 4U) argument
178 #define GPT_L1_IDX_MASK(_p) (0x7FFFFFUL >> (23U - \ argument
182 #define GPT_L1_GPI_IDX_SHIFT(_p) (_p) argument
188 #define GPT_L1_ENTRY_COUNT(_p) ((GPT_L1_IDX_MASK(_p)) + 1U) argument
191 #define GPT_L1_TABLE_SIZE(_p) ((GPT_L1_ENTRY_COUNT(_p)) << 3U) argument
201 #define GPT_PGS_ACTUAL_SIZE(_p) (1UL << (_p)) argument
239 #define GPT_L1_IDX(_p, _pa) (((_pa) >> GPT_L1_IDX_SHIFT(_p)) & \ argument
243 #define GPT_L1_GPI_IDX(_p, _pa) (((_pa) >> GPT_L1_GPI_IDX_SHIFT(_p)) & \ argument
247 #define GPT_IS_L1_ALIGNED(_p, _pa) (((_pa) & (GPT_PGS_ACTUAL_SIZE(_p) - U(1))) \ argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/gpt_rme/
Dgpt_rme_private.h176 #define GPT_L1_IDX_WIDTH(_p) ((GPT_S_VAL - 1U) - ((_p) + 3U)) argument
179 #define GPT_L1_IDX_SHIFT(_p) ((_p) + 4U) argument
189 #define GPT_L1_IDX_MASK(_p) (0x7FFFFFUL >> (23U - \ argument
193 #define GPT_L1_GPI_IDX_SHIFT(_p) (_p) argument
199 #define GPT_L1_ENTRY_COUNT(_p) ((GPT_L1_IDX_MASK(_p)) + 1U) argument
202 #define GPT_L1_TABLE_SIZE(_p) ((GPT_L1_ENTRY_COUNT(_p)) << 3U) argument
212 #define GPT_PGS_ACTUAL_SIZE(_p) (1UL << (_p)) argument
250 #define GPT_L1_IDX(_p, _pa) (((_pa) >> GPT_L1_IDX_SHIFT(_p)) & \ argument
254 #define GPT_L1_GPI_IDX(_p, _pa) (((_pa) >> GPT_L1_GPI_IDX_SHIFT(_p)) & \ argument
258 #define GPT_IS_L1_ALIGNED(_p, _pa) (((_pa) & (GPT_PGS_ACTUAL_SIZE(_p) - U(1))) \ argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/internal/
Dunaligned_access.h66 #define ABSL_INTERNAL_UNALIGNED_LOAD16(_p) \ argument
68 #define ABSL_INTERNAL_UNALIGNED_LOAD32(_p) \ argument
70 #define ABSL_INTERNAL_UNALIGNED_LOAD64(_p) \ argument
73 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \ argument
75 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \ argument
77 #define ABSL_INTERNAL_UNALIGNED_STORE64(_p, _val) \ argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/internal/
H A Dunaligned_access.h73 #define ABSL_INTERNAL_UNALIGNED_LOAD16(_p) \ argument
75 #define ABSL_INTERNAL_UNALIGNED_LOAD32(_p) \ argument
77 #define ABSL_INTERNAL_UNALIGNED_LOAD64(_p) \ argument
80 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \ argument
82 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \ argument
84 #define ABSL_INTERNAL_UNALIGNED_STORE64(_p, _val) \ argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A Dunaligned_access.h66 #define ABSL_INTERNAL_UNALIGNED_LOAD16(_p) \ argument
68 #define ABSL_INTERNAL_UNALIGNED_LOAD32(_p) \ argument
70 #define ABSL_INTERNAL_UNALIGNED_LOAD64(_p) \ argument
73 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \ argument
75 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \ argument
77 #define ABSL_INTERNAL_UNALIGNED_STORE64(_p, _val) \ argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/base/internal/
H A Dunaligned_access.h66 #define ABSL_INTERNAL_UNALIGNED_LOAD16(_p) \ argument
68 #define ABSL_INTERNAL_UNALIGNED_LOAD32(_p) \ argument
70 #define ABSL_INTERNAL_UNALIGNED_LOAD64(_p) \ argument
73 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \ argument
75 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \ argument
77 #define ABSL_INTERNAL_UNALIGNED_STORE64(_p, _val) \ argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/internal/
H A Dunaligned_access.h73 #define ABSL_INTERNAL_UNALIGNED_LOAD16(_p) \ argument
75 #define ABSL_INTERNAL_UNALIGNED_LOAD32(_p) \ argument
77 #define ABSL_INTERNAL_UNALIGNED_LOAD64(_p) \ argument
80 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \ argument
82 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \ argument
84 #define ABSL_INTERNAL_UNALIGNED_STORE64(_p, _val) \ argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/base/internal/
H A Dunaligned_access.h66 #define ABSL_INTERNAL_UNALIGNED_LOAD16(_p) \ argument
68 #define ABSL_INTERNAL_UNALIGNED_LOAD32(_p) \ argument
70 #define ABSL_INTERNAL_UNALIGNED_LOAD64(_p) \ argument
73 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \ argument
75 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \ argument
77 #define ABSL_INTERNAL_UNALIGNED_STORE64(_p, _val) \ argument
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dunaligned_access.h73 #define ABSL_INTERNAL_UNALIGNED_LOAD16(_p) \ argument
75 #define ABSL_INTERNAL_UNALIGNED_LOAD32(_p) \ argument
77 #define ABSL_INTERNAL_UNALIGNED_LOAD64(_p) \ argument
80 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \ argument
82 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \ argument
84 #define ABSL_INTERNAL_UNALIGNED_STORE64(_p, _val) \ argument
/aosp_15_r20/external/lzma/C/
H A DLzFind.c580 void MatchFinder_Init(void *_p) in MatchFinder_Init()
1151 static UInt32* Bt2_MatchFinder_GetMatches(void *_p, UInt32 *distances) in Bt2_MatchFinder_GetMatches()
1177 static UInt32* Bt3_MatchFinder_GetMatches(void *_p, UInt32 *distances) in Bt3_MatchFinder_GetMatches()
1219 static UInt32* Bt4_MatchFinder_GetMatches(void *_p, UInt32 *distances) in Bt4_MatchFinder_GetMatches()
1288 static UInt32* Bt5_MatchFinder_GetMatches(void *_p, UInt32 *distances) in Bt5_MatchFinder_GetMatches()
1362 static UInt32* Hc4_MatchFinder_GetMatches(void *_p, UInt32 *distances) in Hc4_MatchFinder_GetMatches()
1431 static UInt32 * Hc5_MatchFinder_GetMatches(void *_p, UInt32 *distances) in Hc5_MatchFinder_GetMatches()
1515 static void Bt2_MatchFinder_Skip(void *_p, UInt32 num) in Bt2_MatchFinder_Skip()
1538 static void Bt3_MatchFinder_Skip(void *_p, UInt32 num) in Bt3_MatchFinder_Skip()
1554 static void Bt4_MatchFinder_Skip(void *_p, UInt32 num) in Bt4_MatchFinder_Skip()
[all …]
H A DSha256Opt.c300 #define LOAD_128_32(_p) vld1q_u32(_p) argument
301 #define LOAD_128_8(_p) vld1q_u8 (_p) argument
302 #define STORE_128_32(_p, _v) vst1q_u32(_p, _v) argument
319 #define LOAD_128_32(_p) (*(const v128 *)(const void *)(_p)) argument
320 #define LOAD_128_8(_p) vreinterpretq_u8_u32(*(const v128 *)(const void *)(_p)) argument
321 #define STORE_128_32(_p, _v) *(v128 *)(void *)(_p) = (_v) argument
H A DLzFindMt.c880 static void MatchFinderMt_Init(void *_p) in MatchFinderMt_Init()
985 static const Byte * MatchFinderMt_GetPointerToCurrentPos(void *_p) in MatchFinderMt_GetPointerToCurrentPos()
995 static UInt32 MatchFinderMt_GetNumAvailableBytes(void *_p) in MatchFinderMt_GetNumAvailableBytes()
1249 static UInt32 * MatchFinderMt2_GetMatches(void *_p, UInt32 *d) in MatchFinderMt2_GetMatches()
1274 static UInt32 * MatchFinderMt_GetMatches(void *_p, UInt32 *d) in MatchFinderMt_GetMatches()
1323 static void MatchFinderMt0_Skip(void *_p, UInt32 num)
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
H A DPci22.h311 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) argument
323 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s))) argument
336 #define IS_CLASS3(_p, c, s, p) (IS_CLASS2 (_p, c, s) && ((_p)->Hdr.ClassCode[0] == (p))) argument
347 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) argument
357 #define IS_PCI_VGA(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_VGA, PCI_… argument
367 #define IS_PCI_8514(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_VGA, PCI_… argument
377 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD) argument
387 #define IS_PCI_OLD_VGA(_p) IS_CLASS2 (_p, PCI_CLASS_OLD, PCI_CLASS_OLD_VGA) argument
397 #define IS_PCI_IDE(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE… argument
407 #define IS_PCI_SCSI(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE… argument
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/
H A DPci22.h311 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) argument
323 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s))) argument
336 #define IS_CLASS3(_p, c, s, p) (IS_CLASS2 (_p, c, s) && ((_p)->Hdr.ClassCode[0] == (p))) argument
347 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) argument
357 #define IS_PCI_VGA(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_VGA, PCI_… argument
367 #define IS_PCI_8514(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_VGA, PCI_… argument
377 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD) argument
387 #define IS_PCI_OLD_VGA(_p) IS_CLASS2 (_p, PCI_CLASS_OLD, PCI_CLASS_OLD_VGA) argument
397 #define IS_PCI_IDE(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE… argument
407 #define IS_PCI_SCSI(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE… argument
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
H A DPci22.h317 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) argument
329 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s))) argument
342 #define IS_CLASS3(_p, c, s, p) (IS_CLASS2 (_p, c, s) && ((_p)->Hdr.ClassCode[0] == (p))) argument
353 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) argument
363 #define IS_PCI_VGA(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_VGA, PCI_… argument
373 #define IS_PCI_8514(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_VGA, PCI_… argument
383 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD) argument
393 #define IS_PCI_OLD_VGA(_p) IS_CLASS2 (_p, PCI_CLASS_OLD, PCI_CLASS_OLD_VGA) argument
403 #define IS_PCI_IDE(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE… argument
413 #define IS_PCI_SCSI(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE… argument
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/
H A DPci22.h311 #define IS_CLASS1(_p, c) ((_p)->Hdr.ClassCode[2] == (c)) argument
324 #define IS_CLASS2(_p, c, s) (IS_CLASS1 (_p, c) && ((_p)->Hdr.ClassCode[1] == (s))) argument
338 #define IS_CLASS3(_p, c, s, p) (IS_CLASS2 (_p, c, s) && ((_p)->Hdr.ClassCode[0] == (p))) argument
349 #define IS_PCI_DISPLAY(_p) IS_CLASS1 (_p, PCI_CLASS_DISPLAY) argument
360 #define IS_PCI_VGA(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_VGA, PCI_IF_VGA_VGA) argument
371 #define IS_PCI_8514(_p) IS_CLASS3 (_p, PCI_CLASS_DISPLAY, PCI_CLASS_DISPLAY_VGA, PCI_IF_VGA_8514) argument
382 #define IS_PCI_OLD(_p) IS_CLASS1 (_p, PCI_CLASS_OLD) argument
393 #define IS_PCI_OLD_VGA(_p) IS_CLASS2 (_p, PCI_CLASS_OLD, PCI_CLASS_OLD_VGA) argument
404 #define IS_PCI_IDE(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_IDE) argument
415 #define IS_PCI_SCSI(_p) IS_CLASS2 (_p, PCI_CLASS_MASS_STORAGE, PCI_CLASS_MASS_STORAGE_SCSI) argument
[all …]
/aosp_15_r20/external/lzma/CPP/Common/
H A DAutoPtr.h9 T *_p; variable
23 delete _p; variable
27 CMyUniquePtr(T *p = NULL) : _p(p) {} in _p() function
28 ~CMyUniquePtr() { delete _p; } in ~CMyUniquePtr() local
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dport.h192 #define GOOGLE_UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16_t *>(_p)) argument
193 #define GOOGLE_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32_t *>(_p)) argument
194 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64_t *>(_p)) argument
196 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16_t *>(_p) = (_val)) argument
197 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32_t *>(_p) = (_val)) argument
198 #define GOOGLE_UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64_t *>(_p) = (_val)) argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dport.h205 #define GOOGLE_UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16_t *>(_p)) argument
206 #define GOOGLE_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32_t *>(_p)) argument
207 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64_t *>(_p)) argument
209 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16_t *>(_p) = (_val)) argument
210 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32_t *>(_p) = (_val)) argument
211 #define GOOGLE_UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64_t *>(_p) = (_val)) argument
/aosp_15_r20/external/coreboot/src/soc/nvidia/tegra210/
H A Dclock.c92 #define PLL_HAS_KCP_KVCO(_n, _m, _p, _kcp, _kvco) \ argument
94 #define PLL_NO_KCP_KVCO(_n, _m, _p) \ argument
97 #define PLLX(_n, _m, _p, _kcp, _kvco) \ argument
99 #define PLLC(_n, _m, _p) \ argument
101 #define PLLU(_n, _m, _p, _kcp, _kvco) \ argument
103 #define PLLDP(_n, _m, _p, _kcp, _kvco) \ argument
105 #define PLLD(_n, _m, _p, _kcp, _kvco) \ argument
/aosp_15_r20/external/arm-trusted-firmware/include/common/
H A Dparam_header.h21 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument
29 #define SET_STATIC_PARAM_HEAD(_p, _type, _ver, _p_type, _attr) \ argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/include/common/
Dparam_header.h21 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument
29 #define SET_STATIC_PARAM_HEAD(_p, _type, _ver, _p_type, _attr) \ argument

123456789