Home
last modified time | relevance | path

Searched refs:nsrc (Results 1 – 3 of 3) sorted by relevance

/external/elfutils/libelf/
Dversion_xlate.h129 GElf_Verneed *nsrc; in elf_cvt_Verneed() local
151 nsrc = (GElf_Verneed *) ((char *) src + need_offset); in elf_cvt_Verneed()
156 ndest->vn_version = bswap_16 (nsrc->vn_version); in elf_cvt_Verneed()
157 ndest->vn_cnt = bswap_16 (nsrc->vn_cnt); in elf_cvt_Verneed()
158 ndest->vn_file = bswap_32 (nsrc->vn_file); in elf_cvt_Verneed()
159 ndest->vn_aux = bswap_32 (nsrc->vn_aux); in elf_cvt_Verneed()
160 ndest->vn_next = bswap_32 (nsrc->vn_next); in elf_cvt_Verneed()
165 aux_offset = need_offset + nsrc->vn_aux; in elf_cvt_Verneed()
196 need_offset += nsrc->vn_next; in elf_cvt_Verneed()
198 ndest->vn_version = bswap_16 (nsrc->vn_version); in elf_cvt_Verneed()
[all …]
/external/icu4c/test/cintltst/
Dnucnvtst.c3510 UChar nsrc[10] = {0}; in TestFullRoundtrip() local
3513 nsrc[0]=0x0061; in TestFullRoundtrip()
3517 nsrc[2]=0x5555; in TestFullRoundtrip()
3518 TestConv(nsrc,3,cp,"",NULL,0); in TestFullRoundtrip()
3550 nsrc[1]=usource[0]; in TestFullRoundtrip()
3551 nsrc[2]=usource[1]; in TestFullRoundtrip()
3552 nsrc[len+1]=0x5555; in TestFullRoundtrip()
3553 TestConv(nsrc,len+2,cp,"",NULL,0); in TestFullRoundtrip()
/external/chromium/third_party/icu/source/test/cintltst/
Dnucnvtst.c3423 UChar nsrc[10] = {0}; in TestFullRoundtrip() local
3426 nsrc[0]=0x0061; in TestFullRoundtrip()
3430 nsrc[2]=0x5555; in TestFullRoundtrip()
3431 TestConv(nsrc,3,cp,"",NULL,0); in TestFullRoundtrip()
3463 nsrc[1]=usource[0]; in TestFullRoundtrip()
3464 nsrc[2]=usource[1]; in TestFullRoundtrip()
3465 nsrc[len+1]=0x5555; in TestFullRoundtrip()
3466 TestConv(nsrc,len+2,cp,"",NULL,0); in TestFullRoundtrip()