Searched refs:offset (Results 26 - 50 of 3483) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFELighting.cpp62 inline void FELighting::LightingData::topLeft(int offset, IntPoint& normalVector) argument
64 int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
65 int right = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
66 offset += widthMultipliedByPixelSize;
67 int bottom = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
68 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset));
73 inline void FELighting::LightingData::topRow(int offset, IntPoint& normalVector) argument
75 int left = static_cast<int>(pixels->item(offset - cPixelSize + cAlphaChannelOffset));
76 int center = static_cast<int>(pixels->item(offset + cAlphaChannelOffset));
77 int right = static_cast<int>(pixels->item(offset
86 topRight(int offset, IntPoint& normalVector) argument
97 leftColumn(int offset, IntPoint& normalVector) argument
111 interior(int offset, IntPoint& normalVector) argument
127 rightColumn(int offset, IntPoint& normalVector) argument
141 bottomLeft(int offset, IntPoint& normalVector) argument
152 bottomRow(int offset, IntPoint& normalVector) argument
165 bottomRight(int offset, IntPoint& normalVector) argument
176 inlineSetPixel(int offset, LightingData& data, LightSource::PaintingData& paintingData, int lightX, int lightY, float factorX, float factorY, IntPoint& normal2DVector) argument
225 setPixel(int offset, LightingData& data, LightSource::PaintingData& paintingData, int lightX, int lightY, float factorX, float factorY, IntPoint& normalVector) argument
234 int offset = 0; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMediaFragmentURIParser.cpp112 unsigned offset = 0; local
114 while (offset < end) {
120 size_t parameterStart = offset;
121 size_t parameterEnd = fragmentString.find('&', offset);
125 size_t equalOffset = fragmentString.find('=', offset);
127 offset = parameterEnd + 1;
156 offset = parameterEnd + 1;
207 unsigned offset = 0; local
209 offset += nptIdentiferLength;
211 if (offset
244 parseNPTTime(const LChar* timeString, unsigned length, unsigned& offset, double& time) argument
[all...]
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-common.c1041 bpf_u_int32 offset = 0; local
1046 * "offset" is the offset *past* the field we're swapping;
1055 offset += 8; /* skip past id */
1056 if (hdr->caplen < offset)
1060 offset += 4; /* skip past various 1-byte fields */
1062 offset += 2; /* skip past bus_id */
1063 if (hdr->caplen < offset)
1067 offset += 2; /* skip past various 1-byte fields */
1069 offset
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Ddb_iterator.c102 next_list_item(const char *source, int *offset) argument
110 if (ThisDbList != 0 && ThisDbSize && *offset < ThisDbSize) {
112 char *result = ThisDbList + *offset;
116 * Put a null on the marker if a separator was found. Set the offset
118 * again, using the data at the offset.
121 *offset += strlen(result) + 1;
122 marker = result + *offset;
125 *offset = marker - ThisDbList;
134 #define NEXT_DBD(var, offset) next_list_item((*offset
142 _nc_next_db(DBDIRS * state, int *offset) argument
221 _nc_first_db(DBDIRS * state, int *offset) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_truncate.c27 off_t offset; local
36 offset = (off_t)pgsize * pgno;
41 "fileops: truncate %s to %lu", fhp->name, (u_long)offset);
46 ret = DB_GLOBAL(j_ftruncate)(fhp->fd, offset);
49 RETRY_CHK((ftruncate(fhp->fd, offset)), ret);
56 __db_syserr(env, ret, "ftruncate: %lu", (u_long)offset);
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dutffilter71 my ($result, $offset);
72 $offset = 6 * ($length - 1);
73 $result .= sprintf('\\x%02x', ($utf32 >> $offset) | $mask);
74 while ($offset > 0) {
75 $offset -= 6;
76 $result .= sprintf('\\x%02x', (($utf32 >> $offset) & 0x3f) | 0x80);
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_reloc_stream.h39 int _dwarf_pro_reloc_name_stream64(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, /* r_offset
46 int _dwarf_pro_reloc_name_stream32(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, /* r_offset
53 int _dwarf_pro_reloc_length_stream(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, /* r_offset
H A Ddwarf_string.c43 Dwarf_Off offset,
54 if (offset == dbg->de_debug_str_size) {
59 if (offset > dbg->de_debug_str_size) {
77 *string = (char *) dbg->de_debug_str + offset;
42 dwarf_get_str(Dwarf_Debug dbg, Dwarf_Off offset, char **string, Dwarf_Signed * returned_str_len, Dwarf_Error * error) argument
H A Dpro_reloc_symbolic.h37 int _dwarf_pro_reloc_name_symbolic(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, /* r_offset
45 _dwarf_pro_reloc_length_symbolic(Dwarf_P_Debug dbg, int base_sec_index, Dwarf_Unsigned offset, /* r_offset
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngerror.c52 int offset; local
53 for (offset = 1; offset<15; offset++)
54 if (error_message[offset] == ' ')
59 for (i = 0; i < offset - 1; i++)
65 error_message += offset;
108 int offset = 0; local
118 for (offset = 1; offset < 1
125 (*(png_ptr->warning_fn))(png_ptr, warning_message + offset); local
262 int offset; local
326 int offset; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DMultipleEntry.java29 /* package */ MultipleEntry(final byte[] data, final int offset, final int size) { argument
30 super(data, offset, size);
31 setUserBuffer((data != null) ? (data.length - offset) : 0, true);
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIDeviceI386.cpp37 UInt32 IOPCIDevice::ioRead32( UInt16 offset, IOMemoryMap * map ) argument
48 value = inl( map->getVirtualAddress() + offset );
53 UInt16 IOPCIDevice::ioRead16( UInt16 offset, IOMemoryMap * map ) argument
60 value = inw( map->getVirtualAddress() + offset );
65 UInt8 IOPCIDevice::ioRead8( UInt16 offset, IOMemoryMap * map ) argument
72 value = inb( map->getVirtualAddress() + offset );
77 void IOPCIDevice::ioWrite32( UInt16 offset, UInt32 value, argument
83 outl( map->getVirtualAddress() + offset, value );
86 void IOPCIDevice::ioWrite16( UInt16 offset, UInt16 value, argument
92 outw( map->getVirtualAddress() + offset, valu
95 ioWrite8( UInt16 offset, UInt8 value, IOMemoryMap * map ) argument
[all...]
H A DIOPCIDeviceMappedIO.cpp38 UInt32 IOPCIDevice::ioRead32( UInt16 offset, IOMemoryMap * map ) argument
49 value = OSReadLittleInt32( (volatile void *)map->getVirtualAddress(), offset);
55 UInt16 IOPCIDevice::ioRead16( UInt16 offset, IOMemoryMap * map ) argument
66 value = OSReadLittleInt16( (volatile void *)map->getVirtualAddress(), offset);
72 UInt8 IOPCIDevice::ioRead8( UInt16 offset, IOMemoryMap * map ) argument
83 value = ((volatile UInt8 *) map->getVirtualAddress())[ offset ];
89 void IOPCIDevice::ioWrite32( UInt16 offset, UInt32 value, argument
99 OSWriteLittleInt32( (volatile void *)map->getVirtualAddress(), offset, value);
103 void IOPCIDevice::ioWrite16( UInt16 offset, UInt16 value, argument
113 OSWriteLittleInt16( (volatile void *)map->getVirtualAddress(), offset, valu
117 ioWrite8( UInt16 offset, UInt8 value, IOMemoryMap * map ) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleDashboardRegion.h38 LengthBox offset; member in struct:WebCore::StyleDashboardRegion
49 return type == o.type && offset == o.offset && label == o.label;
/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/legacy/
H A Dmsync.c40 size_t offset; local
47 offset = ((uintptr_t) addr) & PAGE_MASK;
49 len += offset;
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dflagparser.c111 int32_t offset=0; local
115 /* Get the offset (i.e. position after the '=') */
116 offset = getFlagOffset(buffer, bufferSize);
117 pBuffer = buffer+offset;
140 if (flagNames != NULL && offset>0) {
141 offset--; /* Move offset back 1 because of '='*/
143 if (uprv_strncmp(buffer, flagNames[i], offset) == 0) {
157 int32_t offset = 0; local
159 for (offset
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dmemutils.h58 // Get the local offset of a field in a (struct or class) type, as layed out
90 inline const T *increment(const void *p, ptrdiff_t offset) argument
91 { return reinterpret_cast<const T *>(uintptr_t(p) + offset); }
94 inline T *increment(void *p, ptrdiff_t offset) argument
95 { return reinterpret_cast<T *>(uintptr_t(p) + offset); }
97 inline const void *increment(const void *p, ptrdiff_t offset) argument
98 { return increment<const void>(p, offset); }
100 inline void *increment(void *p, ptrdiff_t offset) argument
101 { return increment<void>(p, offset); }
104 inline const T *increment(const void *p, ptrdiff_t offset, size_ argument
108 increment(void *p, ptrdiff_t offset, size_t alignment) argument
111 increment(const void *p, ptrdiff_t offset, size_t alignment) argument
114 increment(void *p, ptrdiff_t offset, size_t alignment) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dmemutils.h58 // Get the local offset of a field in a (struct or class) type, as layed out
90 inline const T *increment(const void *p, ptrdiff_t offset) argument
91 { return reinterpret_cast<const T *>(uintptr_t(p) + offset); }
94 inline T *increment(void *p, ptrdiff_t offset) argument
95 { return reinterpret_cast<T *>(uintptr_t(p) + offset); }
97 inline const void *increment(const void *p, ptrdiff_t offset) argument
98 { return increment<const void>(p, offset); }
100 inline void *increment(void *p, ptrdiff_t offset) argument
101 { return increment<void>(p, offset); }
104 inline const T *increment(const void *p, ptrdiff_t offset, size_ argument
108 increment(void *p, ptrdiff_t offset, size_t alignment) argument
111 increment(const void *p, ptrdiff_t offset, size_t alignment) argument
114 increment(void *p, ptrdiff_t offset, size_t alignment) argument
[all...]
/macosx-10.9.5/ntp-88/scripts/stats/
H A Dloop.S2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0))
3 loop$offset <- loop$offset * 1e6
7 plot(loop$sec, loop$offset, type="l", xlab=paste("MJD", loop$day, "Time (s)"), ylab="PLL Offset (us)", ylim=c(-400, 400))
/macosx-10.9.5/objc4-551.1/runtime/Accessors.subproj/
H A Dobjc-accessors.h34 extern void objc_setProperty_non_gc(id self, SEL _cmd, ptrdiff_t offset, id newValue, BOOL atomic, signed char shouldCopy);
35 extern id objc_getProperty_non_gc(id self, SEL _cmd, ptrdiff_t offset, BOOL atomic);
37 extern void objc_setProperty_gc(id self, SEL _cmd, ptrdiff_t offset, id newValue, BOOL atomic, signed char shouldCopy);
38 extern id objc_getProperty_gc(id self, SEL _cmd, ptrdiff_t offset, BOOL atomic);
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dsyntax_error.rb6 attr_reader :file, :line, :column, :offset, :problem, :context
8 def initialize file, line, col, offset, problem, context
16 @offset = offset
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dbuffer.c41 buffer->offset = 0;
65 buffer->offset = 0;
86 if (buffer->offset > MIN(buffer->alloc, BUFFER_MAX_CHUNK)) {
87 memmove(buffer->buf, buffer->buf + buffer->offset,
88 buffer->end - buffer->offset);
89 buffer->end -= buffer->offset;
90 buffer->offset = 0;
112 if (buffer->offset == buffer->end) {
113 buffer->offset = 0;
146 if (buffer->offset
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMAssembler.cpp265 void ARMAssembler::dataTransfer32(DataTransferTypeA transferType, RegisterID srcDst, RegisterID base, int32_t offset) argument
267 if (offset >= 0) {
268 if (offset <= 0xfff)
269 dtrUp(transferType, srcDst, base, offset);
270 else if (offset <= 0xfffff) {
271 add(ARMRegisters::S0, base, Op2Immediate | (offset >> 12) | (10 << 8));
272 dtrUp(transferType, srcDst, ARMRegisters::S0, (offset & 0xfff));
274 moveImm(offset, ARMRegisters::S0);
278 if (offset >= -0xfff)
279 dtrDown(transferType, srcDst, base, -offset);
290 baseIndexTransfer32(DataTransferTypeA transferType, RegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset) argument
311 dataTransfer16(DataTransferTypeB transferType, RegisterID srcDst, RegisterID base, int32_t offset) argument
336 baseIndexTransfer16(DataTransferTypeB transferType, RegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset) argument
356 dataTransferFloat(DataTransferTypeFloat transferType, FPRegisterID srcDst, RegisterID base, int32_t offset) argument
388 baseIndexTransferFloat(DataTransferTypeFloat transferType, FPRegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DWOFFFileFormat.cpp37 static bool readUInt32(SharedBuffer* buffer, size_t& offset, uint32_t& value) argument
39 ASSERT_ARG(offset, offset <= buffer->size());
40 if (buffer->size() - offset < sizeof(value))
43 value = ntohl(*reinterpret_cast_ptr<const uint32_t*>(buffer->data() + offset));
44 offset += sizeof(value);
49 static bool readUInt16(SharedBuffer* buffer, size_t& offset, uint16_t& value) argument
51 ASSERT_ARG(offset, offset <= buffer->size());
52 if (buffer->size() - offset < sizeo
77 size_t offset = 0; local
87 size_t offset = 0; local
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/t/
H A D01.sql.t24 my($stmt, @bind) = $sql->select($table, \@fields, \%where, \@order, $limit, $offset);
46 my $offset = 70; # page 7
47 my $last = $offset + $limit;
59 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset) } 'select LimitOffset';
63 "SELECT $base_sql ORDER BY pay, age LIMIT $limit OFFSET $offset", \@expected_bind,
68 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset, 'LimitXY' ) } 'select LimitXY';
71 "SELECT $base_sql ORDER BY pay, age LIMIT $offset, $limit", \@expected_bind,
76 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset, 'RowsTo' ) } 'select RowsTo';
79 "SELECT $base_sql ORDER BY pay, age ROWS $offset TO $last", \@expected_bind,
85 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset, 'To
[all...]

Completed in 219 milliseconds

1234567891011>>