Searched refs:second (Results 126 - 150 of 177) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm977 would be considered duplicates, and assigning to the second one
1132 In list context, if the second parameter is present and evaluates
1344 -2 the second last, and so on. Attempting to access an element before
1359 The second sentence is wrong. In actual fact bval will only default to
1673 # Get the second key/value pair.
1688 # Get the second key/value pair.
2100 or die "Cannot tie second time: $!" ;
2106 Cannot tie second time: Invalid argument at bad.file line 14.
2108 Although the error message above refers to the second tie() statement
2127 Cannot tie second tim
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dssluse.c993 int year=0,month=0,day=0,hour=0,minute=0,second=0; local
1020 second= (asn1_string[10]-'0')*10+(asn1_string[11]-'0');
1024 year+1900, month, day, hour, minute, second, (gmt?"GMT":""));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dentry.S496 moveq 5, $r11 ; SIGTRAP as second argument.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_spoolss.h904 uint16 second; member in struct:printer_info_0
1197 uint16 second; member in struct:systemtime
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex199 \item The second value is the
H A D07-floor1.tex241 values taken from the bitstream. The second step plots the curve
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcdrom.c1509 75 * (addr->msf.second - 2 + 60 * addr->msf.minute);
1515 addr->msf.second = lba % 60;
1971 subchnl->cdsc_reladdr.msf.second = cgc.buffer[14];
1974 subchnl->cdsc_absaddr.msf.second = cgc.buffer[10];
2882 ra.addr.msf.second,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Deata.c657 second : 1, member in struct:eata_info
677 second : 1, /* 1 if this is a secondary (not primary) controller */ member in struct:eata_info
1413 info.second, info.data_len, info.cp_len, info.sp_len);
H A Dips.h610 uint8_t second; member in struct:__anon6641
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c2973 int32_t second;
2999 second = hash % (table_size - 2);
3016 elem += second;
3522 int32_t second;
3540 second = hash % (table_size - 2);
3558 elem += second;
3754 as in `(ab)c(de)' -- the second group is #2. */
3960 /* The location we want to set is the second
5620 to resume scanning the pattern; the second one is where to resume
6069 last match is real best match, don't restore second
2960 int32_t second; local
3509 int32_t second; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dtree.c5439 * @second: the second text node being merged
5445 xmlTextMerge(xmlNodePtr first, xmlNodePtr second) { argument
5446 if (first == NULL) return(second);
5447 if (second == NULL) return(first);
5449 if (second->type != XML_TEXT_NODE) return(first);
5450 if (second->name != first->name)
5452 xmlNodeAddContent(first, second->content);
5453 xmlUnlinkNode(second);
5454 xmlFreeNode(second);
[all...]
H A Dtree.in.h214 xmlElementType type; /* XML_ATTRIBUTE_DECL, must be second ! */
270 struct _xmlElementContent *c2; /* second child */
307 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
367 xmlElementType type; /* XML_DTD_NODE, must be second ! */
395 xmlElementType type; /* XML_ATTRIBUTE_NODE, must be second ! */
450 xmlElementType type; /* type number, must be second ! */
495 xmlElementType type; /* XML_DOCUMENT_NODE, must be second ! */
895 xmlNodePtr second);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtree.c5497 * @second: the second text node being merged
5503 xmlTextMerge(xmlNodePtr first, xmlNodePtr second) { argument
5504 if (first == NULL) return(second);
5505 if (second == NULL) return(first);
5507 if (second->type != XML_TEXT_NODE) return(first);
5508 if (second->name != first->name)
5510 xmlNodeAddContent(first, second->content);
5511 xmlUnlinkNode(second);
5512 xmlFreeNode(second);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dtree.c5439 * @second: the second text node being merged
5445 xmlTextMerge(xmlNodePtr first, xmlNodePtr second) { argument
5446 if (first == NULL) return(second);
5447 if (second == NULL) return(first);
5449 if (second->type != XML_TEXT_NODE) return(first);
5450 if (second->name != first->name)
5452 xmlNodeAddContent(first, second->content);
5453 xmlUnlinkNode(second);
5454 xmlFreeNode(second);
[all...]
H A Dtree.in.h214 xmlElementType type; /* XML_ATTRIBUTE_DECL, must be second ! */
270 struct _xmlElementContent *c2; /* second child */
307 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
367 xmlElementType type; /* XML_DTD_NODE, must be second ! */
395 xmlElementType type; /* XML_ATTRIBUTE_NODE, must be second ! */
450 xmlElementType type; /* type number, must be second ! */
495 xmlElementType type; /* XML_DOCUMENT_NODE, must be second ! */
895 xmlNodePtr second);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpcd.c161 #define PCD_RESET_TMO 100 /* in tenths of a second */
878 tocentry->cdte_addr.msf.second = buffer[10];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S689 # second ("delay" == outb to port 0x80). That should be ok,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dfpsp.h66 | a second fsave frame can be pushed onto the stack and the
H A Dbindec.S640 bne not_zr |if non-zero, go to second test
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dtree.h216 xmlElementType type; /* XML_ATTRIBUTE_DECL, must be second ! */
272 struct _xmlElementContent *c2; /* second child */
309 xmlElementType type; /* XML_ELEMENT_DECL, must be second ! */
369 xmlElementType type; /* XML_DTD_NODE, must be second ! */
397 xmlElementType type; /* XML_ATTRIBUTE_NODE, must be second ! */
452 xmlElementType type; /* type number, must be second ! */
514 xmlElementType type; /* XML_DOCUMENT_NODE, must be second ! */
923 xmlNodePtr second);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcdrom.h156 __u8 second; member in struct:cdrom_msf0
171 __u8 cdmsf_sec0; /* start second */
174 __u8 cdmsf_sec1; /* end second */
330 #define CD_FRAMES 75 /* frames per second */
354 #define CDROM_MSF 0x02 /* "minute-second-frame": binary, not bcd here! */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex247 we cannot lease labels with lifetimes longer than boot time, the second,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_radio.c152 s16 first, s16 second, s16 third)
170 bcm43xx_ilt_write(bcm, offset + i, second);
151 bcm43xx_set_all_gains(struct bcm43xx_private *bcm, s16 first, s16 second, s16 third) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dchecksum.S46 addxcc %g3, %o2, %o2 ! add second word as well
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Defi.c224 ts->tv_sec = mktime(tm.year, tm.month, tm.day, tm.hour, tm.minute, tm.second);

Completed in 507 milliseconds

12345678