/build/tools/soslim/ |
common.h | 19 Elf_Scn *sect; member in struct:__anon605 25 static inline void get_section_info(Elf_Scn *sect, section_info_t *info) 27 info->sect = sect; 28 info->data = elf_getdata(sect, 0); 29 info->hdr = elf32_getshdr(sect); 30 info->index = elf_ndxscn(sect);
|
symfilter.c | 18 static int match_hash_table_section(Elf *elf, Elf_Scn *sect, void *data); 19 static int match_dynsym_section(Elf *elf, Elf_Scn *sect, void *data); 64 filter->symtab.sect = NULL; 66 FAILIF(NULL == filter->symtab.sect, 68 filter->hash.sect = NULL; 70 FAILIF(NULL == filter->hash.sect, 203 static int match_hash_table_section(Elf *elf, Elf_Scn *sect, void *data) 209 ASSERT(sect); 210 shdr = elf32_getshdr(sect); 217 FAILIF(filter->hash.sect != NULL, [all...] |
/external/elfcopy/ |
common.h | 19 Elf_Scn *sect; member in struct:__anon1706 25 static inline void get_section_info(Elf_Scn *sect, section_info_t *info) 27 info->sect = sect; 28 info->data = elf_getdata(sect, 0); 29 info->hdr = elf32_getshdr(sect); 30 info->index = elf_ndxscn(sect);
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
getics.cpp | 108 sect[] = array of structures that hold section codebook and 223 sect, 229 MODIFYING(sect,pInputStream,sectbits) 241 cb = sect[i].sect_cb; 242 sectWidth = sect[i].sect_end - sectStart; 275 sect, 362 sect, 435 SectInfo sect[]) 505 sect, 525 cb = sect[i].sect_cb [all...] |
s_tdec_int_file.h | 259 SectInfo sect[MAXBANDS + 1]; member in struct:__anon3464::shared_memory::__anon3465
|
huffdecode.cpp | 115 pChVars->sect contents updated by newly decoded section information 291 pChVars[ch]->sect); 293 max_sfb,tns,pulseInfo,sect) 515 pVars->share.a.sect);
|
huffman.h | 216 SectInfo sect[]);
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
getics.cpp | 108 sect[] = array of structures that hold section codebook and 223 sect, 229 MODIFYING(sect,pInputStream,sectbits) 241 cb = sect[i].sect_cb; 242 sectWidth = sect[i].sect_end - sectStart; 275 sect, 362 sect, 435 SectInfo sect[]) 505 sect, 525 cb = sect[i].sect_cb [all...] |
s_tdec_int_file.h | 259 SectInfo sect[MAXBANDS + 1]; member in struct:__anon7366::shared_memory::__anon7367
|
huffdecode.cpp | 115 pChVars->sect contents updated by newly decoded section information 291 pChVars[ch]->sect); 293 max_sfb,tns,pulseInfo,sect) 515 pVars->share.a.sect);
|
huffman.h | 216 SectInfo sect[]);
|
/external/grub/docs/ |
help2man | 264 my $sect = 'DESCRIPTION'; 288 $sect = uc $1; 295 $sect = 'COPYRIGHT'; 296 $include{$sect} ||= ''; 297 $include{$sect} .= ".PP\n" if $include{$sect}; 319 $include{$sect} .= $copy; 327 $sect = 'REPORTING BUGS'; 333 $sect = 'AUTHOR'; 343 $include{$sect} ||= '' [all...] |
/bionic/libc/kernel/common/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/external/kernel-headers/original/linux/mtd/ |
nftl.h | 34 int head,sect,cyl; member in struct:NFTLrecord
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/ |
nftl.h | 38 int head,sect,cyl; member in struct:NFTLrecord
|
/external/openssl/crypto/x509v3/ |
v3_pci.c | 239 STACK_OF(CONF_VALUE) *sect; 242 sect = X509V3_get_section(ctx, cnf->name + 1); 243 if (!sect) 249 for (j = 0; success_p && j < sk_CONF_VALUE_num(sect); j++) 252 process_pci_value(sk_CONF_VALUE_value(sect, j), 255 X509V3_section_free(ctx, sect);
|
/bionic/libc/netbsd/nameser/ |
ns_parse.c | 46 static void setsection(ns_msg *msg, ns_sect sect); 200 setsection(ns_msg *msg, ns_sect sect) { 201 msg->_sect = sect; 202 if (sect == ns_s_max) { 207 msg->_msg_ptr = msg->_sections[(int)sect];
|
/external/skia/src/core/ |
SkDevice.cpp | 31 bool SkDevice::intersects(const SkIRect& r, SkIRect* sect) const { 35 return sect ? sect->intersect(r, bounds) : SkIRect::Intersects(r, bounds);
|
/external/skia/include/core/ |
SkDevice.h | 64 device. If sect is not NULL and there is an intersection, sect returns 67 bool intersects(const SkIRect& r, SkIRect* sect = NULL) const;
|
/external/openssl/crypto/asn1/ |
asn1_gen.c | 446 STACK_OF(CONF_VALUE) *sect = NULL; 457 sect = X509V3_get_section(cnf, (char *)section); 458 if (!sect) 460 for (i = 0; i < sk_CONF_VALUE_num(sect); i++) 462 typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); 510 if (sect) 511 X509V3_section_free(cnf, sect);
|