Searched refs:bytes (Results 1 - 25 of 2342) sorted by last modified time

1234567891011>>

/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c260 __u8 bytes[chunkSize]; local
263 yaffs_ObjectHeader *oh = (yaffs_ObjectHeader *)bytes;
264 char *xb = (char *)bytes + sizeof(*oh);
274 memset(bytes,0xff,sizeof(bytes));
322 return write_chunk(bytes,objId,0,0xffff);
450 __u8 bytes[chunkSize]; local
457 memset(bytes,0xff,sizeof(bytes));
458 while((nBytes = read(h,bytes,sizeo
[all...]
H A Dmkyaffsimage.c209 yaffs_TagsUnion * tags = (yaffs_TagsUnion* )tagsPtr; // Work in bytes.
333 __u8 bytes[512]; local
336 yaffs_ObjectHeader *oh = (yaffs_ObjectHeader *)bytes;
338 memset(bytes,0xff,512);
379 return write_chunk(bytes,objId,0,0xffff);
459 __u8 bytes[512]; local
466 memset(bytes,0xff,512);
467 while((nBytes = read(h,bytes,512)) > 0)
470 write_chunk(bytes,newObj,chunk,nBytes);
471 memset(bytes,
[all...]
/external/zlib/src/as400/
H A Dzlib.inc95 D zs_total_in 10U 0 Total bytes read
98 D zs_total_out 10U 0 Total bytes written
321 D dictionary 65535 const options(*varsize) Dictionary bytes
342 D pending 10U 0 Pending bytes
359 D dictionary 65535 const options(*varsize) Dictionary bytes
365 D dictionary 65535 options(*varsize) Dictionary bytes
/external/zlib/src/contrib/delphi/
H A DZLib.pas25 avail_in: Integer; // number of bytes available at next_in
26 total_in: Longint; // total nb of input bytes read so far
30 total_out: Longint; // total nb of bytes output so far
69 The Position property returns the number of uncompressed bytes of
108 The Position property returns the number of bytes of uncompressed data that
130 InBytes = number of bytes in InBuf
132 OutBytes = number of bytes in OutBuf }
139 InBytes = number of bytes in InBuf
142 OutBytes = number of bytes in OutBuf }
148 InBytes = number of bytes i
[all...]
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
75 ;scanend equ rsp + xx - LocalVarsSize ; last two bytes of string use ebx
117 ; Note : these value are good with a 8 bytes boundary pack structure
275 ;;; Determine how many bytes the scan ptr is off from being
405 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
417 ;;; Test the strings for equality, 8 bytes at a time. At the end,
420 ;;; We already know at this point that the first three bytes of the
423 ;;; bytes, as much as necessary in order to dword-align the edi
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm82 ; Note : these value are good with a 8 bytes boundary pack structure
124 scanstart equ esp + 16 ; first two bytes of string
125 scanend equ esp + 12 ; last two bytes of string
259 ;;; Determine how many bytes the scan ptr is off from being
345 ;;; both pointed (MAX_MATCH_8 - scanalign) bytes ahead, and edx is
356 ;;; Test the strings for equality, 8 bytes at a time. At the end,
359 ;;; We already know at this point that the first three bytes of the
362 ;;; bytes, as much as necessary in order to dword-align the edi
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas30 avail_in: Integer; (* number of bytes available at next_in *)
31 total_in: LongInt; (* total nb of input bytes read so far *)
35 total_out: LongInt; (* total nb of bytes output so far *)
/external/zlib/src/contrib/untgz/
H A Duntgz.c529 unsigned int bytes = (remaining > BLOCKSIZE) ? BLOCKSIZE : remaining; local
533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
542 remaining -= bytes;
/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h43 // Limits the file size to |bytes|. Writing will fail after the cap
45 virtual int SetMaxFileSize(size_t bytes) = 0;
51 // the buffer in bytes in |size|. The name will be truncated if |size| is
62 // Reads |length| bytes from file to |buf|. Returns the number of bytes read
67 // Writes |length| bytes from |buf| to file. The actual writing may happen
/external/webrtc/src/system_wrappers/source/
H A Dfile_impl.cc73 int FileWrapperImpl::SetMaxFileSize(size_t bytes) argument
75 _maxSizeInBytes = bytes;
H A Dfile_impl.h37 virtual int SetMaxFileSize(size_t bytes);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drandom.c118 * length (32) and return 16 bytes from instead of only half.
157 u8 *bytes = buf; local
178 *bytes++ ^= tmp[i];
190 "for generating strong random bytes");
197 *bytes++ ^= tmp[i];
251 wpa_printf(MSG_DEBUG, "random: Got %u/%u bytes from "
264 wpa_printf(MSG_INFO, "random: Only %u/%u bytes of strong "
323 wpa_printf(MSG_DEBUG, "random: Got %u/%u bytes from /dev/random",
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c122 * @ssid: Buffer for the SSID; must be at least 32 bytes long
246 int bytes; local
251 bytes = strspn(spos, "0123456789abcdefABCDEF");
252 if (!bytes || (bytes & 1))
254 bytes /= 2;
256 req_ies = os_malloc(bytes);
258 hexstr2bin(spos, req_ies, bytes) < 0)
261 data.assoc_info.req_ies_len = bytes;
263 spos += bytes *
1284 int bytes; local
1299 int bytes; local
1314 int bytes; local
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Drandom.c118 * length (32) and return 16 bytes from instead of only half.
157 u8 *bytes = buf; local
178 *bytes++ ^= tmp[i];
190 "for generating strong random bytes");
197 *bytes++ ^= tmp[i];
251 wpa_printf(MSG_DEBUG, "random: Got %u/%u bytes from "
264 wpa_printf(MSG_INFO, "random: Only %u/%u bytes of strong "
323 wpa_printf(MSG_DEBUG, "random: Got %u/%u bytes from /dev/random",
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.c122 * @ssid: Buffer for the SSID; must be at least 32 bytes long
246 int bytes; local
251 bytes = strspn(spos, "0123456789abcdefABCDEF");
252 if (!bytes || (bytes & 1))
254 bytes /= 2;
256 req_ies = os_malloc(bytes);
258 hexstr2bin(spos, req_ies, bytes) < 0)
261 data.assoc_info.req_ies_len = bytes;
263 spos += bytes *
1284 int bytes; local
1299 int bytes; local
1314 int bytes; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c89 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes,
96 static VOID WINAPI global_iface_read_completed(DWORD err, DWORD bytes,
254 static VOID WINAPI ctrl_iface_write_completed(DWORD err, DWORD bytes, argument
259 "err=%d bytes=%d", dst, (int) err, (int) bytes);
346 static VOID WINAPI ctrl_iface_read_completed(DWORD err, DWORD bytes, argument
351 "bytes=%d", dst, (int) err, (int) bytes);
352 if (err == 0 && bytes > 0)
353 wpa_supplicant_ctrl_iface_rx(dst, bytes);
361 DWORD bytes; local
685 global_iface_write_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
762 global_iface_read_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
778 DWORD bytes; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drandom.c118 * length (32) and return 16 bytes from instead of only half.
157 u8 *bytes = buf; local
178 *bytes++ ^= tmp[i];
190 "for generating strong random bytes");
197 *bytes++ ^= tmp[i];
251 wpa_printf(MSG_DEBUG, "random: Got %u/%u bytes from "
264 wpa_printf(MSG_INFO, "random: Only %u/%u bytes of strong "
323 wpa_printf(MSG_DEBUG, "random: Got %u/%u bytes from /dev/random",
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wext.c122 * @ssid: Buffer for the SSID; must be at least 32 bytes long
246 int bytes; local
251 bytes = strspn(spos, "0123456789abcdefABCDEF");
252 if (!bytes || (bytes & 1))
254 bytes /= 2;
256 req_ies = os_malloc(bytes);
258 hexstr2bin(spos, req_ies, bytes) < 0)
261 data.assoc_info.req_ies_len = bytes;
263 spos += bytes *
1284 int bytes; local
1299 int bytes; local
1314 int bytes; local
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DByteBuffer.java56 * @param length the length of valid bytes in the array
101 * @param length the length of valid bytes in the array
116 * @return Returns a byte stream that is limited to the valid amount of bytes.
125 * @return Returns the length, that means the number of valid bytes, of the buffer;
192 * @param bytes a byte array
196 public void append(byte[] bytes, int offset, int len) argument
199 System.arraycopy(bytes, offset, buffer, length, len);
206 * @param bytes a byte array
208 public void append(byte[] bytes) argument
210 append(bytes,
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dex.stdout.exp1 ------- Copy 10+1 bytes from buffer to target
H A Dexrl.stdout.exp1 ------- Copy 10+1 bytes from buffer to target
H A Dmvc.stdout.exp1 ------- Copy 17 bytes from BUFFER to TARGET
H A Dtroo.stdout.exp1 0 bytes translated
3 0 bytes translated
5 5 bytes translated
7 10 bytes translated
9 0 bytes translated
11 1 bytes translated
13 8 bytes translated
H A Dtrot.stdout.exp1 0 bytes translated
3 0 bytes translated
5 0 bytes translated
7 3 bytes translated
9 10 bytes translated
11 2 bytes translated
13 3 bytes translated
15 9 bytes translated

Completed in 6948 milliseconds

1234567891011>>