HomeSort by: relevance | last modified time | path
    Searched refs:filled (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/xterm/include/
builtin_icons.h 3 #include <icons/filled-xterm.xpms>
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_bitmask.c 59 unsigned filled; member in struct:util_bitmask
80 bm->filled = 0;
134 * Check if we can increment the filled counter.
140 assert(bm->filled <= bm->size);
143 if (index == bm->filled) {
144 ++bm->filled;
145 assert(bm->filled <= bm->size);
151 * Check if we need to decrement the filled counter.
157 assert(bm->filled <= bm->size);
160 if (index < bm->filled)
    [all...]
u_handle_table.c 54 unsigned filled; member in struct:handle_table
77 ht->filled = 0;
164 while(ht->filled < ht->size) {
165 if(!ht->objects[ht->filled])
167 ++ht->filled;
170 index = ht->filled;
183 ++ht->filled;
255 if(index < ht->filled)
256 ht->filled = index;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_bitmask.c 59 unsigned filled; member in struct:util_bitmask
80 bm->filled = 0;
134 * Check if we can increment the filled counter.
140 assert(bm->filled <= bm->size);
143 if (index == bm->filled) {
144 ++bm->filled;
145 assert(bm->filled <= bm->size);
151 * Check if we need to decrement the filled counter.
157 assert(bm->filled <= bm->size);
160 if (index < bm->filled)
    [all...]
u_handle_table.c 54 unsigned filled; member in struct:handle_table
77 ht->filled = 0;
164 while(ht->filled < ht->size) {
165 if(!ht->objects[ht->filled])
167 ++ht->filled;
170 index = ht->filled;
183 ++ht->filled;
255 if(index < ht->filled)
256 ht->filled = index;
  /xsrc/external/mit/xterm/dist/icons/
make-xpms 4 for name in mini.xterm filled-xterm xterm xterm-color
  /xsrc/external/mit/beforelight/dist/
b4light.c 56 static Bool filled = False; variable
132 if (filled)
151 if (filled)
164 if (filled) {
338 if (filled)
  /xsrc/external/mit/xorg-server.old/dist/render/
glyphstr.h 97 FindGlyphHashSet (CARD32 filled);
glyph.c 117 FindGlyphHashSet (CARD32 filled)
122 if (glyphHashSets[i].entries >= filled)
  /xsrc/external/mit/fontconfig/dist/doc/
fcdircache.fncs 89 non-NULL, it will be filled with the results of stat(2) on the cache file.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeon/
radeon_vcn_dec.h 231 unsigned int filled; member in struct:rvcn_dec_message_index_s
610 unsigned int filled; member in struct:rvcn_dec_feature_index_s
radeon_vcn_dec.c 769 header->index[0].filled = 0;
812 header->index[0].filled = 0;
816 index->filled = 0;
  /xsrc/external/mit/mesa-demos/dist/src/samples/
README 32 1 Use filled polygon mode.
272 2 Toggle outlined/filled polygon mode.
333 l Toggle outlined/filled polygon mode.
485 3 Use filled polygon mode.
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
texturator-to-unit-test-5xx.lua 69 blit.endaddr = 0 -- filled in later
93 blit.endaddr = 0 -- filled in later
tex3d-layout.lua 55 blit.endaddr = 0 -- filled in later
texturator-to-unit-test.lua 82 blit.endaddr = 0 -- filled in later
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeon/
radeon_vcn_dec.h 374 unsigned int filled; member in struct:rvcn_dec_message_index_s
929 unsigned int filled; member in struct:rvcn_dec_feature_index_s
radeon_vcn_dec.c 1331 header->index[0].filled = 0;
1514 header->index[0].filled = 0;
1519 index_codec->filled = 0;
1526 index_drm->filled = 0;
1533 index_dynamic_dpb->filled = 0;
  /xsrc/external/mit/xorg-server/dist/render/
glyph.c 110 FindGlyphHashSet(CARD32 filled)
115 if (glyphHashSets[i].entries >= filled)
  /xsrc/external/mit/xterm/dist/
charproc.c 6568 * read only a fragment of the buffer, or we've filled the large
12981 Bool filled,
12993 if (filled) {
13159 Bool filled; local
13290 filled = (screen->select || screen->always_highlight) && isCursorBlock(screen);
13295 if (filled) {
13391 (filled ? "filled" : "outline"),
13402 * Overriding the combination of filled, reversed, in_selection is
13413 if (filled) {
    [all...]
graphics_regis.c 520 TRACE(("point %d,%d can not be added to filled polygon\n",
4908 TRACE(("found ReGIS command \"%c\" (filled polygon)\n", ch));
7729 * sequences of filled drawing commands can be refreshed before the
  /xsrc/external/mit/freetype/dist/builds/unix/
configure 13195 /* Next, check that the tail of a page is zero-filled. File must have
  /xsrc/external/mit/libX11/dist/
configure 23648 /* Next, check that the tail of a page is zero-filled. File must have

Completed in 109 milliseconds