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

12

/external/libpng/
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.19/
H A Dpngrtran.c1224 /* if adding a true alpha channel not just filler */
1450 (png_uint_32)png_ptr->filler, png_ptr->flags);
1944 /* Add filler channel if we have RGB color */
1947 png_uint_32 filler, png_uint_32 flags)
1952 png_byte hi_filler = (png_byte)((filler>>8) & 0xff);
1953 png_byte lo_filler = (png_byte)(filler & 0xff);
1946 png_do_read_filler(png_row_infop row_info, png_bytep row, png_uint_32 filler, png_uint_32 flags) argument
H A Dpng.h1199 png_byte filler; /* filler byte for pixel expansion */ member in struct:png_struct_def
1201 png_uint_16 filler; /* filler bytes for pixel expansion */ member in struct:png_struct_def
1596 /* Add a filler byte to 8-bit Gray or 24-bit RGB images. */
1598 png_uint_32 filler, int flags));
1605 png_uint_32 filler, int flags));
3206 png_bytep row, png_uint_32 filler, png_uint_32 flags));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcapitst.c1605 uint8_t filler = 0xFF; local
1610 memset(sortKey, filler, 256);
1616 if(sortKey[j] != filler) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp721 Expr *filler = 0; local
723 filler = Reader.ReadSubExpr();
724 E->ArrayFillerOrUnionFieldInit = filler;
733 E->updateInit(Reader.getContext(), I, init ? init : filler);
/external/icu4c/test/cintltst/
H A Dcapitst.c1679 uint8_t filler = 0xFF; local
1684 memset(sortKey, filler, 256);
1690 if(sortKey[j] != filler) {
/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/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1541 Register filler) {
1545 mov(Operand(start_offset, 0), filler); local
1539 InitializeFieldsWithFiller(Register start_offset, Register end_offset, Register filler) argument
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc911 SnapshotFillerInterface* filler, V8HeapExplorer* explorer)
912 : filler_(filler),
935 void V8HeapExplorer::AddRootEntries(SnapshotFillerInterface* filler) { argument
936 filler->AddEntry(kInternalRootObject, this);
937 filler->AddEntry(kGcRootsObject, this);
938 GcSubrootsEnumerator enumerator(filler, this);
1679 SnapshotFillerInterface* filler) {
1682 filler_ = filler;
2178 SnapshotFillerInterface* filler) {
2179 filler_ = filler;
910 GcSubrootsEnumerator( SnapshotFillerInterface* filler, V8HeapExplorer* explorer) argument
1678 IterateAndExtractReferences( SnapshotFillerInterface* filler) argument
2177 IterateAndExtractReferences( SnapshotFillerInterface* filler) argument
[all...]
H A Dheap.cc4183 HeapObject* filler = HeapObject::FromAddress(addr);
4185 filler->set_map_no_write_barrier(one_pointer_filler_map());
4187 filler->set_map_no_write_barrier(two_pointer_filler_map());
4189 filler->set_map_no_write_barrier(free_space_map());
4190 FreeSpace::cast(filler)->set_size(size);
4537 Object* filler; local
4549 filler = Heap::one_pointer_filler_map();
4551 filler = Heap::undefined_value();
4553 obj->InitializeBody(map, Heap::undefined_value(), filler);
4976 // Put in filler i
5371 AllocateFixedArrayWithFiller(int length, PretenureFlag pretenure, Object* filler) argument
[all...]
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1617 // Align the next allocation. Storing the filler map without checking top is
1694 // Align the next allocation. Storing the filler map without checking top is
1769 // Align the next allocation. Storing the filler map without checking top is
2075 Register filler) {
2079 mov(Operand(start_offset, 0), filler); local
2073 InitializeFieldsWithFiller(Register start_offset, Register end_offset, Register filler) argument
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc4134 // Align the next allocation. Storing the filler map without checking top is
4213 // Align the next allocation. Storing the filler map without checking top is
4514 Register filler) {
4518 movq(Operand(start_offset, 0), filler); local
4512 InitializeFieldsWithFiller(Register start_offset, Register end_offset, Register filler) argument
/external/clang/lib/AST/
H A DExpr.cpp1827 void InitListExpr::setArrayFiller(Expr *filler) { argument
1829 ArrayFillerOrUnionFieldInit = filler;
1834 inits[i] = filler;
2837 // FIXME: The children for an InitListExpr doesn't include the array filler.
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc3997 Register filler) {
4001 movq(Operand(start_offset, 0), filler); local
3995 InitializeFieldsWithFiller(Register start_offset, Register end_offset, Register filler) argument
/external/chromium_org/v8/src/mips/
H A Dmacro-assembler-mips.cc2887 // Align the next allocation. Storing the filler map without checking top is
2974 // Align the next allocation. Storing the filler map without checking top is
3315 Register filler) {
3319 sw(filler, MemOperand(start_offset));
3313 InitializeFieldsWithFiller(Register start_offset, Register end_offset, Register filler) argument
/external/v8/src/
H A Dheap.cc3332 HeapObject* filler = HeapObject::FromAddress(addr);
3334 filler->set_map_no_write_barrier(one_pointer_filler_map());
3336 filler->set_map_no_write_barrier(two_pointer_filler_map());
3338 filler->set_map_no_write_barrier(free_space_map());
3339 FreeSpace::cast(filler)->set_size(size);
3753 Object* filler; local
3765 filler = Heap::one_pointer_filler_map();
3767 filler = Heap::undefined_value();
3769 obj->InitializeBody(map, Heap::undefined_value(), filler);
4135 // Put in filler i
4548 AllocateFixedArrayWithFiller( Heap* heap, int length, PretenureFlag pretenure, Object* filler) argument
[all...]
H A Dprofile-generator.cc1777 SnapshotFillerInterface* filler, V8HeapExplorer* explorer)
1778 : filler_(filler),
1801 void V8HeapExplorer::AddRootEntries(SnapshotFillerInterface* filler) { argument
1802 filler->AddEntry(kInternalRootObject, this);
1803 filler->AddEntry(kGcRootsObject, this);
1804 GcSubrootsEnumerator enumerator(filler, this);
2306 SnapshotFillerInterface* filler) {
2309 filler_ = filler;
2336 bool V8HeapExplorer::IterateAndSetObjectNames(SnapshotFillerInterface* filler) { argument
2338 filler_ = filler;
1776 GcSubrootsEnumerator( SnapshotFillerInterface* filler, V8HeapExplorer* explorer) argument
2305 IterateAndExtractReferences( SnapshotFillerInterface* filler) argument
2794 IterateAndExtractReferences( SnapshotFillerInterface* filler) argument
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c788 Bit16u filler[4]; member in struct:__anon26064::__anon26065::__anon26067
805 Bit32u filler[4]; member in struct:__anon26068::__anon26069::__anon26072
11262 db 0x00 ; filler

Completed in 1531 milliseconds

12