/aosp_15_r20/external/lzma/CPP/Common/ |
H A D | UTFConvert.cpp | 174 unsigned numBytes; in Check_Buf() local 175 UInt32 val = c; in Check_Buf() local 368 unsigned numBytes; in Utf8_To_Utf16() local 470 #define MY_UTF8_HEAD(n, val) ((char)(MY_UTF8_START(n) + (val >> (6 * (n))))) argument 471 #define MY_UTF8_CHAR(n, val) ((char)(0x80 + (((val) >> (6 * (n))) & 0x3F))) argument 481 UInt32 val = (UInt32)(*src++); in Utf16_To_Utf8_Calc() local 549 UInt32 val = (UInt32)*src++; in Utf16_To_Utf8() local
|
/aosp_15_r20/external/angle/src/common/ |
H A D | PoolAlloc.cpp | 254 unsigned char val, in checkGuardBlock() 350 void *PoolAllocator::allocate(size_t numBytes) in allocate() 430 uint8_t *PoolAllocator::allocateNewPage(size_t numBytes) in allocateNewPage() 466 void *PoolAllocator::initializeAllocation(uint8_t *memory, size_t numBytes) in initializeAllocation()
|
/aosp_15_r20/external/deqp/executor/ |
H A D | xeTestLogWriter.cpp | 177 inline const char *getBoolName(bool val) in getBoolName() 187 int numBytes; member in xe::Base64Formatter 202 int numBytes = fmt.numBytes; in operator <<() local 235 inline Base64Formatter toBase64(const uint8_t *bytes, int numBytes) in toBase64()
|
H A D | xeTestResultParser.cpp | 52 int64_t val; in toInt64() local 322 TestResultParser::ParseResult TestResultParser::parse(const uint8_t *bytes, int numBytes) in parse()
|
/aosp_15_r20/frameworks/av/media/module/codecs/mp3dec/src/ |
H A D | pvmp3_seek_synch.cpp | 133 uint16 val; in pvmp3_frame_synch() local 179 int32 numBytes = fxp_mul32_Q28(mp3_bitrate[version][(temp<<16)>>28] << 20, in pvmp3_frame_synch() local 284 uint16 val; in pvmp3_header_sync() local
|
/aosp_15_r20/external/skia/src/gpu/ |
H A D | KeyBuilder.h | 29 virtual void addBits(uint32_t numBits, uint32_t val, std::string_view label) { in addBits() 47 void addBytes(uint32_t numBytes, const void* data, std::string_view label) { in addBytes() 84 void addBits(uint32_t numBits, uint32_t val, std::string_view label) override { in addBits()
|
/aosp_15_r20/device/google/felix/vibrator/cs40l26/ |
D | Vibrator.cpp | 213 int write(int nbits, uint32_t val) { in write() 472 uint32_t val = 0; local 520 uint32_t val = 0; local 575 uint16_t numBytes = 0; local 1514 uint32_t numBytes = mFfEffects[effectId].u.periodic.custom_len * 2; in dump() local 1541 uint32_t numBytes = mFfEffectsDual[effectId].u.periodic.custom_len * 2; in dump() local
|
/aosp_15_r20/system/security/identity/util/test/java/com/android/security/identity/internal/ |
H A D | HkdfTest.java | 48 int val = b & 0xff; in hexEncode() local 73 static byte[] randBytes(int numBytes) { in randBytes()
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | ExifInterfaceUtils.java | 54 public static void copy(InputStream in, OutputStream out, int numBytes) throws IOException { in copy() 101 public static boolean startsWith(byte[] cur, byte[] val) { in startsWith()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | PoolAlloc.cpp | 138 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) … in checkGuardBlock() 217 void* TPoolAllocator::allocate(size_t numBytes) in allocate()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktDemuxer.cpp | 201 uint32_t AV1AnnexBDemuxer::getUleb128(uint32_t *numBytes) in getUleb128() 204 uint64_t val = 0; in getUleb128() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | PoolAlloc.cpp | 145 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) … in checkGuardBlock() 224 void* TPoolAllocator::allocate(size_t numBytes) in allocate()
|
/aosp_15_r20/device/google/contexthub/lib/nanohub/ |
D | sha2.c | 43 inline static uint32_t ror(uint32_t val, uint32_t by) in ror() 121 void sha2processBytes(struct Sha2state *state, const void *bytes, uint32_t numBytes) in sha2processBytes()
|
/aosp_15_r20/external/swiftshader/src/Reactor/ |
H A D | LLVMJIT.cpp | 336 size_t numBytes, const llvm::sys::MemoryBlock *const nearBlock, in allocateMappedMemory() 400 T alignUp(T val, T alignment) in alignUp() 432 static void atomicStore(void *ptr, void *val, llvm::AtomicOrdering ordering) in atomicStore() 439 static uint32_t sync_fetch_and_op(uint32_t volatile *ptr, uint32_t val, F f) in sync_fetch_and_op() 498 …static uint32_t sync_fetch_and_add_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_add_4(… in sync_fetch_and_add_4() 499 …static uint32_t sync_fetch_and_and_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_and_4(… in sync_fetch_and_and_4() 500 …static uint32_t sync_fetch_and_or_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_or_4(pt… in sync_fetch_and_or_4() 501 …static uint32_t sync_fetch_and_xor_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_xor_4(… in sync_fetch_and_xor_4() 502 …static uint32_t sync_fetch_and_sub_4(uint32_t *ptr, uint32_t val) { return __sync_fetch_and_sub_4(… in sync_fetch_and_sub_4() 503 …static uint32_t sync_lock_test_and_set_4(uint32_t *ptr, uint32_t val) { return __sync_lock_test_an… in sync_lock_test_and_set_4() [all …]
|
/aosp_15_r20/external/deqp/framework/qphelper/ |
H A D | qpTestLog.c | 267 DE_INLINE void int32ToString(int val, char buf[32]) in int32ToString() 272 DE_INLINE void int64ToString(int64_t val, char buf[32]) in int64ToString() 724 bool Buffer_append(Buffer *buffer, const uint8_t *data, size_t numBytes) in Buffer_append() 737 void pngWriteData(png_structp png, png_bytep dataPtr, png_size_t numBytes) in pngWriteData()
|
/aosp_15_r20/external/lzma/C/ |
H A D | Ppmd7.c | 271 UInt32 numBytes = U2B(I2U(indx)); in Ppmd7_AllocUnitsRare() local 292 UInt32 numBytes = U2B(I2U(indx)); in Ppmd7_AllocUnits() local 403 const UInt16 val = (UInt16)(PPMD_BIN_SCALE - PPMD7_kInitBinEsc[k] / (i + 2)); in Ppmd7_RestartModel() local
|
H A D | Ppmd8.c | 271 UInt32 numBytes = U2B(I2U(indx)); in Ppmd8_AllocUnitsRare() local 292 UInt32 numBytes = U2B(I2U(indx)); in Ppmd8_AllocUnits() local 487 const UInt16 val = (UInt16)(PPMD_BIN_SCALE - PPMD8_kInitBinEsc[k] / (i + 1)); in Ppmd8_RestartModel() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | AMPEG4AudioAssembler.cpp | 237 size_t numBytes = (totalNumBits + 7) / 8; in parseAudioSpecificConfig() local 449 AString val; in AMPEG4AudioAssembler() local
|
/aosp_15_r20/device/google/trout/hal/sensors/2.1/ |
D | Sensor.cpp | 170 const int64_t val = in processScanData() local 253 ssize_t numBytes = 0; in calculateScanSize() local
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Chm/ |
H A D | ChmIn.cpp | 174 UInt64 val = 0; in ReadEncInt() local 814 const size_t numBytes = (size_t)numDWORDS * 4; in OpenHighLevel() local 935 UInt64 val = 0; in Open2() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/ |
D | BigInteger.java | 309 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() 714 int numBytes = (int)(((long)numBits+7)/8); // avoid overflow in randomBits() local 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() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/ |
H A D | BigInteger.java | 309 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() 714 int numBytes = (int)(((long)numBits+7)/8); // avoid overflow in randomBits() local 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() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/ |
D | BigInteger.java | 309 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() 714 int numBytes = (int)(((long)numBits+7)/8); // avoid overflow in randomBits() local 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() [all …]
|
/aosp_15_r20/hardware/interfaces/security/keymint/support/ |
H A D | remote_prov_utils.cpp | 251 bytevec randomBytes(size_t numBytes) { in randomBytes() 403 const std::unique_ptr<cppbor::Item>& val = devInfo.get(entryName); in checkMapEntry() local 441 const std::unique_ptr<cppbor::Item>& val = devInfo.get(entryName); in checkMapEntry() local 461 const std::unique_ptr<cppbor::Item>& val = devInfo.get(entryName); in checkMapPatchLevelEntry() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuTextureUtil.cpp | 886 uint64_t val; in fillRow() local 894 uint32_t val; in fillRow() local 1557 static const void *addOffset(const void *ptr, int numBytes) in addOffset() 1562 static void *addOffset(void *ptr, int numBytes) in addOffset()
|