Home
last modified time | relevance | path

Searched refs:filled (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/external/virglrenderer/src/gallium/auxiliary/util/
Du_bitmask.c59 unsigned filled; member
79 bm->filled = 0; in util_bitmask_create()
138 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
141 if(index == bm->filled) { in util_bitmask_filled_set()
142 ++bm->filled; in util_bitmask_filled_set()
143 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
151 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
154 if(index < bm->filled) in util_bitmask_filled_unset()
155 bm->filled = index; in util_bitmask_filled_unset()
169 word = bm->filled / UTIL_BITMASK_BITS_PER_WORD; in util_bitmask_add()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_bitmask.c59 unsigned filled; member
79 bm->filled = 0; in util_bitmask_create()
138 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
141 if(index == bm->filled) { in util_bitmask_filled_set()
142 ++bm->filled; in util_bitmask_filled_set()
143 assert(bm->filled <= bm->size); in util_bitmask_filled_set()
151 assert(bm->filled <= bm->size); in util_bitmask_filled_unset()
154 if(index < bm->filled) in util_bitmask_filled_unset()
155 bm->filled = index; in util_bitmask_filled_unset()
169 word = bm->filled / UTIL_BITMASK_BITS_PER_WORD; in util_bitmask_add()
[all …]
Du_handle_table.c54 unsigned filled; member
77 ht->filled = 0; in handle_table_create()
164 while(ht->filled < ht->size) { in handle_table_add()
165 if(!ht->objects[ht->filled]) in handle_table_add()
167 ++ht->filled; in handle_table_add()
170 index = ht->filled; in handle_table_add()
183 ++ht->filled; in handle_table_add()
255 if(index < ht->filled) in handle_table_remove()
256 ht->filled = index; in handle_table_remove()
/external/llvm/test/MC/MachO/
Dx86_32-optimal_nop.s4 .align 4, 0 # start with 16 byte alignment filled with zeros
11 .align 4, 0 # start with 16 byte alignment filled with zeros
19 .align 4, 0 # start with 16 byte alignment filled with zeros
26 .align 4, 0 # start with 16 byte alignment filled with zeros
36 .align 4, 0 # start with 16 byte alignment filled with zeros
45 .align 4, 0 # start with 16 byte alignment filled with zeros
53 .align 4, 0 # start with 16 byte alignment filled with zeros
60 .align 4, 0 # start with 16 byte alignment filled with zeros
74 .align 4, 0 # start with 16 byte alignment filled with zeros
87 .align 4, 0 # start with 16 byte alignment filled with zeros
[all …]
/external/swiftshader/third_party/LLVM/test/MC/MachO/
Dx86_32-optimal_nop.s4 .align 4, 0 # start with 16 byte alignment filled with zeros
11 .align 4, 0 # start with 16 byte alignment filled with zeros
19 .align 4, 0 # start with 16 byte alignment filled with zeros
26 .align 4, 0 # start with 16 byte alignment filled with zeros
36 .align 4, 0 # start with 16 byte alignment filled with zeros
45 .align 4, 0 # start with 16 byte alignment filled with zeros
53 .align 4, 0 # start with 16 byte alignment filled with zeros
60 .align 4, 0 # start with 16 byte alignment filled with zeros
74 .align 4, 0 # start with 16 byte alignment filled with zeros
87 .align 4, 0 # start with 16 byte alignment filled with zeros
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/
Dx86_32-optimal_nop.s4 .align 4, 0 # start with 16 byte alignment filled with zeros
11 .align 4, 0 # start with 16 byte alignment filled with zeros
19 .align 4, 0 # start with 16 byte alignment filled with zeros
26 .align 4, 0 # start with 16 byte alignment filled with zeros
36 .align 4, 0 # start with 16 byte alignment filled with zeros
45 .align 4, 0 # start with 16 byte alignment filled with zeros
53 .align 4, 0 # start with 16 byte alignment filled with zeros
60 .align 4, 0 # start with 16 byte alignment filled with zeros
74 .align 4, 0 # start with 16 byte alignment filled with zeros
87 .align 4, 0 # start with 16 byte alignment filled with zeros
[all …]
/external/proguard/src/proguard/gui/splash/
DRectangleSprite.java32 private final boolean filled; field in RectangleSprite
51 public RectangleSprite(boolean filled, in RectangleSprite() argument
58 this(filled, color, x, y, width, height, new ConstantInt(0), new ConstantInt(0)); in RectangleSprite()
73 public RectangleSprite(boolean filled, in RectangleSprite() argument
82 this.filled = filled; in RectangleSprite()
105 if (filled) in paint()
DCircleSprite.java32 private final boolean filled; field in CircleSprite
45 public CircleSprite(boolean filled, in CircleSprite() argument
50 this.filled = filled; in CircleSprite()
65 if (filled) in paint()
/external/syzkaller/sys/linux/
Dsocket_alg.txt26 type string["filled later", 14]
29 name string["filled later", 64]
34 name string["filled later", 64]
39 name string["filled later", 64]
44 name string["filled later", 64]
49 name string["filled later", 64]
/external/autotest/client/tests/cgroup/
Dcgroup.py202 filled = int(out[-2].split()[1][:-1])
203 if mem/2 > 1.5 * filled:
206 filled)
210 filled)
245 filled = int(out[-2].split()[1][:-1])
246 if mem / 2 > 1.5 * filled:
249 filled)
253 filled)
/external/speex/libspeexdsp/
Djitter.c82 int filled; /**< Number of entries occupied in "timing" and "counts"*/ member
90 tb->filled = 0; in tb_init()
99 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
108 while (pos<tb->filled && timing >= tb->timing[pos]) in tb_add()
113 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
116 if (pos < tb->filled) in tb_add()
118 int move_size = tb->filled-pos; in tb_add()
119 if (tb->filled == MAX_TIMINGS) in tb_add()
129 if (tb->filled<MAX_TIMINGS) in tb_add()
130 tb->filled++; in tb_add()
[all …]
/external/python/cpython2/Lib/plat-mac/
DAudio_mac.py92 filled = 0
94 filled = filled + len(data)
95 return filled / self._nchannels / self._sampwidth
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/serialization/
Dpadded_batch_dataset_serialization_test.py49 filled = array_ops.fill([x], x)
50 return (filled, string_ops.as_string(filled))
/external/skqp/docs/
DSkPath_Overview.bmh3 Path contains Lines and Curves which can be stroked or filled. Contour is
24 not filled. Circle is stroked and filled; Circle stroke forms a loop. Quad
25 is stroked and filled, but since it is not closed, Quad does not stroke a loop.
46 Lines and Curves is filled.
51 Path is drawn filled, then stroked, then stroked and filled.
/external/skia/docs/
DSkPath_Overview.bmh3 Path contains Lines and Curves which can be stroked or filled. Contour is
24 not filled. Circle is stroked and filled; Circle stroke forms a loop. Quad
25 is stroked and filled, but since it is not closed, Quad does not stroke a loop.
46 Lines and Curves is filled.
51 Path is drawn filled, then stroked, then stroked and filled.
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_return_int_mpath_info/
Dformat12 field:u32 filled; offset:48; size:4; signed:0;
21filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u, discovery timeout: %u, discovery retr…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_return_int_mpath_info/
Dformat12 field:u32 filled; offset:48; size:4; signed:0;
21filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u, discovery timeout: %u, discovery retr…
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_return_int_mpath_info/
Dformat12 field:u32 filled; offset:48; size:4; signed:0;
21filled: %u, frame qlen: %u, sn: %u, metric: %u, exptime: %u, discovery timeout: %u, discovery retr…
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_return_int_survey_info/
Dformat18 field:u32 filled; offset:96; size:4; signed:0;
21filled: %u, noise: %d", REC->wiphy_name, REC->ret, REC->band, REC->center_freq, REC->channel_time,…
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_return_int_survey_info/
Dformat19 field:u32 filled; offset:104; size:4; signed:0;
22filled: %u, noise: %d", REC->wiphy_name, REC->ret, REC->band, REC->center_freq, REC->time, REC->ti…
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_return_int_survey_info/
Dformat18 field:u32 filled; offset:96; size:4; signed:0;
21filled: %u, noise: %d", REC->wiphy_name, REC->ret, REC->band, REC->center_freq, REC->channel_time,…
/external/elfutils/libelf/
Delf32_updatefile.c488 size_t filled = *filledp; in fill() local
491 if (unlikely (fill_len > filled) && filled < FILLBUFSIZE) in fill()
494 memset (fillbuf + filled, __libelf_fill_byte, fill_len - filled); in fill()
495 *filledp = filled = fill_len; in fill()
501 size_t n = MIN (filled, len); in fill()
523 size_t filled = 0; in __elfw2() local
590 ehdr->e_phoff - ehdr->e_ehsize, fillbuf, &filled) in __elfw2()
716 &filled) != 0)) in __elfw2()
790 &filled) != 0)) in __elfw2()
818 fillbuf, &filled) != 0)) in __elfw2()
/external/wpa_supplicant_8/src/ap/
Dacs.c298 if (survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) in acs_survey_interference_factor()
300 else if (survey->filled & SURVEY_HAS_CHAN_TIME_RX) in acs_survey_interference_factor()
311 if (survey->filled & SURVEY_HAS_CHAN_TIME_TX) { in acs_survey_interference_factor()
408 if (!(survey->filled & SURVEY_HAS_NF)) { in acs_survey_is_sufficient()
413 if (!(survey->filled & SURVEY_HAS_CHAN_TIME)) { in acs_survey_is_sufficient()
418 if (!(survey->filled & SURVEY_HAS_CHAN_TIME_BUSY) && in acs_survey_is_sufficient()
419 !(survey->filled & SURVEY_HAS_CHAN_TIME_RX)) { in acs_survey_is_sufficient()
/external/iptables/extensions/
Dlibxt_NETMAP.man8 following way: All 'one' bits in the mask are filled in from the new `address'.
9 All bits that are zero in the mask are filled in from the original address.
/external/u-boot/fs/yaffs2/
Dyaffs_nameval.c173 int filled = 0; in nval_list() local
179 !filled) { in nval_list()
194 filled = 1; in nval_list()

12345678910>>...17