HomeSort by relevance Sort by last modified time
    Searched defs:SECTION (Results 1 - 25 of 34) sorted by null

1 2

  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.asm 16 SECTION .text
vp9_error_sse2.asm 16 SECTION .text
vp9_quantize_ssse3_x86_64.asm 19 SECTION .text
  /external/libvpx/libvpx/vpx_dsp/x86/
avg_ssse3_x86_64.asm 14 SECTION .text
highbd_sad4d_sse2.asm 13 SECTION .text
inv_wht_sse2.asm 14 SECTION .text
sad4d_sse2.asm 13 SECTION .text
subtract_sse2.asm 13 SECTION .text
vpx_convolve_copy_sse2.asm 13 SECTION .text
quantize_avx_x86_64.asm 13 SECTION .text
fwd_txfm_ssse3_x86_64.asm 28 SECTION .text
highbd_sad_sse2.asm 13 SECTION .text
highbd_subpel_variance_impl_sse2.asm 31 SECTION .text
quantize_ssse3_x86_64.asm 16 SECTION .text
subpel_variance_sse2.asm 40 SECTION .text
    [all...]
highbd_intrapred_sse2.asm 19 SECTION .text
sad_sse2.asm 13 SECTION .text
vpx_subpixel_8t_ssse3.asm 25 SECTION .text
intrapred_sse2.asm 25 SECTION .text
intrapred_ssse3.asm 31 SECTION .text
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
DscFile.h 43 // We create a list of section names when we pre-parse a description file.
50 } SECTION;
57 SECTION *Sections;
59 SECTION *LastSection;
74 SECTION *
  /frameworks/compile/mclinker/include/mcld/Script/
Operand.h 31 enum Type { SYMBOL, INTEGER, SECTION, SECTION_DESC, FRAGMENT };
118 * \brief This class defines the interfaces to an section name operand.
139 return pOperand->type() == Operand::SECTION;
152 * \brief This class defines the interfaces to an section name operand.
  /system/core/init/
ueventd_parser.cpp 35 #define SECTION 0x01
185 if (kw_is(kw, SECTION)) {
  /external/iw/
iw.h 69 __attribute__((used)) __attribute__((section("__cmd"))) = { \
84 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \
85 __COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 0, idby, handler, help, NULL)
86 #define COMMAND_ALIAS(section, name, args, cmd, flags, idby, handler, help, selector, alias)\
87 __ACMD(&(__section ## _ ## section), name, #name, args, cmd, flags, 0, idby, handler, help, selector, alias)
88 #define HIDDEN(section, name, args, cmd, flags, idby, handler) \
89 __COMMAND(&(__section ## _ ## section), name, #name, args, cmd, flags, 1, idby, handler, NULL, NULL)
94 __attribute__((used)) __attribute__((section("__cmd"))) = { \
103 #define SECTION(_name) \
105 __attribute__((used)) __attribute__((section("__cmd"))) = {
    [all...]
  /external/valgrind/coregrind/m_ume/
macho.c 61 #define SECTION section
67 #define SECTION section_64

Completed in 207 milliseconds

1 2