Home
last modified time | relevance | path

Searched defs:lp (Results 1 – 25 of 129) sorted by relevance

123456

/external/mksh/src/
Dlalloc.c48 struct lalloc_item *lp = ptr; in free_osimalloc() local
57 struct lalloc_item *lp, *lold = ptr; in remalloc() local
102 void *lp; in findptr() local
143 struct lalloc_common *lp = NULL; in aresize() local
171 struct lalloc_common *lp, *pp; in afree() local
184 struct lalloc_common *lp; in afreeall() local
/external/pdfium/third_party/libtiff/
Dtif_swab.c47 TIFFSwabLong(uint32* lp) in TIFFSwabLong()
59 TIFFSwabLong8(uint64* lp) in TIFFSwabLong8()
105 TIFFSwabArrayOfLong(register uint32* lp, tmsize_t n) in TIFFSwabArrayOfLong()
122 TIFFSwabArrayOfLong8(register uint64* lp, tmsize_t n) in TIFFSwabArrayOfLong8()
/external/xz-java/src/org/tukaani/xz/
DLZMAInputStream.java99 int lp = props / 9; in getMemoryUsage() local
121 public static int getMemoryUsage(int dictSize, int lc, int lp) { in getMemoryUsage()
494 int lc, int lp, int pb, in LZMAInputStream()
542 int lc, int lp, int pb, in LZMAInputStream()
568 int lp = props / 9; in initialize() local
582 int lc, int lp, int pb, in initialize()
DLZMA2Options.java135 private int lp; field in LZMA2Options
171 public LZMA2Options(int dictSize, int lc, int lp, int pb, int mode, in LZMA2Options()
294 public void setLcLp(int lc, int lp) throws UnsupportedOptionsException { in setLcLp()
347 public void setLp(int lp) throws UnsupportedOptionsException { in setLp()
/external/google-breakpad/src/third_party/libdisasm/
Dx86_imm.c10 int32_t *lp = (int32_t *) dest; in x86_imm_signsized() local
42 uint32_t *lp = (uint32_t *) dest; in x86_imm_sized() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_jit.c45 lp_jit_create_types(struct lp_fragment_shader_variant *lp) in lp_jit_create_types()
251 lp_jit_init_types(struct lp_fragment_shader_variant *lp) in lp_jit_init_types()
Dlp_state_sampler.c241 struct llvmpipe_context *lp, in prepare_shader_sampling()
346 llvmpipe_prepare_vertex_sampling(struct llvmpipe_context *lp, in llvmpipe_prepare_vertex_sampling()
358 llvmpipe_prepare_geometry_sampling(struct llvmpipe_context *lp, in llvmpipe_prepare_geometry_sampling()
Dlp_state_surface.c52 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_set_framebuffer_state() local
Dlp_surface.c67 struct llvmpipe_context *lp = llvmpipe_context(pipe); in lp_blit() local
228 llvmpipe_init_surface_functions(struct llvmpipe_context *lp) in llvmpipe_init_surface_functions()
Dlp_draw_arrays.c56 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_draw_vbo() local
Dlp_state_setup.c708 struct llvmpipe_context *lp) in generate_setup_variant()
835 lp_make_setup_variant_key(struct llvmpipe_context *lp, in lp_make_setup_variant_key()
886 remove_setup_variant(struct llvmpipe_context *lp, in remove_setup_variant()
909 cull_setup_variants(struct llvmpipe_context *lp) in cull_setup_variants()
940 llvmpipe_update_setup(struct llvmpipe_context *lp) in llvmpipe_update_setup()
975 lp_delete_setup_variants(struct llvmpipe_context *lp) in lp_delete_setup_variants()
/external/u-boot/fs/ubifs/
Dlprops.c188 struct ubifs_lprops *lp; in add_to_lpt_heap() local
526 const struct ubifs_lprops *lp, in ubifs_change_lp()
658 const struct ubifs_lprops *lp; in ubifs_change_one_lp() local
697 const struct ubifs_lprops *lp; in ubifs_update_one_lp() local
730 int ubifs_read_one_lp(struct ubifs_info *c, int lnum, struct ubifs_lprops *lp) in ubifs_read_one_lp()
965 struct ubifs_lprops *lp; in dbg_check_heap() local
1021 const struct ubifs_lprops *lp, int in_tree, in scan_check_cb()
Dgc.c459 int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp) in ubifs_garbage_collect_leb()
641 struct ubifs_lprops lp; in ubifs_garbage_collect() local
832 const struct ubifs_lprops *lp; in ubifs_gc_start_commit() local
/external/tcpdump/
Dutil-print.c482 tok2strbuf(register const struct tok *lp, register const char *fmt, in tok2strbuf()
503 tok2str(register const struct tok *lp, register const char *fmt, in tok2str()
521 bittok2str_internal(register const struct tok *lp, register const char *fmt, in bittok2str_internal()
574 bittok2str_nosep(register const struct tok *lp, register const char *fmt, in bittok2str_nosep()
585 bittok2str(register const struct tok *lp, register const char *fmt, in bittok2str()
598 tok2strary_internal(register const char **lp, int n, register const char *fmt, in tok2strary_internal()
/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java291 ListeningPointImpl lp = (ListeningPointImpl) this in getNewClientTransaction() local
805 ListeningPointImpl lp = (ListeningPointImpl) listeningPoint; in setListeningPoint() local
1018 ListeningPointImpl lp = (ListeningPointImpl) listeningPoint; in addListeningPoint() local
1054 ListeningPointImpl lp = (ListeningPointImpl) listeningPoint; in removeListeningPoint() local
1068 ListeningPointImpl lp = (ListeningPointImpl) it.next(); in removeListeningPoints() local
/external/clang/test/Sema/
Doverloadable-complex.c18 int *lp = foo(dc); in test_foo_2() local
27 long *lp = foo(dc); in test_foo_3() local
/external/clang/test/SemaCXX/
Dcomplex-overload.cpp18 int *lp = foo(dc); in test_foo_2() local
27 long *lp = foo(dc); in test_foo_3() local
/external/adhd/cras/src/dsp/
Dcrossover2.c31 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split()
117 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split()
219 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split()
316 static void lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, in lr42_merge()
396 static void lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, in lr42_merge()
490 static void lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, in lr42_merge()
Dcrossover.c33 static void lr4_split(struct lr4 *lp, struct lr4 *hp, int count, float *data0, in lr4_split()
107 static void lr4_merge(struct lr4 *lp, struct lr4 *hp, int count, float *data) in lr4_merge()
/external/xz-java/src/org/tukaani/xz/lzma/
DLZMADecoder.java24 public LZMADecoder(LZDecoder lz, RangeDecoder rc, int lc, int lp, int pb) { in LZMADecoder()
136 LiteralDecoder(int lc, int lp) { in LiteralDecoder()
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddecoder_interpolate_lsf.c39 int16_t lp[LPC_FILTERORDER + 1], *lsfdeq2; in WebRtcIlbcfix_DecoderInterpolateLsp() local
Dsimple_interpolate_lsf.c50 int16_t lp[LPC_FILTERORDER + 1]; in WebRtcIlbcfix_SimpleInterpolateLsf() local
/external/fdlibm/
De_remainder.c40 unsigned sx,lx,lp; local
/external/lzma/C/
DLzmaLib.c14 int lp, /* 0 <= lp <= 4, default = 0 */ in LzmaCompress()
/external/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm_readv02.c119 char *lp, *rp; in child_invoke() local

123456