Home
last modified time | relevance | path

Searched defs:offset_of (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/
H A Doffset_of.rs115 macro_rules! offset_of { macro
H A Dlib.rs175 mod offset_of; module
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/
Doffset_of.rs115 macro_rules! offset_of { macro
Dlib.rs198 mod offset_of; module
/aosp_15_r20/external/rust/android-crates-io/crates/memoffset/src/
Dlib.rs92 mod offset_of; module
Doffset_of.rs122 macro_rules! offset_of { macro
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dlist.h48 #define offset_of(type, member) ((char *)&((type *)0)->member) macro
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dlist.h48 #define offset_of(type, member) ((char *)&((type *)0)->member) macro
/aosp_15_r20/external/trace-cmd/tracecmd/include/
H A Dlist.h9 #define offset_of(type, field) __builtin_offsetof(type, field) macro
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dbytecode_analysis.py189 def offset_of(self, other, n): member in StackSize
/aosp_15_r20/external/mesa3d/src/mapi/glapi/gen/
H A DglX_XML.py272 def offset_of(self, param_name): member in glx_function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/util/
H A Dptr.rs90 macro_rules! offset_of { macro
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dmem.rs574 fn offset_of() { in offset_of() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dmem.rs574 fn offset_of() { in offset_of() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dmem.rs574 fn offset_of() { in offset_of() function
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dhw_tests.rs17 macro_rules! offset_of { macro
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dmem.rs574 fn offset_of() { in offset_of() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dmem.rs574 fn offset_of() { in offset_of() function
/aosp_15_r20/external/mesa3d/src/compiler/rust/
H A Dnir.rs12 macro_rules! offset_of { macro