XRayHashTable      29 native_client_sdk/src/libraries/xray/hashtable.c XRAY_NO_INSTRUMENT void XRayHashTableGrow(struct XRayHashTable* table);
XRayHashTable      31 native_client_sdk/src/libraries/xray/hashtable.c XRAY_NO_INSTRUMENT void XRayHashTableInit(struct XRayHashTable* table,
XRayHashTable      54 native_client_sdk/src/libraries/xray/hashtable.c int XRayHashTableGetCapacity(struct XRayHashTable* table) {
XRayHashTable      59 native_client_sdk/src/libraries/xray/hashtable.c int XRayHashTableGetCount(struct XRayHashTable* table) {
XRayHashTable      65 native_client_sdk/src/libraries/xray/hashtable.c void* XRayHashTableLookup(struct XRayHashTable* table, uint32_t key) {
XRayHashTable      93 native_client_sdk/src/libraries/xray/hashtable.c void* XRayHashTableInsert(struct XRayHashTable* table,
XRayHashTable     126 native_client_sdk/src/libraries/xray/hashtable.c void* XRayHashTableAtIndex(struct XRayHashTable* table, int i) {
XRayHashTable     135 native_client_sdk/src/libraries/xray/hashtable.c void XRayHashTableGrow(struct XRayHashTable* table) {
XRayHashTable     153 native_client_sdk/src/libraries/xray/hashtable.c void XRayHashTableInit(struct XRayHashTable* table, int32_t capacity) {
XRayHashTable     175 native_client_sdk/src/libraries/xray/hashtable.c struct XRayHashTable* XRayHashTableCreate(int capacity) {
XRayHashTable     176 native_client_sdk/src/libraries/xray/hashtable.c   struct XRayHashTable* table;
XRayHashTable     177 native_client_sdk/src/libraries/xray/hashtable.c   table = (struct XRayHashTable*)XRayMalloc(sizeof(*table));
XRayHashTable     196 native_client_sdk/src/libraries/xray/hashtable.c void XRayHashTableFree(struct XRayHashTable* table) {
XRayHashTable      51 native_client_sdk/src/libraries/xray/symtable.c   struct XRayHashTable* hash_table;
XRayHashTable      54 native_client_sdk/src/libraries/xray/xray_priv.h struct XRayHashTable;
XRayHashTable      76 native_client_sdk/src/libraries/xray/xray_priv.h XRAY_NO_INSTRUMENT void* XRayHashTableLookup(struct XRayHashTable* table,
XRayHashTable      78 native_client_sdk/src/libraries/xray/xray_priv.h XRAY_NO_INSTRUMENT void* XRayHashTableInsert(struct XRayHashTable* table,
XRayHashTable      81 native_client_sdk/src/libraries/xray/xray_priv.h   struct XRayHashTable* table, int i);
XRayHashTable      82 native_client_sdk/src/libraries/xray/xray_priv.h XRAY_NO_INSTRUMENT int XRayHashTableGetCapacity(struct XRayHashTable* table);
XRayHashTable      83 native_client_sdk/src/libraries/xray/xray_priv.h XRAY_NO_INSTRUMENT int XRayHashTableGetCount(struct XRayHashTable* table);
XRayHashTable      84 native_client_sdk/src/libraries/xray/xray_priv.h XRAY_NO_INSTRUMENT struct XRayHashTable* XRayHashTableCreate(int capacity);
XRayHashTable      85 native_client_sdk/src/libraries/xray/xray_priv.h XRAY_NO_INSTRUMENT void XRayHashTableFree(struct XRayHashTable* table);