Searched refs:i32 (Results 1 – 2 of 2) sorted by relevance
159 i32 = struct.unpack("<i", raw)160 return i32[0]177 def sendI32(self, i32): argument178 raw = struct.pack("<i", i32)
276 Type i32 = new Type.Builder(mRS, Element.I32(mRS)).setX(1).create(); in testScriptGroupSharedGlobal() local279 Allocation aFailed = Allocation.createTyped(mRS, i32); in testScriptGroupSharedGlobal()280 Allocation aSharedInt = Allocation.createTyped(mRS, i32); in testScriptGroupSharedGlobal()