Home
last modified time | relevance | path

Searched defs:sizeof (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/external/clang/test/SemaObjC/
H A Dsizeof-interface.m6 int g0 = sizeof(I0); // expected-error{{invalid application of 'sizeof' to an incomplete type 'I0'}} function
26 int g1[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not support… function
35 int g2[ sizeof(I0) // expected-error {{application of 'sizeof' to interface 'I0' is not supported… function
67 …unsigned long attributeRuns[1024 + sizeof(I)]; // expected-error {{application of 'sizeof' to inte… field
H A Denum-fixed-type.m11 int array[sizeof(Enumeration) == sizeof(long)? 1 : -1]; function
/aosp_15_r20/external/eigen/test/
H A Dsizeof.cpp21 EIGEN_DECLARE_TEST(sizeof) in EIGEN_DECLARE_TEST() argument
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dencode-test-3.m15 int a[sizeof(@encode(int)) == 2 ? 1 : -1]; // Type is char[2] function
/aosp_15_r20/external/flatbuffers/net/FlatBuffers/
H A DFlatBufferBuilder.cs471 StartVector(sizeof(int), offsets.Length, sizeof(int)); in sizeof() method
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dsizes.go329 func (conf *Config) sizeof(T Type) int64 { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dsizes.go326 func (conf *Config) sizeof(T Type) int64 { func
/aosp_15_r20/external/pytorch/caffe2/perfkernels/
H A Dhp_emblookup_codegen.py8 sizeof = {"float": 4, "at::Half": 2, "at::BFloat16": 2, "uint8_t": 1} variable
/aosp_15_r20/external/autotest/client/bin/input/
H A Dlinux_ioctl.py42 def sizeof(t): function
/aosp_15_r20/external/libopus/dnn/training_tf2/
H A Dtrain_lpcnet.py175 sizeof = features.strides[-1] variable
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DLocaleData.java243 private static int sizeof(int[] array) { in sizeof() method in LocaleData
/aosp_15_r20/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp80 #define sizeof macro
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/binary/
Dbinary.go715 func sizeof(t reflect.Type) int { func
/aosp_15_r20/external/mesa3d/src/intel/perf/
H A Dgen_perf.py413 def sizeof(c_type): function
/aosp_15_r20/external/clang/utils/ABITest/
H A DTypeGen.py52 def sizeof(self): member in BuiltinType
/aosp_15_r20/external/python/cpython2/Lib/plat-irix5/
DIOCTL.py28 def sizeof(t): import struct; return struct.calcsize(t) function
/aosp_15_r20/external/python/cpython2/Lib/plat-irix6/
DIOCTL.py28 def sizeof(t): import struct; return struct.calcsize(t) function
/aosp_15_r20/prebuilts/tools/linux-x86_64/swt/
HDswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-atk-gtk-3550. ...
/aosp_15_r20/external/mesa3d/meson_to_hermetic/
H A Dmeson_impl.py504 def sizeof(self, string): member in Compiler
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dwrapper.py1014 def sizeof(name): function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
Drewrite.go1843 func sizeof(t interface{}) int64 { func
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java3915 public int sizeof(int type) { in sizeof() method in GLLogWrapper.PointerInfo
/aosp_15_r20/prebuilts/tools/darwin-x86_64/swt/
HDswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-awt-cocoa-3550. ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/java/dev/jna/jna/3.4.0/
HDjna-3.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/ ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/net/java/dev/jna/jna/5.6.0/
HDjna-5.6.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/ ...

1234