/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | glUtils.h | 82 template <class T> void minmax(const T *indices, int count, int *min, int *max) { in minmax() 94 (const T *indices, int count, int *min, int *max, in minmaxExcept() 111 template <class T> void shiftIndices(T *indices, int count, int offset) { in shiftIndices() 120 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices() 130 (T *indices, int count, int offset, in shiftIndicesExcept() 145 (const T *src, T *dst, int count, int offset, in shiftIndicesExcept()
|
D | IndexRangeCache.cpp | 24 size_t count, in addRange() 36 size_t count, in findRange()
|
D | glUtils.cpp | 556 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count) in glUtilsPackStrings() 576 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen() 650 GLuint count; member 657 GLuint count; member
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | timesoftfloat.c | 66 static void reportTime( int32 count, long clocks ) in reportTime() 109 int32 count, i; in time_a_int32_z_float32() local 136 int32 count, i; in time_a_int32_z_float64() local 165 int32 count, i; in time_a_int32_z_floatx80() local 196 int32 count, i; in time_a_int32_z_float128() local 264 int32 count, i; in time_a_int64_z_float32() local 291 int32 count, i; in time_a_int64_z_float64() local 320 int32 count, i; in time_a_int64_z_floatx80() local 351 int32 count, i; in time_a_int64_z_float128() local 395 int32 count, i; in time_a_float32_z_int32() local [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | OnigurumaIntrinsics.c | 24 void * memcpy (void *dest, const void *src, unsigned int count) in memcpy() 31 void * memset (void *dest, char ch, unsigned int count) in memset()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | split.h | 61 Py_ssize_t i, j, count=0; in stringlib_split_whitespace() local 110 Py_ssize_t i, j, count=0; in stringlib_split_char() local 153 Py_ssize_t i, j, pos, count=0; in stringlib_split() local 200 Py_ssize_t i, j, count=0; in stringlib_rsplit_whitespace() local 251 Py_ssize_t i, j, count=0; in stringlib_rsplit_char() local 295 Py_ssize_t j, pos, count=0; in stringlib_rsplit() local
|
D | count.h | 15 Py_ssize_t count; in stringlib_count() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | split.h | 61 Py_ssize_t i, j, count=0; in stringlib_split_whitespace() local 110 Py_ssize_t i, j, count=0; in stringlib_split_char() local 153 Py_ssize_t i, j, pos, count=0; in stringlib_split() local 200 Py_ssize_t i, j, count=0; in stringlib_rsplit_whitespace() local 251 Py_ssize_t i, j, count=0; in stringlib_rsplit_char() local 295 Py_ssize_t j, pos, count=0; in stringlib_rsplit() local
|
D | count.h | 15 Py_ssize_t count; in stringlib_count() local
|
/device/generic/goldfish-opengl/android-emu/android/base/ |
D | SubAllocator.h | 48 T* allocArray(size_t count) { in allocArray() 62 char** strDupArray(const char* const* arrayToCopy, size_t count) { in strDupArray()
|
D | Pool.h | 57 T* allocArray(size_t count) { in allocArray() 71 char** strDupArray(const char* const* arrayToCopy, size_t count) { in strDupArray()
|
/device/generic/goldfish-opengl/android-emu/android/base/files/ |
D | StreamSerializing.cpp | 36 void saveStringArray(Stream* stream, const char* const* strings, uint32_t count) { in saveStringArray() 44 uint32_t count = stream->getBe32(); in loadStringArray() local
|
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
D | puts.c | 11 int count = 0; in puts() local
|
D | printf.c | 16 int count; in printf() local
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/ |
D | CopyMem.c | 20 void * memcpy (void *dest, const void *src, unsigned int count) in memcpy()
|
D | MemoryIntrinsics.c | 24 void * memset (void *dest, char ch, unsigned int count) in memset()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_entry.cpp | 686 void glDrawArrays(GLenum mode, GLint first, GLsizei count) in glDrawArrays() 692 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in glDrawElements() 788 void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in glGetAttachedShaders() 1043 void glShaderSource(GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length) in glShaderSource() 1127 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v) in glUniform1fv() 1139 void glUniform1iv(GLint location, GLsizei count, const GLint* v) in glUniform1iv() 1151 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv() 1163 void glUniform2iv(GLint location, GLsizei count, const GLint* v) in glUniform2iv() 1175 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv() 1187 void glUniform3iv(GLint location, GLsizei count, const GLint* v) in glUniform3iv() [all …]
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 267 #define memcpy(dest,source,count) CopyMem(dest,source,(UINTN)(count)) argument 268 #define memset(dest,ch,count) SetMem(dest,(UINTN)(count),(UINT8)(ch)) argument 269 #define memchr(buf,ch,count) ScanMem8(buf,(UINTN)(count),(UINT8)ch) argument 270 #define memcmp(buf1,buf2,count) (int)(CompareMem(buf1,buf2,(UINTN)(count))) argument 271 #define memmove(dest,source,count) CopyMem(dest,source,(UINTN)(count)) argument 273 #define strncmp(string1,string2,count) (int)(AsciiStrnCmp(string1,string2,(UINTN)(count))) argument 275 #define strncpy(strDest,strSource,count) AsciiStrnCpyS(strDest,MAX_STRING_SIZE,strSource,(UINTN)co… argument
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles3_wrapper_entry.cpp | 667 void glDrawArrays(GLenum mode, GLint first, GLsizei count) in glDrawArrays() 673 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in glDrawElements() 763 void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in glGetAttachedShaders() 1015 void glShaderSource(GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length) in glShaderSource() 1099 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v) in glUniform1fv() 1111 void glUniform1iv(GLint location, GLsizei count, const GLint* v) in glUniform1iv() 1123 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv() 1135 void glUniform2iv(GLint location, GLsizei count, const GLint* v) in glUniform2iv() 1147 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv() 1159 void glUniform3iv(GLint location, GLsizei count, const GLint* v) in glUniform3iv() [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
D | pm_ipi.c | 174 unsigned int *value, size_t count) in pm_ipi_buff_read() 205 void pm_ipi_buff_read_callb(unsigned int *value, size_t count) in pm_ipi_buff_read_callb() 235 unsigned int *value, size_t count) in pm_ipi_send_sync()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fwrite.c | 60 fwrite(const void *buf, size_t size, size_t count, FILE *fp) in fwrite()
|
D | fread.c | 56 fread(void *buf, size_t size, size_t count, FILE *fp) in fread()
|
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/ |
D | usb_cmd_device_list.cpp | 31 int32_t count; in OnResponse() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_text_file.py | 50 def test_input(count, description, file, expected_result): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | md5.h | 68 md5_word_t count[2]; /* message length in bits, lsw first */ member
|