Home
last modified time | relevance | path

Searched +defs:val +defs:c (Results 1251 – 1275 of 4581) sorted by relevance

1...<<51525354555657585960>>...184

/aosp_15_r20/prebuilts/vndk/v34/x86/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h29 #define __assert2(a,b,c,d) ((void)0) argument
166 [[nodiscard]] static inline std::string toString(CommandResultPayload::Tag val) { in toString()
/aosp_15_r20/external/ltp/testcases/kernel/mem/mtest07/
H A Dshm_test.c70 #define PTHREAD_EXIT(val) do {\ argument
277 int c; /* command line options */ in main() local
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V1-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h29 #define __assert2(a,b,c,d) ((void)0) argument
166 [[nodiscard]] static inline std::string toString(CommandResultPayload::Tag val) { in toString()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
H A DBigIntegerTest.java439 BigInteger c = bi3; in test_shiftRightI() local
488 BigInteger c = minusOne; in test_shiftLeftI() local
850 public MyBigInteger(String val) { in MyBigInteger()
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/datatype/
H A DDatatypeFactory.java338 char c = lexicalRepresentation.charAt(i); in newDurationDayTime() local
403 long val = _durationInMilliseconds; in newDurationDayTime() local
550 char c = lexicalRepresentation.charAt(i); in newDurationYearMonth() local
/aosp_15_r20/external/pdfium/core/fxge/dib/
H A Dcfx_imagetransformer.cpp59 CFX_PointF val = TransformInternal(CFX_PointF(x, y)); in Transform() local
78 const int c; member in __anonab2225710111::CFX_BilinearMatrix
330 uint8_t c = BilinearInterpolate(calc_data.buf, data, Bpp, 0); in CalcColor() local
/aosp_15_r20/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c205 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) in EAS_HWMemSet()
435 EAS_U8 c[2]; in EAS_HWGetWord() local
465 EAS_U8 c[4]; in EAS_HWGetDWord() local
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dmconf.c350 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext()
360 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
458 tristate val; in build_conf() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
HDguava-21.0.jar ... ] newChars public static char toUpperCase (char) char c public static boolean isLowerCase (char) char c public ...
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_gpu_top.c54 struct pmu_pair val; member
555 static uint64_t pmu_read_multi(int fd, unsigned int num, uint64_t *val) in pmu_read_multi()
587 static void fill_str(char *buf, unsigned int bufsz, char c, unsigned int num) in fill_str()
616 static void __update_sample(struct pmu_counter *counter, uint64_t val) in __update_sample()
622 static void update_sample(struct pmu_counter *counter, uint64_t *val) in update_sample()
631 uint64_t val[2 + num_val]; in pmu_sample() local
828 double val; in stdout_add_member() local
885 double val; in term_add_member() local
1211 double val; in print_engine() local
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/video/
H A Dvga.c121 static void vga_putc(u8 row, u8 col, unsigned int c) in vga_putc()
129 u8 val; in vga_init_cursor() local
/aosp_15_r20/external/libcxx/test/std/algorithms/alg.sorting/alg.clamp/
H A Dclamp.comp.pass.cpp26 int val; member
37 test(const T& v, const T& lo, const T& hi, C c, const T& x) in test()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/bti/
H A Dtest.c47 char c; in putnum() local
166 unsigned long val; in start() member
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/graphics/composer/aidl/android.hardware.graphics.composer3-V4-ndk-source/gen/include/aidl/android/hardware/graphics/composer3/
DCommandResultPayload.h38 #define __assert2(a,b,c,d) ((void)0) argument
179 [[nodiscard]] static inline std::string toString(CommandResultPayload::Tag val) { in toString()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V5-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/
DUnicastCapability.h37 #define __assert2(a,b,c,d) ((void)0) argument
247 [[nodiscard]] static inline std::string toString(UnicastCapability::LeAudioCodecCapabilities::Tag v… in toString()
DMetadataLtv.h32 #define __assert2(a,b,c,d) ((void)0) argument
267 [[nodiscard]] static inline std::string toString(MetadataLtv::Tag val) { in toString()
/aosp_15_r20/external/rust/crates/ucs2/src/
Dlib.rs42 val: u16, field
83 let c = (bytes[offset + 2] & 0b0011_1111) as u16; in ucs2_from_utf8_at_offset() localVariable
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/
H A Dsha2.c64 inline static uint32_t ror(uint32_t val, uint32_t by) { in ror()
88 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
/aosp_15_r20/external/rust/android-crates-io/crates/ucs2/src/
Dlib.rs42 val: u16, field
83 let c = (bytes[offset + 2] & 0b0011_1111) as u16; in ucs2_from_utf8_at_offset() localVariable
/aosp_15_r20/external/f2fs-tools/fsck/
H A Ddict.c1247 static dnode_t *new_node(void *c) in new_node()
1258 static void del_node(dnode_t *n, void *c) in del_node()
1270 char *tok1, *tok2, *val; in construct() local
1336 char *tok1, *tok2, *val; in main() local
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Ddict.c1289 static dnode_t *new_node(void *c) in new_node()
1300 static void del_node(dnode_t *n, void *c) in del_node()
1312 char *tok1, *tok2, *val; in construct() local
1378 char *tok1, *tok2, *val; in main() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dint4mm.cu211 VecT<short, 4> val[2]; member
219 VecT<short, 4> val; member
673 VecT<float, 4> c{0.0f, 0.0f, 0.0f, 0.0f}; in __launch_bounds__() local
675 float4 c{0.0f, 0.0f, 0.0f, 0.0f}; in __launch_bounds__() local
/aosp_15_r20/external/python/cpython3/Python/
Dtraceback.c251 PyObject *exc, *val, *tb, *newtb; in PyTraceBack_Here() local
269 PyObject *exc, *val, *tb; in _PyTraceback_Add() local
601 #define IS_WHITESPACE(c) (((c) == ' ') || ((c) == '\t') || ((c) == '\f')) argument
1157 char c = (char)ch; in _Py_DumpASCII() local
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/
DBigInteger.java309 public BigInteger(byte[] val, int off, int len) { in BigInteger()
338 public BigInteger(byte[] val) { in BigInteger()
350 private BigInteger(int[] val) { in BigInteger()
480 public BigInteger(String val, int radix) { in BigInteger()
564 BigInteger(char[] val, int sign, int len) { in BigInteger()
674 public BigInteger(String val) { in BigInteger()
1186 public static BigInteger valueOf(long val) { in valueOf()
1201 private BigInteger(long val) { in BigInteger()
1225 private static BigInteger valueOf(int val[]) { in valueOf()
1454 private static int[] subtract(long val, int[] little) { in subtract()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/
H A DBigInteger.java309 public BigInteger(byte[] val, int off, int len) { in BigInteger()
338 public BigInteger(byte[] val) { in BigInteger()
350 private BigInteger(int[] val) { in BigInteger()
480 public BigInteger(String val, int radix) { in BigInteger()
564 BigInteger(char[] val, int sign, int len) { in BigInteger()
674 public BigInteger(String val) { in BigInteger()
1186 public static BigInteger valueOf(long val) { in valueOf()
1201 private BigInteger(long val) { in BigInteger()
1225 private static BigInteger valueOf(int val[]) { in valueOf()
1454 private static int[] subtract(long val, int[] little) { in subtract()
[all …]

1...<<51525354555657585960>>...184