OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:filled
(Results
1 - 8
of
8
) sorted by relevancy
/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/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/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
/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
...]
/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
Completed in 15 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026