HomeSort by relevance Sort by last modified time
    Searched defs:handle_to_index (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/gl/
GrGLUniformHandle.h 12 inline int handle_to_index(GrGLUniformManager::UniformHandle h) { return ~h; } function in namespace:__anon15089
  /external/libusb_aah/libusb/os/
poll_windows.c 525 int *handle_to_index; local
533 handle_to_index = (int*) calloc(nfds, sizeof(int));
534 if ((handles_to_wait_on == NULL) || (handle_to_index == NULL)) {
595 handle_to_index[nb_handles_to_wait_on] = i;
613 i = handle_to_index[object_index];
633 if (handle_to_index != NULL) {
634 free(handle_to_index);

Completed in 115 milliseconds