Searched refs:end (Results 251 - 275 of 3740) sorted by path

<<11121314151617181920>>

/linux-master/net/caif/
H A Dcfpkt_skbuff.c127 PKT_ERROR(pkt, "read beyond end of packet\n");
158 PKT_ERROR(pkt, "read beyond end of packet\n");
313 if (dst->tail + neededtailspace > dst->end) {
343 PKT_ERROR(pkt, "trying to split beyond end of packet\n");
/linux-master/net/ceph/
H A Darmor.c5 int ceph_armor(char *dst, const char *src, const char *end);
6 int ceph_unarmor(char *dst, const char *src, const char *end);
37 int ceph_armor(char *dst, const char *src, const char *end) argument
42 while (src < end) {
47 if (src < end) {
50 if (src < end) {
75 int ceph_unarmor(char *dst, const char *src, const char *end) argument
79 while (src < end) {
86 if (src + 4 > end)
H A Dpagevec.c147 int end = min((int)PAGE_SIZE, off + len); local
150 zero_user_segment(pages[i], off, end);
151 len -= (end - off);
/linux-master/net/rose/
H A Drose_out.c49 unsigned short start, end; local
61 end = (rose->va + sysctl_rose_window_size) % ROSE_MODULUS;
63 if (start == end)
95 } while (rose->vs != end &&
/linux-master/samples/seccomp/
H A Dbpf-helper.c66 struct __bpf_label *begin = labels->labels, *end; local
79 end = begin + labels->count;
80 for (id = 0; begin < end; ++begin, ++id) {
92 struct sock_filter *end = filter + count; local
93 for ( ; filter < end; ++filter)
/linux-master/scripts/
H A Dbootgraph.pl54 my %end;
108 $end{$2} = $1;
116 $end{$func} = $1;
174 my $duration = $end{$key} - $start{$key};
187 $e = ($end{$key} - $firsttime) * $mult;
H A Dextract-sys-certs.pl99 my $end;
128 $end = $start + $size;
133 if ($end > $s_vend);
H A Dinsert-sys-cert.c81 unsigned long end = start + x[i].sh_size; local
84 if (addr >= start && addr <= end)
/linux-master/sound/arm/
H A Daaci.h216 void *end; member in struct:aaci_runtime
/linux-master/sound/firewire/bebob/
H A Dbebob_maudio.c157 goto end;
161 end:
211 goto end;
223 end:
280 goto end;
285 goto end;
296 end:
322 goto end;
333 goto end;
338 end
[all...]
H A Dbebob_proc.c47 goto end;
66 end:
89 goto end;
99 end:
H A Dbebob_terratec.c23 goto end;
26 goto end;
34 end:
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-transaction.c65 .end = 0xffffe000ffffull,
/linux-master/sound/firewire/fireworks/
H A Dfireworks_command.c147 goto end;
159 goto end;
163 goto end;
171 end:
220 goto end;
251 end:
302 goto end;
308 goto end;
312 goto end;
330 goto end;
[all...]
H A Dfireworks_proc.c39 goto end;
100 end:
145 goto end;
173 end:
/linux-master/sound/firewire/motu/
H A Dmotu-transaction.c101 .end = 0xffffe000ffffull,
/linux-master/sound/firewire/oxfw/
H A Doxfw-scs1x.c105 goto end;
110 goto end;
120 end:
/linux-master/sound/synth/emux/
H A Demux_proc.c83 snd_iprintf(buf, "start=%x, end=%x, loopstart=%x, loopend=%x\n",
84 vp->reg.start, vp->reg.end, vp->reg.loopstart, vp->reg.loopend);
/linux-master/tools/build/feature/
H A Dtest-dwarf_getlocations.c7 Dwarf_Addr base, start, end; local
12 return (int)dwarf_getlocations(&attr, offset, &base, &start, &end, &op, &nops);
H A Dtest-libunwind-debug-frame-aarch64.c9 unw_word_t end);
H A Dtest-libunwind-debug-frame-arm.c9 unw_word_t end);
H A Dtest-libunwind-debug-frame.c9 unw_word_t end);
/linux-master/tools/build/
H A Dfixdep.c50 char *end = m + len; local
57 while (m < end) {
59 while (m < end && (*m == ' ' || *m == '\\' || *m == '\n'))
63 while (p < end && *p != ' ' && *p != '\\' && *p != '\n')
/linux-master/tools/perf/
H A Dperf-read-vdso.c15 void *start, *end; local
18 if (find_map(&start, &end, VDSO__MAP_NAME))
21 size = end - start;
/linux-master/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py79 def paint_rectangle_zone(self, nr, color, top_color, start, end):
81 width_px = self.us_to_px(end - self.ts_start)
103 def update_rectangles(self, dc, start, end):
105 end += self.ts_start
106 self.sched_tracer.fill_zone(start, end)
115 end = self.px_to_us(x + width)
116 self.update_rectangles(dc, start, end)

Completed in 248 milliseconds

<<11121314151617181920>>