Home
last modified time | relevance | path

Searched refs:org (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.2.1/build/tools/makelst/
Delf.c33 static u8 *load_elf32_byte(u8 *dest, u8 *org, int lsb)
37 temp_ptr = (u8 *)org;
48 static u8 *load_elf32_half(Elf32_Half *dest, u8 *org, int lsb) in load_elf32_half() argument
52 temp_ptr = (u8 *)org; in load_elf32_half()
72 static u8 *load_elf32_sword(Elf32_Sword *dest, u8 *org, int lsb)
77 temp_ptr = (u8 *)org;
103 static u8 *load_elf32_word(Elf32_Word *dest, u8 *org, int lsb)
106 temp_ptr = (u8 *)org;
/TwlSDK-5.2.1/build/tools/stripdebug/
Delf.c32 static u8 *load_elf32_byte(u8 *dest, u8 *org, int lsb)
36 temp_ptr = (u8 *)org;
47 static u8 *load_elf32_half(Elf32_Half *dest, u8 *org, int lsb) in load_elf32_half() argument
51 temp_ptr = (u8 *)org; in load_elf32_half()
71 static u8 *load_elf32_sword(Elf32_Sword *dest, u8 *org, int lsb)
76 temp_ptr = (u8 *)org;
102 static u8 *load_elf32_word(Elf32_Word *dest, u8 *org, int lsb)
105 temp_ptr = (u8 *)org;
/TwlSDK-5.2.1/build/libraries/el/common/src/
Delf.c36 static u8 *load_elf32_byte(u8 *dest, u8 *org, int lsb) in load_elf32_byte() argument
41 temp_ptr = (u8 *)org; in load_elf32_byte()
51 static u8 *load_elf32_half(Elf32_Half *dest, u8 *org, int lsb) in load_elf32_half() argument
55 temp_ptr = (u8 *)org; in load_elf32_half()
74 static u8 *load_elf32_sword(Elf32_Sword *dest, u8 *org, int lsb) in load_elf32_sword() argument
79 temp_ptr = (u8 *)org; in load_elf32_sword()
105 static u8 *load_elf32_word(Elf32_Word *dest, u8 *org, int lsb) in load_elf32_word() argument
108 temp_ptr = (u8 *)org; in load_elf32_word()
/TwlSDK-5.2.1/build/demos/snd/capture/src/
Dmain.c318 smp_t org[FILTER_SIZE - 1][2]; in EffectCallback() local
328 org[i][0] = lp[i + samples - FILTER_SIZE + 1]; in EffectCallback()
329 org[i][1] = rp[i + samples - FILTER_SIZE + 1]; in EffectCallback()
376 info->sample[i][0] = org[i][0]; in EffectCallback()
377 info->sample[i][1] = org[i][1]; in EffectCallback()
/TwlSDK-5.2.1/build/libraries/fs/common/src/
Dfs_proc_default.c759 const u32 org = *length; in FSi_ROMFAT_ReadFile() local
765 file->arg.readfile.len_org = org; in FSi_ROMFAT_ReadFile()
788 const u32 org = *length; in FSi_ROMFAT_WriteFile() local
794 file->arg.writefile.len_org = org; in FSi_ROMFAT_WriteFile()