HomeSort by relevance Sort by last modified time
    Searched refs:InstanceID (Results 1 - 6 of 6) sorted by null

  /external/libusb/libusb/os/
windows_usbdk.h 28 WCHAR InstanceID[MAX_DEVICE_ID_LEN];
31 static inline void UsbDkFillIDStruct(USB_DK_DEVICE_ID *ID, PCWCHAR DeviceID, PCWCHAR InstanceID)
34 wcsncpy_s(ID->InstanceID, InstanceID, MAX_DEVICE_ID_LEN);
windows_usbdk.c 233 char dev_identity[ARRAYSIZE(id->DeviceID) + ARRAYSIZE(id->InstanceID)];
235 if (sprintf(dev_identity, "%S%S", id->DeviceID, id->InstanceID) == -1) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
traffic.h 73 WCHAR InstanceID[MAX_STRING_LENGTH];
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
state.h 204 uint32_t InstanceID; // IN: Instance ID, constant across all verts of the SIMD
282 uint32_t InstanceID; // IN: input instance ID
    [all...]
frontend.cpp 718 tlsGsContext.InstanceID = instance;
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
name_mapper.cpp 121 GLCASE2(InstanceId, InstanceID)

Completed in 1380 milliseconds