Searched defs:filler (Results 26 - 49 of 49) sorted by relevance

12

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp373 /// \brief Determine if E is a trivial array filler, that is, one that is
461 Expr *filler = E->getArrayFiller(); local
462 bool hasTrivialFiller = isTrivialFiller(filler);
465 // using the filler expression. We can skip this if the we're
472 // do { *array++ = filler; } while (array != end);
494 // Emit the actual filler expression.
496 if (filler)
497 EmitInitializationToLValue(filler, elementLV);
/external/clang/lib/Serialization/
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);
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);
/external/icu/icu4c/source/common/
H A Dubidiimp.h158 uint8_t filler; /* to complete a nice multiple of 4 chars */ member in struct:Opening
/external/libpng/
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/qemu/distrib/libpng-1.2.46/
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/kernel-headers/original/uapi/linux/
H A Dcyclades.h412 __u32 filler[7]; member in struct:CH_CTRL
433 __u32 filler[5]; /* filler to align structures */ member in struct:BUF_CTRL
463 /* filler so the structures are aligned */
464 __u32 filler[6]; member in struct:BOARD_CTRL
/external/pixman/pixman/
H A Dpixman-mmx.c2065 uint32_t filler)
2085 filler = (filler & 0xff) * 0x01010101;
2093 filler = (filler & 0xffff) * 0x00010001;
2103 fill = ((uint64_t)filler << 32) | filler;
2130 *(uint8_t *)d = (filler & 0xff);
2137 *(uint16_t *)d = filler;
2144 *(uint32_t *)d = filler;
2057 mmx_fill(pixman_implementation_t *imp, uint32_t * bits, int stride, int bpp, int x, int y, int width, int height, uint32_t filler) argument
[all...]
H A Dpixman-sse2.c3324 uint32_t filler)
3341 b = filler & 0xff;
3343 filler = (w << 16) | w;
3352 filler = (filler & 0xffff) * 0x00010001;
3366 xmm_def = create_mask_2x32_128 (filler, filler);
3377 *(uint8_t *)d = filler;
3384 *(uint16_t *)d = filler;
3391 *(uint32_t *)d = filler;
3316 sse2_fill(pixman_implementation_t *imp, uint32_t * bits, int stride, int bpp, int x, int y, int width, int height, uint32_t filler) argument
[all...]
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc1846 SnapshotFiller* filler) {
1847 filler_ = filler;
2408 SnapshotFiller* filler) {
2409 filler_ = filler;
2614 SnapshotFiller filler(snapshot_, &entries_);
2615 return v8_heap_explorer_.IterateAndExtractReferences(&filler)
2616 && dom_explorer_.IterateAndExtractReferences(&filler);
1845 IterateAndExtractReferences( SnapshotFiller* filler) argument
2407 IterateAndExtractReferences( SnapshotFiller* filler) argument
H A Dhydrogen.cc9570 HValue* filler = Add<HConstant>(static_cast<int32_t>(0)); local
9578 Add<HStoreKeyed>(elements, key, filler, fixed_elements_kind);
/external/chromium_org/v8/src/ia32/
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/x64/
H A Dmacro-assembler-x64.cc4366 // Align the next allocation. Storing the filler map without checking top
4795 Register filler) {
4799 movp(Operand(start_offset, 0), filler); local
4793 InitializeFieldsWithFiller(Register start_offset, Register end_offset, Register filler) argument
/external/chromium_org/v8/src/x87/
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/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/arm64/
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);
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
/external/chromium_org/v8/src/heap/
H A Dheap.cc774 // pointer of the new space page. We store a filler object there to
1966 // filler for double alignment or migrating the object. Otherwise we
3218 HeapObject* filler = HeapObject::FromAddress(addr);
3220 filler->set_map_no_write_barrier(one_pointer_filler_map());
3222 filler->set_map_no_write_barrier(two_pointer_filler_map());
3224 filler->set_map_no_write_barrier(free_space_map());
3225 FreeSpace::cast(filler)->set_size(size);
3289 // performed on pages which are not concurrently swept creating a filler
3333 // We do not create a filler for objects in large object space.
3341 // using release store after creating a filler fo
3606 Object* filler; local
4046 AllocateFixedArrayWithFiller(int length, PretenureFlag pretenure, Object* filler) argument
[all...]
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc3321 // Align the next allocation. Storing the filler map without checking top is
3408 // Align the next allocation. Storing the filler map without checking top is
3732 Register filler) {
3736 sw(filler, MemOperand(start_offset));
3730 InitializeFieldsWithFiller(Register start_offset, Register end_offset, Register filler) argument
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c788 Bit16u filler[4]; member in struct:__anon30272::__anon30273::__anon30275
805 Bit32u filler[4]; member in struct:__anon30276::__anon30277::__anon30280
11262 db 0x00 ; filler

Completed in 677 milliseconds

12