Searched refs:gap (Results 1 - 25 of 107) sorted by relevance

12345

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dpr17618.s8 .globl gap
9 .type gap, @function
10 gap: label
17 .size gap, .-gap
/netbsd-current/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dpr19020b.d4 #objcopy: -O binary -I binary --pad-to=10 --gap-fill=65 --reverse-bytes=8
H A Dpr19020a.d4 #objcopy: -O binary -I binary --pad-to=10 --gap-fill=65 --interleave=2 --interleave-width=1 --byte=0
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-z8k.c260 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the local
263 if (gap & 1)
265 gap /= 2;
266 if (gap > 127 || gap < -128)
272 bfd_put_8 (in_abfd, gap, data + *dst_ptr);
285 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the local
288 if (gap & 1)
290 gap /= 2;
292 if (gap >
313 int gap = dst - dot - 2; local
339 int gap = dst - dot - 2; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dcoff-z8k.c267 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the local
270 if (gap & 1)
272 gap /= 2;
273 if (gap > 127 || gap < -128)
279 bfd_put_8 (in_abfd, gap, data + *dst_ptr);
292 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the local
295 if (gap & 1)
297 gap /= 2;
299 if (gap >
320 int gap = dst - dot - 2; local
346 int gap = dst - dot - 2; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dcoff-z8k.c260 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the local
263 if (gap & 1)
265 gap /= 2;
266 if (gap > 127 || gap < -128)
272 bfd_put_8 (in_abfd, gap, data + *dst_ptr);
285 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the local
288 if (gap & 1)
290 gap /= 2;
292 if (gap >
313 int gap = dst - dot - 2; local
339 int gap = dst - dot - 2; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dcoff-z8k.c267 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the local
270 if (gap & 1)
272 gap /= 2;
273 if (gap > 127 || gap < -128)
279 bfd_put_8 (in_abfd, gap, data + *dst_ptr);
292 int gap = dst - dot - 1; /* -1, since we're in the odd byte of the local
295 if (gap & 1)
297 gap /= 2;
299 if (gap >
320 int gap = dst - dot - 2; local
346 int gap = dst - dot - 2; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-elf/
H A Dpr19005.d2 #objcopy_linked_file: -O binary -j .foo -j .bar --gap-fill=0xff
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dextent_dss.c112 extent_t *gap; local
126 gap = extent_alloc(tsdn, arena);
127 if (gap == NULL) {
145 * Compute how much page-aligned gap space (if any) is
156 extent_init(gap, arena, gap_addr_page,
188 extent_dalloc_gap(tsdn, arena, gap);
190 extent_dalloc(tsdn, arena, gap);
226 extent_dalloc(tsdn, arena, gap);
/netbsd-current/distrib/utils/more/
H A Dlinenum.c82 off_t gap; /* Gap between prev and next */ member in struct:linenum
86 * "gap" needs some explanation: the gap of any particular line number
89 * gap of a line number is the gap which would be introduced if this
130 anchor.gap = 0;
136 * Calculate the gap for an entry.
143 * Don't bother to compute a gap for the anchor.
144 * Also don't compute a gap for the last one in the list.
145 * The gap fo
[all...]
/netbsd-current/sys/arch/amiga/dev/
H A Dgvpio.c74 struct gvpbus_args *gap; local
76 gap = aux;
78 if (gap->flags & GVP_IO)
101 struct gvpbus_args *gap; local
109 gap = aux;
114 gbase = gap->zargs.va;
H A Dgtsc.c119 struct gvpbus_args *gap; local
121 gap = aux;
122 if (gap->flags & GVP_SCSI)
134 struct gvpbus_args *gap; local
139 gap = aux;
141 sc->sc_cregs = rp = gap->zargs.va;
148 if ((gap->flags & GVP_NOBANK) == 0) {
162 else if (gap->flags & GVP_24BITDMA)
164 else if (gap->flags & GVP_25BITDMA)
170 if ((gap
[all...]
H A Dgvpbus.c159 struct gvpbus_args *gap; local
161 gap = aux;
167 if (gap->prod == GVP_IOEXTEND)
/netbsd-current/sys/netinet/
H A Dsctp_constants.h171 * update in SACK gap ack's to figure out if you need to stroke
648 #define SCTP_IS_TSN_PRESENT(arry, gap) ((arry[(gap >> 3)] >> (gap & 0x07)) & 0x01)
649 #define SCTP_SET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] |= (0x01 << ((gap & 0x07))))
650 #define SCTP_UNSET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] &= ((~(0x01 << ((gap
[all...]
H A Ddccp_tcplike.c664 u_int64_t gap, offset, seqnr; local
671 gap = seqnr - cb->cv_hs;
673 offset = gap % 8;
674 t = cb->cv_hp + (gap/8);
687 u_int64_t gap, offset; local
693 gap = seqnr - cb->cv_hs;
696 gap = seqnr + 0x1000000000000LL - cb->cv_hs; /* seq nr = 48 bits */
699 if (gap >= cb->cv_size) {
700 /* gap is bigger than cwndvector size? baaad */
704 offset = gap
715 u_int64_t offset, dc, gap; local
776 int64_t gap; local
811 int64_t gap, bytegap; local
[all...]
/netbsd-current/external/bsd/less/dist/
H A Dlinenum.c48 POSITION gap; /* Gap between prev and next */ member in struct:linenum_info
52 * "gap" needs some explanation: the gap of any particular line number
55 * gap of a line number is the gap which would be introduced if this
99 anchor.gap = 0;
105 * Calculate the gap for an entry.
110 * Don't bother to compute a gap for the anchor.
111 * Also don't compute a gap for the last one in the list.
112 * The gap fo
[all...]
/netbsd-current/lib/libm/noieee_src/
H A Dn_support.c79 static const short prep1=57, gap=7, bias=129 ; variable
83 static const short prep1=54, gap=4, bias=1023 ; variable
114 if((k = (k>>gap)+ N) > 0 )
115 if( k < (mexp>>gap) ) *px = (*px&~mexp) | (k<<gap);
120 {*px=(*px&~mexp)|(short)(1<<gap); x *= scalb(1.0,k-1);}
158 return (int)(((*px&mexp)>>gap)-bias);
162 return ( (k>>gap) - bias );
231 else if ( ((*pp & mexp)>>gap) <= 1 )
/netbsd-current/sys/arch/x68k/stand/common/
H A Dexeckern.S26 | a3+12 section #1 gap size
30 | a3+n-4 section #XK_NSEC gap size
58 movel %a3@+,%d0 | section gap
/netbsd-current/sys/compat/linux/common/
H A Dlinux_fdio.c126 lflop.gap = 0x1b;
131 lflop.gap = 0x23;
136 lflop.gap = 0x2a;
/netbsd-current/external/lgpl3/gmp/dist/demos/
H A Dprimes.c86 unsigned long gap; local
89 gap = mpz_get_ui (prime) - prev_prime_low;
90 if (maxgap < gap)
91 maxgap = gap;
232 printf ("max gap: %lu\n", maxgap);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dlinux-unwind.h112 char gap[SIGNAL_FRAMESIZE]; member in struct:sigframe
140 char gap[SIGNAL_FRAMESIZE]; member in struct:rt_sigframe
171 char gap[SIGNAL_FRAMESIZE]; member in struct:sigframe
180 char gap[SIGNAL_FRAMESIZE + 16]; member in struct:rt_sigframe
/netbsd-current/external/gpl2/rcs/dist/src/
H A Drcsedit.c347 * line[0 .. gap-1] and line[gap+gapsize .. linelim-1] hold pointers to lines.
348 * line[gap .. gap+gapsize-1] contains garbage.
354 static size_t gap, gapsize, linelim; variable
369 gap = gapsize = linelim,
372 if (n < gap)
373 movelines(line+n+gapsize, line+n, gap-n);
374 else if (gap < n)
375 movelines(line+gap, lin
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_fm.c414 * to the new smallest gap, to prepare for our next invocation.
441 uint32_t gap = nstart - end; local
442 if (gap < new_allowed_gap) {
446 if (gap < mingap)
447 mingap = gap;
474 int gap = start - r[count - 1].zr_end; local
476 if (gap < eip->zei_allowed_mingap) {
480 if (gap < eip->zei_mingap)
481 eip->zei_mingap = gap;
/netbsd-current/usr.bin/elf2aout/
H A Delf2aout.c364 /* If there is a gap between text and data, we'll fill it when we copy
413 uint32_t gap = ph[i].p_vaddr - cur_vma; local
415 if (gap > 65536)
417 "Intersegment gap (%u bytes) too large", gap);
419 warnx("%u byte intersegment gap", gap);
421 while (gap) {
423 (gap > sizeof obuf
424 ? sizeof obuf : gap));
[all...]
/netbsd-current/sys/arch/powerpc/booke/
H A Dbooke_machdep.c629 size_t gap = count; local
631 while (gap > 1 || swapped) {
632 if (gap > 1) {
638 * gap = (size_t)((double)gap / N)
646 gap = (gap * 52540) / 65536;
651 for (size_t i = 0; gap + i < count; i++) {
652 if (data[i] > data[i + gap]) {
653 swap_data(data, i, i + gap);
[all...]

Completed in 577 milliseconds

12345