HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 251 - 275 of 1566) sorted by null

<<11121314151617181920>>

  /external/iproute2/include/uapi/linux/
gen_stats.h 21 * @bytes: number of seen bytes
25 __u64 bytes; member in struct:gnet_stats_basic
29 __u64 bytes; member in struct:gnet_stats_basic_packed
  /external/iproute2/include/uapi/linux/netfilter/
xt_set.h 71 struct ip_set_counter_match0 bytes; member in struct:xt_set_info_match_v3
90 struct ip_set_counter_match bytes; member in struct:xt_set_info_match_v4
  /external/ipsec-tools/
main.c 71 unsigned char bytes[2]; local
72 if (recv(control, &bytes[0], 1, 0) != 1 ||
73 recv(control, &bytes[1], 1, 0) != 1) {
77 int length = bytes[0] << 8 | bytes[1];
  /external/iptables/include/linux/netfilter/
xt_set.h 70 struct ip_set_counter_match0 bytes; member in struct:xt_set_info_match_v3
79 struct ip_set_counter_match bytes; member in struct:xt_set_info_match_v4
  /external/kernel-headers/original/uapi/linux/
gen_stats.h 22 * @bytes: number of seen bytes
26 __u64 bytes; member in struct:gnet_stats_basic
30 __u64 bytes; member in struct:gnet_stats_basic_packed
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_set.h 71 struct ip_set_counter_match0 bytes; member in struct:xt_set_info_match_v3
90 struct ip_set_counter_match bytes; member in struct:xt_set_info_match_v4
  /external/libavc/test/encoder/
input.c 55 WORD32 size, bytes; local
72 bytes = fread(pv_pic_info, 1, size, ps_app_ctxt->fp_pic_info);
73 if(bytes != size)
84 WORD32 bytes; local
112 bytes = fread(pv_mb_info, 1, size, ps_app_ctxt->fp_mb_info);
113 if(bytes != size)
121 WORD32 bytes; local
137 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp);
138 if(bytes != wd )
161 bytes = fread(pu1_buf, sizeof(UWORD8), wd, fp)
176 WORD32 bytes; local
    [all...]
  /external/libchrome/base/strings/
string_number_conversions_unittest.cc 839 unsigned char bytes[] = {0x01, 0xff, 0x02, 0xfe, 0x03, 0x80, 0x81}; local
840 hex = HexEncode(bytes, sizeof(bytes));
  /external/libchrome/mojo/public/cpp/base/
