/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | iunknown.c | 230 memcpy(&header->guid, refguid, sizeof(header->guid)); in NineUnknown_SetPrivateData() 233 _mesa_hash_table_insert(This->pdata, &header->guid, header); in NineUnknown_SetPrivateData()
|
H A D | nine_pdata.h | 10 GUID guid; member
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
H A D | wicdec.c | 324 const GUID** guid; in ReadPictureWithWIC() local 325 for (guid = kAlphaContainers; *guid != NULL; ++guid) { in ReadPictureWithWIC() 327 MAKE_REFGUID(**guid))) { in ReadPictureWithWIC()
|
/third_party/ffmpeg/libavformat/ |
H A D | mlvdec.c | 63 static int check_file_header(AVIOContext *pb, uint64_t guid) in check_file_header() argument 73 if (memcmp(version, MLV_VERSION, 5) || avio_rl64(pb) != guid) in check_file_header() 265 uint64_t guid; in read_header() local 275 guid = avio_rl64(pb); in read_header() 276 snprintf(guidstr, sizeof(guidstr), "0x%"PRIx64, guid); in read_header() 277 av_dict_set(&avctx->metadata, "guid", guidstr, 0); in read_header() 364 if (check_file_header(mlv->pb[i], guid) < 0) { in read_header() 365 av_log(avctx, AV_LOG_WARNING, "ignoring %s; bad format or guid mismatch\n", filename); in read_header()
|
H A D | riff.h | 99 ff_asf_guid guid; member 130 enum AVCodecID ff_codec_guid_get_id(const AVCodecGuid *guids, ff_asf_guid guid);
|
H A D | riffdec.c | 44 enum AVCodecID ff_codec_guid_get_id(const AVCodecGuid *guids, ff_asf_guid guid) in ff_codec_guid_get_id() argument 48 if (!ff_guidcmp(guids[i].guid, guid)) in ff_codec_guid_get_id()
|
H A D | wtvenc.c | 79 const ff_asf_guid * guid; member 136 static void write_chunk_header(AVFormatContext *s, const ff_asf_guid *guid, int length, int stream_id) in write_chunk_header() argument 142 ff_put_guid(pb, guid); in write_chunk_header() 147 if ((stream_id & 0x80000000) && guid != &ff_index_guid) { in write_chunk_header() 152 t->guid = guid; in write_chunk_header() 158 static void write_chunk_header2(AVFormatContext *s, const ff_asf_guid *guid, int stream_id) in write_chunk_header2() argument 164 write_chunk_header(s, guid, 0, stream_id); // length updated later in write_chunk_header2() 195 ff_put_guid(pb, t->guid); in write_index()
|
/third_party/gn/src/gn/ |
H A D | visual_studio_writer.cc | 259 : name(_name), path(_path), guid(_guid), parent_folder(nullptr) {} in SolutionEntry() 490 globals->SubElement("ProjectGuid")->Text(solution_project.guid); in WriteProjectFileContents() 780 << folder->guid << "\"" << std::endl; in WriteSolutionFileContents() 787 << project->guid << "\"" << std::endl; in WriteSolutionFileContents() 805 out << "\t\t" << project->guid << '.' << config_mode in WriteSolutionFileContents() 807 out << "\t\t" << project->guid << '.' << config_mode in WriteSolutionFileContents() 819 out << "\t\t" << folder->guid << " = " << folder->parent_folder->guid in WriteSolutionFileContents() 824 out << "\t\t" << project->guid << " = " << project->parent_folder->guid in WriteSolutionFileContents() [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 967 """Get the guid for the project. 973 the guid. 979 # Decide the guid of the project. 980 guid = default_config.get("msvs_guid") 981 if guid: 982 if VALID_MSVS_GUID_CHARS.match(guid) is None: 984 'Invalid MSVS guid: "%s". Must match regex: "%s".' 985 % (guid, VALID_MSVS_GUID_CHARS.pattern) 987 guid = "{%s}" % guid [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | msvs.py | 965 """Get the guid for the project. 971 the guid. 977 # Decide the guid of the project. 978 guid = default_config.get("msvs_guid") 979 if guid: 980 if VALID_MSVS_GUID_CHARS.match(guid) is None: 982 'Invalid MSVS guid: "%s". Must match regex: "%s".' 983 % (guid, VALID_MSVS_GUID_CHARS.pattern) 985 guid = "{%s}" % guid [all...] |
/third_party/gptfdisk/ |
H A D | Makefile | 76 LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr gpt bsd parttypes attributes diskio diskio-unix 94 LIB_NAMES=guid gptpart bsd parttypes attributes crc32 mbrpart basicmbr mbr gpt support diskio diskio-windows 114 LIB_NAMES=guid gptpart bsd parttypes attributes crc32 mbrpart basicmbr mbr gpt support diskio diskio-windows
|
/third_party/libuv/src/win/ |
H A D | winsock.c | 41 static BOOL uv__get_extension_function(SOCKET socket, GUID guid, in uv__get_extension_function() argument 48 &guid, in uv__get_extension_function() 49 sizeof(guid), in uv__get_extension_function()
|
/third_party/lzma/CPP/7zip/Compress/ |
H A D | CodecExports.cpp | 37 static inline HRESULT SetPropGUID(const GUID &guid, PROPVARIANT *value) throw()
in SetPropGUID() argument 39 if ((value->bstrVal = ::SysAllocStringByteLen((const char *)&guid, sizeof(guid))) != NULL)
in SetPropGUID()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | security.h | 211 extern BOOL ntfs_guid_is_zero(const GUID *guid); 212 extern char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str); 217 extern void ntfs_generate_guid(GUID *guid);
|
/third_party/node/deps/uv/src/win/ |
H A D | winsock.c | 41 static BOOL uv__get_extension_function(SOCKET socket, GUID guid, in uv__get_extension_function() argument 48 &guid, in uv__get_extension_function() 49 sizeof(guid), in uv__get_extension_function()
|
/third_party/glfw/src/ |
H A D | null_joystick.c | 53 void _glfwUpdateGamepadGUIDNull(char* guid) in _glfwUpdateGamepadGUIDNull() argument
|
H A D | win32_joystick.h | 46 GUID guid; member
|
H A D | cocoa_joystick.h | 48 void _glfwUpdateGamepadGUIDCocoa(char* guid);
|
H A D | linux_joystick.h | 63 void _glfwUpdateGamepadGUIDLinux(char* guid);
|
/third_party/ffmpeg/libavdevice/ |
H A D | iec61883.c | 256 uint64_t guid = 0; in iec61883_read_header() local 286 if (sscanf(dv->device_guid, "%"SCNu64, &guid) != 1) { in iec61883_read_header() 305 if (guid > 1) { in iec61883_read_header() 306 if (guid == rom1394_get_guid(dv->raw1394, i)) { in iec61883_read_header()
|
H A D | dshow_common.c | 89 dshowdebug(" guid\t"); in ff_print_VIDEO_STREAM_CONFIG_CAPS() 90 ff_printGUID(&caps->guid); in ff_print_VIDEO_STREAM_CONFIG_CAPS() 119 dshowdebug(" guid\t"); in ff_print_AUDIO_STREAM_CONFIG_CAPS() 120 ff_printGUID(&caps->guid); in ff_print_AUDIO_STREAM_CONFIG_CAPS()
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | agx_bo.h | 66 uint64_t guid; member
|
/third_party/eudev/src/udev/ |
H A D | udev-builtin-path_id.c | 398 char guid[38]; in handle_scsi_hyperv() local 419 guid[k++] = guid_str[i]; in handle_scsi_hyperv() 421 guid[k] = '\0'; in handle_scsi_hyperv() 424 path_prepend(path, "vmbus-%s-%s", guid, lun); in handle_scsi_hyperv()
|
/third_party/node/test/fixtures/wpt/common/security-features/resources/ |
H A D | common.sub.js | 124 function guid() { function 567 const name = guid(); 1026 const key = guid(); 1027 const value = guid();
|
/third_party/ffmpeg/libavcodec/ |
H A D | amfenc_hevc.c | 104 AMFGuid guid; in amf_encode_init_hevc() local 274 guid = IID_AMFBuffer(); in amf_encode_init_hevc() 276 res = var.pInterface->pVtbl->QueryInterface(var.pInterface, &guid, (void**)&buffer); // query for buffer interface in amf_encode_init_hevc()
|