Searched refs:pos (Results 1 - 25 of 3470) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dbyteorder.h57 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos])
58 #define PVAL(buf,pos) ((unsigned)CVAL(buf,pos))
59 #define SVAL(buf,pos) (PVAL(buf,pos)|PVAL(buf,(pos)+1)<<8)
74 SVAL(buf,pos) - extract a 2 byte SMB value
75 IVAL(buf,pos) - extract a 4 byte SMB value
76 SVALS(buf,pos) signe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A Dcheckhelp.awk14 pos++;
15 conf[pos] = $2;
16 file[pos] = FILENAME;
18 help[pos] = 1; # do not warn about 'choice' config entries.
20 help[pos] = 0;
24 help[pos] = 1;
27 help[pos] = 1; # ignore options which are not selectable
30 pos = -1;
34 for (i = 0; i <= pos; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/unicode/
H A Dbyteorder.h58 #define CVAL(buf,pos) (((unsigned char *)(buf))[pos])
59 #define PVAL(buf,pos) ((unsigned)CVAL(buf,pos))
60 #define SVAL(buf,pos) (PVAL(buf,pos)|PVAL(buf,(pos)+1)<<8)
75 SVAL(buf,pos) - extract a 2 byte SMB value
76 IVAL(buf,pos) - extract a 4 byte SMB value
77 SVALS(buf,pos) signe
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dfastpos.h25 // pos return
51 // get_pos_slot(pos) is the basic version. get_pos_slot_2(pos)
52 // assumes that pos >= FULL_DISTANCES, thus the result is at least
53 // FULL_DISTANCES_BITS * 2. Using get_pos_slot(pos) instead of
54 // get_pos_slot_2(pos) would give the same result, but get_pos_slot_2(pos)
79 # define get_pos_slot(pos) ((pos) <= 4 ? (pos)
82 get_pos_slot_2(uint32_t pos) argument
108 get_pos_slot(uint32_t pos) argument
124 get_pos_slot_2(uint32_t pos) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dfastpos.h25 // pos return
51 // get_pos_slot(pos) is the basic version. get_pos_slot_2(pos)
52 // assumes that pos >= FULL_DISTANCES, thus the result is at least
53 // FULL_DISTANCES_BITS * 2. Using get_pos_slot(pos) instead of
54 // get_pos_slot_2(pos) would give the same result, but get_pos_slot_2(pos)
79 # define get_pos_slot(pos) ((pos) <= 4 ? (pos)
82 get_pos_slot_2(uint32_t pos) argument
108 get_pos_slot(uint32_t pos) argument
124 get_pos_slot_2(uint32_t pos) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlinux_list.h335 * @pos: the &struct list_head to use as a loop counter.
338 #define list_for_each(pos, head) \
339 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
340 pos = pos->next, prefetch(pos->next))
344 * @pos: the &struct list_head to use as a loop counter.
352 #define __list_for_each(pos, hea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dlinux_list.h339 * @pos: the &struct list_head to use as a loop counter.
342 #define list_for_each(pos, head) \
343 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
344 pos = pos->next, prefetch(pos->next))
348 * @pos: the &struct list_head to use as a loop counter.
356 #define __list_for_each(pos, hea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlinux_list.h335 * @pos: the &struct list_head to use as a loop counter.
338 #define list_for_each(pos, head) \
339 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
340 pos = pos->next, prefetch(pos->next))
344 * @pos: the &struct list_head to use as a loop counter.
352 #define __list_for_each(pos, hea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlinux_list.h335 * @pos: the &struct list_head to use as a loop counter.
338 #define list_for_each(pos, head) \
339 for (pos = (head)->next, prefetch(pos->next); pos != (head); \
340 pos = pos->next, prefetch(pos->next))
344 * @pos: the &struct list_head to use as a loop counter.
352 #define __list_for_each(pos, hea
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/include/linux/
H A Dlist.h21 * @pos: the &struct list_head to use as a loop cursor, from where to start
24 #define list_for_each_from(pos, head) \
25 for (; prefetch(pos->next), pos != (head); pos = pos->next)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-debugfs.c59 int pos = 0; local
123 pos += iwl_statistics_flag(priv, buf, bufsz);
124 pos += scnprintf(buf + pos, bufsz - pos, "%-32s current"
127 pos += scnprintf(buf + pos, bufsz - pos,
132 pos += scnprintf(buf + pos, bufs
568 int pos = 0; local
790 int pos = 0; local
933 int pos = 0; local
[all...]
H A Diwl-3945-debugfs.c58 int pos = 0; local
95 pos += iwl3945_statistics_flag(priv, buf, bufsz);
96 pos += scnprintf(buf + pos, bufsz - pos, "%-32s current"
99 pos += scnprintf(buf + pos, bufsz - pos,
104 pos += scnprintf(buf + pos, bufs
332 int pos = 0; local
428 int pos = 0; local
[all...]
H A Diwl-debugfs.c115 int pos = 0; local
124 pos += scnprintf(buf + pos, bufsz - pos, "Management:\n");
126 pos += scnprintf(buf + pos, bufsz - pos,
131 pos += scnprintf(buf + pos, bufsz - pos, "Contro
174 int pos = 0; local
219 int pos = 0; local
298 int i, j, pos = 0; local
355 int pos = 0, ofs = 0, buf_size = 0; local
404 int pos = 0; local
446 int pos = 0, i, bufsz = PAGE_SIZE; local
518 int pos = 0; local
561 int pos = 0; local
648 int pos = 0, i; local
669 int pos = 0; local
696 int pos = 0; local
752 int pos = 0; local
809 int pos, value; local
827 int pos = 0, i; local
864 int pos = 0, ofs = 0; local
967 int pos = 0; local
1012 int pos = 0; local
1063 int pos = 0; local
1144 int pos = 0; local
1203 int pos = 0; local
1271 int pos = 0; local
1347 int pos = 0; local
1367 int pos = 0; local
1408 int pos = 0; local
1447 int i, pos = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dextract-ikconfig21 if pos=`tr "$cf1\n$cf2" "\n$cf2=" < "$1" | grep -abo "^$cf2"`
23 pos=${pos%%:*}
24 tail -c+$(($pos+8)) "$1" | zcat -q
44 for pos in `tr "$gz1\n$gz2" "\n$gz2=" < "$img" | grep -abo "^$gz2"`
46 pos=${pos%%:*}
47 tail -c+$pos "$img" | zcat 2> /dev/null > $tmp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drculist.h227 #define __list_for_each_rcu(pos, head) \
228 for (pos = rcu_dereference_raw((head)->next); \
229 pos != (head); \
230 pos = rcu_dereference_raw(pos->next))
234 * @pos: the type * to use as a loop cursor.
242 #define list_for_each_entry_rcu(pos, head, member) \
243 for (pos = list_entry_rcu((head)->next, typeof(*pos), member); \
244 prefetch(pos
[all...]
H A Dlist.h361 * @pos: the &struct list_head to use as a loop cursor.
364 #define list_for_each(pos, head) \
365 for (pos = (head)->next; prefetch(pos->next), pos != (head); \
366 pos = pos->next)
370 * @pos: the &struct list_head to use as a loop cursor.
378 #define __list_for_each(pos, head) \
379 for (pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/lib/
H A Ddnet_ntop.c18 static __inline__ int do_digit(char *str, u_int16_t *addr, u_int16_t scale, size_t *pos, size_t len, int *started) argument
22 if (*pos == len)
28 (*pos)++;
40 size_t pos = 0; local
51 if (do_digit(str + pos, &area, 10, &pos, len, &started))
54 if (do_digit(str + pos, &area, 1, &pos, len, &started))
57 if (pos == len)
60 *(str + pos)
[all...]
H A Dipx_ntop.c7 static __inline__ int do_digit(char *str, u_int32_t addr, u_int32_t scale, size_t *pos, size_t len) argument
11 if (*pos == len)
19 (*pos)++;
27 size_t pos = 0; local
33 if (do_digit(str + pos, ntohl(addr->ipx_net), i, &pos, len))
36 if (pos == len)
39 *(str + pos) = '.';
40 pos++;
43 if (do_digit(str + pos, add
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfile_read.c31 int pos; local
39 pos = 0;
41 ret = Source->Class->read(Source, buffer, pos, 16384);
52 pos += ret;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/lasat/
H A Dprom.h4 extern void (*prom_display)(const char *string, int pos, int clear);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dprio_heap.c30 int pos; local
34 pos = heap->size++;
35 while (pos > 0 && heap->gt(p, ptrs[(pos-1)/2])) {
36 ptrs[pos] = ptrs[(pos-1)/2];
37 pos = (pos-1)/2;
39 ptrs[pos] = p;
52 pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocument.cxx160 int Document::LineFromPosition(int pos) { argument
161 return cb.LineFromPosition(pos);
240 int Document::ClampPositionIntoDocument(int pos) { argument
241 return Platform::Clamp(pos, 0, Length());
244 bool Document::IsCrLf(int pos) { argument
245 if (pos < 0)
247 if (pos >= (Length() - 1))
249 return (cb.CharAt(pos) == '\r') && (cb.CharAt(pos + 1) == '\n');
254 int Document::LenChar(int pos) { argument
289 MovePositionOutsideChar(int pos, int moveDir, bool checkLineEnd) argument
348 ModifiedAt(int pos) argument
365 DeleteChars(int pos, int len) argument
546 InsertChar(int pos, char ch) argument
580 ChangeChar(int pos, char ch) argument
585 DelChar(int pos) argument
589 DelCharBack(int pos) argument
606 NextTab(int pos, int tabSize) argument
664 int pos = LineStart(line); local
672 GetColumn(int pos) argument
812 ParaUp(int pos) argument
825 ParaDown(int pos) argument
849 ExtendWordSelect(int pos, int delta, bool onlyWordCharacters) argument
872 NextWordStart(int pos, int delta) argument
899 NextWordEnd(int pos, int delta) argument
930 IsWordStartAt(int pos) argument
943 IsWordEndAt(int pos) argument
1037 int pos = -1; local
1115 int pos = forward ? startPos : (startPos - 1); local
1420 WordPartLeft(int pos) argument
1470 WordPartRight(int pos) argument
1514 ExtendStyleRange(int pos, int delta, bool singleLine) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dmystring.h4 int pos(char *, char *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dpositions.cc33 Positions::contains (int pos) const
40 if (*p == pos)
42 if (*p > pos)
49 Positions::add (int pos) argument
65 if (*p == pos)
70 if (*p > pos)
74 p[1] = pos;
79 Positions::remove (int pos) argument
88 if (*p == pos)
93 if (*p < pos)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dcache.c50 int64_t pos; member in struct:Context
78 if(c->pos<c->end){
79 r = read(c->fd, buf, FFMIN(size, c->end - c->pos));
81 c->pos += r;
88 c->pos += r;
95 static int64_t cache_seek(URLContext *h, int64_t pos, int whence) argument
100 pos= ffurl_seek(c->inner, pos, whence);
101 if(pos <= 0){
102 pos
[all...]

Completed in 402 milliseconds

1234567891011>>