Home
last modified time | relevance | path

Searched defs:v (Results 1 – 13 of 13) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/szfile/
D7zCrcOpt.c10 UInt32 MY_FAST_CALL CrcUpdateT4(UInt32 v, const void *data, size_t size, const UInt32 *table) in CrcUpdateT4()
29 UInt32 MY_FAST_CALL CrcUpdateT8(UInt32 v, const void *data, size_t size, const UInt32 *table) in CrcUpdateT8()
D7zCrc.c24 static UInt32 MY_FAST_CALL CrcUpdateT1(UInt32 v, const void *data, size_t size, const UInt32 *table) in CrcUpdateT1()
39 UInt32 MY_FAST_CALL CrcUpdate(UInt32 v, const void *data, size_t size) in CrcUpdate()
DCpuArch.c117 const UInt32 *v = kVendors[i]; in x86cpuid_GetFirm() local
D7zIn.c431 static SRes SzReadBoolVector(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc) in SzReadBoolVector()
450 static SRes SzReadBoolVector2(CSzData *sd, size_t numItems, Byte **v, ISzAlloc *alloc) in SzReadBoolVector2()
Dszfile.c174 int c,v; in sCompStrLens() local
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoGfxTypes.h31 struct{ f32 x, y, z, w;} v; member
43 struct{ f32 x, y, z;} v; member
55 struct{ f32 x, y;} v; member
67 struct{ f32 x;} v; member
79 struct{ u32 x, y, z, w;} v; member
91 struct{ u32 x, y, z;} v; member
103 struct{ u32 x, y;} v; member
115 struct{ u32 x;} v; member
127 struct{ s32 x, y, z, w;} v; member
139 struct{ s32 x, y, z;} v; member
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoGfxTypes.h31 struct{ f32 x, y, z, w;} v; member
43 struct{ f32 x, y, z;} v; member
55 struct{ f32 x, y;} v; member
67 struct{ f32 x;} v; member
79 struct{ u32 x, y, z, w;} v; member
91 struct{ u32 x, y, z;} v; member
103 struct{ u32 x, y;} v; member
115 struct{ u32 x;} v; member
127 struct{ s32 x, y, z, w;} v; member
139 struct{ s32 x, y, z;} v; member
[all …]
/CafeSDK-2.12.13-1/system/include/cafe/gx2/
Dgx2Misc.h44 #define GX2_GET_COMPONENT_X_R(v) (((v)>>24)&0xff) argument
48 #define GX2_GET_COMPONENT_Y_G(v) (((v)>>16)&0xff) argument
52 #define GX2_GET_COMPONENT_Z_B(v) (((v)>> 8)&0xff) argument
56 #define GX2_GET_COMPONENT_W_A(v) (((v)>> 0)&0xff) argument
/CafeSDK-2.12.13-1/system/src/lib/mtx/
DmtxVec.c363 f32 C_VECSquareMag ( const Vec *v ) in C_VECSquareMag()
381 f32 PSVECSquareMag ( const Vec *v ) in PSVECSquareMag()
419 f32 C_VECMag ( const Vec *v ) in C_VECMag()
428 f32 PSVECMag ( const Vec *v ) in PSVECMag()
DmtxVec_asm.s230 #define v r3 macro
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_assets.h39 float v; member
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_assets.h39 float v; member
/CafeSDK-2.12.13-1/system/src/lib/zipfile/
Dzipfile.c417 int c,v; in sCompStrLens() local