Searched defs:buf (Results 201 - 225 of 4593) sorted by relevance

1234567891011>>

/external/valgrind/none/tests/s390x/
H A Dmvc.c54 printf("------- Non-destructive overlap buf[0:4] = buf[10:14]\n");
55 char buf[] = "0123456789abcde"; local
56 printf("before: buf = |%s|\n", buf);
58 ::"a" (buf),"a" (buf): "memory");
59 printf("after: buf = |%s|\n", buf);
/external/valgrind/none/tests/x86/
H A Dbug125959-x86.c4 unsigned char buf[256]; variable
9 block[0] = (int)&buf[0];
29 buf[i] = (unsigned char) i;
/external/vboot_reference/firmware/stub/
H A Dvboot_api_stub_region.c18 uint32_t size, void *buf)
16 VbExRegionRead(VbCommonParams *cparams, enum vb_firmware_region region, uint32_t offset, uint32_t size, void *buf) argument
/external/webrtc/webrtc/base/
H A Dcrc32.h20 // Updates a CRC32 checksum with |len| bytes from |buf|. |initial| holds the
22 uint32_t UpdateCrc32(uint32_t initial, const void* buf, size_t len);
24 // Computes a CRC32 checksum using |len| bytes from |buf|.
25 inline uint32_t ComputeCrc32(const void* buf, size_t len) { argument
26 return UpdateCrc32(0, buf, len);
H A Dmd5.h32 uint32_t buf[4]; member in struct:rtc::MD5Context
40 void MD5Transform(uint32_t buf[4], const uint32_t in[16]);
H A Dmd5digest.cc19 void Md5Digest::Update(const void* buf, size_t len) { argument
20 MD5Update(&ctx_, static_cast<const uint8_t*>(buf), len);
23 size_t Md5Digest::Finish(void* buf, size_t len) { argument
27 MD5Final(&ctx_, static_cast<uint8_t*>(buf));
H A Dsha1digest.cc19 void Sha1Digest::Update(const void* buf, size_t len) { argument
20 SHA1Update(&ctx_, static_cast<const uint8_t*>(buf), len);
23 size_t Sha1Digest::Finish(void* buf, size_t len) { argument
27 SHA1Final(&ctx_, static_cast<uint8_t*>(buf));
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dp2p_hostapd.h15 char *buf, size_t buflen);
26 char *buf, size_t buflen)
24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256_i.h17 u8 buf[SHA256_BLOCK_SIZE]; member in struct:sha256_state
H A Dsha512_i.h17 u8 buf[SHA512_BLOCK_SIZE]; member in struct:sha512_state
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dip_addr.c14 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, argument
21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen);
23 buf[0] = '\0';
27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
28 buf[0] = '\0';
32 return buf;
/external/wpa_supplicant_8/src/ap/
H A Dp2p_hostapd.h15 char *buf, size_t buflen);
26 char *buf, size_t buflen)
24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
/external/wpa_supplicant_8/src/crypto/
H A Dsha256_i.h17 u8 buf[SHA256_BLOCK_SIZE]; member in struct:sha256_state
H A Dsha512_i.h17 u8 buf[SHA512_BLOCK_SIZE]; member in struct:sha512_state
/external/wpa_supplicant_8/src/utils/
H A Dip_addr.c14 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, argument
21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen);
23 buf[0] = '\0';
27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
28 buf[0] = '\0';
32 return buf;
/external/wpa_supplicant_8/wpa_supplicant/
H A Dlibwpa_test.c23 char buf[10]; local
26 len = sizeof(buf);
27 wpa_ctrl_recv(ctrl, buf, &len);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dp2p_hostapd.h15 char *buf, size_t buflen);
26 char *buf, size_t buflen)
24 hostapd_p2p_get_mib_sta(struct hostapd_data *hapd, struct sta_info *sta, char *buf, size_t buflen) argument
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256_i.h17 u8 buf[SHA256_BLOCK_SIZE]; member in struct:sha256_state
H A Dsha512_i.h17 u8 buf[SHA512_BLOCK_SIZE]; member in struct:sha512_state
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dip_addr.c14 const char * hostapd_ip_txt(const struct hostapd_ip_addr *addr, char *buf, argument
21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen);
23 buf[0] = '\0';
27 if (inet_ntop(AF_INET6, &addr->u.v6, buf, buflen) == NULL)
28 buf[0] = '\0';
32 return buf;
/external/zlib/src/contrib/iostream3/
H A Dtest.cc15 char buf[80]; local
27 while (inf.getline(buf,80,'\n')) {
28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
43 while (inf.getline(buf,80,'\n')) {
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n";
/external/autotest/client/site_tests/security_Minijail_seccomp/src/
H A Dfail.c13 char buf[SIZE]; local
16 int nr = syscall(__NR_read, fd_z, buf, SIZE);
17 int nw = syscall(__NR_write, fd_n, buf, SIZE);
/external/avb/libavb/
H A Davb_crc32.c101 static uint32_t crc32(uint32_t crc_in, const uint8_t* buf, int size) { argument
102 const uint8_t* p = buf;
111 uint32_t avb_crc32(const uint8_t* buf, size_t size) { argument
112 return crc32(0, buf, size);
H A Davb_sha.h56 uint8_t buf[AVB_SHA256_DIGEST_SIZE]; /* Used for storing the final digest. */ member in struct:__anon520
65 uint8_t buf[AVB_SHA512_DIGEST_SIZE]; /* Used for storing the final digest. */ member in struct:__anon521
/external/bison/lib/
H A Dfprintf.c38 char buf[2000]; local
41 size_t lenbuf = sizeof (buf);
45 output = vasnprintf (buf, &lenbuf, format, args);
57 if (output != buf)
66 if (output != buf)

Completed in 459 milliseconds

1234567891011>>