Home
last modified time | relevance | path

Searched defs:count (Results 4326 - 4350 of 4423) sorted by relevance

1...<<171172173174175176177

/third_party/toybox/toys/pending/
H A Dawk.c292 int count; // number of occupied slots in hash member
406 static struct zlist *zlist_initx(struct zlist *p, size_t size, size_t count) in zlist_initx() argument
[all...]
/third_party/tzdata/
H A Dzic.c2329 ptrdiff_t base, count; member
/third_party/vixl/src/aarch32/
H A Ddisasm-aarch32.cc1550 int count; in it() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc1180 Type* DescriptorPool::Tables::AllocateArray(int count) { in AllocateArray() argument
2283 int count = 1; in RetrieveOptionsAssumingRightPool() local
[all...]
/third_party/python/Modules/
H A D_ssl.c2338 size_t count = 0; in _ssl__SSLSocket_write_impl() local
2443 int count = 0; in _ssl__SSLSocket_pending_impl() local
2447 count = SSL_pending(self->ssl); in _ssl__SSLSocket_pending_impl() local
2476 size_t count = 0; _ssl__SSLSocket_read_impl() local
[all...]
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h5228 Py_ssize_t count; in os_sendfile() local
5313 Py_ssize_t count; os_sendfile() local
5747 Py_ssize_t count; os_copy_file_range() local
5838 Py_ssize_t count; os_splice() local
[all...]
/third_party/python/Lib/tkinter/
H A D__init__.py3638 def count(self, index1, index2, *args): # new in Tk 8.5 member in Text
[all...]
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl_ext.h1633 cl_uint count; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3610 uint32_t count () const { return 1; } in count() function
3615 uint32_t count () const { return 0; } in count() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp4455 string generateConstantDefinitions (int count) in generateConstantDefinitions() argument
4464 string generateSwitchCases (int count) in generateSwitchCases() argument
4473 string generateSwitchTargets (int count) in generateSwitchTargets() argument
4482 string generateOpPhiParams (int count) in generateOpPhiParams() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dctrl_iface.c77 size_t count = 0; in set_bssid_filter() local
115 size_t count = 0, ssid_count = 0; in set_disallow_aps() local
6780 int count, start, duration; p2p_ctrl_set() local
7054 int freq = 0, period = 0, interval = 0, count = 0; p2p_ctrl_iface_p2p_lo_start() local
7764 unsigned int count = 0; wpas_ctrl_iface_get_pref_freq_list_override() local
9231 int i, count = (intptr_t) timeout_ctx; wpas_ctrl_event_test_cb() local
9244 int count; wpas_ctrl_event_test() local
[all...]
H A Dp2p_supplicant.c544 unsigned int count = 0; in p2p_group_go_member_count() local
7611 int wpas_p2p_set_noa(struct wpa_supplicant *wpa_s, u8 count, int start, in wpas_p2p_set_noa() argument
9521 wpas_p2p_lo_start(struct wpa_supplicant *wpa_s, unsigned int freq, unsigned int period, unsigned int interval, unsigned int count) wpas_p2p_lo_start() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c116 size_t count = 0; in set_bssid_filter() local
154 size_t count = 0, ssid_count = 0; in set_disallow_aps() local
7612 int count, start, duration; global() local
7886 int freq = 0, period = 0, interval = 0, count = 0; global() local
8605 unsigned int count = 0; global() local
10358 int i, count = (intptr_t) timeout_ctx; global() local
10371 int count; global() local
[all...]
H A Dp2p_supplicant.c668 unsigned int count = 0; in p2p_group_go_member_count() local
H A Dwpa_supplicant.c8131 int count; local
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1079 uint32_t count = inst->app_activated_layer_list.count; in vkEnumerateDeviceLayerProperties() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp7092 int PaParseStrings(size_t count, in PaParseStrings() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp124 void SetLineLoopIndices(GLuint *dest, size_t count) in SetLineLoopIndices() argument
134 void CopyLineLoopIndices(const void *indices, GLuint *dest, size_t count) in CopyLineLoopIndices() argument
154 GetLineLoopIndices(const void *indices, gl::DrawElementsType indexType, GLuint count, bool usePrimitiveRestartFixedIndex, std::vector<GLuint> *bufferOut) GetLineLoopIndices() argument
271 GetTriFanIndices(const void *indices, gl::DrawElementsType indexType, GLuint count, bool usePrimitiveRestartFixedIndex, std::vector<GLuint> *bufferOut) GetTriFanIndices() argument
1969 drawLineLoop(const gl::Context *context, GLuint count, gl::DrawElementsType type, const void *indexPointer, int baseVertex, int instances) drawLineLoop() argument
2047 drawTriangleFan(const gl::Context *context, GLuint count, gl::DrawElementsType type, const void *indices, int baseVertex, int instances) drawTriangleFan() argument
3948 getVertexSpaceRequired(const gl::Context *context, const gl::VertexAttribute &attrib, const gl::VertexBinding &binding, size_t count, GLsizei instances, GLuint baseInstance, unsigned int *bytesRequiredOut) const getVertexSpaceRequired() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
H A Dgles3ndk.cpp1510 GLuint count; in GLDrawArraysIndirect() member
1591 GLuint count; in GLDrawElementsIndirect() member
2259 GLuint count = COUNT_NUM; in GLGetDebugMessageLog() local
/third_party/elfutils/src/
H A Dreadelf.c11783 convert (Elf *core, Elf_Type type, uint_fast16_t count, in convert() argument
11817 uint_fast16_t count = item->count ?: 1; in handle_core_item() local
12604 uint64_t count, page_size; handle_file_note() local
[all...]
/third_party/glfw/src/
H A Dx11_platform.h792 int count; member
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp3808 TIntermConstantUnion* HlslParseContext::getSamplePosArray(int count) in getSamplePosArray() argument
4687 int count = 0; in decomposeSampleMethods() local
[all...]
/third_party/astc-encoder/Source/
H A Dstb_image.h1669 int res, count; in stbi__getn() local
2001 static int stbi__build_huffman(stbi__huffman *h, int *count) in stbi__build_huffman() argument
3658 stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const stbi_uc *pcb, const stbi_uc *pcr, int count, int step) stbi__YCbCr_to_RGB_row() argument
3684 stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi_uc const *pcb, stbi_uc const *pcr, int count, int step) stbi__YCbCr_to_RGB_simd() argument
[all...]
/third_party/backends/backend/
H A Dhp3900_rts8822.c1919 SANE_Byte count; in GainOffset_Counter_Inc() local
[all...]

Completed in 217 milliseconds

1...<<171172173174175176177