/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pShaderOperatorTests.cpp | 97 static void uniformNfv (const glw::Functions& gl, int n, int location, int count, const float* data) in uniformNfv() argument 109 static void uniformNiv (const glw::Functions& gl, int n, int location, int count, const int* data) in uniformNiv() argument 121 uniformMatrixNfv(const glw::Functions& gl, int n, int location, int count, const float* data) uniformMatrixNfv() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | wpa_hal.h | 139 uint8_t count; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_fast.c | 1467 int count = 0; in eap_fast_set_provisioning_ciphers() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/ |
H A D | p2p_group.c | 375 unsigned int count = 0; in wifi_display_build_go_ie() local 434 int count = 0; in p2p_buf_add_group_info() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
H A D | radius.c | 891 int count = 0; in radius_msg_copy_attr() local 1409 int count; in radius_msg_count_attr() local [all...] |
H A D | radius_client.c | 1702 int count = 0; in radius_client_get_mib() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.c | 826 unsigned int count = 0; in freq_range_list_parse() local
|
H A D | eloop.c | 83 size_t count; member 92 size_t count; /* sum of all table counts */ member [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_er.c | 1510 size_t count; in wps_er_set_sel_reg() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | hs20_supplicant.c | 392 int count = 0; in hs20_del_icon() local
|
H A D | p2p_supplicant_sd.c | 405 int count = 0; in wpas_sd_req_upnp() local 1069 int count = 0; in wfd_add_sd_req_role() local
|
/third_party/vulkan-loader/loader/ |
H A D | loader_windows.c | 799 uint32_t count = 0; in enumerate_adapter_physical_devices() local
|
H A D | vk_loader_platform.h | 275 ssize_t count = readlink("/proc/self/exe", buffer, size); in loader_platform_executable_path() local 418 static inline char *loader_strncat(char *dest, size_t dest_sz, const char *src, size_t count) { in loader_strncat() argument 422 static inline char *loader_strncpy(char *dest, size_t dest_sz, const char *src, size_t count) { in loader_strncpy() argument 592 static inline char *loader_strncat(char *dest, size_t dest_sz, const char *src, size_t count) { in loader_strncat() argument 598 loader_strncpy(char *dest, size_t dest_sz, const char *src, size_t count) loader_strncpy() argument [all...] |
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | wrap_objects.cpp | 447 [[maybe_unused]] uint32_t count = ext_count; in wrap_vkEnumerateDeviceExtensionProperties() local
|
/third_party/vulkan-loader/tests/ |
H A D | loader_version_tests.cpp | 236 uint32_t count = static_cast<uint32_t>(adapter_pds.size()); in TEST() local 286 uint32_t count = actual_group_count; in TEST() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_serv.c | 611 size_t count; in anqp_add_fils_realm_info() local 737 u8 *len, *len2, *count; in anqp_add_osu_provider() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_common.c | 547 int count = 0; in ieee802_11_ie_count() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | GLES1Renderer.cpp | 981 setUniform1iv(Context *context, Program *programObject, UniformLocation location, GLint count, const GLint *value) setUniform1iv() argument 992 setUniformMatrix4fv(Program *programObject, UniformLocation location, GLint count, GLboolean transpose, const GLfloat *value) setUniformMatrix4fv() argument 1003 setUniform4fv(Program *programObject, UniformLocation location, GLint count, const GLfloat *value) setUniform4fv() argument 1013 setUniform3fv(Program *programObject, UniformLocation location, GLint count, const GLfloat *value) setUniform3fv() argument 1023 setUniform2fv(Program *programObject, UniformLocation location, GLint count, const GLfloat *value) setUniform2fv() argument 1040 setUniform1fv(Program *programObject, UniformLocation location, GLint count, const GLfloat *value) setUniform1fv() argument [all...] |
H A D | angletypes.h | 420 GLuint count; member 430 GLuint count; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | trace_fixture.cpp | 93 void UpdateUniformLocation(GLuint program, const char *name, GLint location, GLint count) in UpdateUniformLocation() argument 101 void UpdateUniformLocation2(GLuint program, const char *name, GLint location, GLint count) in UpdateUniformLocation2() argument 191 GLuint *AllocateZeroedUints(size_t count) in AllocateZeroedUints() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | VertexArrayGL.cpp | 159 syncClientSideData(const gl::Context *context, const gl::AttributesMask &activeAttributesMask, GLint first, GLsizei count, GLsizei instanceCount) const syncClientSideData() argument 185 syncDrawState(const gl::Context *context, const gl::AttributesMask &activeAttributesMask, GLint first, GLsizei count, gl::DrawElementsType type, const void *indices, GLsizei instanceCount, bool primitiveRestartEnabled, const void **outIndices) const syncDrawState() argument 260 syncIndexData(const gl::Context *context, GLsizei count, gl::DrawElementsType type, const void *indices, bool primitiveRestartEnabled, bool attributesNeedStreaming, IndexRange *outIndexRange, const void **outIndices) const syncIndexData() argument [all...] |
/applications/standard/contacts_data/contacts/src/ |
H A D | result_convert.cpp | 95 int count = 0; in ConvertContactArray() local 172 int count = 0; in ResultSetToHolder() local 232 int count = 0; in ResultSetToGroup() local 356 uint32_t count = 0; ConvertEmail() local 453 uint32_t count = 0; ConvertEvent() local 482 uint32_t count = 0; ConvertGroup() local 506 uint32_t count = 0; ConvertImAddress() local 535 uint32_t count = 0; ConvertPhoneNumber() local 564 uint32_t count = 0; ConvertPostalAddress() local 614 uint32_t count = 0; ConvertRelation() local 643 uint32_t count = 0; ConvertSipAddress() local 672 uint32_t count = 0; ConvertWebsite() local [all...] |
/base/hiviewdfx/hilog_lite/frameworks/featured/ |
H A D | hiview_log.c | 84 int count; member 155 int count = num; in SecWriteMultiChar() local 169 int count = len; in SecWriteString() local 1331 int count = textLen; HiLogSecOutputS() local 1352 int count = textLen; HiLogSecOutputS() local 1408 HiLogSecVsnprintfImpl(char *string, size_t count, bool isDebugMode, const char *format, va_list arglist) HiLogSecVsnprintfImpl() argument 1429 HiLog_Printf(char *strDest, size_t destMax, size_t count, bool isDebugMode, const char *format, va_list arglist) HiLog_Printf() argument [all...] |
/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | event_logger.cpp | 222 int count = LogCatcherUtils::WAIT_CHILD_PROCESS_COUNT * DUMP_TIME_RATIO; in StartFfrtDump() local
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_dump.cpp | 559 int count = 0;
in WriteFile() local
|