HomeSort by relevance Sort by last modified time
    Searched refs:len (Results 126 - 150 of 16257) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/ltp/include/lapi/
tee.h 27 ssize_t tee(int fd_in, int fd_out, size_t len, unsigned int flags)
29 return tst_syscall(__NR_tee, fd_in, fd_out, len, flags);
  /external/nos/host/generic/libnos_transport/
crc16.h 30 uint16_t crc16(const void *buf, uint32_t len);
39 uint16_t crc16_update(const void *buf, uint32_t len, uint16_t crc);
  /external/ppp/pppd/
magic.h 49 void random_bytes __P((unsigned char *buf, int len));
  /external/strace/tests/
so_peercred.c 44 get_peercred(int fd, void *val, socklen_t *len)
46 int rc = getsockopt(fd, SOL_SOCKET, SO_PEERCRED, val, len);
77 TAIL_ALLOC_OBJECT_CONST_PTR(socklen_t, len);
103 *len = sizeof(*peercred);
104 get_peercred(sv[0], peercred, len);
109 printf("}, [%d]) = %s\n", *len, errstr);
112 *len = 0;
113 get_peercred(sv[0], peercred, len);
118 *len = sizeof(*peercred) + 1;
119 get_peercred(sv[0], peercred, len);
    [all...]
  /external/strace/tests-m32/
so_peercred.c 44 get_peercred(int fd, void *val, socklen_t *len)
46 int rc = getsockopt(fd, SOL_SOCKET, SO_PEERCRED, val, len);
77 TAIL_ALLOC_OBJECT_CONST_PTR(socklen_t, len);
103 *len = sizeof(*peercred);
104 get_peercred(sv[0], peercred, len);
109 printf("}, [%d]) = %s\n", *len, errstr);
112 *len = 0;
113 get_peercred(sv[0], peercred, len);
118 *len = sizeof(*peercred) + 1;
119 get_peercred(sv[0], peercred, len);
    [all...]
  /external/strace/tests-mx32/
so_peercred.c 44 get_peercred(int fd, void *val, socklen_t *len)
46 int rc = getsockopt(fd, SOL_SOCKET, SO_PEERCRED, val, len);
77 TAIL_ALLOC_OBJECT_CONST_PTR(socklen_t, len);
103 *len = sizeof(*peercred);
104 get_peercred(sv[0], peercred, len);
109 printf("}, [%d]) = %s\n", *len, errstr);
112 *len = 0;
113 get_peercred(sv[0], peercred, len);
118 *len = sizeof(*peercred) + 1;
119 get_peercred(sv[0], peercred, len);
    [all...]
  /external/swiftshader/third_party/subzero/wasm-tests/
hello-write.c 7 const int len = strlen(str); local
8 write(1, str, len);
  /external/tcpdump/
print-ftp.c 29 ftp_print(netdissect_options *ndo, const u_char *pptr, u_int len)
31 txtproto_print(ndo, pptr, len, "ftp", NULL, 0);
print-sip.c 51 sip_print(netdissect_options *ndo, const u_char *pptr, u_int len)
53 txtproto_print(ndo, pptr, len, "sip", sipcmds, RESP_CODE_SECOND_TOKEN);
print-smtp.c 29 smtp_print(netdissect_options *ndo, const u_char *pptr, u_int len)
31 txtproto_print(ndo, pptr, len, "smtp", NULL, 0);
  /external/u-boot/arch/xtensa/lib/
relocate.c 12 size_t len = (size_t)&__bss_end - (size_t)&__bss_start; local
14 memset((void *)&__bss_start, 0x00, len);
  /external/u-boot/include/
tables_csum.h 9 static inline u8 table_compute_checksum(void *v, int len)
15 for (i = 0; i < len; i++)
  /external/u-boot/include/u-boot/
