Home
last modified time | relevance | path

Searched refs:_Reserved (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.c50 dst->_Reserved = src->Count; in rc_constants_copy()
63 if (c->Count >= c->_Reserved) { in rc_constants_add()
66 c->_Reserved = c->_Reserved * 2; in rc_constants_add()
67 if (!c->_Reserved) in rc_constants_add()
68 c->_Reserved = 16; in rc_constants_add()
70 newlist = malloc(sizeof(struct rc_constant) * c->_Reserved); in rc_constants_add()
Dradeon_code.h91 unsigned _Reserved; member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c480 if (constants->_Reserved < index) { in add_constant()
483 constants->_Reserved = index + 100; in add_constant()
485 newlist = malloc(sizeof(struct rc_constant) * constants->_Reserved); in add_constant()
489 constants->_Reserved); in add_constant()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs205 pub _Reserved: [*mut ::c_char; 8],