Home
last modified time | relevance | path

Searched +defs:magic +defs:string (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/broadcom/qpu/
Dqpu_disasm.c34 char *string; member
86 v3d_qpu_disasm_waddr(struct disasm_state *disasm, uint32_t waddr, bool magic) in v3d_qpu_disasm_waddr()
/third_party/zlib/contrib/untgz/
Duntgz.c92 char magic[6]; /* 257 */ member
306 int ExprMatch (char *string,char *expr) in ExprMatch()
/third_party/alsa-lib/include/sound/uapi/
Dasoc.h196 __le32 magic; /* magic number */ member
222 char string[SNDRV_CTL_ELEM_ID_NAME_MAXLEN]; member
232 struct snd_soc_tplg_vendor_string_elem string[0]; member
/third_party/icu/icu4c/source/test/cintltst/
Dccapitst.c143 const char *string = NULL; in ListNames() local
1350 uint32_t magic; /* 0xC0FFEE to identify that the object is OK */ member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp11485 const map<string, string>& fragments, in finalizeTestsCreation()
11502 const map<string, string>& fragments, in finalizeTestsCreation()
12308 const deFloat16 magic = tcu::Float16(float(REPLACEMENT)).bits(); in compareFP16VectorInsertFunc() local
19122 …void createVectorCompositeCases (vector<map<string, string> >& testCases, de::Random& rnd, const N… in createVectorCompositeCases()
19145 …void createArrayCompositeCases (vector<map<string, string> >& testCases, de::Random& rnd, const Nu… in createArrayCompositeCases()
19168 …void createStructCompositeCases (vector<map<string, string> >& testCases, de::Random& rnd, const N… in createStructCompositeCases()
19189 …void createMatrixCompositeCases (vector<map<string, string> >& testCases, de::Random& rnd, const N… in createMatrixCompositeCases()
19220 …void createCompositeCases (vector<map<string, string> >& testCases, de::Random& rnd, const NumberT… in createCompositeCases()
19254 …const string specializeCompositeInsertShaderTemplate (const NumberType type, const map<string, str… in specializeCompositeInsertShaderTemplate()
19417 …plate (const NumberType type, const AssemblyStructInfo& structInfo, const map<string, string>& par… in specializeInBoundsShaderTemplate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp11387 const map<string, string>& fragments, in finalizeTestsCreation()
11404 const map<string, string>& fragments, in finalizeTestsCreation()
12210 const deFloat16 magic = tcu::Float16(float(REPLACEMENT)).bits(); in compareFP16VectorInsertFunc() local
19024 void createVectorCompositeCases (vector<map<string, string> >& testCases, de::Random& rnd, const Nu… in createVectorCompositeCases()
19047 void createArrayCompositeCases (vector<map<string, string> >& testCases, de::Random& rnd, const Num… in createArrayCompositeCases()
19070 void createStructCompositeCases (vector<map<string, string> >& testCases, de::Random& rnd, const Nu… in createStructCompositeCases()
19091 void createMatrixCompositeCases (vector<map<string, string> >& testCases, de::Random& rnd, const Nu… in createMatrixCompositeCases()
19122 void createCompositeCases (vector<map<string, string> >& testCases, de::Random& rnd, const NumberTy… in createCompositeCases()
19156 const string specializeCompositeInsertShaderTemplate (const NumberType type, const map<string, stri… in specializeCompositeInsertShaderTemplate()
19320 …plate (const NumberType type, const AssemblyStructInfo& structInfo, const map<string, string>& par… in specializeInBoundsShaderTemplate()
/third_party/node/deps/v8/src/d8/
Dd8.cc672 uint32_t magic = 0; in IsValidHostDefinedOptions() local
2731 String::Utf8Value string(args.GetIsolate(), args[1]); in Fuzzilli() local
3765 void Send(const v8_inspector::StringView& string) { in Send()