Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/external/libpng/
Dpngwtran.c36 png_bytep sp, dp; in png_do_pack() local
73 png_bytep sp, dp; in png_do_pack() local
112 png_bytep sp, dp; in png_do_pack() local
319 png_bytep sp, dp; in png_do_write_swap_alpha() local
337 png_bytep sp, dp; in png_do_write_swap_alpha() local
364 png_bytep sp, dp; in png_do_write_swap_alpha() local
380 png_bytep sp, dp; in png_do_write_swap_alpha() local
413 png_bytep sp, dp; in png_do_write_invert_alpha() local
433 png_bytep sp, dp; in png_do_write_invert_alpha() local
460 png_bytep sp, dp; in png_do_write_invert_alpha() local
[all …]
Dpngrtran.c2147 png_bytep sp = row + (png_size_t)((row_width - 1) >> 3); in png_do_unpack() local
2171 png_bytep sp = row + (png_size_t)((row_width - 1) >> 2); in png_do_unpack() local
2194 png_bytep sp = row + (png_size_t)((row_width - 1) >> 1); in png_do_unpack() local
2377 png_bytep sp = row; /* source */ in png_do_scale_16_to_8() local
2438 png_bytep sp = row; /* source */ in png_do_chop() local
2468 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2487 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2514 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2531 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2565 png_bytep sp = row + row_info->rowbytes; in png_do_read_invert_alpha() local
[all …]
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_pngwtran.c111 png_bytep sp, dp; in png_do_pack() local
148 png_bytep sp, dp; in png_do_pack() local
187 png_bytep sp, dp; in png_do_pack() local
394 png_bytep sp, dp; in png_do_write_swap_alpha() local
412 png_bytep sp, dp; in png_do_write_swap_alpha() local
439 png_bytep sp, dp; in png_do_write_swap_alpha() local
455 png_bytep sp, dp; in png_do_write_swap_alpha() local
488 png_bytep sp, dp; in png_do_write_invert_alpha() local
508 png_bytep sp, dp; in png_do_write_invert_alpha() local
535 png_bytep sp, dp; in png_do_write_invert_alpha() local
[all …]
Dfx_pngrtran.c2433 png_bytep sp = row + (png_size_t)((row_width - 1) >> 3); in png_do_unpack() local
2457 png_bytep sp = row + (png_size_t)((row_width - 1) >> 2); in png_do_unpack() local
2480 png_bytep sp = row + (png_size_t)((row_width - 1) >> 1); in png_do_unpack() local
2663 png_bytep sp = row; /* source */ in png_do_scale_16_to_8() local
2724 png_bytep sp = row; /* source */ in png_do_chop() local
2754 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2773 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2800 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2817 png_bytep sp = row + row_info->rowbytes; in png_do_read_swap_alpha() local
2851 png_bytep sp = row + row_info->rowbytes; in png_do_read_invert_alpha() local
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.general/
Dtuple.smartptr.pass.cpp22 std::tuple<std::shared_ptr<char>> sp; in main() local
28 std::tuple<std::shared_ptr<char[]>> sp; in main() local
34 std::tuple<std::shared_ptr<char[5]>> sp; in main() local
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp215 FT_Bytes sp = raw; in ParseScriptList() local
232 FT_Bytes sp = raw; in ParseScript() local
249 FT_Bytes sp = raw; in ParseLangSys() local
265 FT_Bytes sp = raw; in ParseFeatureList() local
282 FT_Bytes sp = raw; in ParseFeature() local
296 FT_Bytes sp = raw; in ParseLookupList() local
312 FT_Bytes sp = raw; in ParseLookup() local
335 FT_Bytes sp = raw; in ParseCoverage() local
351 FT_Bytes sp = raw; in ParseCoverageFormat1() local
365 FT_Bytes sp = raw; in ParseCoverageFormat2() local
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DNFAContext.java147 NFAContext sp = this; in equals() local
208 NFAContext sp = this; in suffix() local
250 NFAContext sp = this; in recursionDepthEmanatingFromState() local
284 NFAContext sp = this; in toString() local
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
Dlock.pass.cpp34 std::shared_ptr<A> sp = wp.lock(); in main() local
42 std::shared_ptr<A> sp = wp.lock(); in main() local
52 std::shared_ptr<A> sp = wp.lock(); in main() local
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) in insert_stage_at_head()
43 sp_build_quad_pipeline(struct softpipe_context *sp) in sp_build_quad_pipeline()
/external/mesa3d/src/glx/
Dclientattrib.c74 __GLXattribute **spp = gc->attributes.stackPointer, *sp; in __indirect_glPushClientAttrib() local
102 __GLXattribute **spp = gc->attributes.stackPointer, *sp; in __indirect_glPopClientAttrib() local
132 __GLXattribute *sp, **spp; in __glFreeAttributeState() local
/external/selinux/libsepol/src/
Dpolicydb_public.c62 int sepol_policydb_create(sepol_policydb_t ** sp) in sepol_policydb_create()
98 int sepol_policydb_set_typevers(sepol_policydb_t * sp, unsigned int type) in sepol_policydb_set_typevers()
116 int sepol_policydb_set_vers(sepol_policydb_t * sp, unsigned int vers) in sepol_policydb_set_vers()
137 int sepol_policydb_set_handle_unknown(sepol_policydb_t * sp, in sepol_policydb_set_handle_unknown()
155 int sepol_policydb_set_target_platform(sepol_policydb_t * sp, in sepol_policydb_set_target_platform()
/external/clang/test/CodeGen/
Darm64-aapcs-arguments.c8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { in test1()
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { in test2()
22 void test3(HFA s0_s3, float s4, HFA sp, HFA sp16) { in test3()
34 void test4(BigHFA v0_v2, BigHFA v3_v5, BigHFA sp, double sp48, BigHFA sp64) { in test4()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dweak_ptr.pass.cpp48 std::shared_ptr<A> sp(wp); in main() local
59 std::shared_ptr<A> sp(wp); in main() local
71 std::shared_ptr<A> sp(wp); in main() local
/external/tcpdump/
Dprint-telnet.c110 telnet_parse(const u_char *sp, u_int length, int print) in telnet_parse()
115 #define FETCH(c, sp, length) \ in telnet_parse() argument
228 telnet_print(const u_char *sp, u_int length) in telnet_print()
Dprint-symantec.c51 register const struct symantec_header *sp; in symantec_hdr_print() local
85 struct symantec_header *sp; in symantec_if_print() local
/external/bison/src/
Dlalr.c84 transitions *sp = states[s]->transitions; in set_goto_map() local
118 transitions *sp = states[s]->transitions; in set_goto_map() local
172 transitions *sp = states[stateno]->transitions; in initialize_F() local
210 goto_list *sp = xmalloc (sizeof *sp); in add_lookback_edge() local
309 goto_list *sp; in compute_lookahead_tokens() local
333 transitions *sp = s->transitions; in state_lookahead_tokens_count() local
/external/icu/icu4c/source/common/
Dusc_impl.c24 #define MOD(sp) ((sp) % PAREN_STACK_DEPTH) argument
25 #define LIMIT_INC(sp) (((sp) < PAREN_STACK_DEPTH)? (sp) + 1 : PAREN_STACK_DEPTH) argument
26 #define INC(sp,count) (MOD((sp) + (count))) argument
27 #define INC1(sp) (INC(sp, 1)) argument
28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count))) argument
29 #define DEC1(sp) (DEC(sp, 1)) argument
/external/google-breakpad/src/third_party/libdisasm/
Dx86_imm.c9 signed short *sp = (signed short *) dest; in x86_imm_signsized() local
41 unsigned short *sp = (unsigned short *) dest; in x86_imm_sized() local
/external/libunwind/src/ia64/
DGinit_local.c52 unw_word_t *sp, unw_word_t *bsp) in get_initial_stack_pointers()
83 unw_word_t sp, bsp; in unw_init_local() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScriptRun.java434 private static final int mod(int sp) in mod()
439 private static final int inc(int sp, int count) in inc()
444 private static final int inc(int sp) in inc()
449 private static final int dec(int sp, int count) in dec()
454 private static final int dec(int sp) in dec()
/external/ltrace/sysdeps/linux-gnu/x86/
Dregs.c78 long sp = ptrace(PTRACE_PEEKUSER, proc->pid, XSP, 0); in get_stack_pointer() local
94 get_return_addr(struct process *proc, void *sp) in get_return_addr()
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmssm.c119 void ToSpherical(cmsSpherical* sp, const cmsVEC3* v) in ToSpherical()
142 void ToCartesian(cmsVEC3* v, const cmsSpherical* sp) in ToCartesian()
168 void QuantizeToSector(const cmsSpherical* sp, int* alpha, int* theta) in QuantizeToSector()
322 cmsGDBPoint* GetPoint(cmsGDB* gbd, const cmsCIELab* Lab, cmsSpherical* sp) in GetPoint()
361 cmsSpherical sp; in cmsGDBAddPoint() local
393 cmsSpherical sp; in cmsGDBCheckPoint() local
475 cmsSpherical sp; in InterpolateMissingSector() local
/external/libvpx/libvpx/vp8/encoder/
Dssim.c17 int sp, in vp8_ssim_parms_16x16_c()
43 int sp, in vp8_ssim_parms_8x8_c()
97 static double ssim_16x16(unsigned char *s,int sp, unsigned char *r,int rp) in ssim_16x16()
103 static double ssim_8x8(unsigned char *s,int sp, unsigned char *r,int rp) in ssim_8x8()
112 long dssim(unsigned char *s,int sp, unsigned char *r,int rp) in dssim()
/external/giflib/
Dgifalloc.c278 SavedImage *sp; in FreeLastSavedImage() local
314 SavedImage *sp; in GifMakeSavedImage() local
381 SavedImage *sp; in GifFreeSavedImages() local
/external/ipsec-tools/src/racoon/
Dpolicy.c302 delsp(sp) in delsp() argument
320 struct secpolicy *sp; local
401 remsp(sp) in remsp() argument

12345678910>>...14