Searched refs:second (Results 1 - 25 of 131) sorted by relevance

123456

/linux-master/arch/riscv/kernel/tests/module_test/
H A Dtest_uleb128.S9 lw a0, second
22 second: label
23 .reloc second, R_RISCV_SET_ULEB128, second
24 .reloc second, R_RISCV_SUB_ULEB128, first
H A Dtest_sub16.S14 second: label
18 .reloc sub16, R_RISCV_ADD16, second
H A Dtest_sub32.S14 second: label
18 .reloc sub32, R_RISCV_ADD32, second
H A Dtest_sub6.S14 second: label
18 .reloc sub6, R_RISCV_SET6, second
H A Dtest_sub64.S18 second: label
22 .reloc sub64, R_RISCV_ADD64, second
H A Dtest_sub8.S14 second: label
18 .reloc sub8, R_RISCV_ADD8, second
/linux-master/ipc/
H A Dsyscall.c20 int ksys_ipc(unsigned int call, int first, unsigned long second, argument
31 second, NULL);
34 return ksys_semtimedop(first, ptr, second,
37 return compat_ksys_semtimedop(first, ptr, second,
43 return ksys_semget(first, second, third);
50 return ksys_old_semctl(first, second, third, arg);
55 second, third);
67 return ksys_msgrcv(first, tmp.msgp, second,
73 second, fifth, third);
76 return ksys_msgget((key_t) first, second);
130 compat_ksys_ipc(u32 call, int first, int second, u32 third, compat_uptr_t ptr, u32 fifth) argument
[all...]
/linux-master/fs/isofs/
H A Dutil.c21 int year, month, day, hour, minute, second, tz; local
29 second = p[5];
36 crtime = mktime64(year+1900, month, day, hour, minute, second);
/linux-master/arch/arm/kernel/
H A Dinsn.c11 unsigned long first, second; local
30 second = 0x9000 | (j1 << 13) | (j2 << 11) | imm11;
32 second |= 1 << 14;
34 return __opcode_thumb32_compose(first, second);
/linux-master/lib/
H A Dkasprintf.c17 unsigned int first, second; local
29 second = vsnprintf(p, first+1, fmt, ap);
30 WARN(first != second, "different return values (%u and %u) from vsnprintf(\"%s\", ...)",
31 first, second, fmt);
H A Dsiphash.c130 * @second: second u64
133 u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) argument
140 v3 ^= second;
143 v0 ^= second;
151 * @second: second u64
155 u64 siphash_3u64(const u64 first, const u64 second, const u64 third, argument
163 v3 ^= second;
166 v0 ^= second;
183 siphash_4u64(const u64 first, const u64 second, const u64 third, const u64 forth, const siphash_key_t *key) argument
215 siphash_3u32(const u32 first, const u32 second, const u32 third, const siphash_key_t *key) argument
330 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) argument
348 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) argument
369 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) argument
474 hsiphash_2u32(const u32 first, const u32 second, const hsiphash_key_t *key) argument
494 hsiphash_3u32(const u32 first, const u32 second, const u32 third, const hsiphash_key_t *key) argument
519 hsiphash_4u32(const u32 first, const u32 second, const u32 third, const u32 forth, const hsiphash_key_t *key) argument
[all...]
/linux-master/arch/alpha/lib/
H A Dcsum_partial_copy.c138 unsigned long second; local
140 if (__get_word(ldq_u, second, src+1))
145 extqh(second, soff, first);
148 first = second;
158 unsigned long second; local
159 if (__get_word(ldq_u, second, lastsrc))
163 extqh(second, soff, first);
252 unsigned long second, word; local
255 if (__get_word(ldq_u, second, src+1))
260 extqh(second, sof
274 unsigned long second, word; local
296 unsigned long second, word; local
[all...]
/linux-master/arch/arm/include/asm/
H A Dopcodes.h151 #define __opcode_thumb32_compose(first, second) ( \
153 | ___opcode_identity32(___opcode_identity16(second)) \
157 #define ___asm_opcode_thumb32_compose(first, second) ( \
159 | ___asm_opcode_identity32(___asm_opcode_identity16(second)) \
225 #define ___inst_thumb32(first, second) .short first, second
229 #define ___inst_thumb32(first, second) \
230 ".short " __stringify(first) ", " __stringify(second) "\n\t"
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_siphash.h51 static inline u64 siphash_2u64(const u64 first, const u64 second, const siphash_key_t *key) argument
58 v3 ^= second;
61 v0 ^= second;
/linux-master/arch/m68k/include/asm/
H A Dintersil.h32 unsigned char second; member in struct:intersil_dt
/linux-master/arch/m68k/sun3/
H A Dintersil.c44 todintersil->second = t->tm_sec;
54 t->tm_sec = todintersil->second;
/linux-master/sound/firewire/
H A Damdtp-stream-trace.h21 __field(unsigned int, second)
36 __entry->second = cycles / CYCLES_PER_SECOND;
60 __entry->second,
/linux-master/drivers/rtc/
H A Drtc-wilco-ec.c38 * @second: Second value (0..59)
50 u8 second; member in struct:ec_rtc_read_response
70 * @second: Second value (0..59)
85 u8 second; member in struct:ec_rtc_write_request
107 tm->tm_sec = rtc.second;
145 rtc.second = bin2bcd(tm->tm_sec);
H A Drtc-efi.c60 eft->second = wtime->tm_sec;
71 if (eft->second >= 60)
73 wtime->tm_sec = eft->second;
207 eft.hour, eft.minute, eft.second, eft.nanosecond,
224 alm.hour, alm.minute, alm.second, alm.nanosecond,
H A Drtc-mv.c71 unsigned int year, month, day, hour, minute, second, wday; local
76 second = rtc_time & 0x7f;
85 tm->tm_sec = bcd2bin(second);
102 unsigned int year, month, day, hour, minute, second, wday; local
107 second = rtc_time & 0x7f;
116 alm->time.tm_sec = bcd2bin(second);
/linux-master/tools/perf/tests/shell/
H A Dtest_arm_spe_fork.sh37 echo Log lines after 1 second = $log1
/linux-master/fs/fat/
H A Dmisc.c208 time64_t second; local
221 second = (time & 0x1f) << 1;
222 second += ((time >> 5) & 0x3f) * SECS_PER_MIN;
223 second += (time >> 11) * SECS_PER_HOUR;
224 second += (time64_t)(year * 365 + leap_day
228 second += fat_tz_offset(sbi);
231 ts->tv_sec = second + (time_cs / 100);
234 ts->tv_sec = second;
302 * truncate mtime to 2 second granularity
/linux-master/fs/udf/
H A Dudftime.c12 * John Brockmeyer (without leap second corrections)
47 src.second);
52 * recorded with bogus sub-second values.
81 dest->second = tm.tm_sec;
/linux-master/drivers/media/i2c/
H A Dmsp3400-kthreads.c24 int main, second; member in struct:__anon185
376 if (state->main == state->second)
387 state->second / 910000, (state->second/910) % 1000);
391 state->second / 910000, (state->second / 910) % 1000);
392 if (state->mode == MSP_MODE_FM_TERRA && state->main != state->second) {
395 state->second / 910000, (state->second / 910) % 1000);
560 /* carrier detect pass #2 -- second (stere
[all...]
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_64.c330 SYSCALL_DEFINE6(sparc_ipc, unsigned int, call, int, first, unsigned long, second,
343 (unsigned int)second, NULL);
346 err = ksys_semtimedop(first, ptr, (unsigned int)second,
351 err = ksys_semget(first, (int)second, (int)third);
354 err = ksys_old_semctl(first, second,
367 err = ksys_msgsnd(first, ptr, (size_t)second,
371 err = ksys_msgrcv(first, ptr, (size_t)second, fifth,
375 err = ksys_msgget((key_t)first, (int)second);
378 err = ksys_old_msgctl(first, (int)second | IPC_64, ptr);
389 err = do_shmat(first, ptr, (int)second,
[all...]

Completed in 188 milliseconds

123456