Searched refs:from (Results 1 - 25 of 3376) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A DKconfig38 the ones from the generic MTD-NAND driver.
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c280 static int nand_read (struct mtd_info *mtd, loff_t from, size_t len,
282 static int nand_read_ecc (struct mtd_info *mtd, loff_t from, size_t len,
284 static int nand_read_oob (struct mtd_info *mtd, loff_t from, size_t len,
308 static int nand_read (struct mtd_info *mtd, loff_t from, size_t len, argument
311 return nand_read_ecc (mtd, from, len, retlen, buf, NULL,NULL);
318 static int nand_read_ecc (struct mtd_info *mtd, loff_t from, size_t len, argument
328 if ((from + len) > mtd->size) {
341 page = from >> NAND_SHIFT;
345 start = from & (mtd->oobblock-1);
362 from
376 nand_read_oob(struct mtd_info *mtd, loff_t from, size_t len, size_t *retlen, u_char *buf) argument
[all...]
/external/zlib/src/
H A Dconfigure30 # extract zlib version numbers from zlib.h
338 echo - using any output from compiler to indicate an error >> configure.log
513 # if --solo compilation was requested, save that in zconf.h and remove gz stuff from object lists
H A Dinfback.c7 This code is largely copied from inflate.c. Normally either infback.o or
74 fixed code decoding. Normally this returns fixed tables from inffixed.h.
127 /* Load returned state from inflate_fast() */
138 /* Set state from registers for inflate_fast() */
157 then return a Z_BUF_ERROR from inflateBack(). */
170 /* Get a byte of input into the bit accumulator, or return from inflateBack()
181 not enough available input to do that, then return from inflateBack() with
193 /* Remove n bits from the bit accumulator */
208 if it's full. If the write fails, return from inflateBack() with a
264 unsigned char FAR *from; /* wher local
[all...]
H A Dinffast.c78 unsigned dmax; /* maximum distance from zlib header */
95 unsigned char FAR *from; /* where to copy match from */ local
187 if (dist > op) { /* see if copy from window */
208 from = out - dist;
210 PUP(out) = PUP(from);
216 from = window - OFF;
218 from += wsize - op;
219 if (op < len) { /* some from window */
222 PUP(out) = PUP(from);
[all...]
H A Dinflate.c18 * - Change inffast.c entry and loop from avail_in >= 7 to >= 6
19 * - Remove unnecessary second byte pull from length extra in inffast.c
43 * - Move a comment on output buffer sizes from inffast.c to inflate.c
65 * - Changed loops from while (1) or do {} while (1) to for (;;), again to
153 /* extract wrap request from windowBits parameter */
253 fixed code decoding. Normally this returns fixed tables from inffixed.h.
375 upon return from inflate(), and since all distances after the first 32K of
469 /* Restore state from registers in inflate() */
487 /* Get a byte of input into the bit accumulator, or return from inflate()
498 not enough available input to do that, then return from inflat
617 unsigned char FAR *from; /* where to copy match bytes from */ local
[all...]
H A Dmake_vms.com478 $! Read list of core library sources from makefile.in and create options
662 $! 0.02 20050103 Reconcile changes from cc_prop up to version 0.05
720 $! image from it
/external/zlib/src/contrib/blast/
H A Dblast.c58 * Return need bits from the input stream. This always leaves less than
63 * - Bits are stored in bytes from the least significant bit to the most
64 * significant bit. Therefore bits are dropped from the bottom of the bit
105 * Decode a code from the stream s using huffman table h. Return the symbol or
114 * bits are pulled from the compressed data one at a time and used to
115 * build the code value reversed from what is in the stream in order to
132 int bitbuf; /* bits from stream */
219 left -= h->count[len]; /* deduct count from possible codes */
265 * copy is from distance bytes back in the output stream, copying for length
286 unsigned char *from, *t local
[all...]
/external/zlib/src/contrib/delphi/
H A DZLib.pas61 TCompressionStream is write-only and strictly sequential. Reading from the
98 { TDecompressionStream decompresses data on the fly as data is read from it.
100 Compressed data comes from a separate source stream. TDecompressionStream
109 have been read from the stream so far.
112 compressed data is exhausted and the next block is read from the input stream.
114 large chunk of data from the decompression stream in a single call.}
/external/zlib/src/contrib/infback9/
H A Dinfback9.c124 then return a Z_BUF_ERROR from inflateBack(). */
137 /* Get a byte of input into the bit accumulator, or return from inflateBack()
148 not enough available input to do that, then return from inflateBack() with
160 /* Remove n bits from the bit accumulator */
175 if it's full. If the write fails, return from inflateBack() with a
237 unsigned long offset; /* distance back to copy string from */
239 unsigned char FAR *from; /* where to copy match bytes from */ local
326 /* copy stored block from input to output */
560 /* copy match from windo
[all...]
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm11 ; from Jean-loup Gailly in deflate.c of zLib and infoZip zip.
14 ; from Brian Raiter, written 1998
18 ; arising from the use of this software.
30 ; 3. This notice may not be removed or altered from any source distribution.
51 ; (you can get Windows WDK with ml64 for AMD64 from
126 ;;; are calculated from the definition of deflate_state, with the
275 ;;; Determine how many bytes the scan ptr is off from being
528 ;;; Restore the stack and return from whence we came.
545 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998, converted to amd 64 by Gilles Vollant 2005",0dh,0ah,0
H A Dinffasx64.asm4 ; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
17 ; (you can get Windows WDK with ml64 for AMD64 from
190 mov r8, rsi ; /* save in so from can use it's reg */
199 sub rsi, r15 ; /* from = out - dist */
209 mov rsi, r8 ; /* move in back to %rsi, toss from */
214 mov rsi, r8 ; /* move in back to %rsi, toss from */
278 mov rsi, [rsp+56] ; /* from = window */
280 add rsi, rax ; /* from += wsize - nbytes */
289 sub rsi, r15 ; /* from = &out[ -dist ] */
298 mov esi, [rsp+92] ; /* from
[all...]
/external/zlib/src/contrib/masmx86/
H A Dinffas32.asm3 ; * inffas32.asm is derivated from inffas86.c, with translation of assembly code
11 ; * Mar-13-2003 -- Most of this is derived from inffast.S which is derived from
80 db 'Fast decoding Code from Chris Anderson'
H A Dmatch686.asm3 ; File written by Gilles Vollant, by converting match686.S from Brian Raiter
5 ; from Jean-loup Gailly in deflate.c
141 ;;; are calculated from the definition of deflate_state, with the
170 ;; arising from the use of this software.
182 ;; 3. This notice may not be removed or altered from any source distribution.
259 ;;; Determine how many bytes the scan ptr is off from being
447 ;;; Restore the stack and return from whence we came.
458 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998",0dh,0ah
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas4 * Derived from original sources by Bob Dellaca.
/external/zlib/src/examples/
H A Dgun.c16 Copy file attributes from input file to output file
28 gun will decompress from stdin to stdout. The names must end in .gz, -gz,
169 aspect of the compressed data format derived from an implementation that
191 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
206 unsigned rem; /* unused bits from input */
299 rem = (unsigned)last >> (8 - left); /* unused bits from last byte */
371 /* Decompress a gzip file from infile to outfile. strm is assumed to have been
513 /* Copy file attributes, from -> to, as best we can. This is best effort, so
517 local void copymeta(char *from, char *to) argument
522 /* get all of from'
[all...]
H A Dgzappend.c8 arising from the use of this software.
20 3. This notice may not be removed or altered from any source distribution.
47 gzappend takes a gzip file and appends to it, compressing files from the
48 command line or data from stdin. The gzip file is written to directly, to
53 zlib 1.2.x's inflate() function. This option returns from inflate() at each
71 data from the gzip file to initialize the dictionary. If the total
74 last bits from the original deflate stream. From here on, the data to
127 unsigned char *start, *last, *to, *from; local
156 start = from = list + cycles; /* start index is arbitrary */
157 tmp = *from; /* sav
[all...]
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.c185 /* Send IAPP ADD-notify to remove possible association from other APs
265 struct sockaddr_in *from,
282 "Received IAPP ADD-notify (seq# %d) from %s:%d%s",
284 inet_ntoa(from->sin_addr), ntohs(from->sin_port),
312 struct sockaddr_in from; local
318 fromlen = sizeof(from);
320 (struct sockaddr *) &from, &fromlen);
327 if (from.sin_addr.s_addr == iapp->own.s_addr)
332 "Received %d byte IAPP frame from
264 iapp_process_add_notify(struct iapp_data *iapp, struct sockaddr_in *from, struct iapp_hdr *hdr, int len) argument
[all...]
H A Dvlan_init.c664 struct sockaddr_nl from; local
669 fromlen = sizeof(from);
671 (struct sockaddr *) &from, &fromlen);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c101 /* SessionTicket received from OpenSSL hello_extension_cb (server) */
196 static int cryptoapi_rsa_pub_enc(int flen, const unsigned char *from, argument
204 static int cryptoapi_rsa_pub_dec(int flen, const unsigned char *from, argument
212 static int cryptoapi_rsa_priv_enc(int flen, const unsigned char *from, argument
262 if (!CryptSetHashParam(hash, HP_HASHVAL, (BYTE * ) from, 0)) {
291 static int cryptoapi_rsa_priv_dec(int flen, const unsigned char *from, argument
671 * @pkcs11_so_path: pksc11_so_path from the configuration
672 * @pcks11_module_path: pkcs11_module_path from the configuration
698 wpa_printf(MSG_DEBUG, "ENGINE: Loading pkcs11 Engine from %s",
707 * @opensc_so_path: opensc_so_path from th
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_privsep.c432 struct sockaddr_un from; local
433 socklen_t fromlen = sizeof(from);
440 (struct sockaddr *) &from, &fromlen);
H A Ddriver_test.c137 test_driver_get_cli(struct wpa_driver_test_data *drv, struct sockaddr_un *from, argument
144 strncmp(cli->un.sun_path, from->sun_path,
471 struct sockaddr_un *from, socklen_t fromlen,
503 wpa_printf(MSG_DEBUG, "test_driver: Scan from " MACSTR,
542 (struct sockaddr *) from, fromlen);
548 struct sockaddr_un *from, socklen_t fromlen,
601 wpa_printf(MSG_DEBUG, "%s: No matching SSID found from "
608 memcpy(&cli->un, from, sizeof(cli->un));
619 (struct sockaddr *) from, fromlen);
626 struct sockaddr_un *from, socklen_
470 test_driver_scan(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, char *data) argument
547 test_driver_assoc(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, char *data) argument
625 test_driver_disassoc(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen) argument
638 test_driver_eapol(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, u8 *data, size_t datalen) argument
674 test_driver_ether(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, u8 *data, size_t datalen) argument
701 test_driver_mlme(struct wpa_driver_test_data *drv, struct sockaddr_un *from, socklen_t fromlen, u8 *data, size_t datalen) argument
778 struct sockaddr_un from; local
1677 wpa_driver_test_scanresp(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const char *data) argument
1773 wpa_driver_test_assocresp(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const char *data) argument
1799 wpa_driver_test_disassoc(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen) argument
1808 wpa_driver_test_eapol(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const u8 *data, size_t data_len) argument
1830 wpa_driver_test_mlme(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const u8 *data, size_t data_len) argument
1896 wpa_driver_test_scan_cmd(struct wpa_driver_test_data *drv, struct sockaddr *from, socklen_t fromlen, const u8 *data, size_t data_len) argument
1953 struct sockaddr_storage from; local
[all...]
H A Dnetlink.c41 struct sockaddr_nl from; local
47 fromlen = sizeof(from);
49 (struct sockaddr *) &from, &fromlen);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_privsep.c98 struct sockaddr_un from; local
99 socklen_t fromlen = sizeof(from);
101 os_memset(&from, 0, sizeof(from));
102 res = recvfrom(sock, buf, sizeof(buf), 0, (struct sockaddr *) &from,
113 if (from.sun_family != AF_UNIX ||
114 os_strncmp(from.sun_path, l2->priv_addr.sun_path,
115 sizeof(from.sun_path)) != 0) {
116 wpa_printf(MSG_DEBUG, "L2: Received message from unexpected "

Completed in 248 milliseconds

1234567891011>>