Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dtimesoftfloat.c66 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/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h82 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()
DIndexRangeCache.cpp24 size_t count, in addRange()
36 size_t count, in findRange()
DglUtils.cpp555 void glUtilsPackStrings(char *ptr, char **strings, GLint *length, GLsizei count) in glUtilsPackStrings()
575 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen()
649 GLuint count; member
656 GLuint count; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DOnigurumaIntrinsics.c24 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/
Dsplit.h61 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
Dcount.h15 Py_ssize_t count; in stringlib_count() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dsplit.h61 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
Dcount.h15 Py_ssize_t count; in stringlib_count() local
/device/generic/goldfish-opengl/android-emu/android/base/
DPool.h57 T* allocArray(size_t count) { in allocArray()
71 char** strDupArray(const char* const* arrayToCopy, size_t count) { in strDupArray()
DAndroidSubAllocator.h66 T* allocArray(size_t count) { in allocArray()
80 char** strDupArray(const char* const* arrayToCopy, size_t count) { in strDupArray()
/device/generic/goldfish-opengl/android-emu/android/base/files/
DStreamSerializing.cpp39 void saveStringArray(Stream* stream, const char* const* strings, uint32_t count) { in saveStringArray()
47 uint32_t count = stream->getBe32(); in loadStringArray() local
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dputs.c11 int count = 0; in puts() local
Dprintf.c16 int count; in printf() local
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp688 void glDrawArrays(GLenum mode, GLint first, GLsizei count) in glDrawArrays()
694 void glDrawElements(GLenum mode, GLsizei count, GLenum type, const GLvoid* indices) in glDrawElements()
790 void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) in glGetAttachedShaders()
1045 void glShaderSource(GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length) in glShaderSource()
1129 void glUniform1fv(GLint location, GLsizei count, const GLfloat* v) in glUniform1fv()
1141 void glUniform1iv(GLint location, GLsizei count, const GLint* v) in glUniform1iv()
1153 void glUniform2fv(GLint location, GLsizei count, const GLfloat* v) in glUniform2fv()
1165 void glUniform2iv(GLint location, GLsizei count, const GLint* v) in glUniform2iv()
1177 void glUniform3fv(GLint location, GLsizei count, const GLfloat* v) in glUniform3fv()
1189 void glUniform3iv(GLint location, GLsizei count, const GLint* v) in glUniform3iv()
[all …]
DGL2Encoder.cpp1087 GLsizei count, in calcIndexRange()
1119 GLsizei count, in recenterIndices()
1166 size_t count, in getBufferIndexRange()
1196 void GL2Encoder::sendVertexAttributes(GLint first, GLsizei count, bool hasClientArrays, GLsizei pri… in sendVertexAttributes()
1321 void GL2Encoder::s_glDrawArrays(void *self, GLenum mode, GLint first, GLsizei count) in s_glDrawArrays()
1344 void GL2Encoder::s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *… in s_glDrawElements()
1433 void GL2Encoder::s_glDrawArraysNullAEMU(void *self, GLenum mode, GLint first, GLsizei count) in s_glDrawArraysNullAEMU()
1456 void GL2Encoder::s_glDrawElementsNullAEMU(void *self, GLenum mode, GLsizei count, GLenum type, cons… in s_glDrawElementsNullAEMU()
1740 void GL2Encoder::s_glShaderSource(void *self, GLuint shader, GLsizei count, const GLchar * const *s… in s_glShaderSource()
1883 GLsizei* count, GLuint* shaders) in s_glGetAttachedShaders()
[all …]
/device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/
DCopyMem.c20 void * memcpy (void *dest, const void *src, unsigned int count) in memcpy()
DMemoryIntrinsics.c24 void * memset (void *dest, char ch, unsigned int count) in memset()
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h267 #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/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_ipi.c174 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/
Dfwrite.c60 fwrite(const void *buf, size_t size, size_t count, FILE *fp) in fwrite()
Dfread.c56 fread(void *buf, size_t size, size_t count, FILE *fp) in fread()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
DSensorInfoVariable.h180 UINT8 bRelative; // Relative vs. Absolute readings
204 UINT8 byUsage; // Usage indicator
230 UINT8 byController; // Associated Fan Controller
258 UINT8 byFan[MAX_ASSOC_FANS]; // Associated Fan Sensors
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_text_file.py50 def test_input(count, description, file, expected_result): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmd5.h68 md5_word_t count[2]; /* message length in bits, lsw first */ member

12345678910>>...14