Searched refs:source (Results 51 - 75 of 2470) sorted by relevance

1234567891011>>

/external/jpeg/
H A Drdppm.c69 /* Private version of data source object */
144 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
145 FILE * infile = source->pub.input_file;
147 register JSAMPLE *rescale = source->rescale;
150 ptr = source->pub.buffer[0];
162 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
163 FILE * infile = source->pub.input_file;
165 register JSAMPLE *rescale = source->rescale;
168 ptr = source->pub.buffer[0];
182 ppm_source_ptr source local
203 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
229 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
241 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
265 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
298 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
445 ppm_source_ptr source; local
[all...]
H A Drdtarga.c44 /* Private version of data source object */
177 tga_source_ptr source = (tga_source_ptr) sinfo; local
181 ptr = source->pub.buffer[0];
183 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
184 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]);
193 tga_source_ptr source = (tga_source_ptr) sinfo; local
197 register JSAMPARRAY colormap = source->colormap;
199 ptr = source->pub.buffer[0];
201 (*source
214 tga_source_ptr source = (tga_source_ptr) sinfo; local
242 tga_source_ptr source = (tga_source_ptr) sinfo; local
275 tga_source_ptr source = (tga_source_ptr) sinfo; local
302 tga_source_ptr source = (tga_source_ptr) sinfo; local
335 tga_source_ptr source = (tga_source_ptr) sinfo; local
486 tga_source_ptr source; local
[all...]
/external/qemu/distrib/jpeg-6b/
H A Drdppm.c69 /* Private version of data source object */
144 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
145 FILE * infile = source->pub.input_file;
147 register JSAMPLE *rescale = source->rescale;
150 ptr = source->pub.buffer[0];
162 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
163 FILE * infile = source->pub.input_file;
165 register JSAMPLE *rescale = source->rescale;
168 ptr = source->pub.buffer[0];
182 ppm_source_ptr source local
203 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
229 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
241 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
265 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
298 ppm_source_ptr source = (ppm_source_ptr) sinfo; local
445 ppm_source_ptr source; local
[all...]
H A Drdtarga.c44 /* Private version of data source object */
177 tga_source_ptr source = (tga_source_ptr) sinfo; local
181 ptr = source->pub.buffer[0];
183 (*source->read_pixel) (source); /* Load next pixel into tga_pixel */
184 *ptr++ = (JSAMPLE) UCH(source->tga_pixel[0]);
193 tga_source_ptr source = (tga_source_ptr) sinfo; local
197 register JSAMPARRAY colormap = source->colormap;
199 ptr = source->pub.buffer[0];
201 (*source
214 tga_source_ptr source = (tga_source_ptr) sinfo; local
242 tga_source_ptr source = (tga_source_ptr) sinfo; local
275 tga_source_ptr source = (tga_source_ptr) sinfo; local
302 tga_source_ptr source = (tga_source_ptr) sinfo; local
335 tga_source_ptr source = (tga_source_ptr) sinfo; local
486 tga_source_ptr source; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.cpp5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
353 void unpackRGBA8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
355 destination[0] = source[0];
356 destination[1] = source[1];
357 destination[2] = source[2];
358 destination[3] = source[3];
361 void unpackRGBA16LittleToRGBA8(const uint16_t* source, uint8_t* destination) argument
363 destination[0] = convertColor16LittleTo8(source[0]);
364 destination[1] = convertColor16LittleTo8(source[
369 unpackRGBA16BigToRGBA8(const uint16_t* source, uint8_t* destination) argument
377 unpackRGB8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
385 unpackRGB16LittleToRGBA8(const uint16_t* source, uint8_t* destination) argument
393 unpackRGB16BigToRGBA8(const uint16_t* source, uint8_t* destination) argument
401 unpackBGR8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
409 unpackARGB8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
417 unpackARGB16LittleToRGBA8(const uint16_t* source, uint8_t* destination) argument
425 unpackARGB16BigToRGBA8(const uint16_t* source, uint8_t* destination) argument
433 unpackABGR8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
441 unpackBGRA8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
449 unpackBGRA16LittleToRGBA8(const uint16_t* source, uint8_t* destination) argument
457 unpackBGRA16BigToRGBA8(const uint16_t* source, uint8_t* destination) argument
465 unpackRGBA5551ToRGBA8(const uint16_t* source, uint8_t* destination) argument
477 unpackRGBA4444ToRGBA8(const uint16_t* source, uint8_t* destination) argument
490 unpackRGB565ToRGBA8(const uint16_t* source, uint8_t* destination) argument
502 unpackR8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
510 unpackR16LittleToRGBA8(const uint16_t* source, uint8_t* destination) argument
518 unpackR16BigToRGBA8(const uint16_t* source, uint8_t* destination) argument
526 unpackRA8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
534 unpackRA16LittleToRGBA8(const uint16_t* source, uint8_t* destination) argument
542 unpackRA16BigToRGBA8(const uint16_t* source, uint8_t* destination) argument
550 unpackAR8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
558 unpackAR16LittleToRGBA8(const uint16_t* source, uint8_t* destination) argument
566 unpackAR16BigToRGBA8(const uint16_t* source, uint8_t* destination) argument
574 unpackA8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
582 unpackA16LittleToRGBA8(const uint16_t* source, uint8_t* destination) argument
590 unpackA16BigToRGBA8(const uint16_t* source, uint8_t* destination) argument
598 unpackRGB32FToRGBA32F(const float* source, float* destination) argument
606 unpackR32FToRGBA32F(const float* source, float* destination) argument
614 unpackRA32FToRGBA32F(const float* source, float* destination) argument
622 unpackA32FToRGBA32F(const float* source, float* destination) argument
634 packRGBA8ToA8(const uint8_t* source, uint8_t* destination) argument
639 packRGBA8ToR8(const uint8_t* source, uint8_t* destination) argument
644 packRGBA8ToR8Premultiply(const uint8_t* source, uint8_t* destination) argument
652 packRGBA8ToR8Unmultiply(const uint8_t* source, uint8_t* destination) argument
659 packRGBA8ToRA8(const uint8_t* source, uint8_t* destination) argument
665 packRGBA8ToRA8Premultiply(const uint8_t* source, uint8_t* destination) argument
674 packRGBA8ToRA8Unmultiply(const uint8_t* source, uint8_t* destination) argument
682 packRGBA8ToRGB8(const uint8_t* source, uint8_t* destination) argument
689 packRGBA8ToRGB8Premultiply(const uint8_t* source, uint8_t* destination) argument
701 packRGBA8ToRGB8Unmultiply(const uint8_t* source, uint8_t* destination) argument
713 packRGBA8ToRGBA8(const uint8_t* source, uint8_t* destination) argument
721 packRGBA8ToRGBA8Premultiply(const uint8_t* source, uint8_t* destination) argument
734 packRGBA8ToRGBA8Unmultiply(const uint8_t* source, uint8_t* destination) argument
746 packRGBA8ToUnsignedShort4444(const uint8_t* source, uint16_t* destination) argument
754 packRGBA8ToUnsignedShort4444Premultiply(const uint8_t* source, uint16_t* destination) argument
767 packRGBA8ToUnsignedShort4444Unmultiply(const uint8_t* source, uint16_t* destination) argument
779 packRGBA8ToUnsignedShort5551(const uint8_t* source, uint16_t* destination) argument
787 packRGBA8ToUnsignedShort5551Premultiply(const uint8_t* source, uint16_t* destination) argument
800 packRGBA8ToUnsignedShort5551Unmultiply(const uint8_t* source, uint16_t* destination) argument
812 packRGBA8ToUnsignedShort565(const uint8_t* source, uint16_t* destination) argument
819 packRGBA8ToUnsignedShort565Premultiply(const uint8_t* source, uint16_t* destination) argument
831 packRGBA8ToUnsignedShort565Unmultiply(const uint8_t* source, uint16_t* destination) argument
842 packRGBA32FToRGB32F(const float* source, float* destination) argument
849 packRGBA32FToRGB32FPremultiply(const float* source, float* destination) argument
857 packRGBA32FToRGBA32FPremultiply(const float* source, float* destination) argument
866 packRGBA32FToA32F(const float* source, float* destination) argument
871 packRGBA32FToR32F(const float* source, float* destination) argument
876 packRGBA32FToR32FPremultiply(const float* source, float* destination) argument
883 packRGBA32FToRA32F(const float* source, float* destination) argument
889 packRGBA32FToRA32FPremultiply(const float* source, float* destination) argument
976 const uint8_t* source = static_cast<const uint8_t*>(sourceData); local
1180 const float* source = static_cast<const float*>(sourceData); local
[all...]
/external/libvpx/vpx_scale/include/arm/
H A Dvpxscale_nofp.h4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
20 void vp8cx_horizontal_line_1_2_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8cx_horizontal_line_3_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
22 void vp8cx_horizontal_line_3_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
23 void vp8cx_horizontal_line_2_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
24 void vp8cx_horizontal_line_4_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
28 void vp8cx_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
29 void vp8cx_vertical_band_5_3_scale_c(unsigned char *source, unsigne
[all...]
/external/libvpx/vpx_scale/include/symbian/
H A Dvpxscale_nofp.h4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
20 void vp8cx_horizontal_line_1_2_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8cx_horizontal_line_3_4_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
22 void vp8cx_horizontal_line_3_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
23 void vp8cx_horizontal_line_2_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
24 void vp8cx_horizontal_line_4_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
28 void vp8cx_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
29 void vp8cx_vertical_band_5_3_scale_c(unsigned char *source, unsigne
[all...]
/external/v8/test/mjsunit/
H A Ddebug-sourceslice.js2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
42 // Build source by putting all lines together
43 var source = ''; variable
45 source += lines[i];
47 eval(source);
53 // Get the script object from one of the functions in the source.
56 // Make sure that the source is as expected.
57 assertEquals(source, script.source);
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DBstNodeFactory.java34 * Returns a new {@code N} with the key and value data from {@code source}, with left child
38 public abstract N createNode(N source, @Nullable N left, @Nullable N right); argument
41 * Returns a new {@code N} with the key and value data from {@code source} that is a leaf.
43 public final N createLeaf(N source) { argument
44 return createNode(source, null, null);
/external/valgrind/main/none/tests/s390x/
H A Dex_sig.c11 char source[40] = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\0"; variable
25 ::"a" (buf2), "a" (source)
43 ::"a" (target), "a" (source)
/external/chromium/chrome/browser/
H A Dblocked_content_container.h2 // Use of this source code is governed by a BSD-style license that can be
48 virtual void OpenURLFromTab(TabContents* source,
54 virtual void NavigationStateChanged(const TabContents* source, argument
58 virtual void AddNewContents(TabContents* source,
70 virtual void LoadingStateChanged(TabContents* source) {} argument
72 // Removes |source| from our internal list of blocked contents.
73 virtual void CloseContents(TabContents* source);
75 // Changes the opening rectangle associated with |source|.
76 virtual void MoveContents(TabContents* source, const gfx::Rect& new_bounds);
79 virtual bool IsPopup(const TabContents* source) cons
85 UpdateTargetURL(TabContents* source, const GURL& url) argument
[all...]
/external/chromium/chrome/browser/sync/glue/
H A Dextension_data.h2 // Use of this source code is governed by a BSD-style license that can be
26 // given source. merged_data() will be equal to |data| and
27 // NeedsUpdate(source) will return false.
29 Source source, const sync_pb::ExtensionSpecifics& data);
39 // Returns whether or not the data from the given source needs to be
41 bool NeedsUpdate(Source source) const;
43 // Stores the given data as being from the given source, merging it
45 // any source.
47 Source source, bool merge_user_properties,
51 // i.e. NeedsUpdate(source) wil
[all...]
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dipt_addrtype.h5 u_int16_t source; /* source-type mask */ member in struct:ipt_addrtype_info
/external/webkit/Source/WebCore/storage/
H A DIDBVersionChangeRequest.cpp4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
36 PassRefPtr<IDBVersionChangeRequest> IDBVersionChangeRequest::create(ScriptExecutionContext* context, PassRefPtr<IDBAny> source, const String& version) argument
38 return adoptRef(new IDBVersionChangeRequest(context, source, version));
41 IDBVersionChangeRequest::IDBVersionChangeRequest(ScriptExecutionContext* context, PassRefPtr<IDBAny> source, const String& version) argument
42 : IDBRequest(context, source, 0)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringencode.h5 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright notice,
49 // Decode the utf8 encoded value pointed to by source. Returns the number of
51 size_t utf8_decode(const char* source, size_t srclen, unsigned long* value);
56 const char * source, size_t srclen,
58 // Note: in-place unescaping (buffer == source) is allowed.
60 const char * source, size_t srclen,
68 const char * source, size_t srclen,
70 // Note: in-place decoding (buffer == source) is allowed.
72 const char * source, size_
121 s_url_encode(const std::string& source) argument
124 s_url_decode(const std::string& source) argument
[all...]
/external/quake/quake/src/WinQuake/
H A Ddraw.cpp138 byte *source; local
157 source = draw_chars + (row<<10) + (col<<3);
162 source -= 128*y;
175 if (source[0])
176 dest[0] = source[0];
177 if (source[1])
178 dest[1] = source[1];
179 if (source[2])
180 dest[2] = source[2];
181 if (source[
253 byte *source; local
291 byte *dest, *source; local
342 byte *dest, *source, tbyte; local
429 byte *dest, *source, tbyte; local
512 byte *source; local
[all...]
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
H A DSourceChannelTest.java40 private Pipe.SourceChannel source; field in class:SourceChannelTest
50 source = pipe.source();
60 assertEquals(SelectionKey.OP_READ, source.validOps());
69 int count = source.read(ByteBuffer.allocate(10));
79 source.read(nullBuf);
93 long count = source.read(readBuf);
96 count = source.read(readBuf);
100 count = source.read(readBuf);
109 source
[all...]
/external/libvpx/vpx_scale/include/generic/
H A Dvpxscale_nofp.h4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
18 void vp8cx_horizontal_line_1_2_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
19 void vp8cx_horizontal_line_3_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
20 void vp8cx_horizontal_line_2_3_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
21 void vp8cx_horizontal_line_4_5_scale_c(const unsigned char *source, unsigned int source_width, unsigned char *dest, unsigned int dest_width);
25 void vp8cx_vertical_band_5_4_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
26 void vp8cx_vertical_band_5_3_scale_c(unsigned char *source, unsigned int src_pitch, unsigned char *dest, unsigned int dest_pitch, unsigned int dest_width);
27 void vp8cx_vertical_band_2_1_scale_c(unsigned char *source, unsigne
[all...]
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
56 if (!move.IsEliminated() && !move.source()->IsConstantOperand()) {
64 ASSERT(moves_[i].source()->IsConstantOperand());
76 // moves to perform, ignoring any move that is redundant (the source is
93 // which means that a call to PerformMove could change any source operand
101 ASSERT(moves_[index].source() != NULL); // Or else it will look eliminated.
106 // dependencies. Any unperformed, unpending move with a source the same
112 // Though PerformMove can change any source operand in the move graph,
114 // not miss any). Assume there is a non-blocking move with source
154 LOperand* source = move.source(); local
165 LOperand* source = moves_[index].source(); local
277 LOperand* source = moves_[index].source(); local
359 LOperand* source = moves_[index].source(); local
[all...]
/external/chromium/chrome/browser/chromeos/login/
H A Dweb_page_screen.h2 // Use of this source code is governed by a BSD-style license that can be
28 virtual void OpenURLFromTab(TabContents* source, argument
32 virtual void NavigationStateChanged(const TabContents* source,
34 virtual void AddNewContents(TabContents* source, argument
41 virtual void LoadingStateChanged(TabContents* source) = 0;
42 virtual void CloseContents(TabContents* source) {} argument
43 virtual bool IsPopup(TabContents* source) { return false; } argument
44 virtual void UpdateTargetURL(TabContents* source, const GURL& url) {} argument
50 virtual void MoveContents(TabContents* source, const gfx::Rect& pos) {} argument
/external/chromium/chrome/browser/cocoa/
H A Dfile_metadata.h2 // Use of this source code is governed by a BSD-style license that can be
15 // |source| should be the source URL for the download, and |referrer| should be
17 void AddOriginMetadataToFile(const FilePath& file, const GURL& source,
22 // |source| should be the source URL for the download, and |referrer| should be
24 void AddQuarantineMetadataToFile(const FilePath& file, const GURL& source,
/external/icu4c/samples/datefmt/
H A Dutil.h13 UnicodeString escape(const UnicodeString &source);
/external/icu4c/samples/msgfmt/
H A Dutil.h13 UnicodeString escape(const UnicodeString &source);
/external/icu4c/samples/numfmt/
H A Dutil.h14 UnicodeString escape(const UnicodeString &source);
/external/icu4c/samples/translit/
H A Dutil.h13 UnicodeString escape(const UnicodeString &source);

Completed in 1114 milliseconds

1234567891011>>