mesa/src/util
Vlad Golovkin f4df2a196e util: make set's deleted_key_value declaration consistent with hash table one
This also silences following clang warnings:
no previous extern declaration for non-static variable 'deleted_key' [-Werror,-Wmissing-variable-declarations]
const void *deleted_key = &deleted_key_value;
            ^
no previous extern declaration for non-static variable 'deleted_key_value'
      [-Werror,-Wmissing-variable-declarations]
uint32_t deleted_key_value;
         ^

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
2017-06-08 09:26:44 +02:00
..
sha1
tests/hash_table
.gitignore
Android.mk Android: correct libz dependency 2017-05-17 14:04:18 +01:00
bitscan.c
bitscan.h
bitset.h
build_id.c
build_id.h
crc32.c
crc32.h
debug.c
debug.h
disk_cache.c util/u_queue: add an option to set the minimum thread priority 2017-06-07 18:43:42 +02:00
disk_cache.h util/disk_cache: add new driver_flags param to cache keys 2017-05-23 09:09:43 +10:00
format_r11g11b10f.h
format_rgb9e5.h
format_srgb.h
format_srgb.py
half_float.c
half_float.h
hash_table.c
hash_table.h util: Change the pointer hashing function 2017-05-22 09:17:37 +10:00
list.h
macros.h util: move ALWAYS_INLINE macro to util/macro.h 2017-05-09 11:21:03 +10:00
Makefile.am
Makefile.sources util: Move u_dynarray to src/util 2017-06-07 21:07:24 +02:00
mesa-sha1.c
mesa-sha1.h
ralloc.c util: remove unneeded Android ifdef from ralloc.c 2017-05-25 15:02:12 -05:00
ralloc.h
rand_xor.c util/rand_xor: add missing include statements 2017-06-01 14:26:12 +01:00
rand_xor.h
register_allocate.c
register_allocate.h
rgtc.c
rgtc.h
roundeven_test.c
rounding.h
SConscript
set.c util: make set's deleted_key_value declaration consistent with hash table one 2017-06-08 09:26:44 +02:00
set.h
simple_list.h
slab.c util: slab_destroy_child should check whether it's been initialized 2017-05-29 01:52:16 +02:00
slab.h
string_to_uint_map.cpp
string_to_uint_map.h
strndup.h
strtod.c
strtod.h
texcompress_rgtc_tmp.h
u_atomic.c
u_atomic.h
u_atomic_test.c
u_dynarray.h util: Add extern c to u_dynarray.h 2017-06-07 21:07:24 +02:00
u_endian.h
u_queue.c util/u_queue: fix a use-before-initialization race for queue->threads 2017-06-07 23:19:30 +02:00
u_queue.h util/u_queue: fix a use-before-initialization race for queue->threads 2017-06-07 23:19:30 +02:00
u_string.h
u_thread.h
u_vector.c
u_vector.h mesa/util: fix arithmetic use of 'void *' in u_vector_foreach 2017-05-31 09:19:54 +02:00