/aosp_15_r20/external/libdav1d/src/ |
H A D | getbits.c | 36 void dav1d_init_get_bits(GetBits *const c, const uint8_t *const data, in dav1d_init_get_bits() 47 unsigned dav1d_get_bit(GetBits *const c) { in dav1d_get_bit() 65 static inline void refill(GetBits *const c, const int n) { in refill() 96 uint64_t val = 0; in GET_BITS() local 114 unsigned dav1d_get_uniform(GetBits *const c, const unsigned max) { in dav1d_get_uniform() 125 unsigned dav1d_get_vlc(GetBits *const c) { in dav1d_get_vlc() 138 static unsigned get_bits_subexp_u(GetBits *const c, const unsigned ref, in get_bits_subexp_u() 162 int dav1d_get_bits_subexp(GetBits *const c, const int ref, const unsigned n) { in dav1d_get_bits_subexp()
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/invoke/ |
H A D | MethodHandles.java | 55 private static void checkClassIsArray(java.lang.Class<?> c) { in checkClassIsArray() 105 public static void arrayElementSetter(byte[] array, int i, byte val) { in arrayElementSetter() 109 public static void arrayElementSetter(boolean[] array, int i, boolean val) { in arrayElementSetter() 113 public static void arrayElementSetter(char[] array, int i, char val) { in arrayElementSetter() 117 public static void arrayElementSetter(short[] array, int i, short val) { in arrayElementSetter() 121 public static void arrayElementSetter(int[] array, int i, int val) { in arrayElementSetter() 125 public static void arrayElementSetter(long[] array, int i, long val) { in arrayElementSetter() 129 public static void arrayElementSetter(float[] array, int i, float val) { in arrayElementSetter() 133 public static void arrayElementSetter(double[] array, int i, double val) { in arrayElementSetter() 217 public static byte identity(byte val) { in identity() [all …]
|
/aosp_15_r20/device/google/contexthub/util/common/ |
D | JSONObject.cpp | 79 JSONValue val; in Parse() local 149 JSONValue val; in Parse() local 188 char c; in Parse() local 526 char c = in[i]; in EscapeString() local 648 JSONValue val; in toString() local
|
/aosp_15_r20/external/libxml2/ |
H A D | HTMLparser.c | 51 #define IS_WS_HTML(c) \ argument 55 #define IS_HEX_DIGIT(c) \ argument 59 #define IS_UPPER(c) \ argument 62 #define IS_ALNUM(c) \ argument 283 #define SKIP(val) ctxt->input->cur += (val),ctxt->input->col+=(val) argument 285 #define NXT(val) ctxt->input->cur[(val)] argument 287 #define UPP(val) (toupper(ctxt->input->cur[(val)])) argument 363 htmlMaskMatch(htmlAsciiMask mask, unsigned c) { in htmlMaskMatch() 371 unsigned c = str[0]; in htmlValidateUtf8() local 2020 unsigned c, d; in UTF8ToHtml() local [all …]
|
/aosp_15_r20/external/libcxx/test/std/containers/sequences/array/ |
H A D | indexing.pass.cpp | 27 constexpr bool check_idx( size_t idx, double val ) in check_idx() 39 C c = {1, 2, 3.5}; in main() local 53 const C c = {1, 2, 3.5}; in main() local 62 C c = {}; in main() local 76 C c = {{}}; in main() local 91 constexpr C c = {1, 2, 3.5}; in main() local
|
H A D | at.pass.cpp | 27 constexpr bool check_idx( size_t idx, double val ) in check_idx() 39 C c = {1, 2, 3.5}; in main() local 63 C c = {}; in main() local 82 const C c = {1, 2, 3.5}; in main() local 103 constexpr C c = {1, 2, 3.5}; in main() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | bpf_loop.c | 167 int *val = bpf_map_lookup_elem(&map1, &key); in map1_lookup_elem() local 172 static void map1_update_elem(int key, int val) in map1_update_elem() 181 int c = map1_lookup_elem(3); in stack_check_outer_callback() local 212 int c = map1_lookup_elem(9); in stack_check() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | compile.c | 128 #define IS_TOP_LEVEL_AWAIT(c) ( \ argument 522 compiler_init(struct compiler *c) in compiler_init() 544 struct compiler c; in _PyAST_Compile() local 590 compiler_free(struct compiler *c) in compiler_free() 735 compiler_set_qualname(struct compiler *c) in compiler_set_qualname() 810 compiler_new_block(struct compiler *c) in compiler_new_block() 828 compiler_use_next_block(struct compiler *c, basicblock *block) in compiler_use_next_block() 838 compiler_copy_block(struct compiler *c, basicblock *block) in compiler_copy_block() 915 #define SET_LOC(c, x) \ argument 922 #define UNSET_LOC(c) \ argument [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-37/ |
D | framework.jar | com/android/internal/telephony/ISmsImplBase.class
ISmsImplBase.java
package com.android. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar37 | META-INF/
META-INF/MANIFEST.MF
android/
android/telephony/
android/ ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/jakarta/activation/jakarta.activation-api/1.2.1/ |
HD | jakarta.activation-api-1.2.1.jar | ... implements java.security.PrivilegedAction {
final synthetic ClassLoader val$cl
final synthetic String val$name
void < ... |
/aosp_15_r20/external/libopenapv/src/ |
H A D | oapv_util.h | 46 #define oapv_clip3(min, max, val) oapv_max((min), oapv_min((max), (val))) argument 51 #define oapv_get_sign(val) ((val < 0) ? 1 : 0) argument 55 #define oapv_set_sign(val, sign) ((sign) ? -val : val) argument 59 #define oapv_get_sign16(val) (((val) >> 15) & 1) argument 63 #define oapv_set_sign16(val, sign) (((val) ^ ((s16)((sign) << 15) >> 15)) + (sign)) argument 67 #define oapv_align_value(val, align) ((((val) + (align) - 1) / (align)) * (align)) argument 173 #define DUMP_SET(val) oapv_is_dump = val argument 174 #define DUMP_HLS(name, val) \ argument 176 #define DUMP_COEF(coef, size, x, y, c) \ argument 183 #define DUMP_SET(val) argument [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 245 std::list<ValueDef *>& entry(Value *val) { in entry() 260 std::list<ValueDef *>& operator()(Value *val) { in operator ()() 264 void add(Value *val, const std::list<ValueDef *> &vals) { in add() 308 RegAlloc::BuildIntervalsPass::addLiveRange(Value *val, in addLiveRange() 858 LValue *val = src->join->asLValue(); in coalesceValues() local 991 for (int c = 0; split ? insn->defExists(c) : insn->srcExists(c); ++c) { in makeCompound() local 992 LValue *val = (split ? insn->getDef(c) : insn->getSrc(c))->asLValue(); in makeCompound() local 1011 int c; in doCoalesce() local 1197 LValue *val = nodes[i].getValue(); in calculateSpillWeights() local 1613 LValue *val; in unspill() local [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/ |
D | fdt_addresses.c | 16 const fdt32_t *c; in fdt_cells() local 17 uint32_t val; in fdt_cells() local 36 int val; in fdt_address_cells() local 48 int val; in fdt_size_cells() local
|
/aosp_15_r20/external/dtc/libfdt/ |
H A D | fdt_addresses.c | 16 const fdt32_t *c; in fdt_cells() local 17 uint32_t val; in fdt_cells() local 36 int val; in fdt_address_cells() local 48 int val; in fdt_size_cells() local
|
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir.cpp | 87 unsigned c = 0; in set_lhs() local 847 ir_constant::ir_constant(const ir_constant *c, unsigned i) in ir_constant() 1071 ir_constant *c = new(mem_ctx) ir_constant; in zero() local 1567 for (unsigned c = 0; c < this->type->vector_elements; c++) { in is_value() local 1865 ir_swizzle::ir_swizzle(ir_rvalue *val, unsigned x, unsigned y, unsigned z, in ir_swizzle() 1873 ir_swizzle::ir_swizzle(ir_rvalue *val, const unsigned *comp, in ir_swizzle() 1880 ir_swizzle::ir_swizzle(ir_rvalue *val, ir_swizzle_mask mask) in ir_swizzle() 1892 ir_swizzle::create(ir_rvalue *val, const char *str, unsigned vector_length) in create()
|
/aosp_15_r20/external/toybox/toys/other/ |
H A D | stat.c | 56 static void out(char c, long long val) in out() 63 static void strout(char *val) in strout() 148 int *val = (int *) &statfs->f_fsid; in print_statfs() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | ccp_pass.cpp | 227 const analysis::Constant* c = const_mgr_->FindDeclaredConstant(pred_val_id); in VisitBranch() local 234 const analysis::BoolConstant* val = c->AsBoolConstant(); in VisitBranch() local 258 const analysis::Constant* c = in VisitBranch() local 263 if (const analysis::IntConstant* val = c->AsIntConstant()) { in VisitBranch() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ccp_pass.cpp | 227 const analysis::Constant* c = const_mgr_->FindDeclaredConstant(pred_val_id); in VisitBranch() local 234 const analysis::BoolConstant* val = c->AsBoolConstant(); in VisitBranch() local 258 const analysis::Constant* c = in VisitBranch() local 263 if (const analysis::IntConstant* val = c->AsIntConstant()) { in VisitBranch() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ccp_pass.cpp | 227 const analysis::Constant* c = const_mgr_->FindDeclaredConstant(pred_val_id); in VisitBranch() local 234 const analysis::BoolConstant* val = c->AsBoolConstant(); in VisitBranch() local 258 const analysis::Constant* c = in VisitBranch() local 263 if (const analysis::IntConstant* val = c->AsIntConstant()) { in VisitBranch() local
|
/aosp_15_r20/external/iproute2/ip/ |
H A D | ipmacsec.c | 122 static int get_an(__u8 *val, const char *arg) in get_an() 374 static int do_modify_nl(enum cmd c, enum macsec_nl_commands cmd, int ifindex, in do_modify_nl() 430 static bool check_sa_args(enum cmd c, struct sa_desc *sa) in check_sa_args() 452 static int do_modify_txsa(enum cmd c, int argc, char **argv, int ifindex) in do_modify_txsa() 477 static int do_modify_rxsci(enum cmd c, int argc, char **argv, int ifindex) in do_modify_rxsci() 505 static int do_modify(enum cmd c, int argc, char **argv) in do_modify() 598 __u8 val = rta_getattr_u8(attrs[MACSEC_SECY_ATTR_VALIDATE]); in print_attrs() local 879 struct rtattr *attrs[MACSEC_ATTR_MAX + 1], *sc, *c; in process() local 1075 __u8 val = rta_getattr_u8(tb[IFLA_MACSEC_VALIDATION]); in macsec_print_opt() local
|
/aosp_15_r20/frameworks/base/tools/aapt/ |
H A D | AaptConfig.cpp | 304 const char* c = name; in parseMcc() local 312 const char* val = c; in parseMcc() local 334 const char* c = name; in parseMnc() local 342 const char* val = c; in parseMnc() local 623 char* c = (char*)name; in parseDensity() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | array-bounds.cpp | 30 int val = a[3]; // no warning for function argumnet in f1() local 34 …int val = a[3]; // expected-warning {{array index 3 is past the end of the array (which contains … in f2() local 45 char c[4]; in test() member 211 struct foo { char c[ONE]; }; // expected-note {{declared here}} member 212 template <int N> struct bar { char c[N]; }; // expected-note {{declared here}} member
|
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/ |
H A D | CodeMangler.java | 110 String val = ""; in CodeMangler() local 440 String val = res[2]; in processFile() local 625 char c = line.charAt(i); in patMatch() local 695 char c = line.charAt(i); in pat2Match() local 778 char c = line.charAt(i); in pat3Match() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | noise_model_test.cc | 562 for (int c = 0, offset = 0; c < 3; ++c, offset += kWidth * kHeight) { in SetUp() local 639 for (int c = 1; c < 3; ++c) { in TYPED_TEST_P() local 651 for (int c = 0; c < 3; ++c) { in TYPED_TEST_P() local 702 for (int c = 0; c < 3; ++c) { in TYPED_TEST_P() local 723 for (int c = 0; c < 3; ++c) { in TYPED_TEST_P() local 799 for (int c = 0; c < 3; ++c) { in TYPED_TEST_P() local 818 for (int c = 0; c < 3; ++c) { in TYPED_TEST_P() local 842 for (int c = 0; c < 3; ++c) { in TYPED_TEST_P() local 862 const uint8_t val = (i % width) < width / 2 ? 64 : 192; in TYPED_TEST_P() local 863 for (int c = 0; c < 3; ++c) { in TYPED_TEST_P() local [all …]
|