| /src/external/gpl3/gcc/dist/libgomp/ |
| iter.c | 188 long start, end, nend, chunk, incr; local 201 nend = tmp + chunk; 202 if (nend > end) 203 nend = end; 205 *pend = nend; 212 nend = tmp + chunk; 213 if (nend < end) 214 nend = end; 216 *pend = nend; 240 nend = start + chunk 301 long start, end, nend, incr; local [all...] |
| iter_ull.c | 190 gomp_ull start, end, nend, chunk; local 202 nend = tmp + chunk; 203 if (nend > end) 204 nend = end; 206 *pend = nend; 213 nend = tmp + chunk; 214 if (nend < end) 215 nend = end; 217 *pend = nend; 241 nend = start + chunk 305 gomp_ull start, end, nend, incr; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| iter.c | 188 long start, end, nend, chunk, incr; local 201 nend = tmp + chunk; 202 if (nend > end) 203 nend = end; 205 *pend = nend; 212 nend = tmp + chunk; 213 if (nend < end) 214 nend = end; 216 *pend = nend; 240 nend = start + chunk 301 long start, end, nend, incr; local [all...] |
| iter_ull.c | 190 gomp_ull start, end, nend, chunk; local 202 nend = tmp + chunk; 203 if (nend > end) 204 nend = end; 206 *pend = nend; 213 nend = tmp + chunk; 214 if (nend < end) 215 nend = end; 217 *pend = nend; 241 nend = start + chunk 305 gomp_ull start, end, nend, incr; local [all...] |
| /src/sys/arch/hp300/dev/ |
| diofb_mono.c | 136 int nend; /* number of ragged bits at end of dst */ local 175 nend = (dx + cx) & 0x1f; 177 nend = 0; 223 getandputrop(psrc, xoffSrc, 0, nend, 237 if (xoffSrc + nend >= 32) 245 getandputrop(psrc, xoffSrc, 0, nend,
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_globals.cpp | 61 const char *nend = note + phdr[i].p_memsz; variable 64 while (note < nend) {
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_globals.cpp | 59 const char *nend = note + phdr[i].p_memsz; variable 62 while (note < nend) {
|
| /src/sys/arch/evbppc/ev64260/ |
| machdep.c | 542 paddr_t nstart, nend; local 546 nend = GT_HighAddr_GET(in32rb(gt_base + di->high_decode)) + 1; 547 if (nstart >= nend) 554 end = nend; 560 end = nend; 567 end = nend;
|
| /src/sys/arch/hp300/stand/common/ |
| ite_subr.c | 317 int nend; /* number of ragged bits at end of dst */ local 352 nend = (dx + w) & 0x1f; 354 nend = 0; 392 getandputrop0(psrc, xoffSrc, nend, pdst, func);
|
| /src/sys/dev/ppbus/ |
| if_plip.c | 832 goto nend; 837 goto nend; 839 goto nend; 845 goto nend; 850 goto nend; 852 goto nend; 861 goto nend; 868 goto nend; 904 nend:
|
| /src/sys/arch/sun3/sun3x/ |
| pmap.c | 3054 vaddr_t nstart, nend; local 3082 * is handled by the code block 'if (nstart < nend)'. 3087 * the code block 'if (nend < end)'. 3090 nend = MMU_ROUND_A(eva); 3150 if (nstart < nend) { 3165 for (; nstart < nend; a_dte++, nstart += MMU_TIA_RANGE) 3194 if (nend < eva) { 3203 idx = MMU_TIA(nend); 3221 empty = pmap_remove_b(b_tbl, nend, eva); 3278 vaddr_t nstart, nend, rstart local [all...] |
| /src/sys/arch/vax/vsa/ |
| smg.c | 791 int nend; /* number of ragged bits at end of dst */ local 830 nend = (dx + cx) & ALIGNMASK; 832 nend = 0; 893 getandputrop(psrc, xoffSrc, 0, nend, 907 if (xoffSrc + nend >= 32) 915 getandputrop(psrc, xoffSrc, 0, nend,
|
| /src/external/lgpl3/gmp/dist/mpn/arm/v6t2/ |
| divrem_1.asm | 176 blt L(nend) 186 beq L(nend) 202 L(nend):mov r1, r11 C r
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| test-data.c | 690 char *nend = NULL; local 965 nend = tptr; 978 nend = NULL; 1016 if (nend != NULL && 1017 (strlen(databuf) == (size_t)(nend - nodebuf)) && 1018 !strncmp(databuf, nodebuf, nend - nodebuf))
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_fm.c | 439 uint32_t nend = r[idx].zr_end; local 443 end = nend;
|
| /src/sys/dev/usb/ |
| ohci.c | 3638 ohci_physaddr_t nend = DMAADDR(&xfer->ux_dmabuf, boff - 1); local 3639 const ohci_physaddr_t nep = OHCI_PAGE(nend); 3645 DPRINTFN(1, "ncur=%jd bp0=%#jx bp1=%#jx nend=%#jx", 3646 ncur, bp0, bp1, nend); 3681 end = nend;
|
| /src/external/mpl/dhcp/dist/common/ |
| options.c | 2093 const unsigned char *nbp, *nend; local 2095 nend = &nbuff[sizeof(nbuff)]; 2135 &nbp, nend);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elfxx-mips.c | 16779 char *nend; 16833 nend = (char *) s + size; 16962 if (names + namelen > nend) 16733 char *nend; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elfxx-mips.c | 16728 char *nend; 16782 nend = (char *) s + size; 16911 if (names + namelen > nend) 16682 char *nend; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elfxx-mips.c | 16622 char *nend; 16676 nend = (char *) s + size; 16805 if (names + namelen > nend) 16576 char *nend; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elfxx-mips.c | 16708 char *nend; 16762 nend = (char *) s + size; 16891 if (names + namelen > nend) 16662 char *nend; local
|