Searched refs:check_table (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libdrm/dist/tests/ |
| H A D | hash.c | 124 static int check_table(HashTablePtr table, function in typeref:typename:int 166 ret |= check_table(table, i, (void *)(i << 16 | i)); 175 ret |= check_table(table, i, (void *)(i << 16 | i)); 184 ret |= check_table(table, i*4096, (void *)(i << 16 | i)); 195 ret |= check_table(table, random(), (void *)(i << 16 | i)); 198 ret |= check_table(table, random(), (void *)(i << 16 | i)); 209 ret |= check_table(table, random(), (void *)(i << 16 | i)); 212 ret |= check_table(table, random(), (void *)(i << 16 | i));
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| H A D | glxhash.c | 377 check_table(__glxHashTablePtr table, unsigned long key, unsigned long value) function in typeref:typename:void 415 check_table(table, i, i); 417 check_table(table, i, i); 426 check_table(table, i, i); 428 check_table(table, i, i); 437 check_table(table, i * 4096, i); 439 check_table(table, i * 4096, i); 450 check_table(table, random(), i); 453 check_table(table, random(), i); 464 check_table(tabl [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| H A D | glxhash.c | 377 check_table(__glxHashTablePtr table, unsigned long key, unsigned long value) function in typeref:typename:void 415 check_table(table, i, i); 417 check_table(table, i, i); 426 check_table(table, i, i); 428 check_table(table, i, i); 437 check_table(table, i * 4096, i); 439 check_table(table, i * 4096, i); 450 check_table(table, random(), i); 453 check_table(table, random(), i); 464 check_table(tabl [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | devinfo.rst | 38 - The dispatch tests ``check_table.cpp`` and ``dispatch_sanity.cpp``
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 17.3.7.rst | 126 - glapi/check_table: Remove 'extern "C"' block
|
Completed in 7 milliseconds