Home
last modified time | relevance | path

Searched +full:- +full:lp (Results 1 – 25 of 923) sorted by relevance

12345678910>>...37

/external/adhd/cras/src/dsp/
Dcrossover2.c2 * Use of this source code is governed by a BSD-style license that can be
15 lr42->b0 = q.b0; in lr42_set()
16 lr42->b1 = q.b1; in lr42_set()
17 lr42->b2 = q.b2; in lr42_set()
18 lr42->a1 = q.a1; in lr42_set()
19 lr42->a2 = q.a2; in lr42_set()
25 * data0 --+-- lp --> data0
27 * \-- hp --> data1
31 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split() argument
35 float32x4_t x1 = {lp->x1L, hp->x1L, lp->x1R, hp->x1R}; in lr42_split()
[all …]
Dcrossover.c2 * Use of this source code is governed by a BSD-style license that can be
13 lr4->b0 = q.b0; in lr4_set()
14 lr4->b1 = q.b1; in lr4_set()
15 lr4->b2 = q.b2; in lr4_set()
16 lr4->a1 = q.a1; in lr4_set()
17 lr4->a2 = q.a2; in lr4_set()
18 lr4->x1 = 0; in lr4_set()
19 lr4->x2 = 0; in lr4_set()
20 lr4->y1 = 0; in lr4_set()
21 lr4->y2 = 0; in lr4_set()
[all …]
/external/syslinux/gpxe/src/drivers/net/
Damd8111e.c7 * Copyright 1996-1999 Thomas Bogendoerfer [ pcnet32.c ]
27 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
52 #define TX_PKT_LEN_MAX (ETH_FRAME_LEN - ETH_HLEN)
85 u8 data[ETH_FRAME_LEN - ETH_HLEN];
114 static void amd8111e_init_hw_default(struct amd8111e_priv *lp);
115 static int amd8111e_start(struct amd8111e_priv *lp);
116 static int amd8111e_read_phy(struct amd8111e_priv *lp, int phy_addr, int reg, u32 *val);
118 static int amd8111e_write_phy(struct amd8111e_priv *lp, int phy_addr, int reg, u32 val);
120 static void amd8111e_probe_ext_phy(struct amd8111e_priv *lp);
121 static void amd8111e_disable_interrupt(struct amd8111e_priv *lp);
[all …]
Dpcnet32.c3 * pcnet32.c -- Etherboot device driver for the AMD PCnet32
4 * Written 2003-2003 by Timothy Legge <tlegge@rogers.com>
23 * (C) 1996-1999 Thomas Bogendoerfer
27 * lance.c - LANCE NIC driver for Etherboot written by Ken Yap
34 * v1.0 08-06-2003 timlegge Initial port of Linux driver
35 * v1.1 08-23-2003 timlegge Add multicast support
36 * v1.2 01-17-2004 timlegge Initial driver output cleanup
37 * v1.3 03-29-2004 timlegge More driver cleanup
39 * Indent Options: indent -kr -i8
54 #define drv_date "03-29-2004"
[all …]
Ddepca.c56 linux. V0.4 is a complete re-write with only the kernel interface
61 AMD, 1992 [(800) 222-9323].
62 3) "Am79C90 CMOS Local Area Network Controller for Ethernet (C-LANCE)",
64 4) "Am79C960 PCnet-ISA(tm), Single-Chip Ethernet Controller for ISA",
67 Digital Equipment corporation, 1990, Pub. #EK-DE100-OM.003
69 Digital Equipment corporation, 1990, Pub. #EK-DE200-OM.003
70 7) "DEPCA Hardware Reference Manual", Pub. #EK-DEPCA-PR
73 Digital Equipment corporation, 1991, Pub. #EK-DE202-OM.001
90 The DE200 series boards have on-board 64kB RAM for use as a shared
123 The board IRQ setting must be at an unused IRQ which is auto-probed
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
67 struct llvmpipe_context *lp = llvmpipe_context(pipe); in lp_blit() local
70 if (blit_info->render_condition_enable && !llvmpipe_check_render_cond(lp)) in lp_blit()
73 if (info.src.resource->nr_samples > 1 && in lp_blit()
74 info.dst.resource->nr_samples <= 1 && in lp_blit()
75 !util_format_is_depth_or_stencil(info.src.resource->format) && in lp_blit()
76 !util_format_is_pure_integer(info.src.resource->format)) { in lp_blit()
85 if (!util_blitter_is_blit_supported(lp->blitter, &info)) { in lp_blit()
86 debug_printf("llvmpipe: blit unsupported %s -> %s\n", in lp_blit()
87 util_format_short_name(info.src.resource->format), in lp_blit()
[all …]
Dlp_draw_arrays.c20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
56 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_draw_vbo() local
57 struct draw_context *draw = lp->draw; in llvmpipe_draw_vbo()
61 if (!llvmpipe_check_render_cond(lp)) in llvmpipe_draw_vbo()
64 if (info->indirect) { in llvmpipe_draw_vbo()
69 if (lp->dirty) in llvmpipe_draw_vbo()
70 llvmpipe_update_derived( lp ); in llvmpipe_draw_vbo()
75 for (i = 0; i < lp->num_vertex_buffers; i++) { in llvmpipe_draw_vbo()
76 const void *buf = lp->vertex_buffer[i].user_buffer; in llvmpipe_draw_vbo()
79 if (!lp->vertex_buffer[i].buffer) { in llvmpipe_draw_vbo()
[all …]
Dlp_state_surface.c20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
52 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_set_framebuffer_state() local
54 boolean changed = !util_framebuffer_state_equal(&lp->framebuffer, fb); in llvmpipe_set_framebuffer_state()
57 assert(fb->width <= LP_MAX_WIDTH); in llvmpipe_set_framebuffer_state()
58 assert(fb->height <= LP_MAX_HEIGHT); in llvmpipe_set_framebuffer_state()
65 enum pipe_format depth_format = fb->zsbuf ? in llvmpipe_set_framebuffer_state()
66 fb->zsbuf->format : PIPE_FORMAT_NONE; in llvmpipe_set_framebuffer_state()
70 if (lp->framebuffer.zsbuf && lp->framebuffer.zsbuf->context != pipe) { in llvmpipe_set_framebuffer_state()
74 for (i = 0; i < fb->nr_cbufs; i++) { in llvmpipe_set_framebuffer_state()
75 if (lp->framebuffer.cbufs[i] && in llvmpipe_set_framebuffer_state()
[all …]
Dlp_state_setup.c20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
95 LLVMBuilderRef builder = gallivm->builder; in store_coef()
100 LLVMBuildGEP(builder, args->a0, &idx, 1, "")); in store_coef()
104 LLVMBuildGEP(builder, args->dadx, &idx, 1, "")); in store_coef()
108 LLVMBuildGEP(builder, args->dady, &idx, 1, "")); in store_coef()
119 store_coef(gallivm, args, slot, vert, args->bld.zero, args->bld.zero); in emit_constant_coef4()
125 * Setup the fragment input attribute with the front-facing value.
133 LLVMBuilderRef builder = gallivm->builder; in emit_facing_coef()
134 LLVMTypeRef float_type = LLVMFloatTypeInContext(gallivm->context); in emit_facing_coef()
135 LLVMValueRef a0_0 = args->facing; in emit_facing_coef()
[all …]
/external/mksh/src/
Dlalloc.c1 /*-
7 * is granted to deal in this work without restriction, including un-
28 /* build with CPPFLAGS+= -DUSE_REALLOC_MALLOC=0 on ancient systems */
48 struct lalloc_item *lp = ptr; in free_osimalloc() local
50 if (munmap(lp, lp->len)) in free_osimalloc()
57 struct lalloc_item *lp, *lold = ptr; in remalloc() local
61 if (lold && lold->len >= size) in remalloc()
64 if ((lp = mmap(NULL, size, PROT_READ | PROT_WRITE, in remalloc()
65 MAP_ANON | MAP_PRIVATE, -1, (off_t)0)) == MAP_FAILED) in remalloc()
67 if (ALLOC_ISUNALIGNED(lp)) in remalloc()
[all …]
/external/python/cpython2/Lib/plat-irix5/
Dflp.doc3 .LP
4 The flp module loads fl-forms from fd files, as generated
7 .LP
11 There are fairly low-level create functions that create single objects,
14 .LP
19 .LP
22 .LP
40 .LP
50 .LP
55 "Type", the sub-class (eg. FL.NORMALBUTTON);
[all …]
/external/python/cpython2/Lib/plat-irix6/
Dflp.doc3 .LP
4 The flp module loads fl-forms from fd files, as generated
7 .LP
11 There are fairly low-level create functions that create single objects,
14 .LP
19 .LP
22 .LP
40 .LP
50 .LP
55 "Type", the sub-class (eg. FL.NORMALBUTTON);
[all …]
/external/llvm/test/Transforms/Inline/
Dinvoke-combine-clauses.ll1 ; RUN: opt %s -inline -S | FileCheck %s
21 %lp = landingpad i32
37 %lp = landingpad i32
39 resume i32 %lp
42 ; CHECK: %lp.i = landingpad
43 ; CHECK-NEXT: catch i8* @exception_inner
44 ; CHECK-NEXT: catch i8* @exception_outer
46 ; CHECK-NEXT: load
60 %lp = landingpad i32
62 resume i32 %lp
[all …]
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dsimple_interpolate_lsf.c4 * Use of this source code is governed by a BSD-style license
13 iLBC Speech Coder ANSI-C Source Code
24 /*----------------------------------------------------------------*
26 *---------------------------------------------------------------*/
50 int16_t lp[LPC_FILTERORDER + 1]; in WebRtcIlbcfix_SimpleInterpolateLsf() local
56 if (iLBCenc_inst->mode==30) { in WebRtcIlbcfix_SimpleInterpolateLsf()
61 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq, in WebRtcIlbcfix_SimpleInterpolateLsf()
64 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf()
67 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf, in WebRtcIlbcfix_SimpleInterpolateLsf()
70 WebRtcIlbcfix_BwExpand(weightdenum, lp, in WebRtcIlbcfix_SimpleInterpolateLsf()
[all …]
Ddecoder_interpolate_lsf.c4 * Use of this source code is governed by a BSD-style license
13 iLBC Speech Coder ANSI-C Source Code
24 /*----------------------------------------------------------------*
26 *---------------------------------------------------------------*/
39 int16_t lp[LPC_FILTERORDER + 1], *lsfdeq2; in WebRtcIlbcfix_DecoderInterpolateLsp() local
44 if (iLBCdec_inst->mode==30) { in WebRtcIlbcfix_DecoderInterpolateLsp()
47 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, (*iLBCdec_inst).lsfdeqold, lsfdeq, in WebRtcIlbcfix_DecoderInterpolateLsp()
49 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp()
50 …WebRtcIlbcfix_BwExpand(weightdenum, lp, (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_le… in WebRtcIlbcfix_DecoderInterpolateLsp()
56 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, lsfdeq, lsfdeq2, in WebRtcIlbcfix_DecoderInterpolateLsp()
[all …]
/external/llvm/test/Transforms/SLPVectorizer/X86/
Doperandorder.ll1 ; RUN: opt < %s -basicaa -slp-vectorizer -slp-threshold=-100 -instcombine -dce -S -mtriple=i386-app…
3 …alayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-
10 ; CHECK-LABEL: shuffle_operands1
27 ; CHECK-LABEL: shuffle_preserve_broadcast
28 ; CHECK: %[[BCAST:[a-z0-9]+]] = insertelement <2 x double> undef, double %v0_1
34 br label %lp
36 lp:
37 %p = phi double [ 1.000000e+00, %lp ], [ 0.000000e+00, %entry ]
46 br i1 undef, label %lp, label %ext
52 ; CHECK-LABEL: shuffle_preserve_broadcast2
[all …]
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
DLZMAInputStream.java5 * Igor Pavlov <http://7-zip.org/>
32 * to be worse (maybe 10-20&nbsp;% slower) than with {@link LZMA2InputStream}
33 * or {@link XZInputStream} (when the .xz file contains LZMA2-compressed data).
43 * limitation is due to Java using signed 32-bit integers for array
59 * Number of uncompressed bytes left to be decompressed, or -1 if
68 * the given dictionary size and LZMA properties byte (lc, lp, and pb).
75 * of lc, lp, and pb
98 int lp = props / 9; in getMemoryUsage() local
99 int lc = props - lp * 9; in getMemoryUsage()
101 return getMemoryUsage(dictSize, lc, lp); in getMemoryUsage()
[all …]
DLZMA2Options.java64 * Maximum value for lc + lp is 4.
117 * Match finder: Hash Chain 2-3-4
122 * Match finder: Binary tree 2-3-4
135 private int lp; field in LZMA2Options
171 public LZMA2Options(int dictSize, int lc, int lp, int pb, int mode, in LZMA2Options() argument
175 setLcLp(lc, lp); in LZMA2Options()
186 * The presets 0-3 are fast presets with medium compression.
187 * The presets 4-6 are fairly slow presets with high compression.
190 * The presets 7-9 are like the preset 6 but use bigger dictionaries
205 lp = LP_DEFAULT; in setPreset()
[all …]
/external/flac/libFLAC/include/private/
Dlpc.h1 /* libFLAC - Free Lossless Audio Codec library
2 * Copyright (C) 2000-2009 Josh Coalson
3 * Copyright (C) 2011-2016 Xiph.Org Foundation
9 * - Redistributions of source code must retain the above copyright
12 * - Redistributions in binary form must reproduce the above copyright
16 * - Neither the name of the Xiph.org Foundation nor the names of its
48 * --------------------------------------------------------------------
52 * IN in[0,data_len-1]
53 * IN window[0,data_len-1]
54 * OUT out[0,lag-1]
[all …]
/external/ltp/testcases/kernel/fs/fsx-linux/
Dfsx-linux.c3 * Copyright (c) 1998-2001 Apple Computer, Inc. All rights reserved.
17 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
28 * Rewrite and enhancements 1998-2001 Conrad Minshall -- conrad@mac.com
32 * Small changes to work under Linux -- davej@suse.de
37 * Add multi-file testing feature -- Zach Brown <zab@clusterfs.com>
106 unsigned long simulatedopcount = 0; /* -b flag */
107 int closeprob = 0; /* -c flag */
108 int debug = 0; /* -d flag */
109 unsigned long debugstart = 0; /* -D flag */
110 unsigned long maxfilelen = 256 * 1024; /* -l flag */
[all …]
/external/lzma/C/
DLzmaLib.h1 /* LzmaLib.h -- LZMA library interface
2 2013-01-18 : Igor Pavlov : Public domain */
19 state_size = (4 + (1.5 << (lc + lp))) KB
20 by default (lc=3, lp=0), state_size = 16 KB.
24 0 1 lc, lp and pb in encoded form.
30 ------------
32 outPropsSize -
37 -1 for any from: level, loc, lp, pb, fb, numThreads
40 level - compression level: 0 <= level <= 9;
57 dictSize - The dictionary size in bytes. The maximum value is
[all …]
/external/eigen/test/
Dpermutationmatrices.cpp34 LeftPermutationType lp(lv); in permutationmatrices() local
40 …VERIFY_EVALUATION_COUNT(m_permuted = lp * m_original * rp, 1); // 1 temp for sub expression "lp * … in permutationmatrices()
46 Matrix<Scalar,Rows,Rows> lm(lp); in permutationmatrices()
52 VERIFY_EVALUATION_COUNT(m_permuted = lp * m_permuted * rp, 1); in permutationmatrices()
55 VERIFY_IS_APPROX(lp.inverse()*m_permuted*rp.inverse(), m_original); in permutationmatrices()
59 VERIFY((lp*lp.inverse()).toDenseMatrix().isIdentity()); in permutationmatrices()
67 VERIFY_IS_APPROX((lp*lp2).toDenseMatrix().template cast<Scalar>(), lm*lm2); in permutationmatrices()
77 …VERIFY_EVALUATION_COUNT(m_permuted.noalias()= lp.inverse() * m_permuted, 1); // 1 temp to allocate… in permutationmatrices()
78 VERIFY_IS_APPROX(m_permuted, lp.inverse()*m_original); in permutationmatrices()
85 VERIFY_EVALUATION_COUNT(m_permuted.noalias() = lp * m_permuted, 1); // 1 temp to allocate the mask in permutationmatrices()
[all …]
/external/llvm/test/Transforms/BDCE/
Dorder.ll1 ; RUN: opt -bdce -S < %s | FileCheck %s
2 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
3 target triple = "x86_64-unknown-linux-gnu"
18 ; CHECK-LABEL: @_ZN11__sanitizerL12TestRegistryEPNS_14ThreadRegistryEb
21 lpad65.loopexit.split-lp.loopexit.split-lp:
24 lpad65.loopexit.split-lp.loopexit.split-lp.loopexit:
27 br label %lpad65.loopexit.split-lp.loopexit.split-lp
31 to label %invoke.cont70 unwind label %lpad65.loopexit.split-lp.loopexit.split-lp.loopexit
/external/tensorflow/tensorflow/python/debug/cli/
Dcommand_parser_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
57 command = "pt foo[1, 2, :] -a"
58 self.assertEqual(["pt", "foo[1, 2, :]", "-a"],
142 ["lp", "--execution_time=>100ms"])
143 self.assertEqual(["lp", "--execution_time=>100ms"], args)
147 ["lp", "--execution_time", ">1.2s"])
148 self.assertEqual(["lp", "--execution_time", ">1.2s"], args)
152 ["lp", "-e", ">1200"])
153 self.assertEqual(["lp", "-e", ">1200"], args)
157 ["lp", "--foo_value", ">-.2MB"])
[all …]
/external/llvm/test/Analysis/CFLAliasAnalysis/Steensgaard/
Dinterproc-ret-deref-arg-multilevel.ll2 ; to return the multi-level dereference of one of its parameters
4 ; RUN: opt < %s -disable-basicaa -cfl-steens-aa -aa-eval -print-all-alias-modref-info -disable-outp…
5 ; RUN: opt < %s -aa-pipeline=cfl-steens-aa -passes=aa-eval -print-all-alias-modref-info -disable-ou…
12 ; CHECK-LABEL: Function: test_return_deref_arg_multilevel
24 ; CHECK: MayAlias: i32* %a, i32* %lp
25 ; CHECK: NoAlias: i32* %b, i32* %lp
26 ; CHECK: NoAlias: i32* %lp, i32** %p
27 ; CHECK: NoAlias: i32* %lp, i32*** %pp
28 ; CHECK: MayAlias: i32* %c, i32* %lp
29 ; CHECK: NoAlias: i32* %lp, i32** %lpp
[all …]

12345678910>>...37