Searched refs:filler (Results 51 - 75 of 82) sorted by relevance

1234

/external/chromium_org/third_party/libpng/
H A Dpng.h1332 png_byte filler PNG_DEPSTRUCT; /* filler byte for pixel expansion */
1334 png_uint_16 filler PNG_DEPSTRUCT; /* filler bytes for pixel expansion */
1736 /* Add a filler byte to 8-bit Gray or 24-bit RGB images. */
1738 png_uint_32 filler, int flags));
1745 png_uint_32 filler, int flags));
3428 png_bytep row, png_uint_32 filler, png_uint_32 flags)) PNG_PRIVATE;
H A Dpngrtran.c1306 /* If adding a true alpha channel not just filler */
1537 (png_uint_32)png_ptr->filler, png_ptr->flags);
2044 /* Add filler channel if we have RGB color */
2047 png_uint_32 filler, png_uint_32 flags)
2052 png_byte hi_filler = (png_byte)((filler>>8) & 0xff);
2053 png_byte lo_filler = (png_byte)(filler & 0xff);
2046 png_do_read_filler(png_row_infop row_info, png_bytep row, png_uint_32 filler, png_uint_32 flags) argument
/external/qemu/distrib/libpng-1.2.46/
H A Dpng.h1385 png_byte filler PNG_DEPSTRUCT; /* filler byte for pixel expansion */
1387 png_uint_16 filler PNG_DEPSTRUCT; /* filler bytes for pixel expansion */
1792 /* Add a filler byte to 8-bit Gray or 24-bit RGB images. */
1794 png_uint_32 filler, int flags));
1801 png_uint_32 filler, int flags));
3517 png_bytep row, png_uint_32 filler, png_uint_32 flags)) PNG_PRIVATE;
H A Dpngrtran.c1306 /* If adding a true alpha channel not just filler */
1537 (png_uint_32)png_ptr->filler, png_ptr->flags);
2044 /* Add filler channel if we have RGB color */
2047 png_uint_32 filler, png_uint_32 flags)
2052 png_byte hi_filler = (png_byte)((filler>>8) & 0xff);
2053 png_byte lo_filler = (png_byte)(filler & 0xff);
2046 png_do_read_filler(png_row_infop row_info, png_bytep row, png_uint_32 filler, png_uint_32 flags) argument
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c1662 uint8_t filler = 0xFF; local
1667 memset(sortKey, filler, 256);
1673 if(sortKey[j] != filler) {
/external/icu/icu4c/source/test/cintltst/
H A Dcapitst.c1664 uint8_t filler = 0xFF; local
1669 memset(sortKey, filler, 256);
1675 if(sortKey[j] != filler) {
/external/libpng/
H A Dpng.h1367 /* Add a filler byte to 8-bit Gray or 24-bit RGB images. */
1368 PNG_EXPORT(39, void, png_set_filler, (png_structrp png_ptr, png_uint_32 filler,
1375 png_uint_32 filler, int flags));
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
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.h692 // Initialize fields with filler values. Fields starting at |start_offset|
693 // not including end_offset are overwritten with the value in |filler|. At
697 Register filler);
H A Dmacro-assembler-ia32.cc1445 // Align the next allocation. Storing the filler map without checking top is
1522 // Align the next allocation. Storing the filler map without checking top is
1597 // Align the next allocation. Storing the filler map without checking top is
1884 Register filler) {
1888 mov(Operand(start_offset, 0), filler); local
1882 InitializeFieldsWithFiller(Register start_offset, Register end_offset, Register filler) argument
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.h662 // Initialize fields with filler values. Fields starting at |start_offset|
663 // not including end_offset are overwritten with the value in |filler|. At
667 Register filler);
H A Dmacro-assembler-x87.cc1408 // Align the next allocation. Storing the filler map without checking top is
1485 // Align the next allocation. Storing the filler map without checking top is
1560 // Align the next allocation. Storing the filler map without checking top is
1847 Register filler) {
1851 mov(Operand(start_offset, 0), filler); local
1845 InitializeFieldsWithFiller(Register start_offset, Register end_offset, Register filler) argument
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp719 Expr *filler = nullptr; local
721 filler = Reader.ReadSubExpr();
722 E->ArrayFillerOrUnionFieldInit = filler;
731 E->updateInit(Reader.getContext(), I, init ? init : filler);
H A DASTWriterStmt.cpp687 // Replace them by 0 to indicate that the filler goes in that place.
688 Expr *filler = E->getArrayFiller(); local
690 Writer.AddStmt(E->getInit(I) != filler ? E->getInit(I) : nullptr);
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc2642 Register filler) {
2656 Str(filler, MemOperand(dst, kPointerSize, PostIndex));
2664 // Store filler to memory in pairs.
2668 Stp(filler, filler, MemOperand(field_ptr, 2 * kPointerSize, PostIndex));
2640 FillFields(Register dst, Register field_count, Register filler) argument
H A Dmacro-assembler-arm64.h1031 // 64-bit value in register filler. Register dst is corrupted.
1034 Register filler);
H A Dlithium-codegen-arm64.cc1589 Register filler = temp2; local
1600 __ Mov(filler, Operand(isolate()->factory()->one_pointer_filler_map()));
1601 __ FillFields(untagged_result, filler_count, filler);
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.h1390 // Initialize fields with filler values. Fields starting at |start_offset|
1391 // not including end_offset are overwritten with the value in |filler|. At
1395 Register filler);
/external/clang/lib/AST/
H A DExpr.cpp1875 void InitListExpr::setArrayFiller(Expr *filler) { argument
1877 ArrayFillerOrUnionFieldInit = filler;
1882 inits[i] = filler;
2931 // FIXME: The children for an InitListExpr doesn't include the array filler.
/external/chromium_org/v8/src/arm/
H A Dmacro-assembler-arm.h808 // Initialize fields with filler values. Fields starting at |start_offset|
809 // not including end_offset are overwritten with the value in |filler|. At
813 Register filler);
H A Dmacro-assembler-arm.cc1786 // Align the next allocation. Storing the filler map without checking top is
1900 // Align the next allocation. Storing the filler map without checking top is
3334 Register filler) {
3338 str(filler, MemOperand(start_offset, kPointerSize, PostIndex));
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.h990 // Initialize fields with filler values. Fields starting at |start_offset|
991 // not including end_offset are overwritten with the value in |filler|. At
995 Register filler);
/external/chromium_org/v8/src/mips64/
H A Dmacro-assembler-mips64.h1016 // Initialize fields with filler values. Fields starting at |start_offset|
1017 // not including end_offset are overwritten with the value in |filler|. At
1021 Register filler);
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsnce.c133 /*120 */ PRUint8 filler[120]; /* 72+120==192, a multiple of 16 */ member in struct:sidCacheEntryStr::__anon9733::__anon9736
/external/chromium_org/v8/src/heap/
H A Dheap.h685 // Initialize a filler object to keep the ability to iterate over the heap
1621 // Make sure there is a filler value behind the top of the new space
1680 // Allocate a block of memory in the given space (filled with a filler).
1693 // Allocate an initialized fixed array with the given filler value.
1696 Object* filler);

Completed in 1799 milliseconds

1234