HomeSort by relevance Sort by last modified time
    Searched defs:bytes (Results 276 - 300 of 3210) sorted by null

<<11121314151617181920>>

  /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 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/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/libbrillo/brillo/
cryptohome.cc 113 std::vector<uint8_t> bytes; local
115 base::HexStringToBytes(sanitized, &bytes);
  /external/libchrome/base/strings/
string_number_conversions_unittest.cc 836 unsigned char bytes[] = {0x01, 0xff, 0x02, 0xfe, 0x03, 0x80, 0x81}; local
837 hex = HexEncode(bytes, sizeof(bytes));
  /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/libedit/src/
chartype.c 142 ssize_t bytes; local
160 bytes = (ssize_t)mbstowcs(p, argv[i], bufspace);
162 if (bytes == -1) {
166 bytes++; /* include '\0' in the count */
167 bufspace -= (size_t)bytes;
168 p += bytes;
  /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/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/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/lz4/tests/
fasttest.c 71 int32_t bytes; local
75 memcpy(&bytes, compressed + offset + 4, 4);
78 if(bytes == 0 && unBytes == 0) return 0;
79 if(bytes <= 0 || unBytes <= 0 || unBytes > 1024) return 1;
84 bytes = LZ4_decompress_fast_continue(
86 if(bytes <= 0) return 2;
92 offset += bytes;
  /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) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_debug.cpp 101 const uint8_t *bytes = (const uint8_t *)func; local
134 Size = LLVMDisasmInstruction(D, (uint8_t *)bytes + pc, extent - pc, 0, outline,
144 * Output the bytes in hexidecimal format.
151 << static_cast<int> (bytes[pc + i]);
172 if (Size == 1 && bytes[pc] == 0xc3) {
184 buffer << "disassembly larger than " << extent << " bytes, aborting\n";
197 buffer << "disassemble " << static_cast<const void*>(bytes) << ' '
198 << static_cast<const void*>(bytes + pc) << '\n';
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 282 unsigned bytes = n * sizeof(struct tgsi_token); local
283 struct tgsi_token *new_tokens = (struct tgsi_token *) MALLOC(bytes);
285 memcpy(new_tokens, tokens, bytes);
296 unsigned bytes = num_tokens * sizeof(struct tgsi_token); local
297 return (struct tgsi_token *) MALLOC(bytes);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_util.h 84 GLubyte bytes[4]; local
85 _mesa_unclamped_float_rgba_to_ubyte(bytes, c);
86 return pack_rgba_i(f, bytes);
  /external/mesa3d/src/util/
hash_table.h 118 const uint8_t *bytes = (const uint8_t *)data; local
121 hash ^= *bytes;
123 bytes++;

Completed in 1651 milliseconds

<<11121314151617181920>>