| /third_party/glfw/src/ |
| H A D | wgl_context.c | 337 int count = abs(window->context.wgl.interval); in swapBuffersWGL() local
|
| H A D | win32_monitor.c | 397 GLFWvidmode* _glfwGetVideoModesWin32(_GLFWmonitor* monitor, int* count) in _glfwGetVideoModesWin32() argument
|
| H A D | egl_context.c | 156 int count; in chooseEGLConfig() local 870 EGLint visualID = 0, count = 0; in _glfwChooseVisualEGL() local
|
| H A D | context.c | 706 GLint count; in glfwExtensionSupported() local 183 _glfwChooseFBConfig(const _GLFWfbconfig* desired, const _GLFWfbconfig* alternatives, unsigned int count) _glfwChooseFBConfig() argument
|
| H A D | init.c | 152 size_t count = 0; in _glfwEncodeUTF8() local 181 _glfwParseUriList(char* text, int* count) _glfwParseUriList() argument 249 _glfw_calloc(size_t count, size_t size) _glfw_calloc() argument [all...] |
| H A D | linux_joystick.c | 334 int count = 0; in _glfwInitJoysticksLinux() local
|
| H A D | x11_monitor.c | 443 GLFWvidmode* _glfwGetVideoModesX11(_GLFWmonitor* monitor, int* count) in _glfwGetVideoModesX11() argument
|
| /third_party/glfw/tests/ |
| H A D | joysticks.c | 90 static void drop_callback(GLFWwindow* window, int count, const char* paths[]) in drop_callback() argument
|
| H A D | monitors.c | 97 int count, x, y, width_mm, height_mm, i; in list_modes() local 136 int i, count; in test_modes() local 224 int ch, i, count, mode = LIST_MODE; in main() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | twofish.c | 316 void av_twofish_crypt(AVTWOFISH *cs, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt) in av_twofish_crypt() argument
|
| /third_party/fsverity-utils/programs/ |
| H A D | utils.c | 153 bool full_read(struct filedes *file, void *buf, size_t count) in full_read() argument 172 bool full_write(struct filedes *file, const void *buf, size_t count) in full_write() argument 187 static int raw_pwrite(int fd, const void *buf, int count, u64 offset) in raw_pwrite() argument 205 full_pwrite(struct filedes *file, const void *buf, size_t count, u64 offset) full_pwrite() argument 237 read_callback(void *file, void *buf, size_t count) read_callback() argument [all...] |
| /third_party/glslang/glslang/Include/ |
| H A D | ShHandle.h | 138 virtual void setExcludedAttributes(const int* attributes, int count) { excludedAttributes = attributes; excludedCount = count; } in setExcludedAttributes() argument
|
| /third_party/alsa-lib/src/control/ |
| H A D | control_ext.c | 213 unsigned int access, count; in snd_ctl_ext_elem_read() local 267 unsigned int access, count; in snd_ctl_ext_elem_write() local 334 unsigned int access, count, len; in snd_ctl_ext_elem_tlv() local [all...] |
| /third_party/backends/backend/ |
| H A D | epsonds-cmd.c | 717 int count = (len - 4); in capa_cb() local 754 int count = (len - 4); in capa_cb() local
|
| /third_party/alsa-lib/modules/mixer/simple/ |
| H A D | sbase.h | 63 unsigned int count; member 81 unsigned int count; member 87 unsigned int count; member
|
| /third_party/alsa-lib/test/ |
| H A D | mixtest.c | 207 int count; in init() local [all...] |
| H A D | user-ctl-element-set.c | 130 unsigned int count, pos; in allocate_int_elem_set_tlv() local 394 int count; in check_event() local 655 unsigned int count; check_tlv() local [all...] |
| /third_party/alsa-utils/alsactl/ |
| H A D | daemon.c | 90 static void add_card(struct card ***cards, int *count, const char *cardname) in add_card() argument 139 static void add_cards(struct card ***cards, int *count) in add_cards() argument 362 int count = 0, pcount, psize = 0, i, j, k, changed = 0; in state_daemon() local [all...] |
| H A D | monitor.c | 65 int count; in insert_source_entry() local 246 int count; in operate_dispatcher() local 319 int count; run_dispatcher() local [all...] |
| H A D | utils.c | 71 size_t count; in line_width() local
|
| /third_party/alsa-utils/alsamixer/ |
| H A D | textbox.c | 43 unsigned int count; in show_error() local 57 unsigned int count; in show_alsa_error() local 104 void show_text(const char *const *lines, unsigned int count, cons argument 318 create_text_box(const char *const *lines, unsigned int count, const char *title_, int attrs) create_text_box() argument [all...] |
| /third_party/alsa-utils/seq/aconnect/ |
| H A D | aconnect.c | 124 int count = 0; in list_each_subs() local 168 int count; in do_search_port() local 196 print_port(snd_seq_t *seq ATTRIBUTE_UNUSED, snd_seq_client_info_t *cinfo, snd_seq_port_info_t *pinfo, int count) print_port() argument 240 print_port_and_subs(snd_seq_t *seq, snd_seq_client_info_t *cinfo, snd_seq_port_info_t *pinfo, int count) print_port_and_subs() argument [all...] |
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_vecmathlib.h | 164 ASTCENC_SIMD_INLINE unsigned int round_down_to_simd_multiple_8(unsigned int count) in round_down_to_simd_multiple_8() argument 176 ASTCENC_SIMD_INLINE unsigned int round_down_to_simd_multiple_4(unsigned int count) in round_down_to_simd_multiple_4() argument 190 round_down_to_simd_multiple_vla(unsigned int count) round_down_to_simd_multiple_vla() argument 204 round_up_to_simd_multiple_vla(unsigned int count) round_up_to_simd_multiple_vla() argument [all...] |
| /third_party/alsa-utils/axfer/ |
| H A D | subcmd-transfer.c | 151 static int allocate_containers(struct context *ctx, unsigned int count) in allocate_containers() argument
|
| /third_party/alsa-utils/topology/nhlt/ |
| H A D | nhlt-processor.c | 40 uint16_t count; member
|