Searched refs:max_map_size (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dhandlers.c56 * @param[in] max_map_size The maximum map size.
60 static int AddToMap(void** map, int max_map_size, void* object) { argument
63 for (i = 0; i < max_map_size; ++i) {
76 * @param[in] max_map_size The size of the map.
79 static void RemoveFromMap(void** map, int max_map_size, int i) { argument
80 assert(i >= 0 && i < max_map_size);

Completed in 266 milliseconds