/third_party/ffmpeg/libavutil/ |
H A D | sha.c | 37 uint64_t count; ///< number of bytes in buffer member
|
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/ffmpeg/libavformat/ |
H A D | scd.c | 44 uint16_t count; member [all...] |
H A D | tedcaptionsdec.c | 332 unsigned i, count = 0; in tedcaptions_read_probe() local
|
/third_party/curl/lib/vtls/ |
H A D | vtls_int.h | 49 size_t count; /* number of entries */ member
|
/third_party/curl/lib/ |
H A D | warnless.c | 372 ssize_t curlx_read(int fd, void *buf, size_t count) in curlx_read() argument 377 ssize_t curlx_write(int fd, const void *buf, size_t count) in curlx_write() argument
|
/third_party/gn/src/gn/ |
H A D | command_refs.cc | 60 size_t count = 1; in RecursivePrintTarget() local 94 size_t count = 0; in RecursivePrintTargetDeps() local 163 size_t count = 0; in DoTreeOutput() local [all...] |
/third_party/fsverity-utils/programs/ |
H A D | test_compute_digest.c | 24 static int read_fn(void *fd, void *buf, size_t count) in read_fn() argument 282 u64 count = metadata_callback_counts.merkle_tree_block++; in handle_merkle_tree_block() local 41 zeroes_read_fn(void *fd __attribute__((unused)), void *buf, size_t count) zeroes_read_fn() argument [all...] |
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/glfw/src/ |
H A D | win32_init.c | 442 int count; in _glfwCreateWideStringFromUTF8Win32() local
|
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/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...] |
/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...] |