Home
last modified time | relevance | path

Searched +defs:val +defs:d (Results 276 – 300 of 2692) sorted by relevance

1...<<11121314151617181920>>...108

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/
DBassBoost.h32 #define __assert2(a,b,c,d) ((void)0) argument
243 [[nodiscard]] static inline std::string toString(BassBoost::Id::Tag val) { in toString()
275 [[nodiscard]] static inline std::string toString(BassBoost::Tag val) { in toString()
DAcousticEchoCanceler.h32 #define __assert2(a,b,c,d) ((void)0) argument
246 [[nodiscard]] static inline std::string toString(AcousticEchoCanceler::Id::Tag val) { in toString()
278 [[nodiscard]] static inline std::string toString(AcousticEchoCanceler::Tag val) { in toString()
DAutomaticGainControlV1.h32 #define __assert2(a,b,c,d) ((void)0) argument
249 [[nodiscard]] static inline std::string toString(AutomaticGainControlV1::Id::Tag val) { in toString()
281 [[nodiscard]] static inline std::string toString(AutomaticGainControlV1::Tag val) { in toString()
DEraser.h34 #define __assert2(a,b,c,d) ((void)0) argument
252 [[nodiscard]] static inline std::string toString(Eraser::Id::Tag val) { in toString()
284 [[nodiscard]] static inline std::string toString(Eraser::Tag val) { in toString()
DVolume.h32 #define __assert2(a,b,c,d) ((void)0) argument
246 [[nodiscard]] static inline std::string toString(Volume::Id::Tag val) { in toString()
278 [[nodiscard]] static inline std::string toString(Volume::Tag val) { in toString()
/aosp_15_r20/external/libpcap/
H A Dgrammar.y.in134 #define QSET(q, p, d, a) (q).proto = (unsigned char)(p),\ argument
343 #define CHECK_INT_VAL(val) if (val == -1) YYABORT argument
344 #define CHECK_PTR_VAL(val) if (val == NULL) YYABORT argument
/aosp_15_r20/external/cn-cbor/src/
H A Dcn-cbor.c44 double val; in decode_half() local
104 uint64_t val; in decode_item() local
112 double d; in decode_item() member
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_system.cpp34 IntType val = FXSYS_DecimalCharToInt(*str); in FXSYS_StrToInt() local
82 for (int d = digits - 1; d > -1; d--) { in FXSYS_IntToStr() local
102 int FXSYS_round(double d) { in FXSYS_round()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dexecute_node.h66 eager::RemoteTensorHandle* val) const override { in GetRemoteArg()
116 const Device* d = ctx_->CanonicalDevice(kernel_->InputDevice(i)); in Run() local
194 const Device* d = ctx_->CanonicalDevice(kernel_->InputDevice(i)); in Run() local
/aosp_15_r20/out/soong/.intermediates/external/flatbuffers/flatbuffers-java/android_common_apex33/javac/
Dflatbuffers-java.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/doclava/src/com/google/doclava/
H A DFieldInfo.java177 public static String constantLiteralValue(Object val) { in constantLiteralValue()
211 private static String canonicalizeFloatingPoint(String val, String suffix) { in canonicalizeFloatingPoint()
228 int d = str.indexOf('.'); in canonicalizeFloatingPoint() local
394 Object val = mConstantValue; in makeHDF() local
/aosp_15_r20/external/erofs-utils/include/erofs/
H A Ddefs.h97 #define DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d)) argument
189 #define __put_unaligned_t(type, val, ptr) do { \ argument
195 #define put_unaligned(val, ptr) __put_unaligned_t(typeof(*(ptr)), (val), (ptr)) argument
202 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32()
335 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtim.tv_nsec = (val) argument
341 #define ST_MTIM_NSEC_SET(stbuf, val) (stbuf)->st_mtimensec = (val) argument
346 #define ST_MTIM_NSEC_SET(stbuf, val) do { } while (0) argument
/aosp_15_r20/cts/tests/media/jni/
H A DNativeMediaFormatUnitTest.cpp38 Rect(int a, int b, int c, int d) : left{a}, top{b}, right{c}, bottom{d} {}; in Rect()
135 int32_t val; in validateFormatInt32() local
173 int64_t val; in validateFormatInt64() local
211 float val; in validateFormatFloat() local
250 double val; in validateFormatDouble() local
288 size_t val; in validateFormatSize() local
326 const char* val; in validateFormatString() local
/aosp_15_r20/external/libtextclassifier/native/utils/hash/
H A Dcityhash.cc50 static uint64_t Rotate(uint64_t val, size_t shift) { in Rotate()
55 static uint64_t ShiftMix(uint64_t val) { return val ^ (val >> 47); } in ShiftMix()
113 uint64_t d = absl::little_endian::Load64(s + len - 16) * k0; in HashLen17to32() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_locals_to_regs.c114 for (nir_deref_instr *d = deref; d; d = nir_deref_instr_parent(d)) { in get_reg_for_deref() local
161 for (const nir_deref_instr *d = deref; d; d = nir_deref_instr_parent(d)) { in get_deref_reg_location() local
253 nir_def *val = intrin->src[1].ssa; in lower_locals_to_regs_block() local
/aosp_15_r20/external/flatbuffers/src/
H A Didl_parser.cpp99 static bool atot_scalar(const char *s, T *val, bool_constant<false>) { in atot_scalar()
104 static bool atot_scalar(const char *s, T *val, bool_constant<true>) { in atot_scalar()
112 static CheckedError atot(const char *s, Parser &parser, T *val) { in atot()
123 Offset<void> *val) { in atot()
281 static inline void SingleValueRepack(Value &e, T val) { in SingleValueRepack()
289 static void SingleValueRepack(Value &e, float val) { in SingleValueRepack()
292 static void SingleValueRepack(Value &e, double val) { in SingleValueRepack()
474 CheckedError Parser::ParseHexNum(int nibbles, uint64_t *val) { in ParseHexNum()
581 uint64_t val; in Next() local
588 uint64_t val; in Next() local
[all …]
/aosp_15_r20/external/ComputeLibrary/arm_compute/
H A DAcl.hpp119 constexpr SE as_enum(E val) noexcept in as_enum()
148 void reset(T *val) in reset()
529 for(int32_t d = 0; d < desc.ndims; ++d) in TensorDescriptor() local
557 for(uint32_t d = 0; d < _shape.size(); ++d) in operator ==() local
/aosp_15_r20/external/mesa3d/src/util/
H A Du_math.h85 double d; member
598 util_mask_sign_extend(uint64_t val, unsigned width) in util_mask_sign_extend()
612 util_sign_extend(uint64_t val, unsigned width) in util_sign_extend()
626 uint32_t * restrict d = (uint32_t* restrict)dest; in util_memcpy_cpu_to_le32() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dserialization_utils.cc152 for (const auto& d : data) { in VariantTensorDataReader() local
290 const int64_t val) { in WriteScalar()
297 const int64_t val) { in WriteScalar()
302 const tstring& val) { in WriteScalar()
309 const tstring& val) { in WriteScalar()
314 const Tensor& val) { in WriteTensor()
321 const Tensor& val) { in WriteTensor()
364 const T& val) { in WriteScalarInternal()
376 const Tensor& val) { in WriteTensorInternal()
/aosp_15_r20/external/iproute2/bridge/
H A Dlink.c86 static void print_onoff(FILE *f, char *flag, __u8 val) in print_onoff()
247 static bool on_off(char *arg, __s8 *attr, char *val) in on_off()
275 char *d = NULL; in brlink_modify() local
/aosp_15_r20/external/python/cpython3/Modules/
Dpwdmodule.c67 sets(PyObject *v, int i, const char* val) in sets()
87 #define SETS(i,val) sets(v, i, val) in mkpwent() argument
293 PyObject *d; in pwd_getpwall_impl() local
/aosp_15_r20/external/libxml2/
H A Dxpointer.c175 #define SKIP(val) ctxt->cur += (val) argument
176 #define NXT(val) ctxt->cur[(val)] argument
498 int d = CUR - '0'; in xmlXPtrEvalChildSeq() local
/aosp_15_r20/out/soong/.intermediates/system/hardware/interfaces/media/android.media.audio.common.types-V4-ndk-source/gen/include/aidl/android/media/audio/common/
DAudioHalCapCriterionV2.h35 #define __assert2(a,b,c,d) ((void)0) argument
332 [[nodiscard]] static inline std::string toString(AudioHalCapCriterionV2::LogicalDisjunction val) { in toString()
364 [[nodiscard]] static inline std::string toString(AudioHalCapCriterionV2::Tag val) { in toString()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Dconvert_tensor.cc109 const auto& val = arr(i); in ConvertStringTensor() local
238 for (auto d : shape) { in ConvertToTensorShapeProto() local
293 for (const auto& val : attr.getRawStringData()) in ConvertStringElementsAttr() local
300 for (const auto& val : attr.getValues<std::complex<T>>()) { in ConvertComplexElementsAttr() local
/aosp_15_r20/external/selinux/libsepol/src/
H A Davtab.c335 avtab_datum_t * d, void *args), void *args) in avtab_map()
436 avtab_datum_t * d, void *p), void *p) in avtab_read_item()
440 uint32_t buf32[8], items, items2, val; in avtab_read_item() local
584 static int avtab_insertf(avtab_t * a, avtab_key_t * k, avtab_datum_t * d, in avtab_insertf()

1...<<11121314151617181920>>...108