HomeSort by relevance Sort by last modified time
    Searched full:filt (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /external/ltrace/
filter.c 31 filter_init(struct filter *filt)
33 filt->rules = NULL;
34 filt->next = NULL;
38 filter_destroy(struct filter *filt)
41 for (it = filt->rules; it != NULL; ) {
67 filter_add_rule(struct filter *filt, struct filter_rule *rule)
70 for (rulep = &filt->rules; *rulep != NULL; rulep = &(*rulep)->next)
145 filter_matches_library(struct filter *filt, struct library *lib)
147 if (filt == NULL)
150 for (; filt != NULL; filt = filt->next)
    [all...]
filter.h 63 void filter_init(struct filter *filt);
64 void filter_destroy(struct filter *filt);
73 /* RULE is added to FILT and owned and destroyed by it. */
74 void filter_add_rule(struct filter *filt, struct filter_rule *rule);
91 int filter_matches_library(struct filter *filt, struct library *lib);
95 int filter_matches_symbol(struct filter *filt, const char *sym_name,
  /external/ltrace/testsuite/ltrace.main/
filters.exp 29 set filt [ltraceCompile filt$ext $libfilt1 $libfilt2 [ltraceSource c {
34 ltraceMatch [ltraceRun -e* $filt] {
35 {{filt(\.pie)?->func1} == 1}
42 ltraceMatch1 [ltraceRun $filt] \
45 ltraceMatch1 [ltraceRun -e@MAIN $filt] \
46 {filt(\.pie)?->func1\(.*\)} == 1
48 ltraceMatch1 [ltraceRun -e@libfilt1.so $filt] \
51 ltraceMatch1 [ltraceRun -e@libfilt2.so $filt] \
54 ltraceMatch [ltraceRun -e@libfilt* $filt] {
    [all...]
  /external/chromium_org/tools/valgrind/asan/
asan_wrapper.sh 8 # asan_symbolize.py and c++filt
16 c++filt
  /external/chromium_org/v8/tools/
mac-nm 4 # names demangling, so we're piping its output to c++filt(1) tool which does it.
5 # But c++filt(1) comes with XCode (as a part of GNU binutils), so it doesn't
14 if [ "`which c++filt`" == "" ]; then
17 nm "$@" | c++filt -p -i
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 61 filt RN 2 label
156 MOV filt, m01
158 MOVEQ filt, filt, LSR #16
160 MOVEQ filt, filt, LSL #16
169 SEL filt, m00, filt
176 SEL filt, m00, filt
    [all...]
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s 72 filt RN 2 label
195 SEL filt, m00, m01
202 SEL filt, m00, filt
209 SEL filt, m00, filt
216 SEL apflg, m00, filt ;// apflg = filt && (ap<beta)
229 SEL t1, t7, filt ;// aqflg = filt && (aq<beta)
    [all...]
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 85 filt RN 2 label
240 MOV filt, m01
242 MOVEQ filt, filt, LSL #16
244 MOVEQ filt, filt, LSR #16
251 SEL filt, m00, filt
258 SEL filt, m00, filt
    [all...]
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 98 filt RN 2 label
292 SEL filt, m00, m01
299 SEL filt, m00, filt
306 SEL filt, m00, filt
313 SEL apflg, m00, filt ;// apflg = filt && (ap<beta)
327 SEL t1, t7, filt ;// aqflg = filt && (aq<beta)
    [all...]
armVCM4P10_DeblockingLuma_unsafe_s.s 52 filt RN 2 label
110 ;// - 2 - filt, 0 - apflg, 6 - aqflg
150 USUB8 t5, filt, m01
174 USUB8 t1, filt, m01
218 ;// - 2 - filt, 0 - apflg,aqflg
297 USUB8 t4, filt, m01
353 USUB8 t10, filt, m01
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 92 __m128i filt; local
98 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
102 filt = _mm_adds_epi8(filt, work_a);
104 filt = _mm_and_si128(filt, mask)
473 __m128i filt; local
    [all...]
vp9_loopfilter_intrin_sse2.c 91 __m128i filt; local
97 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
99 filt = _mm_adds_epi8(filt, work_a);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
103 filt = _mm_and_si128(filt, mask)
467 __m128i filt; local
1004 __m128i filt; local
1245 __m128i filt; local
1416 __m128i filt; local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 92 __m128i filt; local
98 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
102 filt = _mm_adds_epi8(filt, work_a);
104 filt = _mm_and_si128(filt, mask)
473 __m128i filt; local
    [all...]
vp9_loopfilter_intrin_sse2.c 91 __m128i filt; local
97 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
99 filt = _mm_adds_epi8(filt, work_a);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
103 filt = _mm_and_si128(filt, mask)
467 __m128i filt; local
1004 __m128i filt; local
1245 __m128i filt; local
1416 __m128i filt; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_loopfilter_intrin_avx2.c 92 __m128i filt; local
98 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
102 filt = _mm_adds_epi8(filt, work_a);
104 filt = _mm_and_si128(filt, mask)
473 __m128i filt; local
    [all...]
vp9_loopfilter_intrin_sse2.c 91 __m128i filt; local
97 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
99 filt = _mm_adds_epi8(filt, work_a);
100 filt = _mm_adds_epi8(filt, work_a);
101 filt = _mm_adds_epi8(filt, work_a);
103 filt = _mm_and_si128(filt, mask)
467 __m128i filt; local
1004 __m128i filt; local
1245 __m128i filt; local
1416 __m128i filt; local
    [all...]
  /external/chromium_org/third_party/codesighs/
nm_wrap_osx.pl 51 open(NM_OUTPUT, "nm -fnol $ARGV[0] | c++filt |") or die "nm failed to run on $ARGV[0]\n";
72 # we expect the input to have been piped through c++filt to
74 # all of them, so push still-mangled symbols back through c++filt again.
78 $symbol = `c++filt '$1'`;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
dir 31 * c++filt: (binutils)c++filt. Filter to demangle encoded C++
33 * cxxfilt: (binutils)c++filt. MS-DOS name for c++filt.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-c++filt.1 126 .IX Title "C++FILT 1"
127 .TH C++FILT 1 "2011-11-21" "binutils-2.21.90" "GNU Development Tools"
133 c++filt \- Demangle C++ and Java symbols.
136 c++filt [\fB\-_\fR|\fB\-\-strip\-underscores\fR]
151 \&\fBc++filt\fR
161 mangled names, through \fBc++filt\fR and see the same source file
164 You can also use \fBc++filt\fR to decipher individual symbols by
168 \& c++filt <symbol>
171 If no \fIsymbol\fR arguments are given, \fBc++filt\fR reads symbol
180 \& c++filt \-n _Z1f
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_state.h 42 unsigned filt; member in struct:nv30_sampler_state
53 unsigned filt; member in struct:nv30_sampler_view
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.h 42 unsigned filt; member in struct:nv30_sampler_state
53 unsigned filt; member in struct:nv30_sampler_view
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
check-for-exit-time-destructors 118 if (!open FILT, "c++filt $symbol |") {
119 print "ERROR: Could not open c++filt\n";
122 my $result = <FILT>;
123 close FILT;
check-for-global-initializers 158 if (!open FILT, "c++filt $symbol |") {
159 print "ERROR: Could not open c++filt\n";
162 my $result = <FILT>;
163 close FILT;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-timechart.c 826 struct process_filter *filt = malloc(sizeof(*filt)); local
828 if (!filt)
831 filt->name = strdup(string);
832 filt->pid = pid;
833 filt->next = process_filter;
835 process_filter = filt;
840 struct process_filter *filt; local
844 filt = process_filter;
845 while (filt) {
    [all...]
  /build/core/
checktree 40 def run(command, regex, filt):
60 filt_compiled = re.compile(filt)

Completed in 1327 milliseconds

1 2 3 4