/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
vp8_rtcd.h | 33 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride); 34 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride); 35 void vp8_dequant_idct_add_neon(short *input, short *dq, unsigned char *output, int stride); 38 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs); 39 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eobs); 40 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, int stride, char *eobs); 43 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs); 44 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
comstats.h | 36 unsigned long brd; 37 unsigned long panel; 38 unsigned long port; 39 unsigned long hwid; 40 unsigned long type; 41 unsigned long txtotal; 42 unsigned long rxtotal; 43 unsigned long txbuffered; 44 unsigned long rxbuffered; 45 unsigned long rxoverrun [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
comstats.h | 36 unsigned long brd; 37 unsigned long panel; 38 unsigned long port; 39 unsigned long hwid; 40 unsigned long type; 41 unsigned long txtotal; 42 unsigned long rxtotal; 43 unsigned long txbuffered; 44 unsigned long rxbuffered; 45 unsigned long rxoverrun [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
pef.h | 28 unsigned long tag1; 29 unsigned long tag2; 30 unsigned long architecture; 31 unsigned long format_version; 32 unsigned long timestamp; 33 unsigned long old_definition_version; 34 unsigned long old_implementation_version; 35 unsigned long current_version; 36 unsigned short section_count; 37 unsigned short instantiated_section_count [all...] |
/external/elfutils/tests/ |
run-allregs.sh | 41 9: %eflags (eflags), unsigned 32 bits 42 10: %trapno (trapno), unsigned 32 bits 44 37: %fctrl (fctrl), unsigned 16 bits 45 38: %fstat (fstat), unsigned 16 bits 46 39: %mxcsr (mxcsr), unsigned 32 bits 48 29: %mm0 (mm0), unsigned 64 bits 49 30: %mm1 (mm1), unsigned 64 bits 50 31: %mm2 (mm2), unsigned 64 bits 51 32: %mm3 (mm3), unsigned 64 bits 52 33: %mm4 (mm4), unsigned 64 bit [all...] |
/development/ndk/platforms/android-3/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/external/clang/test/CodeGen/ |
2003-11-26-PointerShift.c | 3 unsigned long do_csum(const unsigned char *buff, int len, unsigned long result) { 4 if (2 & (unsigned long) buff) result += 1;
|
/external/clang/test/CodeGenObjC/ |
bitfield-ivar-metadata.m | 5 unsigned ivar1; 6 unsigned ivar2; 7 unsigned char BDIVAR3:1; 8 unsigned char BDIVAR4:1;
|
/external/clang/test/Preprocessor/Inputs/TestFramework.framework/Frameworks/AnotherTestFramework.framework/Headers/ |
AnotherTestFramework.h | 1 static inline int another_test_framework_func(unsigned a) {
|
/external/libchrome/sandbox/linux/system_headers/ |
arm_linux_ucontext.h | 17 unsigned long trap_no; 18 unsigned long error_code; 19 unsigned long oldmask; 20 unsigned long arm_r0; 21 unsigned long arm_r1; 22 unsigned long arm_r2; 23 unsigned long arm_r3; 24 unsigned long arm_r4; 25 unsigned long arm_r5; 26 unsigned long arm_r6 [all...] |
/external/pdfium/core/src/fxge/fontdata/chromefontdata/ |
chromefontdata.h | 14 extern const unsigned char g_FoxitFixedItalicFontData[18746]; 15 extern const unsigned char g_FoxitFixedFontData[17597]; 16 extern const unsigned char g_FoxitSansItalicFontData[16339]; 17 extern const unsigned char g_FoxitSansFontData[15025]; 18 extern const unsigned char g_FoxitSerifItalicFontData[21227]; 19 extern const unsigned char g_FoxitSerifFontData[19469]; 20 extern const unsigned char g_FoxitFixedBoldItalicFontData[19151]; 21 extern const unsigned char g_FoxitFixedBoldFontData[18055]; 22 extern const unsigned char g_FoxitSansBoldItalicFontData[16418]; 23 extern const unsigned char g_FoxitSansBoldFontData[16344] [all...] |
/external/strace/linux/ia64/ |
arch_regs.h | 2 extern unsigned long *const ia64_frame_ptr;
|
/ndk/sources/android/support/src/musl-ctype/ |
iswcntrl.c | 6 return (unsigned)wc < 32 7 || (unsigned)(wc-0x7f) < 33 8 || (unsigned)(wc-0x2028) < 2 9 || (unsigned)(wc-0xfff9) < 3;
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |
/prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/linux/ |
if_packet.h | 17 unsigned short spkt_family; 18 unsigned char spkt_device[14]; 19 unsigned short spkt_protocol; 24 unsigned short sll_family; 25 unsigned short sll_protocol; 27 unsigned short sll_hatype; 28 unsigned char sll_pkttype; 29 unsigned char sll_halen; 30 unsigned char sll_addr[8]; 52 unsigned int tp_packets [all...] |