Home
last modified time | relevance | path

Searched defs:int32 (Results 1 – 5 of 5) sorted by relevance

/developtools/ace_ets2bundle/koala-wrapper/koalaui/common/src/
Dsha1.ts41 private B = (0xefcdab89 | 0) as int32 property in SHA1Hash
42 private C = (0x98badcfe | 0) as int32 property in SHA1Hash
43 private D = (0x10325476 | 0) as int32 property in SHA1Hash
44 private E = (0xc3d2e1f0 | 0) as int32 property in SHA1Hash
45 private readonly _byte: Uint8Array
46 private readonly _word: Int32Array
/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/dist/src/typescript/
Dtypes.d.ts20 export type int32 = int; alias
/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/src/typescript/
Dtypes.ts20 export type int32 = int alias
/developtools/ace_ets2bundle/koala-wrapper/koalaui/compat/src/arkts/
Dtypes.ts20 export type int32 = int alias
/developtools/profiler/hiebpf/include/
Dvmlinux.h130676 typedef __u32 int32; typedef