HomeSort by: relevance | last modified time | path
    Searched refs:bp (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /xsrc/external/mit/mkfontscale/dist/
hash.c 67 HashBucketPtr bp = table[i]; local
69 free(bp->key);
70 free(bp->value);
71 free(bp);
82 for (HashBucketPtr bp = table[i]; bp; bp = bp->next) {
83 if (strcasecmp(bp->key, key) == 0)
84 return bp->value
94 HashBucketPtr bp; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/
state_pool_padding.c 39 struct anv_block_pool *bp = &state_pool.block_pool; local
40 uint64_t pool_size = bp->size;
49 assert(bp->size > pool_size);
69 pool_size = bp->size;
71 assert(bp->size > pool_size);
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
state_pool_padding.c 42 struct anv_block_pool *bp = &state_pool.block_pool; local
43 uint64_t pool_size = bp->size;
52 ASSERT(bp->size > pool_size);
72 pool_size = bp->size;
74 ASSERT(bp->size > pool_size);
  /xsrc/external/mit/libX11/dist/src/
LiHosts.c 78 unsigned char *buf, *bp; local
116 bp = buf = ((unsigned char *) sip)
122 if (bp > buf + nbytes - SIZEOF(xHostEntry))
124 op->family = ((xHostEntry *) bp)->family;
125 op->length =((xHostEntry *) bp)->length;
127 char *tp = (char *) (bp + SIZEOF(xHostEntry));
145 op->address = (char *) (bp + SIZEOF(xHostEntry));
149 bp += SIZEOF(xHostEntry) + (((op->length + 3) >> 2) << 2);
ImUtil.c 123 register unsigned char *bp,
132 c = *bp;
133 *bp = *(bp + 1);
134 *(bp + 1) = c;
138 c = *(bp + 3);
139 *(bp + 3) = *bp;
140 *bp = c;
141 c = *(bp + 2)
    [all...]
SetHints.c 215 register char *buf, *bp; local
221 if ((bp = buf = Xmalloc(nbytes))) {
225 (void) strcpy(bp, argv[i]);
226 bp += strlen(argv[i]) + 1;
229 *bp++ = '\0';
  /xsrc/external/mit/libdrm/dist/
Android.sources.bp.mk 1 # Usage: make -f path/to/Android.sources.bp.mk NAMES=<> >Android.sources.bp
4 # write <NAME>_FILES to stdout as an Android.bp cc_defaults module.
15 $(info // Autogenerated with Android.sources.bp.mk)
  /xsrc/external/mit/MesaLib/dist/src/glx/
glxext.c 398 const INT32 * bp, Bool tagged_only,
405 config->visualID = *bp++;
407 config->visualType = convert_from_x_visual_type(*bp++);
409 config->renderType = *bp++ ? GLX_RGBA_BIT : GLX_COLOR_INDEX_BIT;
411 config->redBits = *bp++;
412 config->greenBits = *bp++;
413 config->blueBits = *bp++;
414 config->alphaBits = *bp++;
415 config->accumRedBits = *bp++;
416 config->accumGreenBits = *bp++
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
glxext.c 368 const INT32 * bp, Bool tagged_only,
376 config->visualID = *bp++;
378 config->visualType = convert_from_x_visual_type(*bp++);
380 config->rgbMode = *bp++;
382 config->redBits = *bp++;
383 config->greenBits = *bp++;
384 config->blueBits = *bp++;
385 config->alphaBits = *bp++;
386 config->accumRedBits = *bp++;
387 config->accumGreenBits = *bp++
    [all...]
  /xsrc/external/mit/freetype/dist/src/base/
fthash.c 109 FT_Hashnode* bp = hash->table; local
115 ndp = bp + ( res % hash->size );
122 if ( ndp < bp )
123 ndp = bp + ( hash->size - 1 );
135 FT_Hashnode* bp; local
148 for ( i = 0, bp = obp; i < sz; i++, bp++ )
150 if ( *bp )
152 nbp = hash_bucket( (*bp)->key, hash );
153 *nbp = *bp;
217 FT_Hashnode* bp = hash->table; local
239 FT_Hashnode* bp = hash_bucket( key, hash ); local
    [all...]
  /xsrc/external/mit/xcb-util/dist/image/
xcb_pixel.h 65 uint8_t * bp = image->data + (y * image->stride) + (unit | byte); local
66 *bp = (*bp & ~m) | p;
78 uint8_t * bp = image->data + (y * image->stride) + (x >> 3); local
79 *bp = (*bp & ~m) | p;
90 uint8_t * bp = image->data + (y * image->stride) + (unit | byte); local
91 return (*bp >> bit) & 1;
100 uint8_t * bp = image->data + (y * image->stride) + (x >> 3); local
101 return (*bp >> bit) & 1
    [all...]
  /xsrc/external/mit/ctwm/dist/
image_xwd.c 21 static void swapshort(char *bp, unsigned n);
22 static void swaplong(char *bp, unsigned n);
289 swapshort(char *bp, unsigned n)
292 char *ep = bp + n;
294 while(bp < ep) {
295 c = *bp;
296 *bp = *(bp + 1);
297 bp++;
298 *bp++ = c
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
vmw_msg.c 119 * @bp: [IN]
132 port_num, magic, bp, \
151 "r"(bp) : \
156 port_num, magic, bp, \
175 "r"(bp) : \
183 /* In the 32-bit version of this macro, we store bp in a memory location
191 port_num, magic, bp, \
212 "m"(bp) : \
218 port_num, magic, bp, \
239 "m"(bp) :
369 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
vmw_msg.c 116 * @bp: [IN]
129 port_num, magic, bp, \
148 "r"(bp) : \
153 port_num, magic, bp, \
172 "r"(bp) : \
180 /* In the 32-bit version of this macro, we store bp in a memory location
188 port_num, magic, bp, \
209 "m"(bp) : \
215 port_num, magic, bp, \
236 "m"(bp) :
366 VMW_REG ax = 0, bx = 0, cx = 0, dx = 0, si, di, bp; local
    [all...]
  /xsrc/external/mit/libXmu/dist/src/
Lower.c 89 _Xconst unsigned char *ap, *bp; local
91 for (ap = (_Xconst unsigned char *)first, bp = (_Xconst unsigned char *)second;
92 *ap && *bp && XmuTolower(*ap) == XmuTolower(*bp);
93 ap++, bp++)
96 return ((int)XmuTolower(*ap) - (int)XmuTolower(*bp));
  /xsrc/external/mit/xwd/dist/
xwd.c 670 _swapshort(register char *bp, register unsigned n)
672 char *ep = bp + n;
674 while (bp < ep) {
675 char c = *bp;
676 *bp = *(bp + 1);
677 bp++;
678 *bp++ = c;
683 _swaplong(register char *bp, register unsigned n)
685 char *ep = bp + n
    [all...]
  /xsrc/external/mit/libXfont/dist/src/fontfile/
decompress.c 305 register char_type *bp = file->buf; local
331 *bp++ = code;
334 bp = file->buf;
347 bp += (r_off >> 3);
351 code = ((*bp++ >> r_off) & rmask[8 - r_off]) & 0xff;
353 code = (*bp++ >> r_off);
360 code |= (*bp++ & 0xff) << r_off;
362 code |= *bp++ << r_off;
368 code |= (*bp & rmask[bits]) << r_off;
  /xsrc/external/mit/libXfont2/dist/src/fontfile/
decompress.c 306 register char_type *bp = file->buf; local
332 *bp++ = code;
335 bp = file->buf;
348 bp += (r_off >> 3);
352 code = ((*bp++ >> r_off) & rmask[8 - r_off]) & 0xff;
354 code = (*bp++ >> r_off);
361 code |= (*bp++ & 0xff) << r_off;
363 code |= *bp++ << r_off;
369 code |= (*bp & rmask[bits]) << r_off;
  /xsrc/external/mit/libXpm/dist/src/
XpmI.h 248 HFUNC(xpm_xynormalizeimagebits, void, (register unsigned char *bp,
250 HFUNC(xpm_znormalizeimagebits, void, (register unsigned char *bp,
273 #define XYNORMALIZE(bp, img) \
275 xpm_xynormalizeimagebits((unsigned char *)(bp), img)
277 #define ZNORMALIZE(bp, img) \
279 xpm_znormalizeimagebits((unsigned char *)(bp), img)
create.c 973 register unsigned char *bp,
982 c = *bp;
983 *bp = *(bp + 1);
984 *(bp + 1) = c;
988 c = *(bp + 3);
989 *(bp + 3) = *bp;
990 *bp = c;
991 c = *(bp + 2)
    [all...]
  /xsrc/external/mit/xf86-video-openchrome/dist/src/
via_exa.c 53 register CARD32 *bp = cb->buf; local
54 CARD32 *endp = bp + cb->pos;
56 while (bp != endp) {
57 if (((bp - cb->buf) & 3) == 0) {
58 ErrorF("\n %04lx: ", (unsigned long)(bp - cb->buf));
60 ErrorF("0x%08x ", (unsigned)*bp++);
68 register CARD32 *bp = cb->buf; local
70 CARD32 *endp = bp + cb->pos;
76 while (bp < endp) {
77 if (*bp == HALCYON_HEADER2)
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
vb_ext.h 39 USHORT ax, hi_ax, bx, hi_bx, cx, hi_cx, dx, hi_dx, si, hi_si, di ,hi_di, bp, hi_bp; member in struct:WORDREGS
  /xsrc/external/mit/xorg-server.old/dist/glx/
single2swap.c 176 GLuint *bp = cx->selectBuf; local
191 n = *bp;
192 bp += 3 + n;
194 nitems = bp - cx->selectBuf;
  /xsrc/external/mit/xorg-server/dist/glx/
single2swap.c 184 GLuint *bp = cx->selectBuf; local
199 n = *bp;
200 bp += 3 + n;
202 nitems = bp - cx->selectBuf;
  /xsrc/external/mit/xfs/dist/difs/
difsutils.c 187 *bp; local
190 bp = (const unsigned char *) second;
192 n > 0 && *ap && *bp; n--, ap++, bp++) {
197 if ((a = *ap) != (b = *bp)) {
219 return (n ? (((int) *ap) - ((int) *bp)) : 0);

Completed in 27 milliseconds

1 2 3