/hardware/google/aemu/base/include/aemu/base/containers/ |
D | StaticMap.h | 31 void set(const K& key, const V& value) { in set() 58 void eraseIf(ErasePredicate p) { in eraseIf()
|
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenccli_platform_dependents.cpp | 69 void** value in pthread_join() 145 void *p in launch_threads_helper()
|
D | astcenc_vecmathlib_sse_4.h | 622 ASTCENC_SIMD_INLINE void storea(vint4 a, int* p) in storea() 630 ASTCENC_SIMD_INLINE void store(vint4 a, int* p) in store() 639 ASTCENC_SIMD_INLINE void store_nbytes(vint4 a, uint8_t* p) in store_nbytes() 911 ASTCENC_SIMD_INLINE void store(vfloat4 a, float* p) in store() 919 ASTCENC_SIMD_INLINE void storea(vfloat4 a, float* p) in storea() 1179 __m128i value = r.m; in interleave_rgba8() local
|
D | astcenc_symbolic_physical.cpp | 38 int value, in write_bits() 77 int value = ptr[0] | (ptr[1] << 8); in read_bits() local 90 static inline int bitrev8(int p) in bitrev8()
|
D | stb_image.h | 680 #define STBI_REALLOC(p,newsz) realloc(p,newsz) argument 681 #define STBI_FREE(p) free(p) argument 685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) argument 2318 short *p = &data[stbi__jpeg_dezigzag[k]]; in stbi__jpeg_decode_block_prog_ac() local 2358 short *p = &data[stbi__jpeg_dezigzag[k++]]; in stbi__jpeg_decode_block_prog_ac() local 3081 int p = q >> 4, sixteen = (p != 0); in stbi__process_marker() local 3232 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local 4040 stbi__uint16 value[STBI__ZNSYMS]; member 4246 stbi_uc *p; in stbi__parse_huffman_block() local 4438 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize() local [all …]
|
D | tinyexr.h | 175 unsigned char *value; // uint8_t* member 1934 #define MZ_REALLOC(p, x) NULL argument 1938 #define MZ_REALLOC(p, x) realloc(p, x) argument 1946 #define MZ_READ_LE16(p) *((const mz_uint16 *)(p)) argument 1947 #define MZ_READ_LE32(p) *((const mz_uint32 *)(p)) argument 1949 #define MZ_READ_LE16(p) \ argument 1952 #define MZ_READ_LE32(p) \ argument 2015 void mz_free(void *p) { MZ_FREE(p); } in mz_free() 2418 #define TINFL_MEMSET(p, c, l) memset(p, c, l) argument 2674 mz_uint8 *p = r->m_tables[0].m_code_size; in tinfl_decompress() local [all …]
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 59 pktcopy(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktcopy() 91 pktfrombuf(osl_t *osh, void *p, uint offset, int len, uchar *buf) in pktfrombuf() 122 pkttotlen(osl_t *osh, void *p) in pkttotlen() 138 pktlast(osl_t *osh, void *p) in pktlast() 148 pktsegcnt(osl_t *osh, void *p) in pktsegcnt() 161 pktsegcnt_war(osl_t *osh, void *p) in pktsegcnt_war() 190 pktdataoffset(osl_t *osh, void *p, uint offset) in pktdataoffset() 212 pktoffset(osl_t *osh, void *p, uint offset) in pktoffset() 233 pktq_penq(struct pktq *pq, int prec, void *p) in pktq_penq() 262 pktq_penq_head(struct pktq *pq, int prec, void *p) in pktq_penq_head() [all …]
|
/hardware/interfaces/camera/common/default/ |
D | CameraParameters.cpp | 236 void CameraParameters::set(const char* key, const char* value) { in set() 251 void CameraParameters::set(const char* key, int value) { in set() 257 void CameraParameters::setFloat(const char* key, float value) { in setFloat() 341 const char* p = get(KEY_PREVIEW_SIZE); in getPreviewSize() local 348 const char* p = get(KEY_PREFERRED_PREVIEW_SIZE_FOR_VIDEO); in getPreferredPreviewSizeForVideo() local 366 const char* p = get(KEY_VIDEO_SIZE); in getVideoSize() local 386 const char* p = get(KEY_PREVIEW_FPS_RANGE); in getPreviewFpsRange() local 408 const char* p = get(KEY_PICTURE_SIZE); in getPictureSize() local
|
/hardware/google/gfxstream/host/gl/gl-host-common/opengl/ |
D | NativeGpuInfo_windows.cpp | 124 SmallFixedVector<BYTE, 1024> value; in load_gpu_registry_info() local 218 size_t p = 0; in parse_gpu_info_list_windows() local
|
/hardware/st/nfc/1.0/adaptation/ |
D | config.cpp | 581 CNfcParam::CNfcParam(const char* name, const string& value) in CNfcParam() 593 CNfcParam::CNfcParam(const char* name, unsigned long value) in CNfcParam() 630 const unsigned char* p = (const unsigned char*)pParam->str_value(); in GetNumValue() local
|
/hardware/st/nfc/st21nfc/adaptation/ |
D | config.cpp | 640 CNfcParam::CNfcParam(const char* name, const string& value) in CNfcParam() 652 CNfcParam::CNfcParam(const char* name, unsigned long value) in CNfcParam() 712 const unsigned char* p = (const unsigned char*)pParam->str_value(); in GetNumValue() local
|
/hardware/google/gfxstream/host/vulkan/ |
D | vk_util.h | 61 vk_struct_common* value; member 143 void* p = NULL; in __vk_outarray_next() local 246 vk_struct_common* p = i->value; in vk_append_struct() local
|
/hardware/samsung/nfc/halimpl/src/ |
D | config.cpp | 741 CNfcParam::CNfcParam(const char* name, const string& value) in CNfcParam() 753 CNfcParam::CNfcParam(const char* name, unsigned long value) in CNfcParam() 813 const unsigned char* p = (const unsigned char*)pParam->str_value(); in GetNumValue() local
|
/hardware/google/pixel/pixelstats/ |
D | MmMetricsReporter.cpp | 197 for (auto p : kGcmaHourlySimpleKnobs) { in checkKernelGcmaSupport() local 419 uint64_t value; in readProcStat() local 1280 bool MmMetricsReporter::savePressureMetrics(const std::string &name, const std::string &value, in savePressureMetrics() 1421 long value = psi[psi_idx]; in aggregatePressureStall() local 1724 for (auto p : kGcmaHourlySimpleKnobs) { in readAndGenGcmaPerDay() local 1736 for (auto p : kGcmaHourlyHistogramKnobs) { in readAndGenGcmaPerDay() local
|
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedSensor.cpp | 489 for (const auto& p : physical_map) { in IsStreamCombinationSupported() local 515 for (const auto& p : physical_map) { in IsStreamCombinationSupported() local 524 for (const auto& p : physical_map) { in IsStreamCombinationSupported() local 1980 int32_t EmulatedSensor::ApplysRGBGamma(int32_t value, int32_t saturation) { in ApplysRGBGamma() 1988 int32_t EmulatedSensor::ApplySMPTE170MGamma(int32_t value, int32_t saturation) { in ApplySMPTE170MGamma() 1995 int32_t EmulatedSensor::ApplyST2084Gamma(int32_t value, int32_t saturation) { in ApplyST2084Gamma() 2006 int32_t EmulatedSensor::ApplyHLGGamma(int32_t value, int32_t saturation) { in ApplyHLGGamma() 2014 int32_t EmulatedSensor::GammaTable(int32_t value, int32_t color_space) { in GammaTable()
|
/hardware/google/gfxstream/third-party/stb/include/stb/ |
D | stb_image.h | 680 #define STBI_REALLOC(p,newsz) realloc(p,newsz) argument 681 #define STBI_FREE(p) free(p) argument 685 #define STBI_REALLOC_SIZED(p,oldsz,newsz) STBI_REALLOC(p,newsz) argument 2318 short *p = &data[stbi__jpeg_dezigzag[k]]; in stbi__jpeg_decode_block_prog_ac() local 2358 short *p = &data[stbi__jpeg_dezigzag[k++]]; in stbi__jpeg_decode_block_prog_ac() local 3081 int p = q >> 4, sixteen = (p != 0); in stbi__process_marker() local 3232 int Lf,p,i,q, h_max=1,v_max=1,c; in stbi__process_frame_header() local 4047 stbi__uint16 value[STBI__ZNSYMS]; member 4253 stbi_uc *p; in stbi__parse_huffman_block() local 4445 char *p = (char *) stbi__malloc(initial_size); in stbi_zlib_decode_malloc_guesssize() local [all …]
|
/hardware/nxp/nfc/pn8x/halimpl/utils/ |
D | phNxpConfig.cpp | 728 CNfcParam::CNfcParam(const char* name, const string& value) in CNfcParam() 740 CNfcParam::CNfcParam(const char* name, unsigned long value) in CNfcParam() 802 const unsigned char* p = (const unsigned char*)pParam->str_value(); in GetNxpNumValue() local
|
/hardware/interfaces/keymaster/4.0/support/ |
D | attestation_record.cpp | 212 BIGNUM* value = BN_new(); in construct_uint_max() local 323 const uint8_t* p = asn1_key_desc; in MAKE_OPENSSL_PTR_TYPE() local 355 const uint8_t* p = asn1_key_desc; in parse_root_of_trust() local
|
/hardware/interfaces/security/keymint/support/ |
D | attestation_record.cpp | 230 BIGNUM* value = BN_new(); in construct_uint_max() local 349 const uint8_t* p = asn1_key_desc; in MAKE_OPENSSL_PTR_TYPE() local 380 const uint8_t* p = asn1_key_desc; in parse_root_of_trust() local
|
/hardware/nxp/nfc/snxxx/halimpl/utils/ |
D | phNxpConfig.cc | 909 CNfcParam::CNfcParam(const char* name, const string& value) in CNfcParam() 921 CNfcParam::CNfcParam(const char* name, unsigned long value) in CNfcParam() 1008 const unsigned char* p = (const unsigned char*)pParam->str_value(); in GetNxpNumValue() local
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 127 GLfloat* p = (GLfloat *)((*it).second.data); in ~GLESConversionArrays() local 130 GLshort* p = (GLshort *)((*it).second.data); in ~GLESConversionArrays() local 1062 static void directToBytesRanges(GLint first,GLsizei count,GLESpointer* p,RangeList& list) { in directToBytesRanges() 1076 …oBytesRanges(const GLvoid* indices,GLenum indices_type,GLsizei count,GLESpointer* p,RangeList& lis… in indirectToBytesRanges() 1088 int bytesRangesToIndices(RangeList& ranges,GLESpointer* p,GLuint* indices) { in bytesRangesToIndices() 1105 …nvertDirect(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum array_id,GLESpointer* p) { in convertDirect() 1122 …rtDirectVBO(GLESConversionArrays& cArrs,GLint first,GLsizei count,GLenum array_id,GLESpointer* p) { in convertDirectVBO() 1172 …ys& cArrs,GLsizei count,GLenum indices_type,const GLvoid* indices,GLenum array_id,GLESpointer* p) { in convertIndirect() 1190 …ys& cArrs,GLsizei count,GLenum indices_type,const GLvoid* indices,GLenum array_id,GLESpointer* p) { in convertIndirectVBO() 1626 void GLEScontext::setSampleCoverage(GLclampf value, GLboolean invert) { in setSampleCoverage() [all …]
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | attestation_record.cpp | 168 BIGNUM* value = BN_new(); in construct_uint_max() local 266 const uint8_t* p = asn1_key_desc; in MAKE_OPENSSL_PTR_TYPE() local
|
/hardware/google/aemu/host-common/ |
D | address_space_shared_slots_host_memory_allocator.cpp | 30 size_t align(size_t value, size_t alignment) { in align() 82 std::pair<uint64_t, MemBlock*> translatePhysAddr(uint64_t p) { in translatePhysAddr()
|
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 470 float inv_matrix_det(float *p, int *n) in inv_matrix_det() 489 double inv_matrix_detd(double *p, int *n) in inv_matrix_detd() 1026 **/int get_highest_bit_position(unsigned long *value) in get_highest_bit_position()
|
/hardware/invensense/6515/libsensors_iio/software/core/mllite/ |
D | ml_math_func.c | 470 float inv_matrix_det(float *p, int *n) in inv_matrix_det() 489 double inv_matrix_detd(double *p, int *n) in inv_matrix_detd() 1026 **/int get_highest_bit_position(unsigned long *value) in get_highest_bit_position()
|