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

1 2

  /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
  /external/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
presubmit.py 236 filt = '-,' + ",".join(['+' + n for n in ENABLED_LINT_RULES])
237 command = ['cpplint.py', '--filter', filt]
240 command = ['python', local_cpplint, '--filter', filt]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
g_adapt.cpp 419 Word16 filt; /* median-filtered LTP coding gain, Q13 */ local
473 filt = gmed_n(st->ltpg_mem, 5); /* function result */
477 if (filt > 5443) /* 5443 Q13 = 0.66443... */
483 if (filt < 0)
488 { /* result = 0.5 - 0.75257499*filt */
489 /* result (Q15) = 16384 - 24660 * (filt << 2) */
490 filt = shl(filt, 2, pOverflow); /* Q15 */
491 result = mult(24660, filt, pOverflow);
  /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_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_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_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/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 97 __m128i filt; local
103 filt = _mm_and_si128(_mm_subs_epi8(qs1ps1, qs1), hev);
105 filt = _mm_adds_epi8(filt, work_a);
106 filt = _mm_adds_epi8(filt, work_a);
107 filt = _mm_adds_epi8(filt, work_a);
109 filt = _mm_and_si128(filt, mask)
480 __m128i filt; local
1012 __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'`;
  /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
nv30_texture.c 146 so->filt = filter_mode(cso) | 0x00002000;
177 so->filt |= (int)(cso->lod_bias * 256.0) & 0x1fff;
238 so->filt = fmt->filter;
261 so->filt |= NV30_3D_TEX_FILTER_MIN_NEAREST |
nv30_fragtex.c 53 u32 filter = sv->filt | (ss->filt & sv->filt_mask);
  /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
nv30_texture.c 146 so->filt = filter_mode(cso) | 0x00002000;
177 so->filt |= (int)(cso->lod_bias * 256.0) & 0x1fff;
238 so->filt = fmt->filter;
261 so->filt |= NV30_3D_TEX_FILTER_MIN_NEAREST |
nv30_fragtex.c 53 u32 filter = sv->filt | (ss->filt & sv->filt_mask);
  /build/core/
checktree 40 def run(command, regex, filt):
60 filt_compiled = re.compile(filt)
  /external/linux-tools-perf/
builtin-timechart.c 835 struct process_filter *filt; local
839 filt = malloc(sizeof(struct process_filter));
840 if (!filt)
843 filt->name = strdup(string);
844 filt->pid = pid;
845 filt->next = process_filter;
847 process_filter = filt;
852 struct process_filter *filt; local
856 filt = process_filter;
857 while (filt) {
    [all...]
  /external/openfst/src/include/fst/
intersect.h 41 F *filt = 0, T *sttable= 0)
42 : ComposeFstOptions<A, M, F, T>(opts, mat1, mat2, filt, sttable) { }
difference.h 42 F *filt = 0, T *sttable= 0)
43 : ComposeFstOptions<A, M, F, T>(mat1, mat2, filt, sttable) { }
  /external/iputils/
ping.c 468 struct icmp_filter filt; local
469 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
475 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
679 struct icmp_filter filt; local
682 filt.data = ~((1<<ICMP_SOURCE_QUENCH)|
685 if (setsockopt(icmp_sock, SOL_RAW, ICMP_FILTER, (char*)&filt, sizeof(filt)) == -1)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 42 ShortestDistanceOptions(Queue *q, ArcFilter filt, StateId src = kNoStateId,
44 : state_queue(q), arc_filter(filt), source(src), delta(d) {}

Completed in 2156 milliseconds

1 2