Searched refs:readable (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dgate.lds.S14 .hash : { *(.hash) } :readable
21 .dynamic : { *(.dynamic) } :readable :dynamic
46 } :readable
48 .IA_64.unwind : { *(.IA_64.unwind*) } :readable :unwind
50 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable
72 readable PT_LOAD FILEHDR PHDRS FLAGS(4); /* PF_R */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/lib/
H A Dcsumcpfruser.S50 ;; checksum for the readable bytes.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/lib/
H A Dcsumcpfruser.S52 ;; checksum for the readable bytes.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Ddiscovery.c313 fd_set readable; local
331 FD_ZERO(&readable);
332 FD_SET(conn->discoverySocket, &readable);
335 r = select(conn->discoverySocket+1, &readable, NULL, NULL, &tv);
497 fd_set readable; local
508 FD_ZERO(&readable);
509 FD_SET(conn->discoverySocket, &readable);
512 r = select(conn->discoverySocket+1, &readable, NULL, NULL, &tv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c903 ac_io->io.readable.string.data = va_arg (ap, unsigned char *);
904 ac_io->io.readable.string.data_n = va_arg (ap, size_t);
908 ac_io->io.readable.callback.cb = va_arg (ap, gcry_ac_data_read_cb_t);
909 ac_io->io.readable.callback.opaque = va_arg (ap, void *);
1023 bytes_available = ac_io->io.readable.string.data_n - nread;
1031 memcpy (buffer, ac_io->io.readable.string.data + nread, bytes_to_read);
1038 err = (*ac_io->io.readable.callback.cb)
1039 (ac_io->io.readable.callback.opaque, buffer, buffer_n);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/docs/
H A Dautodocifier.pl213 machine-readable form, and scripts could be used to transform this
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinetd.c282 /* Return human-readable time */
310 /* Return human-readable time */
1342 fd_set readable; local
1351 readable = allsock;
1352 n = select(maxsock + 1, &readable, NULL, NULL, NULL);
1362 if (sep->se_fd == -1 || !FD_ISSET(sep->se_fd, &readable))
1686 * Return a machine readable date and time, in the form of the
1739 /* Return human-readable time of day */
1753 /* Return human-readable time of day */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Drsrc_nonstatic.c263 static int readable(struct pcmcia_socket *s, struct resource *res, cisinfo_t *info) function
325 ret = readable(s, res1, &info1);
326 ret += readable(s, res2, &info2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl157 If m4_arg(mode) is 0, files are created readable and writable by both
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/contrib/dnslist/
H A Ddnslist.pl406 a) Accompany it with the complete corresponding machine-readable
413 machine-readable copy of the corresponding source code, to be
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DWLAN_Common.mk126 # readable way while taking care not to change any ordering
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c1093 * readable - check if a file is readable by the real user.
1096 readable(fd)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcrypt.h1362 } readable;
1602 /* Encrypts the plain text readable from IO_MESSAGE through HANDLE
1615 /* Decrypts the cipher text readable from IO_CIPHER through HANDLE
1628 /* Signs the message readable from IO_MESSAGE through HANDLE with the
1641 /* Verifies through HANDLE that the signature readable from
1642 IO_SIGNATURE is indeed the result of signing the message readable
1353 } readable; member in union:gcry_ac_io::__anon2604
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmpegvideo.c1788 const int readable= s->pict_type != FF_B_TYPE || s->encoding || s->avctx->draw_horiz_band || lowres_flag; local
1821 if(readable){
1975 if(!readable){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex92 script \verb|rtpr| converts the output back into readable form.

Completed in 137 milliseconds