/aosp_15_r20/external/libdivsufsort/include/ |
H A D | divsufsort_private.h | 154 #define STACK_PUSH(_a, _b, _c, _d)\ argument 160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 166 #define STACK_POP(_a, _b, _c, _d)\ argument 173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
D | concept_check.h | 50 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument 75 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/bits/ |
D | concept_check.h | 50 #define __glibcxx_class_requires3(_a,_b,_c,_d) argument 51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e) argument 75 #define __glibcxx_class_requires4(_a,_b,_c,_d,_C) \ argument
|
/aosp_15_r20/external/coreboot/payloads/libpayload/include/ |
H A D | pci.h | 101 #define PCI_BUS(_d) ((_d >> 16) & 0xff) argument 102 #define PCI_SLOT(_d) ((_d >> 11) & 0x1f) argument 103 #define PCI_FUNC(_d) ((_d >> 8) & 0x7) argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dump.c | 307 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 321 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 327 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 339 #define TEST_BTF_DUMP_VAR(_b, _d, _prefix, _str, _var, _type, _flags, \ argument
|
/aosp_15_r20/external/llvm/test/MC/MachO/ |
H A D | tls.s | 24 .globl _d symbol 25 _d: label
|
H A D | darwin-x86_64-reloc-offsets.s | 12 _d: label
|
H A D | darwin-complex-difference.s | 15 _d: label
|
H A D | reloc-pcrel.s | 9 _d: label
|
/aosp_15_r20/external/OpenCL-ICD-Loader/test/loader_test/ |
H A D | callbacks.c | 5 void CL_CALLBACK createcontext_callback(const char* _a, const void* _b, size_t _c, void* _d) in createcontext_callback() 41 void CL_CALLBACK setprintf_callback(cl_context _a, cl_uint _b, char* _c, void* _d ) in setprintf_callback()
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | odintrin.h | 35 #define OD_DIVU_SMALL(_x, _d) \ argument 41 #define OD_DIVU(_x, _d) \ argument
|
/aosp_15_r20/external/libxml2/python/ |
H A D | drv_libxml2.py | 49 def _d(s): function 57 def _d(s): function
|
/aosp_15_r20/external/pytorch/torch/utils/viz/ |
H A D | MemoryViz.js | 1092 .on('mouseover', function (_e, _d) { argument 1095 .on('mousedown', function (_e, _d) { argument 1098 .on('mouseleave', function (_e, _d) { argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/example/ |
D | demo_xml.hpp | 54 gps_position(int _d, int _m, float _s) : in gps_position() 261 void append(const std::string &_d, int _h, int _m, bus_route *_br) in append()
|
D | demo_gps.hpp | 54 gps_position(int _d, int _m, float _s) : in gps_position() 261 void append(const std::string &_d, int _h, int _m, bus_route *_br) in append()
|
D | demo.cpp | 60 gps_position(int _d, int _m, float _s) : in gps_position() 262 void append(const std::string &_d, int _h, int _m, bus_route *_br) in append()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/aarch64/ |
H A D | vgic_init.c | 24 #define VGIC_DEV_IS_V2(_d) ((_d) == KVM_DEV_TYPE_ARM_VGIC_V2) argument 25 #define VGIC_DEV_IS_V3(_d) ((_d) == KVM_DEV_TYPE_ARM_VGIC_V3) argument
|
/aosp_15_r20/external/zstd/lib/dictBuilder/ |
H A D | divsufsort.c | 102 #define STACK_PUSH(_a, _b, _c, _d)\ argument 108 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument 114 #define STACK_POP(_a, _b, _c, _d)\ argument 121 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | rt_common.rs | 985 let _d = OnDrop(move || { localVariable 995 let _d = OnDrop(move || { localVariable
|
/aosp_15_r20/external/angle/third_party/flatbuffers/generated/tests/ |
H A D | arrays_test_generated.h | 105 ::flatbuffers::span<const int64_t, 2> _d) in NestedStruct() 220 ::flatbuffers::span<const MyGame::Example::NestedStruct, 2> _d, int32_t _e, in ArrayStruct()
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | arrays_test_generated.h | 105 …, flatbuffers::span<const MyGame::Example::TestEnum, 2> _c, flatbuffers::span<const int64_t, 2> _d) in NestedStruct() 202 …15> _b, int8_t _c, flatbuffers::span<const MyGame::Example::NestedStruct, 2> _d, int32_t _e, flatb… in ArrayStruct()
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/ |
H A D | icd_version.h | 26 #define OPENCL_ICD_LOADER_TOSTRING(_d) OPENCL_ICD_LOADER_VAL(_d) argument
|
/aosp_15_r20/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/ |
D | StringUtils.java | 68 int[] _d; in getDistance() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/ |
D | index.hpp | 59 static constexpr index_type< 4> _d; variable
|
/aosp_15_r20/external/rust/crates/v4l2r/lib/src/device/queue/ |
D | dqbuf.rs | 36 _d: std::marker::PhantomData<D>, field
|