big_buffer.h 54 // BigBuffer represents a potentially large sequence of bytes. When passed over
56 // inlined array of bytes or as a shared buffer handle with the payload copied
61 // A BigBuffer may be (implicitly) constructed over any span of bytes, and it
78 // Constructs a BigBuffer over an existing span of bytes. Intentionally
105 const std::vector<uint8_t>& bytes() const { function
134 // Constructs a BigBufferView over |bytes|. If |bytes| is large enough, this
136 // will retain an unsafe reference to |bytes| and must therefore not outlive
137 // |bytes|.
138 explicit BigBufferView(base::span<const uint8_t> bytes); variable
159 base::span<const uint8_t> bytes() const { function
    [all...]
  /external/libchrome/mojo/public/cpp/system/tests/
wait_set_unittest.cc 34 std::vector<uint8_t> bytes; local
35 MojoResult rv = ReadMessageRaw(handle.get(), &bytes, nullptr,
38 return std::string(bytes.begin(), bytes.end());
  /external/libcups/cups/
sidechannel.c 55 * update the value to contain the number of data bytes in the buffer.
64 int *datalen, /* IO - Size of data buffer on entry, number of bytes in buffer on return */
94 * update the value to contain the number of data bytes in the buffer.
104 int *datalen, /* IO - Size of data buffer on entry, number of bytes in buffer on return */
108 ssize_t bytes; /* Bytes read */ local
183 while ((bytes = read(CUPS_SC_FD, buffer, _CUPS_SC_MAX_BUFFER)) < 0)
197 * Watch for EOF or too few bytes...
200 if (bytes < 4)
202 DEBUG_printf(("1cupsSideChannelRead: Short read of " CUPS_LLFMT " bytes", CUPS_LLCAST bytes))
533 ssize_t bytes; \/* Bytes written *\/ local
    [all...]
testfile.c 228 ssize_t bytes; local
230 while ((bytes = cupsFileRead(fp, line, sizeof(line))) > 0)
231 printf("%s: %d bytes\n", argv[1], (int)bytes);
461 ssize_t bytes; /* Number of bytes read/written */ local
731 for (i = 0, bytes = 0; i < 10000; i ++)
732 if ((bytes = cupsFileRead(fp, (char *)readbuf, sizeof(readbuf))) < 0)
739 else if (bytes > 0)
  /external/libese/examples/
ese_nxp_sample.c 30 const uint8_t *bytes; member in struct:Apdu
44 .bytes = &kSelectCardManagerBytes[0],
51 .bytes = &kGetCplcBytes[0],
75 .bytes = &kSelectJcopIdentifyBytes[0],
103 printf("Sending %u bytes to card\n", apdu->length);
106 printf("%.2X ", apdu->bytes[i]);
109 recvd = ese_transceive(&ese, (uint8_t *)apdu->bytes, apdu->length, rx_buf,
118 printf("Read %d bytes from card\n", recvd);
  /external/libese/libese-hw/nxp/pn80t/
nq_nci.c 121 uint32_t bytes = 0; local
131 while (bytes < len) {
132 ssize_t ret = write(handle->fd, (void *)(buf + bytes), len - bytes);
142 bytes += ret;
165 uint32_t bytes = 0; local
166 while (bytes < len) {
167 ssize_t ret = read(handle->fd, (void *)(buf + bytes), len - bytes);
177 bytes += ret
    [all...]
  /external/libese/tools/ese_relay/
ese_relay.c 128 ssize_t bytes = read(client_fd, tx_buf + data_read, tx_len - data_read); local
129 if (bytes < 0) {
134 data_read += bytes;
139 printf("Sending %u bytes to card\n", tx_len);
180 printf("Read %d bytes from card\n", rx_len);
196 ssize_t bytes = local
198 if (bytes < 0) {
203 data_read += bytes;
  /external/libffi/src/cris/
ffi.c 162 unsigned bytes = 0; local
192 if (((*ptr)->alignment - 1) & bytes)
193 bytes = ALIGN (bytes, (*ptr)->alignment);
198 bytes += (*ptr)->size;
199 bytes += sizeof (void *);
204 bytes += 8;
206 bytes += 4;
210 bytes += STACK_ARG_SIZE ((*ptr)->size);
213 cif->bytes = bytes
    [all...]
  /external/libffi/src/metag/
ffi.c 103 unsigned i, bytes = 0; local
114 if (((*ptr)->alignment - 1) & bytes)
115 bytes = ALIGN(bytes, (*ptr)->alignment);
117 bytes += ALIGN((*ptr)->size, 4);
121 bytes = ALIGN(bytes, 8);
125 bytes += sizeof(void*);
128 bytes = ALIGN(bytes, 8)
    [all...]
  /external/libnl/include/linux-private/linux/
gen_stats.h 18 * @bytes: number of seen bytes
22 __u64 bytes; member in struct:gnet_stats_basic
26 __u64 bytes; member in struct:gnet_stats_basic_packed
  /external/linux-kselftest/tools/testing/selftests/bpf/
get_cgroup_id_user.c 52 int err, bytes, efd, prog_fd, pmu_fd; local
97 bytes = read(efd, buf, sizeof(buf));
99 if (CHECK(bytes <= 0 || bytes >= sizeof(buf), "read",
100 "bytes %d errno %d\n", bytes, errno))
  /external/llvm/include/llvm/ADT/
StringRef.h 105 iterator_range<const unsigned char *> bytes() const { function in class:llvm::StringRef
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
SIMCCodeEmitter.cpp 197 unsigned bytes = Desc.getSize(); local
199 for (unsigned i = 0; i < bytes; i++) {
203 if (bytes > 4)
  /external/ltp/testcases/kernel/sched/eas/
util.c 63 int bytes, rv; local
72 bytes = CAP_STATE_FILE_SIZE;
79 while (bytes) {
80 rv = read(cap_states_fd, tmp1, bytes);
88 bytes -= rv;
  /external/ltp/testcases/kernel/syscalls/setrlimit/
setrlimit01.c 54 static int nofiles, fd, bytes, i, status; variable
121 * Since its filesize is truncated to only 10 bytes, the
152 bytes = write(fd, buf, 26);
153 if (bytes != 10) {
154 if (write(pipefd[1], &bytes, sizeof(bytes))
155 < sizeof(bytes)) {
180 if (read(pipefd[0], &bytes, sizeof(bytes)) < sizeof(bytes))
    [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_op.h 81 uint64_t bytes[FFSB_NUMOPS]; member in struct:ffsb_op_results
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp.c 53 size_t bytes; local
64 bytes = fread (text + total_read, 1, CHUNK, fp);
65 total_read += bytes;
67 if (bytes < CHUNK) {

Completed in 1979 milliseconds

<<11121314151617181920>>