Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/
Dglxext.c633 unsigned prop_size; in createConfigsFromProperties() local
649 prop_size = nprops * __GLX_SIZE_INT32; in createConfigsFromProperties()
650 if (prop_size <= sizeof(buf)) in createConfigsFromProperties()
653 props = malloc(prop_size); in createConfigsFromProperties()
658 _XRead(dpy, (char *) props, prop_size); in createConfigsFromProperties()
/third_party/quickjs/
Dquickjs.h402 int64_t prop_count, prop_size; member
Drun-test262.c1485 update(prop_size); in update_stats()
Dquickjs.c870 int prop_size; /* allocated properties */ member
4242 static inline size_t get_shape_size(size_t hash_size, size_t prop_size) in get_shape_size() argument
4245 prop_size * sizeof(JSShapeProperty); in get_shape_size()
4351 int hash_size, int prop_size) in js_new_shape2() argument
4362 sh_alloc = js_malloc(ctx, get_shape_size(hash_size, prop_size)); in js_new_shape2()
4374 sh->prop_size = prop_size; in js_new_shape2()
4403 size = get_shape_size(hash_size, sh1->prop_size); in js_clone_shape()
4472 new_size = max_int(count, sh->prop_size * 3 / 2); in resize_properties()
4524 sh->prop_size = new_size; in resize_properties()
4543 assert(new_size <= sh->prop_size); in compact_properties()
[all …]