| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arm-detect-win32.asm | 10 endp
19 endp
|
| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | amdgpu_test.c | 850 char *endp; local in function:main 865 esuite = strtol(optarg, &endp, 0); 866 if (endp == optarg) { 869 } else if (endp && *endp == '.' && esuite > 0) { 870 char *tt = endp + 1; 871 etest = strtol(tt, &endp, 0); 872 if (endp == tt) { 875 } else if (endp && *endp ! [all...] |
| /xsrc/external/mit/font-util/dist/ |
| H A D | ucs2any.c | 747 char *p, *endp; local in function:main 754 target = (int) strtol(p+2, &endp, 16); 755 if (*endp == '\0') goto bad; 756 p = endp; 762 ucs = (int) strtol(p+2, &endp, 16); 763 if (*endp == '\0') goto bad; 843 char *endp; local in function:main 853 w = (int) strtol(nextc, &endp, 10); 854 nextc = endp; 858 h = (int) strtol(nextc, &endp, 1 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaFillPoly.c | 208 int *vertex1p, *vertex2p, *endp; local in function:XAAFillPolygonSolid 244 endp = (int*)ptsIn + count; 249 if (vertex2p == endp) 259 vertex1p = endp; 271 if (vertex2p == endp) 361 int *vertex1p, *vertex2p, *endp; local in function:XAAFillPolygonHelper 370 endp = (int*)ptsIn + count; 375 if (vertex2p == endp) 382 vertex1p = endp; 394 if (vertex2p == endp) [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | functions_win.c | 377 char *endp; local in function:otp_priority_handler 390 pri = (int)strtol(action, &endp, 10); 392 (*endp == '<' || *endp == 'b') ? Below : Above);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_exa.c | 54 CARD32 *endp = bp + cb->pos; local in function:viaDumpDMA 56 while (bp != endp) { 70 CARD32 *endp = bp + cb->pos; local in function:viaFlushPCI 76 while (bp < endp) { 78 if (++bp == endp) 81 while (bp < endp) { 90 while (bp < endp) {
|
| /xsrc/external/mit/libdrm/dist/tests/modetest/ |
| H A D | modetest.c | 1465 char *endp; local in function:pipe_resolve_connectors 1468 id = strtoul(pipe->cons[i], &endp, 10); 1469 if (endp == pipe->cons[i]) { 1976 char *endp; local in function:parse_connector 1995 for (i = 0, p = arg; i < pipe->num_cons; ++i, p = endp + 1) { 1996 endp = strpbrk(p, ",@:"); 1997 if (!endp) 2000 pipe->cons[i] = strndup(p, endp - p); 2002 if (*endp != ',') 2010 if (!endp) [all...] |
| /xsrc/external/mit/xedit/dist/lisp/re/ |
| H A D | rec.c | 89 irec_comp(const char *pattern, const char *endp, int flags, int *ecode) argument 95 if (pattern == NULL || endp < pattern) { 100 if (endp == pattern) { 112 inf.end = (unsigned char*)endp;
|
| /xsrc/external/mit/xedit/dist/lisp/test/ |
| H A D | stream.lsp | 261 ((endp n)) 276 ((endp n)) 297 ((endp r)) 314 ((endp n))
|
| H A D | list.lsp | 675 ;; endp - function 676 (eql-test t #'endp nil) 677 (error-test #'endp t) 678 (eql-test nil #'endp '(1 . 2)) 679 (error-test #'endp #(1 2))
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 1354 DisplayModePtr p, q, r, new, last, *endp; local in function:xf86ValidateModes 1638 endp = &scrp->modes; 1649 *endp = last = new; 1650 endp = &new->next; 1723 *endp = last = p; 1724 endp = &p->next;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86Mode.c | 1346 DisplayModePtr p, q, r, new, last, *endp; local in function:xf86ValidateModes 1632 endp = &scrp->modes; 1643 *endp = last = new; 1644 endp = &new->next; 1712 *endp = last = p; 1713 endp = &p->next;
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | xedit.lsp | 116 ((endp mode))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug.c | 203 char *endp; local in function:si_replace_shader 204 i = strtoul(p, &endp, 0); 206 p = endp;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_debug.c | 210 char *endp; local in function:si_replace_shader 211 i = strtoul(p, &endp, 0); 213 p = endp;
|