Home
last modified time | relevance | path

Searched +defs:val +defs:sig (Results 1 – 25 of 614) sorted by relevance

12345678910>>...25

/aosp_15_r20/art/test/1926-missed-frame-pop/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1939-proxy-frames/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1916-get-set-current-frame/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1935-get-set-current-frame-jit/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1915-get-set-local-current-thread/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1965-get-set-local-primitive-no-tables/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1923-frame-pop/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1914-get-local-instance/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1913-get-set-local-objects/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/jvmti-common/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1911-get-local-var-table/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1925-self-frame-pop/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1967-get-set-local-bad-slot/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1966-get-set-local-objects-no-table/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1924-frame-pop-toggle/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/art/test/1912-get-set-local-primitive/src/art/
H A DLocals.java34 long start, int length, String name, String sig, String gen_sig, int slot) { in VariableDescription()
78 Executable e, String name, String sig, int line) throws Exception { in GetVariableAtLine()
83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation()
104 public static void SetLocalVariableInt(Thread thr, int depth, int slot, Object val) { in SetLocalVariableInt()
107 public static void SetLocalVariableLong(Thread thr, int depth, int slot, Object val) { in SetLocalVariableLong()
110 public static void SetLocalVariableFloat(Thread thr, int depth, int slot, Object val) { in SetLocalVariableFloat()
113 public static void SetLocalVariableDouble(Thread thr, int depth, int slot, Object val) { in SetLocalVariableDouble()
116 public static native void SetLocalVariableInt(Thread thr, int depth, int slot, int val); in SetLocalVariableInt()
117 public static native void SetLocalVariableLong(Thread thr, int depth, int slot, long val); in SetLocalVariableLong()
118 public static native void SetLocalVariableFloat(Thread thr, int depth, int slot, float val); in SetLocalVariableFloat()
[all …]
/aosp_15_r20/external/pdfium/third_party/libopenjpeg/
H A Dht_dec.c70 OPJ_UINT32 population_count(OPJ_UINT32 val) in population_count()
95 OPJ_UINT32 count_leading_zeros(OPJ_UINT32 val) in count_leading_zeros()
167 OPJ_UINT32 val; in mel_read() local
397 OPJ_UINT32 val; in rev_read() local
548 OPJ_UINT32 val; in rev_read_mrp() local
902 OPJ_UINT32 val; in frwd_read() local
1583 OPJ_UINT32 val; in opj_t1_ht_decode_cblk() local
1601 OPJ_UINT32 val, t; in opj_t1_ht_decode_cblk() local
1627 OPJ_UINT32 val; in opj_t1_ht_decode_cblk() local
1643 OPJ_UINT32 val; in opj_t1_ht_decode_cblk() local
[all …]
/aosp_15_r20/external/turbine/java/com/google/turbine/binder/bytecode/
H A DBytecodeBoundClass.java189 private final Supplier<@Nullable ClassSig> sig = field in BytecodeBoundClass
332 private static TyVarInfo bindTyParam(Sig.TyParamSig sig, Function<String, TyVarSymbol> scope) { in bindTyParam()
401 Sig.MethodSig sig = new SigParser(firstNonNull(m.signature(), m.descriptor())).parseMethodSig(); in bindMethod() local
530 ElementValue val = annotation.elementValuePairs().get("value"); in bindRetention() local
546 ElementValue val = annotation.elementValuePairs().get("value"); in bindTarget() local
573 ElementValue val = annotation.elementValuePairs().get("value"); in bindRepeatable() local
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_aux.c98 static void sigiter(int sig, siginfo_t *info, void *arg) in sigiter()
503 static void sig_abort(int sig) in sig_abort()
548 char *val; in igt_check_boolean_env_var() local
886 static void igt_restore_autoresume_delay(int sig) in igt_restore_autoresume_delay()
1142 static void igt_module_param_exit_handler(int sig) in igt_module_param_exit_handler()
1232 void igt_set_module_param(const char *name, const char *val) in igt_set_module_param()
1258 void igt_set_module_param_int(const char *name, int val) in igt_set_module_param_int()
1315 int igt_terminate_process(int sig, const char *comm) in igt_terminate_process()
1562 int sig; member
1580 static void siglatency(int sig, siginfo_t *info, void *arg) in siglatency()
[all …]
/aosp_15_r20/system/security/keystore2/tests/
H A Dkeystore2_client_test_utils.rs205 let sig = op.finish(None, None)?; in perform_sample_sign_operation() localVariable
229 let sig = op.finish(None, None).unwrap(); in perform_sample_hmac_sign_verify_op() localVariable
232 let sig = sig.unwrap(); in perform_sample_hmac_sign_verify_op() localVariable
293 let sig = op.finish(None, None).unwrap(); in perform_sample_asym_sign_verify_op() localVariable
296 let sig = sig.unwrap(); in perform_sample_asym_sign_verify_op() localVariable
531 let val = get_system_prop(name); in get_integer_system_prop() localVariable
535 let val = std::str::from_utf8(&val).ok()?; in get_integer_system_prop() localVariable
/aosp_15_r20/external/igt-gpu-tools/tests/i915/
H A Di915_pm_rps.c77 int val; in readval() local
127 static int do_writeval(FILE *filp, int val, int lerrno, bool readback_check) in do_writeval()
150 #define writeval(filp, val) do_writeval(filp, val, 0, true) argument
151 #define writeval_inval(filp, val) do_writeval(filp, val, EINVAL, true) argument
152 #define writeval_nocheck(filp, val) do_writeval(filp, val, 0, false) argument
191 static void load_helper_signal_handler(int sig) in load_helper_signal_handler()
611 static void pm_rps_exit_handler(int sig) in pm_rps_exit_handler()
644 int val = -1; variable
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Iso/
H A DIsoIn.cpp132 UInt32 val = 0; in ReadUInt16() local
144 UInt32 val = 0; in ReadUInt32Le() local
152 UInt32 val = 0; in ReadUInt32Be() local
165 UInt32 val = 0; in ReadUInt32() local
315 static inline bool CheckSignature(const Byte *sig, const Byte *data) in CheckSignature()
528 Byte sig[7]; in Open2() local
/aosp_15_r20/external/mbedtls/library/
H A Dlmots.c72 void mbedtls_lms_unsigned_int_to_network_bytes(unsigned int val, size_t len, in mbedtls_lms_unsigned_int_to_network_bytes()
86 unsigned int val = 0; in mbedtls_lms_network_bytes_to_unsigned_int() local
492 const unsigned char *sig, in mbedtls_lmots_calculate_public_key_candidate()
541 const unsigned char *sig, size_t sig_size) in mbedtls_lmots_verify()
730 unsigned char *sig, size_t sig_size, size_t *sig_len) in mbedtls_lmots_sign()
/aosp_15_r20/hardware/interfaces/radio/aidl/compat/libradiocompat/network/
H A Dstructs.cpp128 V1_5::RadioAccessNetworks toRadioAccessNetworks(AccessNetwork val) { in toRadioAccessNetworks()
308 static aidl::GsmSignalStrength toAidl(const V1_0::GsmSignalStrength& sig) { in toAidl()
323 static aidl::WcdmaSignalStrength toAidl(const V1_2::WcdmaSignalStrength& sig) { in toAidl()
339 static aidl::TdscdmaSignalStrength toAidl(const V1_2::TdscdmaSignalStrength& sig) { in toAidl()
354 static aidl::LteSignalStrength toAidl(const V1_6::LteSignalStrength& sig) { in toAidl()
366 static aidl::LteSignalStrength toAidl(const V1_0::LteSignalStrength& sig) { in toAidl()
384 static aidl::NrSignalStrength toAidl(const V1_6::NrSignalStrength& sig) { in toAidl()
397 static aidl::NrSignalStrength toAidl(const V1_4::NrSignalStrength& sig) { in toAidl()
415 static aidl::CdmaSignalStrength toAidl(const V1_0::CdmaSignalStrength& sig) { in toAidl()
422 static aidl::EvdoSignalStrength toAidl(const V1_0::EvdoSignalStrength& sig) { in toAidl()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu.c153 qpu_load_imm_ui(struct qpu_reg dst, uint32_t val) in qpu_load_imm_ui()
168 qpu_load_imm_u2(struct qpu_reg dst, uint32_t val) in qpu_load_imm_u2()
175 qpu_load_imm_i2(struct qpu_reg dst, uint32_t val) in qpu_load_imm_i2()
636 qpu_set_sig(uint64_t inst, uint32_t sig) in qpu_set_sig()
672 uint32_t sig = QPU_GET_FIELD(inst, QPU_SIG); in qpu_inst_is_tlb() local

12345678910>>...25