Searched refs:stored (Results 1 - 25 of 50) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/affs/
H A Ddir.c55 int stored; local
60 stored = 0;
71 stored++;
75 return stored;
77 stored++;
136 stored++;
147 res = stored;
153 pr_debug("AFFS: readdir()=%d\n", stored);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dsocket.c96 size_t stored = 0; local
114 while (stored < length) {
115 len = read(socket, (char *) data + stored, length - stored);
152 stored = -1;
156 stored = -1;
164 stored = -1;
168 stored += len;
171 } /* while (stored < length) */
179 if (len == -1 && stored
199 size_t stored = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dsocket.c88 size_t stored = 0; local
106 while (stored < length) {
107 len = read(socket, (char *) data + stored, length - stored);
146 stored = -1;
150 stored = -1;
158 stored = -1;
162 stored += len;
165 } /* while (stored < length) */
173 if (len == -1 && stored
193 size_t stored = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzlog.c30 unsigned stored; /* length of current stored block */ member in struct:__anon1201
126 1, 0, 0, 0xff, 0xff, /* empty stored block (last) */
218 log->stored = 0;
222 /* maximum amount to put in a stored block before starting a new one */
237 /* write stored blocks until all of the input is written */
239 some = MAX_BLOCK - log->stored;
248 log->stored += some;
250 /* if the stored block is full, end it and start another */
251 if (log->stored
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzlog.c30 unsigned stored; /* length of current stored block */ member in struct:__anon3057
126 1, 0, 0, 0xff, 0xff, /* empty stored block (last) */
218 log->stored = 0;
222 /* maximum amount to put in a stored block before starting a new one */
237 /* write stored blocks until all of the input is written */
239 some = MAX_BLOCK - log->stored;
248 log->stored += some;
250 /* if the stored block is full, end it and start another */
251 if (log->stored
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_tcp.c128 size_t stored; local
168 stored = 2;
169 while (stored < DSI_BLOCKSIZ) {
170 len = dsi_stream_read(dsi, block + stored, sizeof(block) - stored);
172 stored += len;
192 stored = 0;
193 while (stored < dsi->cmdlen) {
194 len = dsi_stream_read(dsi, dsi->commands + stored, dsi->cmdlen - stored);
[all...]
H A Ddsi_stream.c374 size_t stored; local
382 stored = 0;
383 while (stored < length) {
384 len = buf_read(dsi, (u_int8_t *) data + stored, length - stored);
389 stored += len;
394 if (len || stored || dsi->read_count) {
405 dsi->read_count += stored;
407 LOG(log_maxdebug, logtype_dsi, "dsi_stream_read(%u bytes): got: %u", length, stored);
408 return stored;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_tcp.c127 size_t stored; local
167 stored = 2;
168 while (stored < DSI_BLOCKSIZ) {
169 len = dsi_stream_read(dsi, block + stored, sizeof(block) - stored);
171 stored += len;
191 stored = 0;
192 while (stored < dsi->cmdlen) {
193 len = dsi_stream_read(dsi, dsi->commands + stored, dsi->cmdlen - stored);
[all...]
H A Ddsi_stream.c399 size_t stored; local
407 stored = 0;
408 while (stored < length) {
409 len = buf_read(dsi, (u_int8_t *) data + stored, length - stored);
414 stored += len;
421 if (len || stored || dsi->read_count) {
432 dsi->read_count += stored;
434 LOG(log_maxdebug, logtype_dsi, "dsi_stream_read(%u bytes): got: %u", length, stored);
435 return stored;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dx_ovfl.S14 | If the instruction is move_out, then garbage is stored in the
17 | following values should be stored at the destination, based
H A Dbindec.S34 | This value is stored in d6.
50 | USER_FPSR. LEN is stored in d4.
97 | The bcd digits are stored in the correct position in
102 | digits are stored in the final string.
219 | as 2^^e * 1.f in extended precision. This value is stored
283 | USER_FPSR. LEN is stored in d4.
721 | The bcd digits are stored in the correct position in
785 | digits are stored in the final string.
787 | Digits are stored in L_SCR1(a6) on return from BINDEC as:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Ddir.c78 int i, stored; local
90 stored = 0;
106 stored = error;
112 while (!error && !stored && filp->f_pos < i_size_read(inode)) {
200 stored ++;
208 stored = 0;
213 mlog_exit(stored);
215 return stored;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Ddir.c101 int i, stored; local
127 stored = 0;
130 while (!error && !stored && filp->f_pos < inode->i_size) {
199 ret = stored;
222 stored ++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Ddir.c101 int i, stored; local
127 stored = 0;
130 while (!error && !stored && filp->f_pos < inode->i_size) {
199 ret = stored;
222 stored ++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dedd.S136 incb (EDD_MBR_SIG_NR_BUF) # note that we stored something
155 # are called and their results stored in EDDBUF+n*(EDDEXTSIZE+EDDPARMIZE).
158 # devices have been stored.
160 # the structure, and the fn41 and fn08 results are stored at offsets
187 incb (EDDNR) # note that we stored something
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Ddiv64.S60 @ The aligned divisor is stored in yl preserving the original.
61 @ The bit position is stored in ip.
H A Dbacktrace.S42 1: stmfd sp!, {pc} @ calculate offset of PC stored
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A Dqrnnd.S7 # the reminder r of the division is to be stored to &__r and
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/romfs/
H A Dinode.c282 int stored = 0; local
325 stored++;
330 return stored;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/puff/
H A Dpuff.c21 * works whether integers are stored big endian or little endian.
106 * - Bits are stored in bytes from the least significant bit to the most
132 * Process a stored block.
136 * - After the two-bit stored block type (00), the stored block length and
137 * stored bytes are byte-aligned for fast copying. Therefore any leftover
142 * - The second inverted copy of the stored block length does not have to be
145 * - A stored block can have zero length. This is sometimes used to byte-align
148 local int stored(struct state *s) function
150 unsigned len; /* length of stored bloc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c21 * works whether integers are stored big endian or little endian.
106 * - Bits are stored in bytes from the least significant bit to the most
132 * Process a stored block.
136 * - After the two-bit stored block type (00), the stored block length and
137 * stored bytes are byte-aligned for fast copying. Therefore any leftover
142 * - The second inverted copy of the stored block length does not have to be
145 * - A stored block can have zero length. This is sometimes used to byte-align
148 local int stored(struct state *s) function
150 unsigned len; /* length of stored bloc
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlib1funcs.S167 @ are governed by the position of the bit, stored in ip.
297 @ are governed by the position of the bit, stored in ip.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-passwd326 The user is first prompted for their old password, if one is present. This password is then tested against the stored password by binding to the server. The user has only one chance to enter the correct passwword. The super user is permitted to bypass this step so that forgotten passwords may be changed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_rules.c214 dbg("import stored parent env '%s'", udev_parent->name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm639 This database type allows arbitrary key/value pairs to be stored in data
652 The btree format allows arbitrary key/value pairs to be stored in a
657 keys are stored in lexical order.
776 The values stored in the hashes above are mostly the direct equivalent
906 order. By default the keys will be stored in lexical order, but as you
980 is stored in the database --- so (again with example above) assigning
1865 the key 12345 will get stored in the DBM database as the 5 byte string
1866 "12345". If you actually want the key to be stored in the DBM database
2027 This is usually stored in the file F<~/.netscape/history.db>. The key
2029 time the location was last visited stored a
[all...]

Completed in 248 milliseconds

12