Searched refs:second (Results 51 - 75 of 177) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-java-222 gettext ("invalid surrogate \udc9e second half");
56 "this is the second argument");
108 msgid "invalid surrogate ��� second half"
167 msgid "this is the second argument"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/rand/
H A Dfips_rand.c114 static int second; variable
129 second=0;
329 if(second && !memcmp(output,previous,sizeof previous))
336 second=1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Derr_common.h70 u8 second; member in struct:el_timestamp::__anon7938
/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
461 second = *(u64 *)&f->regs[freg+2];
476 first = __swab64p(&second);
477 second = tmp;
489 __put_user (second >> 32, (u32 __user *)(addr + 8)) ||
490 __put_user ((u32)second, (u32 __user *)(addr + 12))) {
592 u32 first, second; local
608 get_user(second, (u32 __user *)(sfar + 4))) {
610 first = 0; second = 0;
616 value = (((u64)first) << 32) | second;
[all...]
H A Dsys_sparc.c436 asmlinkage long sys_ipc(unsigned int call, int first, unsigned long second, argument
446 (unsigned)second, NULL);
449 err = sys_semtimedop(first, ptr, (unsigned)second,
453 err = sys_semget(first, (int)second, (int)third);
464 err = sys_semctl(first, (int)second | IPC_64,
476 err = sys_msgsnd(first, ptr, (size_t)second,
480 err = sys_msgrcv(first, ptr, (size_t)second, fifth,
484 err = sys_msgget((key_t)first, (int)second);
487 err = sys_msgctl(first, (int)second | IPC_64, ptr);
498 err = do_shmat(first, ptr, (int)second,
[all...]
H A Dsys_sparc32.c259 asmlinkage long compat_sys_ipc(u32 call, u32 first, u32 second, u32 third, compat_uptr_t ptr, u32 fifth) argument
271 compat_ptr(ptr), second,
277 return sys_semtimedop((int)first, compat_ptr(ptr), second,
281 return sys_semget((int)first, (int)second, third);
284 return compat_sys_semctl((int)first, (int)second, third,
289 return compat_sys_msgsnd((int)first, (int)second, third,
293 return compat_sys_msgrcv((int)first, second, (int)fifth,
297 return sys_msgget((int)first, second);
300 return compat_sys_msgctl((int)first, second, compat_ptr(ptr));
304 return compat_sys_shmat((int)first, second, thir
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dmcdx.c405 stuffp->stop.dt.second = msf->cdmsf_sec1;
442 entry->cdte_addr.msf.second =
443 bcd2uint(tp->dt.second);
473 sub->cdsc_absaddr.msf.second =
474 bcd2uint(q.dt.second);
478 sub->cdsc_reladdr.msf.second =
479 bcd2uint(q.tt.second);
484 sub->cdsc_absaddr.msf.second,
487 sub->cdsc_reladdr.msf.second,
532 stuffp->multi.msf_last.second,
[all...]
H A Doptcd.c558 /* Linear block address to minute, second, frame form */
586 + addr->msf.second * CD_FRAMES
591 /* Minute, second, frame address BCD to binary or to linear address,
596 addr->msf.second = bcd2bin(addr->msf.second);
675 qp->cdsc_reladdr.msf.second = d5;
695 qp->cdsc_absaddr.msf.second = d9;
762 toc[i].cdsc_reladdr.msf.second,
765 toc[i].cdsc_absaddr.msf.second,
826 disk_info.first_track.second
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/test/
H A Dtestss60 echo second generated request is invalid
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dutil_altivec.h100 register vector unsigned char second = vec_ld(offset+15, src); local
102 return vec_perm(first, second, mask);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dudftime.c24 * John Brockmeyer (without leap second corrections)
117 *dest += ( ( (yday* 24) + src.hour ) * 60 + src.minute ) * 60 + src.second;
143 dest->second = rem % 60;
/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);
105 if (*second > maxval)
106 *second = maxval;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Defirtc.c112 eft->second = wtime->tm_sec;
122 wtime->tm_sec = eft->second;
323 eft.hour, eft.minute, eft.second, eft.nanosecond,
339 alm.hour, alm.minute, alm.second, alm.nanosecond,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dmsp3400-driver.h79 int main, second; /* sound carrier */ member in struct:msp_state
/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/asm-m68k/
H A Dapollohw.h51 unsigned char second, alarm_second; member in struct:mc146818
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsys_ppc32.c240 long compat_sys_ipc(u32 call, u32 first, u32 second, u32 third, compat_uptr_t ptr, argument
254 compat_ptr(ptr), second,
260 return sys_semtimedop((int)first, compat_ptr(ptr), second,
264 return sys_semget((int)first, (int)second, third);
267 return compat_sys_semctl((int)first, (int)second, third,
272 return compat_sys_msgsnd((int)first, (int)second, third,
276 return compat_sys_msgrcv((int)first, second, (int)fifth,
280 return sys_msgget((int)first, second);
283 return compat_sys_msgctl((int)first, second, compat_ptr(ptr));
287 return compat_sys_shmat((int)first, second, thir
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dcompat_linux.c305 asmlinkage long sys32_ipc(u32 call, int first, int second, int third, u32 ptr) argument
315 second, compat_ptr(third));
319 second, NULL);
321 return sys_semget(first, second, third);
323 return compat_sys_semctl(first, second, third,
326 return compat_sys_msgsnd(first, second, third,
329 return compat_sys_msgrcv(first, second, 0, third,
332 return sys_msgget((key_t) first, second);
334 return compat_sys_msgctl(first, second, compat_ptr(ptr));
336 return compat_sys_shmat(first, second, thir
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dsys_oabi-compat.c52 * struct epoll_event has its second member shifted also affecting the
333 extern asmlinkage int sys_ipc(uint call, int first, int second, int third,
336 asmlinkage int sys_oabi_ipc(uint call, int first, int second, int third, argument
343 second, NULL);
347 second,
350 return sys_ipc(call, first, second, third, ptr, fifth);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-ds1742.c92 unsigned int year, month, day, hour, minute, second, week; local
100 second = readb(ioaddr + RTC_SECONDS) & RTC_SECONDS_MASK;
109 tm->tm_sec = BCD2BIN(second);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S117 mul r0, r8, r7 @ R0=W1*ROWr16[1]=b0 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
120 mul r1, r9, r7 @ R1=W3*ROWr16[1]=b1 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
122 mul r5, r10, r7 @ R5=W5*ROWr16[1]=b2 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
123 mul r7, r11, r7 @ R7=W7*ROWr16[1]=b3 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
125 mlane r0, r9, r2, r0 @ R0+=W3*ROWr16[3]=b0 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
127 mlane r1, r11, r2, r1 @ R1-=W7*ROWr16[3]=b1 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
128 mlane r5, r8, r2, r5 @ R5-=W1*ROWr16[3]=b2 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
129 mlane r7, r10, r2, r7 @ R7-=W5*ROWr16[3]=b3 (ROWr16[3] must be the second arg, to have the possibility to save 1 cycle)
317 mul r0, r8, r7 @ R0=W1*ROWr16[1]=b0 (ROWr16[1] must be the second arg, to have the possibility to save 1 cycle)
320 mul r1, r9, r7 @ R1=W3*ROWr16[1]=b1 (ROWr16[1] must be the second ar
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dkernel_thread.S41 sethi.p #0xe4e4,gr9 ; second syscall arg [newsp]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dassociola.c708 struct sctp_transport *second; local
756 first = NULL; second = NULL;
765 second = first;
768 if (!second || t->last_time_heard > second->last_time_heard)
769 second = t;
785 second = first;
794 second = asoc->peer.primary_path;
799 asoc->peer.retran_path = second;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/auxdisplay/
H A Dcfag12864b.c69 * If high, the second ks0108 controller receives commands/data.
121 unsigned char second)
128 if (second)
120 cfag12864b_setcontrollers(unsigned char first, unsigned char second) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/apollo/
H A Dconfig.c216 t->tm_sec=rtc->second;
224 rtc->second=t->tm_sec;

Completed in 296 milliseconds

12345678