Searched refs:first (Results 276 - 300 of 926) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest098.tcl80 error_check_good get_first [$bc get -first] \
H A Drep038.tcl131 # Run rep_test in the master beyond the first log file.
142 # Make sure we have moved beyond the first log file.
144 set first_master_log [get_logfile $masterenv first]
182 # have when we first enter init) is no longer available.
183 # So, the first time through we record init_log, and then
201 set first_master_log [get_logfile $masterenv first]
208 set newlog [get_logfile $masterenv first]
262 # !!! Check the LSN first. Otherwise the DB->stat for the
H A Drep060.tcl209 set first_client_log [get_logfile $clientenv first]
223 set ret [$ccur get -first]
250 set first_master_log [get_logfile $masterenv first]
H A Dsijointest.tcl80 for { set dbt [$pdbc get -first] } { [llength $dbt] > 0 } \
155 # is just the position in the alphabet of the word's first letter; the
160 set n [expr [string first [string index $name 0] $alphabet] + 1]
177 set c [string first [string index $name $j] $alphabet']
H A Dtest023.tcl10 # TEST Add a key with duplicates (first time on-page, second time off-page)
92 puts "\tTest023.c: Delete first and try gets"
93 # This should be the first duplicate
176 for { set rec [$dbc2 get -first] } {
186 for { set rec [$dbc2 get -first] } {
199 set ret [$dbc get -first]
H A Dtest031.tcl11 # TEST Use the first 10,000 entries from the dictionary.
176 for {set ret [$dbc get -first]} \
204 set ndx [string first $pref $dups]
219 set ret [$check_c get -first]
H A Dtest038.tcl10 # TEST Use the first 10,000 entries from the dictionary. Insert each with
100 while { [string first $pref $dups] != -1 } {
102 if { [string first $pref $dups] != -1 } {
166 for {set ret [$check_c get -first]} \
H A Dtest039.tcl11 # TEST Use the first 10,000 entries from the dictionary. Insert each with
102 while { [string first $pref $dups] != -1 } {
104 if { [string first $pref $dups] != -1 } {
167 for {set ret [$check_c get -first]} \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/vhook/
H A Dfish.c100 static void dorange(const char *s, int *first, int *second, int maxval) argument
102 sscanf(s, "%d-%d", first, second);
103 if (*first > maxval)
104 *first = maxval;
360 // img_convert parameters are 2 first destination, then 4 source
361 // sws_scale parameters are context, 4 first source, then 2 destination
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_mv.c254 int ask, ch, first; local
282 first = ch = getchar();
285 if (first != 'y' && first != 'Y') {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dsun4d_smp.c214 int i, first; local
218 first = 0;
219 prev = &first;
225 *prev = first;
H A Dsun4m_smp.c179 int i, first; local
183 first = 0;
184 prev = &first;
191 *prev = first;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Daztcd.h144 unsigned char first; member in struct:azt_DiskInfo
H A Dsjcd.h67 * Drive info bits. Drive info available as first (mandatory) byte of
106 #define SCMD_GET_1_TRACK 0xA0 /* get the first track information */
151 unsigned char first; member in struct:sjcd_disk_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dsleep.S56 teq pc, #0 @ first as a trial-run to load cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dsa11xx_base.h121 extern int sa11xx_drv_pcmcia_probe(struct device *dev, struct pcmcia_low_level *ops, int first, int nr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_node.h45 __be32 firstdb; /* db of first entry */
81 int first, int last);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dl2t.h55 * first element in its chain through its first pointer.
65 struct l2t_entry *first; /* start of hash chain */ member in struct:l2t_entry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsyscalls.h37 asmlinkage int sys_ipc(uint call, int first, unsigned long second,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dconnector.h72 * registering/unregistering idx/val in range [first, first+range].
75 __u32 first; member in struct:cn_notify_req
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strncat.S36 ldq_u $1, 0($16) # L : load first quadword ($16 may be misaligned)
82 1: /* Here we must clear the first byte of the next DST word */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_mv.c254 int ask, ch, first; local
282 first = ch = getchar();
285 if (first != 'y' && first != 'Y') {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dmultipath_wrandom.c144 struct rtable *first,
157 for (rt = rcu_dereference(first); rt;
184 decision = first;
189 decision = first;
143 wrandom_select_route(const struct flowi *flp, struct rtable *first, struct rtable **rp) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dqos.c321 int first; local
401 first = 1;
410 if (first) {
411 first = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-properties.c131 bool first = true; local
138 if (uc == 0x0020 && (first || in_key))
203 first = false;

Completed in 279 milliseconds

<<11121314151617181920>>