Home
last modified time | relevance | path

Searched refs:BUFLEN (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/tools/usb/
H A Dhcd-tests.sh32 declare -i COUNT BUFLEN
35 BUFLEN=2048
51 if ! ./testusb $TEST_ARGS -s $BUFLEN -c $COUNT $* 2>/dev/null
96 BUFLEN=2048
145 BUFLEN=4096
148 BUFLEN=64
160 BUFLEN=24500
168 BUFLEN=32768
213 BUFLEN=24500
221 BUFLEN=32768
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c12 #define BUFLEN (MAX_LEN+MAX_OFFSET+2*MIN_REDZONE) macro
28 memset(src, POISON, BUFLEN); in do_one()
29 memset(dst, POISON, BUFLEN); in do_one()
56 if (memcmp(dstp+len, redzone, dst+BUFLEN-(dstp+len))) { in do_one()
69 src = memalign(BUFLEN, BUFLEN); in test_copy_loop()
70 dst = memalign(BUFLEN, BUFLEN); in test_copy_loop()
71 redzone = malloc(BUFLEN); in test_copy_loop()
72 fill = malloc(BUFLEN); in test_copy_loop()
79 memset(redzone, POISON, BUFLEN); in test_copy_loop()
82 for (i = 0; i < BUFLEN; i++) in test_copy_loop()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Ds5p-sss.c224 #define BUFLEN HASH_BLOCK_SIZE macro
328 u8 xmit_buf[BUFLEN];
1164 if (!IS_ALIGNED(sg_tmp->length - skip, BUFLEN)) { in s5p_hash_prepare_sgs()
1231 if (nbytes && (!IS_ALIGNED(ctx->bufcnt, BUFLEN))) { in s5p_hash_prepare_request()
1233 int len = BUFLEN - ctx->bufcnt % BUFLEN; in s5p_hash_prepare_request()
1254 if (IS_ALIGNED(xmit_len, BUFLEN)) in s5p_hash_prepare_request()
1255 xmit_len -= BUFLEN; in s5p_hash_prepare_request()
1257 xmit_len -= xmit_len & (BUFLEN - 1); in s5p_hash_prepare_request()
1267 if (xmit_len > BUFLEN) { in s5p_hash_prepare_request()
1514 if (ctx->bufcnt + req->nbytes <= BUFLEN) { in s5p_hash_update()
[all …]
H A Domap-sham.c137 #define BUFLEN SHA512_BLOCK_SIZE macro
227 u8 xmit_buf[BUFLEN] OMAP_ALIGNED;
1011 ctx->buflen = BUFLEN; in omap_sham_init()
1351 sizeof(struct omap_sham_reqctx) + BUFLEN); in omap_sham_cra_init_alg()
2171 BUFLEN; in omap_sham_probe()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A D8svx.c10 #define BUFLEN 512 macro
17 sox_uint8_t buf[4][BUFLEN];
186 if (chunk > BUFLEN) in read_samples()
187 chunk = BUFLEN; in read_samples()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dvsxxxaa.c104 #define BUFLEN 15 /* At least 5 is needed for a full tablet packet */ macro
105 unsigned char buf[BUFLEN];
119 memmove(mouse->buf, mouse->buf + num, BUFLEN - num); in vsxxxaa_drop_bytes()
126 if (mouse->count == BUFLEN) { in vsxxxaa_queue_byte()
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Digorplugusb.c25 #define BUFLEN 36 macro
26 #define MAX_PACKET (HEADERLEN + BUFLEN)
/OK3568_Linux_fs/u-boot/arch/arm/mach-orion5x/
H A Dcpu.c19 #define BUFLEN 16 macro
/OK3568_Linux_fs/kernel/drivers/crypto/ccp/
H A Dccp-debugfs.c22 #define BUFLEN 63 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-124154 The buffer of length BUFLEN pointed to by BUFFER can be used for
4188 BUFFER of length BUFLEN. There must not be any references to
5716 *BUFFER, size_t BUFLEN, struct passwd **RESULT)
5724 information instead of using a static buffer. The first BUFLEN
5751 *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct passwd
5791 char *BUFFER, size_t BUFLEN, struct passwd **RESULT)
5798 structure pointed to by RESULT_BUF. The first BUFLEN bytes of the
5838 size_t BUFLEN, struct passwd **RESULT)
5953 *BUFFER, size_t BUFLEN, struct group **RESULT)
5961 information instead of using a static buffer. The first BUFLEN
[all …]
H A Dlibc.info-1313169 ‘int fgetgrent_r (FILE *STREAM, struct group *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct group…
13185 ‘int fgetpwent_r (FILE *STREAM, struct passwd *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct pass…
13795 ‘int getgrent_r (struct group *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct group **RESULT)’
13803 ‘int getgrgid_r (gid_t GID, struct group *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct group **R…
13813 ‘int getgrnam_r (const char *NAME, struct group *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct gr…
13829 … FORMAT, struct hostent *restrict RESULT_BUF, char *restrict BUF, size_t BUFLEN, struct hostent **…
13841 … int AF, struct hostent *restrict RESULT_BUF, char *restrict BUF, size_t BUFLEN, struct hostent **…
13845 …ct NAME, struct hostent *restrict RESULT_BUF, char *restrict BUF, size_t BUFLEN, struct hostent **…
13901 ‘int getnetgrent_r (char **HOSTP, char **USERP, char **DOMAINP, char *BUFFER, size_t BUFLEN)’
13991 ‘int getpwent_r (struct passwd *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct passwd **RESULT)’
[all …]
H A Dlibc.info-75412 BUFLEN, struct hostent **restrict RESULT, int *restrict
5423 pointer and the size of the buffer in the BUF and BUFLEN
5470 BUFLEN, struct hostent **restrict RESULT, int *restrict
5483 *restrict BUF, size_t BUFLEN, struct hostent **restrict
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-124154 The buffer of length BUFLEN pointed to by BUFFER can be used for
4188 BUFFER of length BUFLEN. There must not be any references to
5716 *BUFFER, size_t BUFLEN, struct passwd **RESULT)
5724 information instead of using a static buffer. The first BUFLEN
5751 *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct passwd
5791 char *BUFFER, size_t BUFLEN, struct passwd **RESULT)
5798 structure pointed to by RESULT_BUF. The first BUFLEN bytes of the
5838 size_t BUFLEN, struct passwd **RESULT)
5953 *BUFFER, size_t BUFLEN, struct group **RESULT)
5961 information instead of using a static buffer. The first BUFLEN
[all …]
H A Dlibc.info-1313169 ‘int fgetgrent_r (FILE *STREAM, struct group *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct group…
13185 ‘int fgetpwent_r (FILE *STREAM, struct passwd *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct pass…
13795 ‘int getgrent_r (struct group *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct group **RESULT)’
13803 ‘int getgrgid_r (gid_t GID, struct group *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct group **R…
13813 ‘int getgrnam_r (const char *NAME, struct group *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct gr…
13829 … FORMAT, struct hostent *restrict RESULT_BUF, char *restrict BUF, size_t BUFLEN, struct hostent **…
13841 … int AF, struct hostent *restrict RESULT_BUF, char *restrict BUF, size_t BUFLEN, struct hostent **…
13845 …ct NAME, struct hostent *restrict RESULT_BUF, char *restrict BUF, size_t BUFLEN, struct hostent **…
13901 ‘int getnetgrent_r (char **HOSTP, char **USERP, char **DOMAINP, char *BUFFER, size_t BUFLEN)’
13991 ‘int getpwent_r (struct passwd *RESULT_BUF, char *BUFFER, size_t BUFLEN, struct passwd **RESULT)’
[all …]
H A Dlibc.info-75412 BUFLEN, struct hostent **restrict RESULT, int *restrict
5423 pointer and the size of the buffer in the BUF and BUFLEN
5470 BUFLEN, struct hostent **restrict RESULT, int *restrict
5483 *restrict BUF, size_t BUFLEN, struct hostent **restrict