/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
H A D | LaunchClip.java | 114 private void verifyCell(int x, int y, int z, int[] a, Script.LaunchOptions sc) { in verifyCell() 146 int val = a[x + y * mDimX + z * mDimX * mDimY]; in verifyCell() local 155 void verifyRange(Script.LaunchOptions sc, int[] a) { in verifyRange() 196 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite1D() local 207 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite1DAdapter1D() local 220 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite2D() local 232 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite2DAdapter1D() local 245 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite2DAdapter2D() local 259 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite3D() local 272 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite3DAdapter1D() local [all …]
|
/aosp_15_r20/frameworks/rs/ |
H A D | rsScript.cpp | 59 void Script::setVar(uint32_t slot, const void *val, size_t len) { in setVar() 70 void Script::getVar(uint32_t slot, const void *val, size_t len) { in getVar() 82 void Script::setVar(uint32_t slot, const void *val, size_t len, Element *e, in setVar() 95 void Script::setVarObj(uint32_t slot, ObjectBase *val) { in setVarObj() 195 size_t paramLen, const RsScriptCall *sc, in rsi_ScriptForEachMulti() 210 const RsScriptCall *sc, size_t scLen) { in rsi_ScriptForEach() 226 RsAllocation vaout, const RsScriptCall *sc, in rsi_ScriptReduce()
|
/aosp_15_r20/external/libcap/libcap/ |
H A D | cap_proc.c | 125 static int _libcap_capset(struct syscaller_s *sc, in _libcap_capset() 134 static int _libcap_wprctl3(struct syscaller_s *sc, in _libcap_wprctl3() 149 static int _libcap_wprctl6(struct syscaller_s *sc, in _libcap_wprctl6() 187 static int _cap_set_proc(struct syscaller_s *sc, cap_t cap_d) { in _cap_set_proc() 289 static int _cap_drop_bound(struct syscaller_s *sc, cap_value_t cap) in _cap_drop_bound() 314 static int _cap_set_ambient(struct syscaller_s *sc, in _cap_set_ambient() 317 int val; in _cap_set_ambient() local 341 static int _cap_reset_ambient(struct syscaller_s *sc) in _cap_reset_ambient() 379 static int _cap_set_secbits(struct syscaller_s *sc, unsigned bits) in _cap_set_secbits() 395 static void _cap_set_no_new_privs(struct syscaller_s *sc) in _cap_set_no_new_privs() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/common/ |
H A D | fdt_fixup.c | 201 int ac, sc; in fdt_add_reserved_memory() local 425 void *val; in fdt_adjust_gic_redist() local 427 int ac, sc; in fdt_adjust_gic_redist() local
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/clap/src/parser/ |
D | parser.rs | 439 let val = external_parser.parse_ref(self.cmd, None, raw_val)?; in get_matches_with() localVariable 608 let sc = { in parse_help_subcommand() localVariable 609 let mut sc = &mut cmd; in parse_help_subcommand() localVariable 902 let val = short_arg.clone().next_value_os().unwrap_or_default(); in parse_short_arg() localVariable 907 let val = Some(val).filter(|v| !v.is_empty()); in parse_short_arg() localVariable 1103 let val = value_parser.parse_ref(self.cmd, Some(arg), &raw_val)?; in push_arg_values() localVariable 1361 let val = RawOsStr::new(val); in add_env() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/ |
H A D | split.h | 154 bool val = static_cast<bool>(strtol(s.data() + p.first, nullptr, 10)); in Split() local 165 std::string sc = s.substr(p.first, p.second - p.first); in Split() local 185 std::string sc = s.substr(p.first, p.second - p.first); in Split() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/common/ |
H A D | sae.c | 1149 struct crypto_bignum *tmp = NULL, *val = NULL, *one = NULL; in sae_derive_pwe_from_pt_ecc() local 1212 struct crypto_bignum *tmp = NULL, *val = NULL, *one = NULL; in sae_derive_pwe_from_pt_ffc() local 1521 u8 zero[SAE_MAX_HASH_LEN], val[SAE_MAX_PRIME_LEN]; in sae_derive_keys() local 2269 static int sae_cn_confirm(struct sae_data *sae, const u8 *sc, in sae_cn_confirm() 2308 static int sae_cn_confirm_ecc(struct sae_data *sae, const u8 *sc, in sae_cn_confirm_ecc() 2331 static int sae_cn_confirm_ffc(struct sae_data *sae, const u8 *sc, in sae_cn_confirm_ffc() 2355 const u8 *sc; in sae_write_confirm() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/common/ |
D | fdt_fixup.c | 201 int ac, sc; in fdt_add_reserved_memory() local 529 void *val; in fdt_adjust_gic_redist() local 531 int ac, sc; in fdt_adjust_gic_redist() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/clap_builder/src/parser/ |
D | parser.rs | 424 let val = ok!(external_parser.parse_ref( in get_matches_with() localVariable 635 let sc = { in parse_help_subcommand() localVariable 636 let mut sc = &mut cmd; in parse_help_subcommand() localVariable 942 let val = short_arg.clone().next_value_os().unwrap_or_default(); in parse_short_arg() localVariable 944 let val = Some(val).filter(|v| !v.is_empty()); in parse_short_arg() localVariable 1083 let val = ok!(value_parser.parse_ref(self.cmd, Some(arg), &raw_val, source)); in push_arg_values() localVariable
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/clap_builder-4.5.2/src/parser/ |
H A D | parser.rs | 424 let val = ok!(external_parser.parse_ref( in get_matches_with() localVariable 635 let sc = { in parse_help_subcommand() localVariable 636 let mut sc = &mut cmd; in parse_help_subcommand() localVariable 942 let val = short_arg.clone().next_value_os().unwrap_or_default(); in parse_short_arg() localVariable 944 let val = Some(val).filter(|v| !v.is_empty()); in parse_short_arg() localVariable 1083 let val = ok!(value_parser.parse_ref(self.cmd, Some(arg), &raw_val, source)); in push_arg_values() localVariable
|
/aosp_15_r20/external/curl/lib/ |
H A D | hsts.c | 66 curl_off_t val; in hsts_debugtime() local 309 CURLSTScode sc; in hsts_push() local 469 CURLSTScode sc; in hsts_pull() local
|
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_detokenize.c | 109 int i, val = 0; in read_coeff() local 160 int val = -1; in decode_coefs() local 275 int vp9_decode_block_tokens(TileWorkerData *twd, int plane, const ScanOrder *sc, in vp9_decode_block_tokens()
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | driver_i.h | 864 wpa_drv_create_receive_sc(struct wpa_supplicant *wpa_s, struct receive_sc *sc, in wpa_drv_create_receive_sc() 874 struct receive_sc *sc) in wpa_drv_delete_receive_sc() 914 wpa_drv_create_transmit_sc(struct wpa_supplicant *wpa_s, struct transmit_sc *sc, in wpa_drv_create_transmit_sc() 924 struct transmit_sc *sc) in wpa_drv_delete_transmit_sc() 1075 int val) in wpa_drv_ignore_assoc_disallow() 1117 static inline int wpa_drv_set_4addr_mode(struct wpa_supplicant *wpa_s, int val) in wpa_drv_set_4addr_mode()
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | uspoof_impl.cpp | 110 const SpoofImpl *SpoofImpl::validateThis(const USpoofChecker *sc, UErrorCode &status) { in validateThis() 121 SpoofImpl *SpoofImpl::validateThis(USpoofChecker *sc, UErrorCode &status) { in validateThis() 417 uint32_t val = 0; in ScanHex() local
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | uspoof_impl.cpp | 110 const SpoofImpl *SpoofImpl::validateThis(const USpoofChecker *sc, UErrorCode &status) { in validateThis() 121 SpoofImpl *SpoofImpl::validateThis(USpoofChecker *sc, UErrorCode &status) { in validateThis() 417 uint32_t val = 0; in ScanHex() local
|
/aosp_15_r20/external/libcups/cups/ |
H A D | http-addr.c | 161 val, /* Socket value */ in httpAddrListen() local 828 SCDynamicStoreRef sc = SCDynamicStoreCreate(kCFAllocatorDefault, in httpGetHostname() local
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | jcarith.c | 34 JLONG sc; /* counter for stacked 0xFF values which might overflow */ member 122 emit_byte(int val, j_compress_ptr cinfo) in emit_byte() 225 arith_encode(j_compress_ptr cinfo, unsigned char *st, int val) in arith_encode()
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/doio/ |
H A D | iogen.c | 585 struct strmap *flags, *sc, *aio_strat; in form_iorequest() local 1358 char *value_to_string(struct strmap *map, int val) in value_to_string() 1377 struct strmap *flgs, *sc; in parse_cmdline() local
|
/aosp_15_r20/hardware/interfaces/renderscript/1.0/default/ |
H A D | Context.cpp | 379 …hidl_vec<Element> ids = rs_to_hidl<Element>(_ids, [](uintptr_t val) { return stat… in elementGetSubElements() 380 …hidl_vec<hidl_string> names = rs_to_hidl<hidl_string>(_names, [](const char* val) { return va… in elementGetSubElements() 381 …hidl_vec<Size> arraySizes = rs_to_hidl<Size>(_arraySizes, [](size_t val) { return static_… in elementGetSubElements() 396 …std::vector<RsElement> _eins = hidl_to_rs<RsElement>(eins, [](Element val) { retu… in elementComplexCreate() 397 …nst char*> _namesPtr = hidl_to_rs<const char*>(names, [](const hidl_string& val) { return … in elementComplexCreate() 398 …ze_t> _nameLengthsPtr = hidl_to_rs<size_t>(names, [](const hidl_string& val) { return … in elementComplexCreate() 399 …std::vector<uint32_t> _arraySizes = hidl_to_rs<uint32_t>(arraySizes, [](Size val) { return … in elementComplexCreate() 408 …hidl_vec<OpaqueHandle> metadata = rs_to_hidl<OpaqueHandle>(_metadata, [](uintptr_t val) { return s… in typeGetNativeMetadata() 513 …criptFieldID> _fieldIDS = hidl_to_rs<RsScriptFieldID>(fieldIDS, [](ScriptFieldID val) { return hid… in closureCreate() 516 … _sizes = hidl_to_rs<int>(sizes, [](int32_t val) { return static… in closureCreate() [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 24 namespace val { namespace 293 spv::StorageClass sc = in ValidateFunctionCall() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
H A D | validate_function.cpp | 24 namespace val { namespace 293 spv::StorageClass sc = in ValidateFunctionCall() local
|
/aosp_15_r20/external/libdrm/exynos/ |
H A D | exynos_fimg2d.c | 41 #define SET_BF(val, sc, si, scsa, scda, dc, di, dcsa, dcda) \ argument 82 unsigned int val[2]; member 128 union g2d_blend_func_val val; in g2d_get_blend_op() local
|
/aosp_15_r20/frameworks/rs/cpu_ref/ |
H A D | rsCpuCore.cpp | 362 static uint32_t sliceInt(uint32_t *p, uint32_t val, uint32_t start, uint32_t end) { in sliceInt() 829 const RsScriptCall* sc, in launchForEach() 919 RsdCpuScriptImpl * RsdCpuReferenceImpl::setTLS(RsdCpuScriptImpl *sc) { in setTLS()
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_annotation_test.cpp | 26 namespace val { namespace 897 const auto sc = std::get<1>(GetParam()); in TEST_P() local 939 const auto sc = std::get<1>(GetParam()); in TEST_P() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_annotation_test.cpp | 26 namespace val { namespace 897 const auto sc = std::get<1>(GetParam()); in TEST_P() local 939 const auto sc = std::get<1>(GetParam()); in TEST_P() local
|