Home
last modified time | relevance | path

Searched +defs:val +defs:len (Results 1 – 25 of 1652) sorted by relevance

12345678910>>...67

/aosp_15_r20/external/flashrom/
H A Dhwaccess_physmap.c48 static void *map_first_meg(uintptr_t phys_addr, size_t len) in map_first_meg()
76 static void *sys_physmap(uintptr_t phys_addr, size_t len) in sys_physmap()
103 static void sys_physunmap_unaligned(void *virt_addr, size_t len) in sys_physunmap_unaligned()
124 static void *sys_physmap(uintptr_t phys_addr, size_t len) in sys_physmap()
132 static void sys_physunmap_unaligned(void *virt_addr, size_t len) in sys_physunmap_unaligned()
140 static void *sys_physmap(uintptr_t phys_addr, size_t len) in sys_physmap()
154 static void sys_physunmap_unaligned(void *virt_addr, size_t len) in sys_physunmap_unaligned()
172 static void *sys_physmap_rw_uncached(uintptr_t phys_addr, size_t len) in sys_physmap_rw_uncached()
191 static void *sys_physmap_ro_cached(uintptr_t phys_addr, size_t len) in sys_physmap_ro_cached()
207 static void sys_physunmap_unaligned(void *virt_addr, size_t len) in sys_physunmap_unaligned()
[all …]
/aosp_15_r20/external/python/cpython2/Modules/
Daudioop.c33 fbound(double val, double minval, double maxval) in fbound()
77 search(PyInt16 val, PyInt16 *table, int size) in search()
333 audioop_check_parameters(int len, int size) in audioop_check_parameters()
348 int len, size, val = 0; in audioop_getsample() local
369 int len, size, val = 0; in audioop_max() local
395 int len, size, val = 0; in audioop_minmax() local
419 int len, size, val = 0; in audioop_avg() local
444 int len, size, val = 0; in audioop_rms() local
469 static double _sum2(short *a, short *b, int len) in _sum2()
653 int len, size, val = 0, prevval = 0, prevextremevalid = 0, in audioop_avgpp() local
[all …]
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c197 const char *hash, size_t len, in hostapd_config_eap_user_salted()
586 int *num_server, const char *val, int def_port, in hostapd_config_read_radius_addr()
612 static int hostapd_parse_das_client(struct hostapd_bss_config *bss, char *val) in hostapd_parse_das_client()
638 int val = 0, last; in hostapd_config_parse_key_mgmt() local
749 int val = wpa_parse_cipher(value); in hostapd_config_parse_cipher() local
766 char *val) in hostapd_config_read_wep()
768 size_t len = os_strlen(val); in hostapd_config_read_wep() local
818 static int hostapd_parse_chanlist(struct hostapd_config *conf, char *val) in hostapd_parse_chanlist()
836 static int hostapd_parse_intlist(int **int_list, char *val) in hostapd_parse_intlist()
1239 static u8 find_bit_offset(u8 val) in find_bit_offset()
[all …]
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c5503 Py_ssize_t len; in obj2ast_mod() local
5513 stmt_ty val; in obj2ast_mod() local
5540 Py_ssize_t len; in obj2ast_mod() local
5550 type_ignore_ty val; in obj2ast_mod() local
5589 Py_ssize_t len; in obj2ast_mod() local
5599 stmt_ty val; in obj2ast_mod() local
5668 Py_ssize_t len; in obj2ast_mod() local
5678 expr_ty val; in obj2ast_mod() local
5865 Py_ssize_t len; in obj2ast_stmt() local
5875 stmt_ty val; in obj2ast_stmt() local
[all …]
/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()
395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger()
480 public BigInteger(String val, int radix) { in BigInteger()
482 final int len = val.length(); in BigInteger() local
564 BigInteger(char[] val, int sign, int len) { in BigInteger()
640 int len = x.length; in destructiveMulAdd() local
674 public BigInteger(String val) { in BigInteger()
1186 public static BigInteger valueOf(long val) { in valueOf()
[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()
395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger()
480 public BigInteger(String val, int radix) { in BigInteger()
482 final int len = val.length(); in BigInteger() local
564 BigInteger(char[] val, int sign, int len) { in BigInteger()
640 int len = x.length; in destructiveMulAdd() local
674 public BigInteger(String val) { in BigInteger()
1186 public static BigInteger valueOf(long val) { in valueOf()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/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()
395 public BigInteger(int signum, byte[] magnitude, int off, int len) { in BigInteger()
480 public BigInteger(String val, int radix) { in BigInteger()
482 final int len = val.length(); in BigInteger() local
564 BigInteger(char[] val, int sign, int len) { in BigInteger()
640 int len = x.length; in destructiveMulAdd() local
674 public BigInteger(String val) { in BigInteger()
1186 public static BigInteger valueOf(long val) { in valueOf()
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DObjectInputStream.java917 public int read(byte[] buf, int off, int len) throws IOException { in read()
1087 public void readFully(byte[] buf, int off, int len) throws IOException { in readFully()
1102 public int skipBytes(int len) throws IOException { in skipBytes()
1202 public abstract boolean get(String name, boolean val) in get()
1217 public abstract byte get(String name, byte val) throws IOException; in get()
1231 public abstract char get(String name, char val) throws IOException; in get()
1245 public abstract short get(String name, short val) throws IOException; in get()
1259 public abstract int get(String name, int val) throws IOException; in get()
1273 public abstract long get(String name, long val) throws IOException; in get()
1287 public abstract float get(String name, float val) throws IOException; in get()
[all …]
H A DObjectOutputStream.java700 public void write(int val) throws IOException { in write()
723 public void write(byte[] buf, int off, int len) throws IOException { in write()
775 public void writeBoolean(boolean val) throws IOException { in writeBoolean()
786 public void writeByte(int val) throws IOException { in writeByte()
797 public void writeShort(int val) throws IOException { in writeShort()
808 public void writeChar(int val) throws IOException { in writeChar()
819 public void writeInt(int val) throws IOException { in writeInt()
830 public void writeLong(long val) throws IOException { in writeLong()
841 public void writeFloat(float val) throws IOException { in writeFloat()
852 public void writeDouble(double val) throws IOException { in writeDouble()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java917 public int read(byte[] buf, int off, int len) throws IOException { in read()
1087 public void readFully(byte[] buf, int off, int len) throws IOException { in readFully()
1102 public int skipBytes(int len) throws IOException { in skipBytes()
1202 public abstract boolean get(String name, boolean val) in get()
1217 public abstract byte get(String name, byte val) throws IOException; in get()
1231 public abstract char get(String name, char val) throws IOException; in get()
1245 public abstract short get(String name, short val) throws IOException; in get()
1259 public abstract int get(String name, int val) throws IOException; in get()
1273 public abstract long get(String name, long val) throws IOException; in get()
1287 public abstract float get(String name, float val) throws IOException; in get()
[all …]
DObjectOutputStream.java700 public void write(int val) throws IOException { in write()
723 public void write(byte[] buf, int off, int len) throws IOException { in write()
775 public void writeBoolean(boolean val) throws IOException { in writeBoolean()
786 public void writeByte(int val) throws IOException { in writeByte()
797 public void writeShort(int val) throws IOException { in writeShort()
808 public void writeChar(int val) throws IOException { in writeChar()
819 public void writeInt(int val) throws IOException { in writeInt()
830 public void writeLong(long val) throws IOException { in writeLong()
841 public void writeFloat(float val) throws IOException { in writeFloat()
852 public void writeDouble(double val) throws IOException { in writeDouble()
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java917 public int read(byte[] buf, int off, int len) throws IOException { in read()
1087 public void readFully(byte[] buf, int off, int len) throws IOException { in readFully()
1102 public int skipBytes(int len) throws IOException { in skipBytes()
1202 public abstract boolean get(String name, boolean val) in get()
1217 public abstract byte get(String name, byte val) throws IOException; in get()
1231 public abstract char get(String name, char val) throws IOException; in get()
1245 public abstract short get(String name, short val) throws IOException; in get()
1259 public abstract int get(String name, int val) throws IOException; in get()
1273 public abstract long get(String name, long val) throws IOException; in get()
1287 public abstract float get(String name, float val) throws IOException; in get()
[all …]
DObjectOutputStream.java700 public void write(int val) throws IOException { in write()
723 public void write(byte[] buf, int off, int len) throws IOException { in write()
775 public void writeBoolean(boolean val) throws IOException { in writeBoolean()
786 public void writeByte(int val) throws IOException { in writeByte()
797 public void writeShort(int val) throws IOException { in writeShort()
808 public void writeChar(int val) throws IOException { in writeChar()
819 public void writeInt(int val) throws IOException { in writeInt()
830 public void writeLong(long val) throws IOException { in writeLong()
841 public void writeFloat(float val) throws IOException { in writeFloat()
852 public void writeDouble(double val) throws IOException { in writeDouble()
[all …]
/aosp_15_r20/frameworks/native/libs/binder/
H A DParcel.cpp489 status_t Parcel::setData(const uint8_t* buffer, size_t len) in setData()
508 status_t Parcel::appendFrom(const Parcel* parcel, size_t offset, size_t len) { in appendFrom()
696 size_t len, int* result) const { in compareDataInRange()
810 status_t Parcel::hasBindersInRange(size_t offset, size_t len, bool* result) const { in hasBindersInRange()
850 status_t Parcel::hasFileDescriptorsInRange(size_t offset, size_t len, bool* result) const { in hasFileDescriptorsInRange()
963 status_t Parcel::writeInterfaceToken(const char16_t* str, size_t len) { in writeInterfaceToken()
1028 size_t len, in enforceInterface()
1135 status_t Parcel::finishWrite(size_t len) in finishWrite()
1154 status_t Parcel::write(const void* data, size_t len) in write()
1170 void* Parcel::writeInplace(size_t len) in writeInplace()
[all …]
/aosp_15_r20/external/python/cpython2/Python/
DPython-ast.c3339 Py_ssize_t len; in obj2ast_mod() local
3351 stmt_ty val; in obj2ast_mod() local
3379 Py_ssize_t len; in obj2ast_mod() local
3391 stmt_ty val; in obj2ast_mod() local
3442 Py_ssize_t len; in obj2ast_mod() local
3454 stmt_ty val; in obj2ast_mod() local
3555 Py_ssize_t len; in obj2ast_stmt() local
3567 stmt_ty val; in obj2ast_stmt() local
3584 Py_ssize_t len; in obj2ast_stmt() local
3596 expr_ty val; in obj2ast_stmt() local
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c68 debug(struct debug_stream *stream, const char *name, unsigned len) in debug()
93 get_prim_name(unsigned val) in get_prim_name()
140 unsigned len) in debug_prim()
163 debug_program(struct debug_stream *stream, const char *name, unsigned len) in debug_program()
184 debug_chain(struct debug_stream *stream, const char *name, unsigned len) in debug_chain()
211 unsigned i, len; in debug_variable_length_prim() local
272 unsigned len) in debug_load_immediate()
375 debug_load_indirect(struct debug_stream *stream, const char *name, unsigned len) in debug_load_indirect()
437 BR13(struct debug_stream *stream, unsigned val) in BR13()
447 BR22(struct debug_stream *stream, unsigned val) in BR22()
[all …]
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DObjectInputStream.java103 public int read(byte[] buf, int off, int len) throws java.io.IOException { in read()
159 public void readFully(byte[] buf, int off, int len) throws java.io.IOException { in readFully()
163 public int skipBytes(int len) throws java.io.IOException { in skipBytes()
384 public int read(byte[] b, int off, int len) throws java.io.IOException { in read()
388 public long skip(long len) throws java.io.IOException { in skip()
400 int read(byte[] b, int off, int len, boolean copy) throws java.io.IOException { in read()
408 public void readFully(byte[] b, int off, int len) throws java.io.IOException { in readFully()
412 public void readFully(byte[] b, int off, int len, boolean copy) throws java.io.IOException { in readFully()
468 void readBooleans(boolean[] v, int off, int len) throws java.io.IOException { in readBooleans()
472 void readChars(char[] v, int off, int len) throws java.io.IOException { in readChars()
[all …]
H A DObjectOutputStream.java99 public void write(int val) throws java.io.IOException { in write()
107 public void write(byte[] buf, int off, int len) throws java.io.IOException { in write()
123 public void writeBoolean(boolean val) throws java.io.IOException { in writeBoolean()
127 public void writeByte(int val) throws java.io.IOException { in writeByte()
131 public void writeShort(int val) throws java.io.IOException { in writeShort()
135 public void writeChar(int val) throws java.io.IOException { in writeChar()
139 public void writeInt(int val) throws java.io.IOException { in writeInt()
143 public void writeLong(long val) throws java.io.IOException { in writeLong()
147 public void writeFloat(float val) throws java.io.IOException { in writeFloat()
151 public void writeDouble(double val) throws java.io.IOException { in writeDouble()
[all …]
/aosp_15_r20/external/webrtc/rtc_base/
H A Dbyte_buffer.cc19 ByteBufferWriter::ByteBufferWriter(const char* bytes, size_t len) in ByteBufferWriter()
22 ByteBufferReader::ByteBufferReader(const char* bytes, size_t len) { in ByteBufferReader()
38 void ByteBufferReader::Construct(const char* bytes, size_t len) { in Construct()
45 bool ByteBufferReader::ReadUInt8(uint8_t* val) { in ReadUInt8()
52 bool ByteBufferReader::ReadUInt16(uint16_t* val) { in ReadUInt16()
65 bool ByteBufferReader::ReadUInt24(uint32_t* val) { in ReadUInt24()
81 bool ByteBufferReader::ReadUInt32(uint32_t* val) { in ReadUInt32()
94 bool ByteBufferReader::ReadUInt64(uint64_t* val) { in ReadUInt64()
107 bool ByteBufferReader::ReadUVarint(uint64_t* val) { in ReadUVarint()
130 bool ByteBufferReader::ReadString(std::string* val, size_t len) { in ReadString()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dbinary_search.hpp38 const Tp& val) in lower_bound()
42 typename traits::difference_type len = std::distance(first, last); in lower_bound() local
63 const Tp& val, Compare comp) in lower_bound()
67 typename traits::difference_type len = std::distance(first, last); in lower_bound() local
88 const Tp& val) in upper_bound()
92 typename traits::difference_type len = std::distance(first, last); in upper_bound() local
113 const Tp& val, Compare comp) in upper_bound()
117 typename traits::difference_type len = std::distance(first, last); in upper_bound() local
138 equal_range(ForwardIter first, ForwardIter last, const Tp& val) in equal_range()
142 typename traits::difference_type len = std::distance(first, last); in equal_range() local
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmsber.h101 … ASN1DEREncGeneralizedTime(ASN1encoding_t enc,ASN1uint32_t tag,ASN1generalizedtime_t *val) { retur… in ASN1DEREncGeneralizedTime()
102 …__CRT_INLINE int WINAPI ASN1DEREncUTCTime(ASN1encoding_t enc,ASN1uint32_t tag,ASN1utctime_t *val) … in ASN1DEREncUTCTime()
107 …PI ASN1DEREncCharString(ASN1encoding_t enc,ASN1uint32_t tag,ASN1uint32_t len,ASN1char_t *val) { re… in ASN1DEREncCharString()
108 …ASN1DEREncChar16String(ASN1encoding_t enc,ASN1uint32_t tag,ASN1uint32_t len,ASN1char16_t *val) { r… in ASN1DEREncChar16String()
109 …ASN1DEREncChar32String(ASN1encoding_t enc,ASN1uint32_t tag,ASN1uint32_t len,ASN1char32_t *val) { r… in ASN1DEREncChar32String()
110 …API ASN1DEREncBitString(ASN1encoding_t enc,ASN1uint32_t tag,ASN1uint32_t len,ASN1octet_t *val) { r… in ASN1DEREncBitString()
111 …SN1DEREncZeroMultibyteString(ASN1encoding_t enc,ASN1uint32_t tag,ASN1ztcharstring_t val) { return … in ASN1DEREncZeroMultibyteString()
112 …API ASN1DEREncMultibyteString(ASN1encoding_t enc,ASN1uint32_t tag,ASN1charstring_t *val) { return … in ASN1DEREncMultibyteString()
113 …I ASN1DEREncOctetString(ASN1encoding_t enc,ASN1uint32_t tag,ASN1uint32_t len,ASN1octet_t *val) { r… in ASN1DEREncOctetString()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/hash/
Dcommon.c58 static upb_value _upb_value_val(uint64_t val) { in _upb_value_val()
72 char* upb_strdup2(const char* s, size_t len, upb_Arena* a) { in upb_strdup2()
94 size_t len; member
98 static lookupkey_t strkey2(const char* str, size_t len) { in strkey2()
194 upb_value val, uint32_t hash, hashfunc_t* hashfunc, in insert()
239 static bool rm(upb_table* t, lookupkey_t key, upb_value* val, in rm()
294 uint32_t len = (uint32_t)k2.str.len; in strcopy() local
306 uint64_t val; in UnalignedLoad64() local
312 uint32_t val; in UnalignedLoad32() local
354 static uint64_t Wyhash(const void* data, size_t len, uint64_t seed, in Wyhash()
[all …]
/aosp_15_r20/external/iproute2/lib/
H A Dutils.c54 int get_integer(int *val, const char *arg, int base) in get_integer()
102 static int get_netmask(unsigned int *val, const char *arg, int base) in get_netmask()
122 int get_unsigned(unsigned int *val, const char *arg, int base) in get_unsigned()
155 int get_time_rtt(unsigned int *val, const char *arg, int *raw) in get_time_rtt()
214 int get_u64(__u64 *val, const char *arg, int base) in get_u64()
240 int get_u32(__u32 *val, const char *arg, int base) in get_u32()
265 int get_u16(__u16 *val, const char *arg, int base) in get_u16()
289 int get_u8(__u8 *val, const char *arg, int base) in get_u8()
313 int get_s32(__s32 *val, const char *arg, int base) in get_s32()
334 int get_s16(__s16 *val, const char *arg, int base) in get_s16()
[all …]
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_memcpy_wrappers.h19 inline int FXSYS_memcmp(const void* ptr1, const void* ptr2, size_t len) { in FXSYS_memcmp()
23 inline int FXSYS_wmemcmp(const wchar_t* ptr1, const wchar_t* ptr2, size_t len) { in FXSYS_wmemcmp()
27 inline void* FXSYS_memcpy(void* ptr1, const void* ptr2, size_t len) { in FXSYS_memcpy()
31 inline wchar_t* FXSYS_wmemcpy(wchar_t* ptr1, const wchar_t* ptr2, size_t len) { in FXSYS_wmemcpy()
35 inline void* FXSYS_memmove(void* ptr1, const void* ptr2, size_t len) { in FXSYS_memmove()
39 inline wchar_t* FXSYS_wmemmove(wchar_t* ptr1, const wchar_t* ptr2, size_t len) { in FXSYS_wmemmove()
43 inline void* FXSYS_memset(void* ptr1, int val, size_t len) { in FXSYS_memset()
47 inline wchar_t* FXSYS_wmemset(wchar_t* ptr1, int val, size_t len) { in FXSYS_wmemset()
51 inline const void* FXSYS_memchr(const void* ptr1, int val, size_t len) { in FXSYS_memchr()
56 wchar_t val, in FXSYS_wmemchr()
[all …]
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProvider/src/com/android/javacard/keymaster/
H A DKMAttestationCertImpl.java235 public KMAttestationCert verifiedBootState(byte val) { in verifiedBootState()
275 public KMAttestationCert deviceLocked(boolean val) { in deviceLocked()
318 short len = KMEnumArrayTag.cast(tag).length(); in createKeyUsage() local
420 private static void pushTimeHeader(short len) { in pushTimeHeader()
547 private static boolean pushParams(short[] params, short len, short tagId) { in pushParams()
562 short val; in pushTag() local
646 private static void pushOctetString(byte[] buf, short start, short len) { in pushOctetString()
651 private static void pushBoolean(byte val) { in pushBoolean()
656 private static void pushBooleanHeader(short len) { in pushBooleanHeader()
663 private static void pushEnumArrayTag(short tagId, byte[] buf, short start, short len) { in pushEnumArrayTag()
[all …]

12345678910>>...67