Searched defs:filler (Results 1 - 25 of 40) sorted by relevance

12

/external/v8/test/mjsunit/es6/regress/
H A Dregress-crbug-248025.js29 var filler = "//" + new Array(1024).join('x'); variable
34 eval(filler + "\nfunction f() { for (x : y) { } }");
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-135066.js29 var filler = "//" + new Array(1024).join('x'); variable
40 filler
53 filler
H A Dregress-parse-use-strict.js29 var filler = "/*" + new Array(1024).join('x') + "*/"; variable
36 assertThrows('function f() { "use sanity";' + strict + filler + '}');
42 eval('function f() { function g() {}' + strict + filler + '}');
H A Dregress-crbug-135008.js29 var filler = "//" + new Array(1024).join('x'); variable
41 filler
/external/clang/test/CodeGen/
H A D2010-07-14-overconservative-align.c6 int filler __attribute__ ((aligned (8))); member in struct:s::__anon1734
H A Dno-opt-volatile-memcpy.c5 char filler [128]; member in struct:s
/external/clang/test/CodeGenCXX/
H A Dreference-in-block-args.cpp7 int filler; member in struct:ST
22 INNER_BLOCK(^() { return ref.referrer + ref.filler; });
H A Darray-value-initialize.cpp8 double filler; member in struct:S
16 printf("sbar_[%d].filler = %f\n", i, sbar_[i].filler);
H A Dno-opt-volatile-memcpy.cpp5 char filler [128]; member in struct:s
/external/fio/lib/
H A Dieee754.h16 uint8_t filler[16]; member in union:fio_fp64::__anon4937
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_cpu_sparc.h87 uint64_t filler; member in struct:__anon5159
/external/kernel-headers/original/uapi/linux/
H A Dflat.h47 unsigned long filler[5]; /* Reservered, set to zero */ member in struct:flat_hdr
/external/lldb/tools/debugserver/source/MacOSX/
H A Dstack_logging.h96 unsigned filler[2]; /* align to cache lines for better performance */ member in struct:__anon10070
/external/libpng/
H A Dpngtrans.c114 /* Add a filler byte on read, or remove a filler or alpha byte on write.
115 * The filler type has changed in v0.95 to allow future 2-byte fillers
120 png_set_filler(png_structrp png_ptr, png_uint_32 filler, int filler_loc) argument
135 * filler code can execute (basically an 8 or 16-bit component RGB or G
139 * confusion in the past.) The filler is only used in the read code.
141 png_ptr->filler = (png_uint_16)filler;
144 PNG_UNUSED(filler) /* not used in the write case */
191 * and the flag to say where the filler channe
204 png_set_add_alpha(png_structrp png_ptr, png_uint_32 filler, int filler_loc) argument
[all...]
H A Dpngread.c1334 /* We don't handle adding filler bytes */
3975 png_uint_32 filler; /* opaque filler */ local
3979 filler = 65535;
3982 filler = 255;
3995 png_set_add_alpha(png_ptr, filler, where);
H A Dpngrtran.c2089 /* If adding a true alpha channel not just filler */
2654 /* Add filler channel if we have RGB color */
2657 png_uint_32 filler, png_uint_32 flags)
2663 png_byte hi_filler = (png_byte)((filler>>8) & 0xff);
2665 png_byte lo_filler = (png_byte)(filler & 0xff);
4946 (png_uint_32)png_ptr->filler, png_ptr->flags);
2656 png_do_read_filler(png_row_infop row_info, png_bytep row, png_uint_32 filler, png_uint_32 flags) argument
H A Dpngstruct.h313 png_uint_16 filler; /* filler bytes for pixel expansion */ member in struct:png_struct_def
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngtrans.c111 /* Add a filler byte on read, or remove a filler or alpha byte on write.
112 * The filler type has changed in v0.95 to allow future 2-byte fillers
117 png_set_filler(png_structrp png_ptr, png_uint_32 filler, int filler_loc) argument
132 * filler code can execute (basically an 8 or 16-bit component RGB or G
136 * confusion in the past.) The filler is only used in the read code.
138 png_ptr->filler = (png_uint_16)filler;
141 PNG_UNUSED(filler) /* not used in the write case */
188 * and the flag to say where the filler channe
201 png_set_add_alpha(png_structrp png_ptr, png_uint_32 filler, int filler_loc) argument
[all...]
H A Dfx_pngread.c1073 /* We don't handle adding filler bytes */
3705 png_uint_32 filler; /* opaque filler */ local
3709 filler = 65535;
3712 filler = 255;
3725 png_set_add_alpha(png_ptr, filler, where);
H A Dfx_pngrtran.c2078 /* If adding a true alpha channel not just filler */
2363 (png_uint_32)png_ptr->filler, png_ptr->flags);
2940 /* Add filler channel if we have RGB color */
2943 png_uint_32 filler, png_uint_32 flags)
2949 png_byte hi_filler = (png_byte)((filler>>8) & 0xff);
2951 png_byte lo_filler = (png_byte)(filler & 0xff);
2942 png_do_read_filler(png_row_infop row_info, png_bytep row, png_uint_32 filler, png_uint_32 flags) argument
/external/mksh/src/
H A Djobs.c1533 const char *filler; local
1547 filler = j->job > 10 ? "\n " : "\n ";
1597 shf_puts(filler, shf);
1621 shf_fprintf(shf, "%s%5d %-20s %s%s", filler,
/external/v8/src/arm64/
H A Dbuiltins-arm64.cc413 // Fill all of the in-object properties with the appropriate filler.
414 Register filler = x7; local
415 __ LoadRoot(filler, Heap::kUndefinedValueRootIndex);
442 __ FillFields(first_prop, prealloc_fields, filler);
456 // Fill the remaining fields with one pointer filler map.
457 __ LoadRoot(filler, Heap::kOnePointerFillerMapRootIndex);
464 __ FillFields(first_prop, prop_fields, filler);
476 __ FillFields(first_prop, prop_fields, filler);
519 __ FillFields(elements, element_count, filler);
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp378 /// \brief Determine if E is a trivial array filler, that is, one that is
466 Expr *filler = E->getArrayFiller(); local
467 bool hasTrivialFiller = isTrivialFiller(filler);
470 // using the filler expression. We can skip this if the we're
477 // do { *array++ = filler; } while (array != end);
499 // Emit the actual filler expression.
501 if (filler)
502 EmitInitializationToLValue(filler, elementLV);
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp693 // Replace them by 0 to indicate that the filler goes in that place.
694 Expr *filler = E->getArrayFiller(); local
696 Writer.AddStmt(E->getInit(I) != filler ? E->getInit(I) : nullptr);
/external/icu/icu4c/source/common/
H A Dubidiimp.h158 uint8_t filler; /* to complete a nice multiple of 4 chars */ member in struct:Opening

Completed in 819 milliseconds

12