Searched refs:minutes (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DCheckpointConfig.java26 private int minutes = 0; field in class:CheckpointConfig
66 Configure the checkpoint time threshold, in minutes.
70 @param minutes
71 If the minutes parameter is non-zero, a checkpoint is performed if more than
72 min minutes have passed since the last checkpoint.
74 public void setMinutes(final int minutes) { argument
75 this.minutes = minutes;
79 Return the checkpoint time threshold, in minutes.
82 The checkpoint time threshold, in minutes
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/share/grabbag/
H A Dcuesheet.h31 unsigned grabbag__cuesheet_msf_to_frame(unsigned minutes, unsigned seconds, unsigned frames);
32 void grabbag__cuesheet_frame_to_msf(unsigned frame, unsigned *minutes, unsigned *seconds, unsigned *frames);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/scripts/
H A Dautopppd17 my ($hours,$minutes,$seconds) = split(/:/,shift);
18 return ($hours*60+$minutes)*60+$seconds;
25 my $minutes = $total % 60; $total = ($total - $minutes)/60;
29 return(sprintf("%d-%02d:%02d:%02d",$days,$hours,$minutes,$seconds));
31 return(sprintf("%02d:%02d:%02d",$hours,$minutes,$seconds));
49 toseconds("00:07:00"), # 8 minutes
50 toseconds("00:07:00"), # 15 minutes
51 toseconds("00:15:00"), # 30 minutes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dphidgetservo.c14 * Note that the driver takes input as: degrees.minutes
76 int minutes[4]; member in struct:phidget_servo
81 int minutes)
102 servo->pulse[servo_no] = ((degrees*60 + minutes)*106 + 2438*60)/600;
104 servo->minutes[servo_no]= minutes;
154 int minutes)
175 servo->minutes[servo_no]= 0;
208 int degrees, minutes, retval; \
211 minutes
80 change_position_v30(struct phidget_servo *servo, int servo_no, int degrees, int minutes) argument
153 change_position_v20(struct phidget_servo *servo, int servo_no, int degrees, int minutes) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/db_checkpoint/
H A Ddb_checkpoint.c48 u_int32_t flags, kbytes, minutes, seconds; local
68 kbytes = minutes = 0;
104 minutes = (u_int32_t)argval;
122 if (once == 0 && kbytes == 0 && minutes == 0) {
172 seconds = kbytes != 0 ? 30 : minutes * 60;
181 kbytes, minutes, flags)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db_checkpoint/
H A Ddb_checkpoint.c34 u_int32_t flags, kbytes, minutes, seconds; local
54 kbytes = minutes = 0;
89 minutes = (u_int32_t)argval;
107 if (once == 0 && kbytes == 0 && minutes == 0) {
157 seconds = kbytes != 0 ? 30 : minutes * 60;
166 kbytes, minutes, flags)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_chkpt.c55 __txn_checkpoint_pp(dbenv, kbytes, minutes, flags)
57 u_int32_t kbytes, minutes, flags;
82 (__txn_checkpoint(env, kbytes, minutes, flags)), 0, ret);
95 __txn_checkpoint(env, kbytes, minutes, flags)
97 u_int32_t kbytes, minutes, flags;
134 * If either kbytes or minutes is non-zero, then only take the
135 * checkpoint if more than "minutes" minutes have passed or if
143 if (minutes != 0) {
150 if (now - last_ckp_time >= (time_t)(minutes * 6
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dgetdate.y122 /* Time zone, in minutes east of UTC. */
128 /* Gregorian year, month, day, hour, minutes, and seconds. */
133 int minutes;
136 /* Relative year, month, day, hour, minutes, and seconds. */
213 PC.minutes = 0;
220 PC.minutes = $3.value;
227 PC.minutes = $3.value;
235 PC.minutes = $3.value;
242 PC.minutes = $3.value;
423 PC.minutes
[all...]
H A Dgetdate.c217 /* Time zone, in minutes east of UTC. */
223 /* Gregorian year, month, day, hour, minutes, and seconds. */
228 int minutes; member in struct:__anon1687
231 /* Relative year, month, day, hour, minutes, and seconds. */
1259 PC.minutes = 0;
1269 PC.minutes = yyvsp[-1].textintval.value;
1279 PC.minutes = yyvsp[-1].textintval.value;
1290 PC.minutes = yyvsp[-3].textintval.value;
1300 PC.minutes = yyvsp[-3].textintval.value;
1567 PC.minutes
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/grabbag/
H A Dcuesheet.c29 unsigned grabbag__cuesheet_msf_to_frame(unsigned minutes, unsigned seconds, unsigned frames) argument
31 return ((minutes * 60) + seconds) * 75 + frames;
34 void grabbag__cuesheet_frame_to_msf(unsigned frame, unsigned *minutes, unsigned *seconds, unsigned *frames) argument
40 *minutes = frame;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-ogg.c200 long minutes, seconds; local
215 minutes = (long)time / 60;
216 seconds = (long)time - minutes * 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/tagutils/
H A Dtagutils-ogg.c200 long minutes, seconds; local
215 minutes = (long)time / 60;
216 seconds = (long)time - minutes * 60;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dtodc_time.c310 min = todc_read_val(todc_info->minutes) & 0x7f;
397 todc_write_val(todc_info->minutes, tm.tm_min);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dshuttle_usbat.c271 static int usbat_wait_not_busy(struct us_data *us, int minutes) argument
278 * but probably not more than 10 minutes or so. On the other hand,
280 * minutes!
283 for (i=0; i<1200+minutes*60; i++) {
308 msleep(1000); /* X minutes */
311 US_DEBUGP("Waited not busy for %d minutes, timing out.\n",
312 minutes);
355 int minutes,
382 return usbat_wait_not_busy(us, minutes);
401 int minutes)
351 usbat_write_block(struct us_data *us, unsigned char access, unsigned char *content, unsigned short len, int minutes, int use_sg) argument
388 usbat_hp8200e_rw_block_test(struct us_data *us, unsigned char access, unsigned char *registers, unsigned char *data_out, unsigned short num_registers, unsigned char data_reg, unsigned char status_reg, unsigned char timeout, unsigned char qualifier, int direction, unsigned char *content, unsigned short len, int use_sg, int minutes) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_time.c365 unsigned int *minutes, unsigned int *seconds)
369 *minutes = fulltime % 60;
364 divide_time(unsigned int fulltime, unsigned int *hours, unsigned int *minutes, unsigned int *seconds) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dtodc.h56 int minutes; member in struct:__anon9346
457 todc_info->minutes = clock_type ##_MINUTES; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtime.c85 int minutes = 60*hours + (a->tm_min - b->tm_min); local
86 int seconds = 60*minutes + (a->tm_sec - b->tm_sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/
H A Dmts64.c153 u8 hours, u8 minutes,
367 u8 hours, u8 minutes,
380 mts64_write_command(p, minutes);
366 mts64_smpte_start(struct parport *p, u8 hours, u8 minutes, u8 seconds, u8 frames, u8 idx) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c400 int secs, msecs, minutes; local
404 minutes = secs/60;
408 if (minutes) {
410 snprintf(buf, sizeof(buf)-16, "%dmin", minutes);
411 if (minutes > 9)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el1392 (minutes (/ (abs seconds) 60))
1395 (/ minutes 60)
1396 (% minutes 60))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh263.c2279 int hours, minutes, seconds; local
2291 minutes= seconds/60; seconds %= 60;
2292 hours= minutes/60; minutes %= 60;
2296 put_bits(&s->pb, 6, minutes);
5477 int hours, minutes, seconds; local
5480 minutes= get_bits(gb, 6);
5484 s->time_base= seconds + 60*(minutes + 60*hours);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmxfenc.c177 uint64_t timestamp; ///< timestamp, as year(16),month(8),day(8),hour(8),minutes(8),msec/4(8)
1318 unsigned minutes = ((pkt->data[i+1] & 0x03) << 4) | (pkt->data[i+2]>>4); local
1322 mxf->timecode_start = (hours*3600 + minutes*60 + seconds) *
1325 unsigned tminutes = 60 * hours + minutes;
1329 hours, minutes, seconds, mxf->timecode_drop_frame ? ';':':', frames);
1512 ((((frame / (fps * 60)) % 60) / 10) << 12) | // tens of minutes
1513 ((((frame / (fps * 60)) % 60) % 10) << 8) | // units of minutes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dvideodev2.h414 __u8 minutes; member in struct:v4l2_timecode
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvideodev.c353 tc->hours,tc->minutes,tc->seconds,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/
H A Dconfigure5201 # about 5 minutes as the teststring grows exponentially.
13570 BUILD_TIMESTAMP=`date --iso-8601=minutes`

Completed in 401 milliseconds

12