Searched refs:first (Results 226 - 250 of 926) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dinit_task.h100 { .first = &init_task.pids[PIDTYPE_PID].node }, \
101 { .first = &init_task.pids[PIDTYPE_PGID].node }, \
102 { .first = &init_task.pids[PIDTYPE_SID].node }, \
111 .pprev = &init_struct_pid.tasks[type].first, \
117 * INIT_TASK is used to set up the first task table, touch at
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrncat.S27 ldq_u $1, 0($16) # load first quadword ($16 may be misaligned)
76 1: /* Here we must read the next DST word and clear the first byte. */
H A Dev6-stxcpy.S49 t0 == the first destination word for masking back in
50 t1 == the first source word. */
58 mskql t0, a1, t0 # U : assemble the first output word
64 t0 == the first destination word for masking back in
123 /* We are co-aligned; take care of a partial first word. */
124 ldq_u t1, 0(a1) # L : load first src word
141 /* We know just enough now to be able to assemble the first
146 t0 == the first dest word, for masking back in, if needed else 0
147 t1 == the low bits of the first source word
173 stq_u t1, 0(a0) # L : store first outpu
[all...]
H A Dstxcpy.S38 t0 == the first destination word for masking back in
39 t1 == the first source word. */
46 mskql t0, a1, t0 # e0 : assemble the first output word
52 t0 == the first destination word for masking back in
103 /* We are co-aligned; take care of a partial first word. */
104 ldq_u t1, 0(a1) # e0 : load first src word
118 /* We know just enough now to be able to assemble the first
123 t0 == the first dest word, for masking back in, if needed else 0
124 t1 == the low bits of the first source word
150 stq_u t1, 0(a0) # e0 : store first outpu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dw32-add.h3 ## peculiarity of the script the first used line must not
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dunaligned.c457 u64 first = 0, second = 0; local
460 first = *(u64 *)&f->regs[freg];
474 u64 tmp = __swab64p(&first);
476 first = __swab64p(&second);
487 if (put_user (first >> 32, (u32 __user *)addr) ||
488 __put_user ((u32)first, (u32 __user *)(addr + 4)) ||
592 u32 first, second; local
607 if (get_user(first, (u32 __user *)sfar) ||
610 first = 0; second = 0;
616 value = (((u64)first) << 3
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_clist.c171 /* In case of this is the first element of master. */
570 struct community_entry *first;
572 first = list->head;
575 style = first->style;
576 else if (style != first->style)
578 return (first->style == COMMUNITY_LIST_STANDARD
730 struct community_entry *first;
732 first = list->head;
735 style = first->style;
736 else if (style != first
566 struct community_entry *first; local
726 struct community_entry *first; local
[all...]
H A Dbgp_filter.c246 /* In case of this is the first element of master. */
455 int first = 0;
472 if (first)
475 first = 1;
526 int first = 0;
554 if (first)
557 first = 1;
452 int first = 0; variable
523 int first = 0; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dlog.c48 unsigned int first, second; local
51 first = (sdp->sd_sb.sb_bsize - sizeof(struct gfs2_log_descriptor)) / ssize;
53 if (nstruct > first) {
56 blks += DIV_ROUND_UP(nstruct - first, second);
150 struct list_head *first; local
161 first = head->prev;
162 first_ai = list_entry(first, struct gfs2_ail, ai_list);
167 first = NULL;
170 if (first && (head->prev != first ||
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_curadj.c212 __bam_opd_cursor(dbp, dbc, first, tpgno, ti)
216 u_int32_t first, ti;
262 orig_cp->indx = first;
275 __bam_ca_dup(my_dbc, first, fpgno, fi, tpgno, ti)
278 u_int32_t first, fi, ti;
322 dbc, first, tpgno, ti)) != 0)
335 &lsn, 0, DB_CA_DUP, fpgno, tpgno, 0, first, fi, ti)) != 0 &&
353 __bam_ca_undodup(dbp, first, fpgno, fi, ti)
356 u_int32_t first, fi, ti;
387 orig_cp->indx != first ||
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest052.tcl82 for {set i 1; set ret [$dbc get -first]} { [llength $ret] != 0} { \
148 set ret [$dbc get -first]
149 error_check_bad dbc_get:first [llength $ret] 0
150 error_check_good dbc_get:first [lindex [lindex $ret 0] 1] $darray($i)
162 # Move one more forward, so we're not on the first item.
189 # the database in the expected state, we now delete the first item.
190 set ret [$dbc get -first]
197 set ret [$dbc get -first]
198 error_check_bad dbc:get:first [llength $ret] 0
199 error_check_good dbc_get:first \
[all...]
H A Dtest.tcl26 if { [string first "exec format error" $ret] != -1 } {
680 # aren't always reusing the first few
808 set fnl [string first "\n" $errorInfo]
810 if {[string first FAIL $errorInfo] == -1} {
889 set fnl [string first "\n" $errorInfo]
891 if {[string first FAIL $errorInfo] == -1} {
921 if { [string first "txn" $method] != -1 } {
978 set fnl [string first "\n" $errorInfo]
980 if {[string first FAIL $errorInfo] == -1} {
1015 if { [string first "tx
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_object.c87 int i,first,len=0,c, use_bn; local
104 first= c-'0';
160 if ((first < 2) && (l >= 40))
167 if (!BN_add_word(bl, first * 40))
171 l+=(long)first*40;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dppc_htab.c316 int vleft, first=1, len, left, val; local
346 for (; left /*&& vleft--*/; first=0) {
377 if (!first)
410 if (!write && !first && left) {
426 if (write && first)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dpid.c59 * first use and are never deallocated. This way a low pid_max
299 struct hlist_node *first; local
300 first = rcu_dereference(pid->tasks[type].first);
301 if (first)
302 result = hlist_entry(first, struct task_struct, pids[(type)].node);
349 * Used by proc to find the first pid that is greater then or equal to nr.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Drxrpc.c246 pgoff_t first = call->first, last = call->last; local
255 _debug("attach %lx-%lx", first, last);
257 count = last - first + 1;
260 n = find_get_pages_contig(call->mapping, first, count, pages);
267 if (first + loop >= last)
283 if (first + loop >= last)
291 first += count;
297 } while (first <= last);
720 /* the operation ID forms the first fou
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Djoin.t51 ok 4, $@ =~ /db_join: first parameter is not an array reference/;
54 ok 5, $@ =~ /db_join: first parameter is not an array reference/;
60 ok 6, $@ =~ /db_join: first parameter is not an array reference/;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Ddebugport.c396 static int first = 1; local
397 if (first) {
401 first = 0;
629 static int first = 1; local
631 if (!first) {
641 first = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/befs/
H A Dbtree.c42 * The first thing in the tree is the tree superblock. It tells you
68 * After figuring out the first, it becomes obvious that internal nodes have
183 * Note: node->bh must be NULL when this function called first
325 * If no exact match, finds first key in node that is greater
339 int first, last, mid; local
365 first = 0;
367 while (last >= first) {
368 mid = (last + first) / 2;
369 befs_debug(sb, "first: %d, last: %d, mid: %d", first, las
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/
H A Dinterface.c60 int first = 1, i; local
65 if (!first) {
68 first = 0;
90 int first = 1, i; local
96 if (!first) {
99 first = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DRelPath.mk29 # ----relpath(): Self-recursive function which compares the first element
32 # step, if the first element of both paths matches, that
74 relpath = $(if $1,,$(error Error: missing first parameter to $0))$(strip \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Denvelope.c223 int first=ve->current/ve->searchstep; local
225 if(first<0)first=0;
233 for(j=first;j<last;j++){
347 long first=beginW/ve->searchstep; local
350 for(i=first;i<last;i++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dcache.c296 AvahiCacheEntry *e = NULL, *first; local
303 if ((first = lookup_key(c, r->key))) {
308 for (e = first; e; e = e->by_key_next) {
319 for (e = first; e; e = e->by_key_next)
357 AVAHI_LLIST_PREPEND(AvahiCacheEntry, by_key, first, e);
358 avahi_hashmap_replace(c->hashmap, e->record->key, first);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Drate.c95 src_channels[channel].area.first / 8 / 2;
97 dst_channels[channel].area.first / 8 / 2;
154 src_channels[channel].area.first / 8 / 2;
156 dst_channels[channel].area.first / 8 / 2;
266 snd_assert(src_channels[channel].area.first % 8 == 0 &&
269 snd_assert(dst_channels[channel].area.first % 8 == 0 &&
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dlease.c413 struct dhcp6_lease *lv, *first; local
417 first = TAILQ_FIRST(&sp->lease_list);
418 min = first->lease_addr.preferlifetime;
428 struct dhcp6_lease *lv, *first; local
432 first = TAILQ_FIRST(&sp->lease_list);
433 max = first->lease_addr.validlifetime;

Completed in 249 milliseconds

1234567891011>>