Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 28) sorted by relevance

12

/TwlSDK-5.5/build/demos/mb/multiboot-wfs/child/src/
Dchild.c102 FSFile d; in CreateFileList() local
280 FSFile d; in ModeChildFile() local
401 u64 d = ret * 8; in ModeChildFile() local
/TwlSDK-5.5/build/libraries/math/common/src/
Ddgt_md5.c49 inline static u32 CalcRound1(u32 a, u32 b, u32 c, u32 d, u32 x, u32 s, u32 t) in CalcRound1()
54 inline static u32 CalcRound2(u32 a, u32 b, u32 c, u32 d, u32 x, u32 s, u32 t) in CalcRound2()
59 inline static u32 CalcRound3(u32 a, u32 b, u32 c, u32 d, u32 x, u32 s, u32 t) in CalcRound3()
64 inline static u32 CalcRound4(u32 a, u32 b, u32 c, u32 d, u32 x, u32 s, u32 t) in CalcRound4()
161 u32 a, b, c, d; in ProcessBlock() local
Ddgt_sha1.c97 u32 d = context->h[3]; in MATHi_SHA1ProcessBlock() local
/TwlSDK-5.5/build/demos/fs/file-2/src/
Dmain.c47 FSFile d; in DumpRomDirectorySub() local
148 FSFile d; in NitroMain() local
/TwlSDK-5.5/build/libraries/std/common/src/
Dstd_sprintf.c458 int d = (int)(val & 0x07); in STD_TVSNPrintf() local
475 int d = (int)(v - (r * 10)); in STD_TVSNPrintf() local
485 int d = (int)(val - (r * 10)); in STD_TVSNPrintf() local
494 int d = (int)(val & 0x0f); in STD_TVSNPrintf() local
Dstd_string.c665 int c, d; in STD_CompareLString() local
695 char c, d, diff; in STD_CompareNIString() local
1087 u32 d = (u32)(c - '0'); in STD_TVSScanf() local
/TwlSDK-5.5/build/libraries/mi/common/src/
Dmi_memory.c50 #define HALFW_DCD( cond, d, n, offset, sign, ldst, def ) \ argument
54 #define LDRH_AD1( cond, d, n, offset ) \ argument
58 #define LDRH_AD2( cond, d, n, offset ) \ argument
62 #define LDRH_AD3( cond, d, n, offset ) \ argument
66 #define LDRH_AD4( cond, d, n, offset ) \ argument
70 #define STRH_AD1( cond, d, n, offset ) \ argument
74 #define STRH_AD2( cond, d, n, offset ) \ argument
78 #define STRH_AD3( cond, d, n, offset ) \ argument
82 #define STRH_AD4( cond, d, n, offset ) \ argument
320 int d = (int)*p1++ - (int)*p2++; in MIi_CpuComp16() local
[all …]
/TwlSDK-5.5/build/demos/os/tick-1/src/
Dmain.c28 u32 d = (cnt >> shift) & 0xf; in ObjChar() local
/TwlSDK-5.5/build/demos/crypto/rc4-1/src/
Dmain.c207 char* d[] = { in RC4Test() local
249 char* d[] = { in RC4Test() local
/TwlSDK-5.5/build/demos/os/sleep-1/src/
Dmain.c29 u32 d = (cnt >> shift) & 0xf; in ObjChar() local
/TwlSDK-5.5/build/demos/crypto/rc4-3/src/
Dmain.c248 char* d[] = { in RC4EncText() local
291 char* d = "abcdefghijklmnopqrstuvwxyz"; in RC4EncText() local
/TwlSDK-5.5/build/demos/math/dgt-1/src/
Dmain.c510 char *d[] = { in DigestTest() local
624 char *d[] = { in DigestTest() local
675 char *d[] = { in DigestTest() local
/TwlSDK-5.5/build/libraries/fs/common/include/
Dutil.h145 u32 d = (u8)(str2[i] - 'A'); in FSi_StrNICmp() local
/TwlSDK-5.5/build/demos/rtc/rtc-1/src/
Dmain.c531 RTCDate *d = &gRtcDate; in IncValue() local
612 RTCDate *d = &gRtcDate; in DecValue() local
/TwlSDK-5.5/build/libraries/init/ARM9/src/
Dcrt0.c489 #define REGION_BIT(a,b,c,d,e,f,g,h) (((a)<<0)|((b)<<1)|((c)<<2)|((d)<<3)|((e)<<4)|((f)<<5)|((g)… in init_cp15() argument
490 #define REGION_ACC(a,b,c,d,e,f,g,h) (((a)<<0)|((b)<<4)|((c)<<8)|((d)<<12)|((e)<<16)|((f)<<20)|(… in init_cp15() argument
/TwlSDK-5.5/build/libraries/init/ARM9.TWL/src/
Dcrt0.FLX.c515 #define REGION_BIT(a, b, c, d, e, f, g, h) (((a) << 0) | ((b) << 1) | ((c) << 2) | ((d) << 3) | ((… in INITi_InitRegion() argument
516 #define REGION_ACC(a, b, c, d, e, f, g, h) (((a) << 0) | ((b) << 4) | ((c) << 8) | ((d) << 12) | (… in INITi_InitRegion() argument
/TwlSDK-5.5/build/tools/mic2wav/
Dmain.cpp181 DWORD d; in Save() local
/TwlSDK-5.5/build/demos/crypto/sign-1/src/
Dmain.c245 char* d[] = { in SignTest() local
/TwlSDK-5.5/build/demos/mb/multiboot-wfs/common/src/
Dutil.c226 u8 d; in PrintString() local
/TwlSDK-5.5/build/demos/fs/arc-1/src/
Dmain.c109 FSFile d; in DumpRomDirectorySub() local
/TwlSDK-5.5/build/tools/bin2obj/
Dsection.c43 DataSection *d; in add_datasec() local
/TwlSDK-5.5/build/demos/math/fft-1/src/
Dmain.c489 fx32 d = MATH_ABS(data[i] - orig[i]); in PrintError() local
/TwlSDK-5.5/build/libraries/os/common/src/
Dos_printf.c1376 int d = (int)(val & 0x07); in OS_VSNPrintfEx() local
1393 int d = (int)(v - (r * 10)); in OS_VSNPrintfEx() local
1403 int d = (int)(val - (r * 10)); in OS_VSNPrintfEx() local
1412 int d = (int)(val & 0x0f); in OS_VSNPrintfEx() local
/TwlSDK-5.5/include/nitro/math/
Ddgt.h57 unsigned long a, b, c, d; member
/TwlSDK-5.5/build/demos/fs/arc-2/src/
Dmain.c240 FSFile d; in DumpRomDirectorySub() local

12