Searched refs:hold (Results 51 - 75 of 247) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/inflate86/
H A Dinffas86.c89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
118 ar.hold = state->hold;
128 /* align in on 1/2 hold size boundary */
129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
130 ar.hold += (unsigned long)*ar.in++ << ar.bits;
146 " movq 80(%%rsp), %%rdx\n" /* rdx = hold */
168 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits */
187 " orq %%rax, %%rdx\n" /* hold |
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/inflate86/
H A Dinffas86.c89 /* 80 40 */ unsigned long hold; /* edx rdx local strm->hold */ member in struct:inffast_ar
118 ar.hold = state->hold;
128 /* align in on 1/2 hold size boundary */
129 while (((unsigned long)(void *)ar.in & (sizeof(ar.hold) / 2 - 1)) != 0) {
130 ar.hold += (unsigned long)*ar.in++ << ar.bits;
146 " movq 80(%%rsp), %%rdx\n" /* rdx = hold */
168 " orq %%rax, %%rdx\n" /* hold |= *((uint *)in)++ << bits */
187 " orq %%rax, %%rdx\n" /* hold |
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Dinflate.h101 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Dinflate.h101 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/netbsd-current/common/dist/zlib/
H A Dinflate.h102 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Dinflate.h102 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Dinflate.h102 unsigned long hold; /* input bit accumulator */ member in struct:inflate_state
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-tic80.c611 bfd_byte hold;
613 hold = contents[addr + 4];
622 contents[addr + 4] |= hold & 0x20;
630 bfd_byte hold;
632 hold = contents[addr + 1];
641 contents[addr + 1] |= hold & 0x80;
608 bfd_byte hold; local
627 bfd_byte hold; local
/netbsd-current/tests/kernel/
H A Dt_umountstress.sh64 touch ${TMPMP}/hold
65 exec 9< ${TMPMP}/hold
/netbsd-current/etc/rc.d/
H A Dbluetooth64 ${btconfig_cmd} ${dev} switch hold sniff park master
/netbsd-current/sys/arch/mips/ingenic/
H A Djziic.c243 int ticks, hcnt, lcnt, hold, setup; local
249 hold = sc->sc_pclk * 4 / 10000 - 1; /* ... * 400 / 1000000 ... */
250 hold = uimax(1, hold);
251 hold |= JZ_HDENB;
253 DPRINTF("hcnt %d lcnt %d hold %d\n", hcnt, lcnt, hold);
256 bus_space_write_4(sc->sc_memt, sc->sc_memh, JZ_SMBSDAHD, hold);
/netbsd-current/external/gpl3/gdb.old/dist/sim/erc32/
H A Dexec.c435 sregs->hold++;
445 sregs->hold++;
557 sregs->ftime = ebase.simtime + sregs->hold;
1245 sregs->hold += ws;
1247 sregs->hold += ws;
1268 sregs->hold += ws;
1279 sregs->hold += ws;
1289 sregs->hold += ws;
1303 sregs->hold += ws;
1324 sregs->hold
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/erc32/
H A Dexec.c426 sregs->hold++;
436 sregs->hold++;
548 sregs->ftime = ebase.simtime + sregs->hold;
1236 sregs->hold += ws;
1238 sregs->hold += ws;
1259 sregs->hold += ws;
1270 sregs->hold += ws;
1280 sregs->hold += ws;
1294 sregs->hold += ws;
1315 sregs->hold
[all...]
/netbsd-current/common/dist/zlib/contrib/blast/
H A Dblast.c434 static unsigned char hold[CHUNK]; local
436 *buf = hold;
437 return fread(hold, 1, CHUNK, (FILE *)how);
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/blast/
H A Dblast.c434 static unsigned char hold[CHUNK]; local
436 *buf = hold;
437 return fread(hold, 1, CHUNK, (FILE *)how);
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/blast/
H A Dblast.c434 static unsigned char hold[CHUNK]; local
436 *buf = hold;
437 return fread(hold, 1, CHUNK, (FILE *)how);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/blast/
H A Dblast.c434 static unsigned char hold[CHUNK]; local
436 *buf = hold;
437 return fread(hold, 1, CHUNK, (FILE *)how);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/blast/
H A Dblast.c434 static unsigned char hold[CHUNK]; local
436 *buf = hold;
437 return fread(hold, 1, CHUNK, (FILE *)how);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dminiunz.c168 char hold; local
172 hold = *p;
180 if (hold == 0)
182 *p++ = hold;
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A Duntgz.c350 char hold; local
354 hold = *p;
362 if (hold == 0)
364 *p++ = hold;
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A Duntgz.c350 char hold; local
354 hold = *p;
362 if (hold == 0)
364 *p++ = hold;
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/untgz/
H A Duntgz.c350 char hold; local
354 hold = *p;
362 if (hold == 0)
364 *p++ = hold;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dminiunz.c168 char hold; local
172 hold = *p;
180 if (hold == 0)
182 *p++ = hold;
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
H A Duntgz.c350 char hold; local
354 hold = *p;
362 if (hold == 0)
364 *p++ = hold;
/netbsd-current/common/dist/zlib/contrib/untgz/
H A Duntgz.c350 char hold; local
354 hold = *p;
362 if (hold == 0)
364 *p++ = hold;

Completed in 576 milliseconds

12345678910