Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 64) sorted by relevance

123

/buildroot/package/fbv/
A D0003-fix-bgr555.patch40 s_fbbuff = (unsigned short *) malloc(count * sizeof(unsigned short));
41 - for(i = 0; i < count ; i++)
44 + for(i = 0; i < count ; i++)
47 + for(i = 0; i < count ; i++)
53 s_fbbuff = (unsigned short *) malloc(count * sizeof(unsigned short));
54 - for(i = 0; i < count ; i++)
57 + for(i = 0; i < count ; i++)
60 + for(i = 0; i < count ; i++)
A D0002-fix-24bpp-support-on-big-endian.patch18 + c_fbbuff = (unsigned char *) malloc(count * 3 * sizeof(unsigned char));
19 + for(i = 0; i < (3 * count); i += 3) {
29 i_fbbuff = (unsigned int *) malloc(count * sizeof(unsigned int));
/buildroot/package/sp-oops-extract/
A D0002-stdint-cleanup.patch16 - u_int32_t *count, maxcount = 0xffffffff;
18 + uint32_t *count, maxcount = 0xffffffff;
27 - count = (u_int32_t *) buf;
29 + count = (uint32_t *) buf;
/buildroot/support/testing/tests/package/
A Dsample_bmap_tools.sh8 dd if=/dev/zero of=disk.img bs=2M count=1
11 dd if=/dev/zero of=copy.img bs=2M count=1
A Dtest_weston.py39 def gen_read_disp_crcs_cmd(self, count=1): argument
57 def gen_count_unique_disp_crcs_cmd(self, count=10): argument
59 cmd = self.gen_read_disp_crcs_cmd(count)
/buildroot/package/x11r7/mcookie/
A Dmcookie.c171 unsigned count; in MD5Final() local
179 p = ctx->in + count; in MD5Final()
183 count = 64 - 1 - count; in MD5Final()
186 if (count < 8) { in MD5Final()
188 memset(p, 0, count); in MD5Final()
196 memset(p, 0, count - 8); in MD5Final()
331 off_t count = 0; in hash_file() local
337 count += r; in hash_file()
342 return count; in hash_file()
375 int count = 0; in main() local
[all …]
/buildroot/package/ipmitool/
A D0003-Do-not-require-the-IANA-PEN-registry-file.patch15 improper count would cause `oem_info_init_from_list` to aallocate a list
23 Now, use a signed int and ensure a valid count of loaded OEMs is used.
78 - size_t count;
80 + int count;
90 - if (!(count = oem_info_list_load(&oemlist))) {
97 + if ((count = oem_info_list_load(&oemlist)) < 1) {
99 + count = 0;
103 free_strings = !oem_info_init_from_list(oemlist, count);
/buildroot/support/kconfig/
A Dlkc.h84 void sym_set_change_count(int count);
85 void sym_add_change_count(int count);
90 static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) in xfwrite() argument
94 if (fwrite(str, len, count, out) != count) in xfwrite()
/buildroot/package/dante/
A D0002-osdep-m4-Remove-getaddrinfo-too-low-checks.patch27 - AC_MSG_FAILURE([error: getaddrinfo() error value count too low])
31 - AC_MSG_FAILURE([error: getaddrinfo() error symbol count too low])
35 AC_MSG_FAILURE([internal error: errno symbol count mismatch])
/buildroot/package/perl-number-bytes-human/
A DConfig.in4 Convert byte count to human readable format.
/buildroot/support/testing/tests/core/
A Ddevice_table2.txt1 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
/buildroot/fs/btrfs/
A Dbtrfs.mk24 --byte-count '$(BTRFS_SIZE)' \
/buildroot/package/uboot-bootcount/
A DConfig.in4 U-Boot implements a boot count scheme that can be used to
/buildroot/board/khadas/vim3/
A Dpost-image.sh19 conv=fsync,notrunc bs=1 count=444
/buildroot/package/mkpasswd/
A Dmkpasswd.c360 void* get_random_bytes(const int count) in get_random_bytes() argument
365 buf = NOFAIL(malloc(count)); in get_random_bytes()
371 if (read(fd, buf, count) != count) { in get_random_bytes()
372 if (count < 0) in get_random_bytes()
/buildroot/package/makedevs/
A Dmakedevs.c504 unsigned int count = 0; in main() local
533 &minor, &start, &increment, &count)) || in main()
534 ((major | minor | start | count | increment) > 0xfffff)) in main()
626 if (count) in main()
627 count--; in main()
628 for (i = start; i <= start + count; i++) { in main()
629 sprintf(full_name_inc, count ? "%s%u" : "%s", full_name, i); in main()
/buildroot/package/opengl/libgbm/
A DConfig.in10 # provide the format modifier plane count feature. This API was
/buildroot/package/ubus/
A D0001-Install-server-and-client-examples.patch19 ADD_EXECUTABLE(client client.c count.c)
/buildroot/package/freescale-imx/imx-uuc/
A Dimx-uuc.mk24 dd if=/dev/zero of=$(TARGET_DIR)/fat bs=1M count=1
/buildroot/board/chromebook/
A Dmksd.sh45 run dd bs=$sec count=$imagesec if=/dev/zero of=$bootsd
/buildroot/system/
A Ddevice_table.txt8 # <name> <type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>
/buildroot/package/libtomcrypt/
A D0001-fix-CVE-2019-17362.patch22 /* count number of bytes */
/buildroot/fs/ubifs/
A DConfig.in23 int "maximum logical eraseblock count"
26 Maximum logical eraseblock (LEB) count. The value provided
/buildroot/package/dahdi-linux/
A D0001-fix-build-with-32-bits-kernel.patch39 q->name, q->steady_state_count, q->count, q->max_count,
58 ticker->count++;
116 if (q->count >= q->max_count) {
122 q->name, q->steady_state_count, q->count,
/buildroot/package/mesa3d/
A D0003-src-util-rand_xor-Include-stddef.h-to-fix-build-erro.patch14 extern int getrandom(void *__buf, size_t count, unsigned int flags)

Completed in 49 milliseconds

123