Home
last modified time | relevance | path

Searched refs:last_read (Results 1 – 25 of 619) sorted by relevance

12345678910>>...25

/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/modules/cpu/
H A Dmod_multicpu.c89 proc_stat.last_read.tv_sec=0; in init_cpu_info()
90 proc_stat.last_read.tv_usec=0; in init_cpu_info()
92 proc_stat.last_read.tv_sec=0; in init_cpu_info()
93 proc_stat.last_read.tv_usec=0; in init_cpu_info()
249 cpu->stamp = proc_stat.last_read; in multi_cpu_user_func()
266 cpu->stamp = proc_stat.last_read; in multi_cpu_nice_func()
286 cpu->stamp = proc_stat.last_read; in multi_cpu_system_func()
326 cpu->stamp = proc_stat.last_read; in multi_cpu_idle_func()
353 cpu->stamp = proc_stat.last_read; in multi_cpu_wio_func()
381 cpu->stamp = proc_stat.last_read; in multi_cpu_intr_func()
[all …]
/dports/archivers/zip-ada/zip-ada/test/
H A Dtest_stream_performance.adb39 procedure Read_Attribute( b: out Buffer; last_read: out Natural ) is
44 last_read:= b'First-1;
46 last_read:= Natural'Min(b'First+Natural(siz-idx),b'Last);
47 Buffer'Read(Stream(f_in), b(b'First .. last_read));
60 procedure Read_SE_Copy( b: out Buffer; last_read: out Natural ) is
70 last_read:= Natural(Last);
87 procedure Read_SE_Overlay( b: out Buffer; last_read: out Natural ) is
95 last_read:= b'First + Natural(Last) - 1;
128 with procedure Read( b: out Buffer; last_read: out Natural );
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/libflate-1.1.1/src/
H A Dbit.rs66 last_read: u32, field
77 last_read: 0, in new()
123 let bits = self.last_read.wrapping_shr(u32::from(self.offset)) as u16; in peek_bits_unchecked()
134 self.last_read >>= 8; in fill_next_u8()
139 self.last_read |= next << (32 - 8); in fill_next_u8()
145 last_read: self.last_read, in state()
151 self.last_read = state.last_read; in restore_state()
172 last_read: u32, field
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/libflate-1.1.1/src/
H A Dbit.rs66 last_read: u32, field
77 last_read: 0, in new()
123 let bits = self.last_read.wrapping_shr(u32::from(self.offset)) as u16; in peek_bits_unchecked()
134 self.last_read >>= 8; in fill_next_u8()
139 self.last_read |= next << (32 - 8); in fill_next_u8()
145 last_read: self.last_read, in state()
151 self.last_read = state.last_read; in restore_state()
172 last_read: u32, field
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libflate-0.1.27/src/
H A Dbit.rs66 last_read: u32, field
77 last_read: 0, in new()
122 let bits = self.last_read.wrapping_shr(u32::from(self.offset)) as u16; in peek_bits_unchecked()
133 self.last_read >>= 8; in fill_next_u8()
138 self.last_read |= next << (32 - 8); in fill_next_u8()
144 last_read: self.last_read, in state()
150 self.last_read = state.last_read; in restore_state()
171 last_read: u32, field
/dports/net/krill/krill-0.9.4/cargo-crates/libflate-1.1.1/src/
H A Dbit.rs66 last_read: u32, field
77 last_read: 0, in new()
123 let bits = self.last_read.wrapping_shr(u32::from(self.offset)) as u16; in peek_bits_unchecked()
134 self.last_read >>= 8; in fill_next_u8()
139 self.last_read |= next << (32 - 8); in fill_next_u8()
145 last_read: self.last_read, in state()
151 self.last_read = state.last_read; in restore_state()
172 last_read: u32, field
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/libflate-1.1.1/src/
H A Dbit.rs66 last_read: u32, field
77 last_read: 0, in new()
123 let bits = self.last_read.wrapping_shr(u32::from(self.offset)) as u16; in peek_bits_unchecked()
134 self.last_read >>= 8; in fill_next_u8()
139 self.last_read |= next << (32 - 8); in fill_next_u8()
145 last_read: self.last_read, in state()
151 self.last_read = state.last_read; in restore_state()
172 last_read: u32, field
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/libflate-1.1.1/src/
H A Dbit.rs66 last_read: u32, field
77 last_read: 0, in new()
123 let bits = self.last_read.wrapping_shr(u32::from(self.offset)) as u16; in peek_bits_unchecked()
134 self.last_read >>= 8; in fill_next_u8()
139 self.last_read |= next << (32 - 8); in fill_next_u8()
145 last_read: self.last_read, in state()
151 self.last_read = state.last_read; in restore_state()
172 last_read: u32, field
/dports/lang/guile2/guile-2.2.7/test-suite/standalone/
H A Dtest-scm-c-read.c93 size_t read, last_read; in do_start() local
101 last_read = scm_c_read (port, &buffer[read], 123); in do_start()
102 assert (last_read <= 123); in do_start()
103 assert (zeroed_buffer_p (&buffer[read], last_read)); in do_start()
105 read += last_read; in do_start()
107 while (last_read > 0 && read < sizeof (buffer)); in do_start()
/dports/lang/guile1/guile-1.8.8/test-suite/standalone/
H A Dtest-scm-c-read.c101 size_t read, last_read; in do_start() local
109 last_read = scm_c_read (port, &buffer[read], 123); in do_start()
110 assert (last_read <= 123); in do_start()
111 assert (zeroed_buffer_p (&buffer[read], last_read)); in do_start()
113 read += last_read; in do_start()
115 while (last_read > 0 && read < sizeof (buffer)); in do_start()
/dports/lang/guile/guile-3.0.7/test-suite/standalone/
H A Dtest-scm-c-read.c95 size_t read, last_read; in do_start() local
103 last_read = scm_c_read (port, &buffer[read], 123); in do_start()
104 assert (last_read <= 123); in do_start()
105 assert (zeroed_buffer_p (&buffer[read], last_read)); in do_start()
107 read += last_read; in do_start()
109 while (last_read > 0 && read < sizeof (buffer)); in do_start()
/dports/news/atp/atp-1.50/
H A Dpurge.c211 long last_read = msg_idx.LastRead; in clip_do() local
212 if (last_read >= num_messages) in clip_do()
214 if (last_read > msg_start) in clip_do()
215 last_read -= msg_start; in clip_do()
217 last_read = 0L; in clip_do()
219 printf("LAST: %ld START: %ld\n", last_read, msg_start); in clip_do()
224 ret_code = clip_loop(cd_tmptr, idx_offset, &last_read); in clip_do()
305 last_read = *read_last; in clip_loop()
336 if ((old_num <= last_read) && last_read) in clip_loop()
337 last_read--; /* adjust last message read */ in clip_loop()
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/ai/
H A Dai_controller.c110 ai->last_read = 0; in do_dma()
113 ai->last_read = dma->length; in do_dma()
169 ai->last_read = 0; in poweron_ai()
181 if (*value < ai->last_read) in read_ai_regs()
184 unsigned int diff =ai->fifo[0].length - ai->last_read; in read_ai_regs()
186 ai->push_audio_samples(&ai->backend,p + diff,ai->last_read - *value); in read_ai_regs()
189 ai->last_read = *value; in read_ai_regs()
240 if (ai->last_read != 0) in ai_end_of_dma_event()
242 unsigned int diff = ai->fifo[0].length - ai->last_read; in ai_end_of_dma_event()
245 p + diff, ai->last_read); in ai_end_of_dma_event()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dtextstoragefile.cc116 int last_read = 0; in readFile() local
123 last_read = pd.read( buffer + read_bytes, buffer_size - read_bytes ); in readFile()
124 if ( last_read > 0 ) { in readFile()
125 read_bytes += last_read; in readFile()
126 } else if ( last_read < 0 && errno == EAGAIN ) { in readFile()
134 last_read = 1; in readFile()
138 } while ( last_read > 0 && read_bytes < buffer_size ); in readFile()
140 if ( read_bytes > 0 || ( read_bytes == 0 && last_read >= 0 ) ) { in readFile()
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dtcpcheck.h59 …l_ret tcpcheck_mysql_expect_iniths(struct check *check, struct tcpcheck_rule *rule, int last_read);
60 …_eval_ret tcpcheck_mysql_expect_ok(struct check *check, struct tcpcheck_rule *rule, int last_read);
61 …l_ret tcpcheck_ldap_expect_bindrsp(struct check *check, struct tcpcheck_rule *rule, int last_read);
62 …et tcpcheck_spop_expect_agenthello(struct check *check, struct tcpcheck_rule *rule, int last_read);
63 …al_ret tcpcheck_agent_expect_reply(struct check *check, struct tcpcheck_rule *rule, int last_read);
67 …eval_ret tcpcheck_eval_expect_http(struct check *check, struct tcpcheck_rule *rule, int last_read);
68 …heck_eval_ret tcpcheck_eval_expect(struct check *check, struct tcpcheck_rule *rule, int last_read);
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dtcpcheck.h59 …l_ret tcpcheck_mysql_expect_iniths(struct check *check, struct tcpcheck_rule *rule, int last_read);
60 …_eval_ret tcpcheck_mysql_expect_ok(struct check *check, struct tcpcheck_rule *rule, int last_read);
61 …l_ret tcpcheck_ldap_expect_bindrsp(struct check *check, struct tcpcheck_rule *rule, int last_read);
62 …et tcpcheck_spop_expect_agenthello(struct check *check, struct tcpcheck_rule *rule, int last_read);
63 …al_ret tcpcheck_agent_expect_reply(struct check *check, struct tcpcheck_rule *rule, int last_read);
67 …eval_ret tcpcheck_eval_expect_http(struct check *check, struct tcpcheck_rule *rule, int last_read);
68 …heck_eval_ret tcpcheck_eval_expect(struct check *check, struct tcpcheck_rule *rule, int last_read);
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c29 unsigned long last_read; member
45 if (now >= timer.last_read) in read_timer()
46 timer.ticks += now - timer.last_read; in read_timer()
49 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()
51 timer.last_read = now; in read_timer()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c29 unsigned long last_read; member
45 if (now >= timer.last_read) in read_timer()
46 timer.ticks += now - timer.last_read; in read_timer()
49 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()
51 timer.last_read = now; in read_timer()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c32 unsigned long last_read; member
48 if (now >= timer.last_read) in read_timer()
49 timer.ticks += now - timer.last_read; in read_timer()
52 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()
54 timer.last_read = now; in read_timer()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c32 unsigned long last_read; member
48 if (now >= timer.last_read) in read_timer()
49 timer.ticks += now - timer.last_read; in read_timer()
52 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()
54 timer.last_read = now; in read_timer()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c32 unsigned long last_read; member
48 if (now >= timer.last_read) in read_timer()
49 timer.ticks += now - timer.last_read; in read_timer()
52 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()
54 timer.last_read = now; in read_timer()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c32 unsigned long last_read; member
48 if (now >= timer.last_read) in read_timer()
49 timer.ticks += now - timer.last_read; in read_timer()
52 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()
54 timer.last_read = now; in read_timer()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c32 unsigned long last_read; member
48 if (now >= timer.last_read) in read_timer()
49 timer.ticks += now - timer.last_read; in read_timer()
52 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()
54 timer.last_read = now; in read_timer()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c32 unsigned long last_read; member
48 if (now >= timer.last_read) in read_timer()
49 timer.ticks += now - timer.last_read; in read_timer()
52 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()
54 timer.last_read = now; in read_timer()
/dports/sysutils/u-boot-nanopi-a64/u-boot-2021.07/arch/arm/cpu/arm920t/ep93xx/
H A Dtimer.c32 unsigned long last_read; member
48 if (now >= timer.last_read) in read_timer()
49 timer.ticks += now - timer.last_read; in read_timer()
52 timer.ticks += TIMER_MAX_VAL - timer.last_read + now; in read_timer()
54 timer.last_read = now; in read_timer()

12345678910>>...25