md5.h 21 * Calculate and store in 'output' the MD5 digest of 'len' bytes at
24 void md5 (unsigned char *input, int len, unsigned char output[16]);
27 * Calculate and store in 'output' the MD5 digest of 'len' bytes at 'input'.
31 void md5_wd (unsigned char *input, int len, unsigned char output[16],
  /external/webrtc/webrtc/test/
mock_transport.h 23 size_t len,
25 MOCK_METHOD2(SendRtcp, bool(const uint8_t* data, size_t len));
  /external/wpa_supplicant_8/src/tls/
pkcs8.h 12 struct crypto_private_key * pkcs8_key_import(const u8 *buf, size_t len);
14 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd);
  /device/linaro/bootloader/arm-trusted-firmware/drivers/auth/mbedtls/
mbedtls_x509_parser.c 74 size_t len; local
85 end = v3_ext.p + v3_ext.len;
87 mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_CONSTRUCTED |
94 mbedtls_asn1_get_tag(&p, end, &len, MBEDTLS_ASN1_CONSTRUCTED |
96 end_ext_data = p + len;
100 mbedtls_asn1_get_tag(&p, end, &extn_oid.len, MBEDTLS_ASN1_OID);
102 p += extn_oid.len;
108 mbedtls_asn1_get_tag(&p, end_ext_data, &len,
110 end_ext_octet = p + len;
121 *ext_len = (unsigned int)len;
145 size_t len; local
    [all...]
  /external/libnetfilter_conntrack/src/conntrack/
snprintf_default.c 13 unsigned int len,
16 return (snprintf(buf, len, "%-8s %u ",
23 unsigned int len,
26 return (snprintf(buf, len, "%-8s %u ",
33 unsigned int len,
36 return snprintf(buf, len, "%u ", ct->timeout);
40 unsigned int len,
43 return snprintf(buf, len, "%s ",
50 unsigned int len,
53 return snprintf(buf, len, "%s "
    [all...]
  /external/adhd/cras/src/tests/
dsp_core_unittest.cc 17 static void add_sine(float *data, size_t len, float freq, float offset,
20 for (size_t i = 0; i < len; i++)
25 * the result of DFT, multiplied by 2/len. */
26 static float magnitude_at(float *data, size_t len, float f)
30 for (size_t i = 0; i < len; i++) {
34 return sqrt(re * re + im * im) * (2.0 / len);
81 size_t len = 44100; local
82 float NQ = len / 2;
86 float *data = (float *)malloc(sizeof(float) * len);
90 memset(data, 0, sizeof(float) * len);
145 size_t len = 44100; local
214 size_t len = 44100; local
259 size_t len = 44100; local
330 size_t len = 44100; local
    [all...]
  /external/boringssl/src/crypto/asn1/
a_print.c 62 int ASN1_PRINTABLE_type(const unsigned char *s, int len)
68 if (len <= 0)
69 len = -1;
73 while ((*s) && (len-- != 0)) {
  /external/compiler-rt/test/tsan/
ignore_lib_lib.h 8 volatile int len; variable
13 memset(p, 0, len);
20 len = 10;
21 __atomic_store_n(&mem, malloc(len), __ATOMIC_RELEASE);
  /external/dtc/tests/
truncated_property.c 35 int len; local
39 prop = fdt_getprop(fdt, 0, "truncated", &len);
42 if (len != -FDT_ERR_BADSTRUCTURE)
44 fdt_strerror(len), fdt_strerror(-FDT_ERR_BADSTRUCTURE));
  /external/e2fsprogs/lib/ext2fs/
crc16.h 24 extern crc16_t ext2fs_crc16(crc16_t crc, const void *buffer, unsigned int len);
  /external/google-breakpad/src/common/solaris/
message_output.h 44 int len = snprintf(buffer, MESSAGE_MAX, message); \
45 write(std, buffer, len)
49 int len = snprintf(buffer, MESSAGE_MAX, message, para); \
50 write(std, buffer, len);
  /external/harfbuzz_ng/test/fuzzing/
main.cc 9 unsigned int len; local
10 const char *font_data = hb_blob_get_data (blob, &len);
11 if (len == 0)
19 LLVMFuzzerTestOneInput((const uint8_t *) font_data, len);
  /external/libxkbcommon/xkbcommon/src/
utf8.h 34 is_valid_utf8(const char *ss, size_t len);

Completed in 1031 milliseconds

1 2 3 4 56 7 8 91011>>