Searched refs:offset (Results 101 - 125 of 3492) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/legacy/
H A Dmunmap.c46 size_t offset; local
61 offset = ((uintptr_t) addr) & PAGE_MASK;
63 len += offset;
/macosx-10.10/cups-408/cups/scheduler/
H A Dtype.c33 int offset, /* Offset in file */ member in struct:_mime_filebuf_s
514 temp->offset = strtol(value[0], NULL, 0);
520 temp->offset = strtol(value[0], NULL, 0);
527 temp->offset = strtol(value[0], NULL, 0);
534 temp->offset = strtol(value[0], NULL, 0);
540 DEBUG_printf(("1mimeAddTypeRule: CHAR(%d,0x%02x)", temp->offset,
544 temp->offset = strtol(value[0], NULL, 0);
548 temp->offset = strtol(value[0], NULL, 0);
558 temp->offset = strtol(value[0], NULL, 0);
616 fb.offset
[all...]
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dsetenv.c48 * Starts searching within the environmental array at offset.
49 * Sets offset to be the offset of the name/value combination in the
56 __findenv(const char *name, int len, int *offset) argument
65 for (p = environ + *offset; (cp = *p) != NULL; ++p) {
70 *offset = p - environ;
88 int offset = 0;
97 if (__findenv(str, (int)(cp - str), &offset) != NULL) {
98 environ[offset++] = str;
100 while (__findenv(str, (int)(cp - str), &offset)) {
136 int l_value, offset = 0; local
202 int offset = 0; local
[all...]
/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Dseek.c72 APR_DECLARE(apr_status_t) apr_file_seek(apr_file_t *thefile, apr_seek_where_t where, apr_off_t *offset)
82 rc = setptr(thefile, *offset);
87 + thefile->bufpos + *offset);
93 rc = setptr(thefile, finfo.size + *offset);
100 *offset = thefile->filePtr - thefile->dataRead + thefile->bufpos;
109 thefile->filePtr = *offset;
113 thefile->filePtr += *offset;
118 if (rc == APR_SUCCESS && finfo.size + *offset >= 0)
119 thefile->filePtr = finfo.size + *offset;
125 *offset
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dutf8tst.c199 uint32_t offset=0; local
201 for(offset=0; offset<sizeof(input); offset++) {
202 if (offset < sizeof(input) - 1) {
203 UTF8_GET_CHAR_UNSAFE(input, offset, c);
205 log_err("ERROR: UTF8_GET_CHAR_UNSAFE failed for offset=%ld. Expected:%lx Got:%lx\n", offset, result[i], c);
209 U8_GET_UNSAFE(input, offset, c);
211 log_err("ERROR: U8_GET_UNSAFE failed for offset
287 uint32_t offset=0; local
529 uint32_t offset; local
661 int32_t offset; local
731 int32_t offset=0, setOffset=0; local
772 int32_t offset=0, setOffset=0; local
912 uint32_t offset; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLStackMaps.cpp48 integer = context.view->read<int64_t>(context.offset, true);
60 functionOffset = context.view->read<uint32_t>(context.offset, true);
61 size = context.view->read<uint32_t>(context.offset, true);
65 functionOffset = context.view->read<uint64_t>(context.offset, true);
66 size = context.view->read<uint64_t>(context.offset, true);
78 kind = static_cast<Kind>(context.view->read<uint8_t>(context.offset, true));
79 size = context.view->read<uint8_t>(context.offset, true);
80 dwarfReg = DWARFRegister(context.view->read<uint16_t>(context.offset, true));
81 this->offset = context.view->read<int32_t>(context.offset, tru
[all...]
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-stp.c243 u_int16_t offset; local
299 offset = MST_BPDU_MSTI_OFFSET;
301 msti = EXTRACT_16BITS(ptr + offset +
306 msti, bittok2str(stp_bpdu_flag_values, "none", ptr[offset]),
308 RSTP_EXTRACT_PORT_ROLE(ptr[offset])));
310 stp_print_bridge_id(ptr + offset +
312 EXTRACT_32BITS(ptr + offset +
315 ptr[offset + MST_BPDU_MSTI_BRIDGE_PRIO_OFFSET] >> 4,
316 ptr[offset + MST_BPDU_MSTI_PORT_PRIO_OFFSET] >> 4,
317 ptr[offset
[all...]
/macosx-10.10/file-46/file/src/
H A Dsoftmagic.c134 ms->offset = m->offset;
208 ms->offset = m->offset;
210 ms->offset +=
381 t = ms->offset + sizeof(char);
403 t = ms->offset + sizeof(short);
424 t = ms->offset + sizeof(int32_t);
433 t = ms->offset + sizeof(int64_t);
443 t = ms->offset
908 mdebug(uint32_t offset, const char *str, size_t len) argument
917 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, const unsigned char *s, uint32_t offset, size_t nbytes, size_t linecnt) argument
1030 uint32_t offset = ms->offset; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dparseerr.h34 * <p>The line, offset, and context fields are optional; parsing
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
70 * this is the offset from the start of the text. If the parser
74 int32_t offset; member in struct:UParseError
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DGetByIdVariant.h43 PropertyOffset offset = invalidOffset, JSValue specificValue = JSValue(),
48 , m_offset(offset)
51 ASSERT(offset == invalidOffset);
62 PropertyOffset offset() const { return m_offset; } function in class:JSC::GetByIdVariant
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dparseerr.h34 * <p>The line, offset, and context fields are optional; parsing
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
70 * this is the offset from the start of the text. If the parser
74 int32_t offset; member in struct:UParseError
/macosx-10.10/OpenSSL098-52/src/demos/tunala/
H A Dbreakage.c44 unsigned int offset = 0; local
50 if(sub_haystack[offset] == sub_needle) {
52 offset++;
57 offset = 0;
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dsecoidt.h50 SECOidTag offset; member in struct:SECOidDataStr
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dsecoidt.h50 SECOidTag offset; member in struct:SECOidDataStr
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dsecoidt.h50 SECOidTag offset; member in struct:SECOidDataStr
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dparseerr.h34 * <p>The line, offset, and context fields are optional; parsing
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
70 * this is the offset from the start of the text. If the parser
74 int32_t offset; member in struct:UParseError
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dparseerr.h34 * <p>The line, offset, and context fields are optional; parsing
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
70 * this is the offset from the start of the text. If the parser
74 int32_t offset; member in struct:UParseError
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DTransformState.cpp51 void TransformState::translateTransform(const LayoutSize& offset) argument
54 m_accumulatedTransform->translateRight(offset.width(), offset.height());
56 m_accumulatedTransform->translate(offset.width(), offset.height());
59 void TransformState::translateMappedCoordinates(const LayoutSize& offset) argument
61 LayoutSize adjustedOffset = (m_direction == ApplyTransformDirection) ? offset : -offset;
68 void TransformState::move(const LayoutSize& offset, TransformAccumulation accumulate) argument
71 m_accumulatedOffset += offset;
90 LayoutSize offset = m_accumulatedOffset; local
[all...]
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGAnimationElement.idl35 void beginElementAt([Default=Undefined] optional unrestricted float offset);
37 void endElementAt([Default=Undefined] optional unrestricted float offset);
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dparseerr.h34 * <p>The line, offset, and context fields are optional; parsing
68 * The character offset to the error. If the line field is >= 1,
69 * then this is the offset from the start of the line. Otherwise,
70 * this is the offset from the start of the text. If the parser
74 int32_t offset; member in struct:UParseError
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKDOMRange.h39 - (void)setStart:(WKDOMNode *)node offset:(int)offset;
40 - (void)setEnd:(WKDOMNode *)node offset:(int)offset;
/macosx-10.10/misc_cmds-33/calendar/
H A Dpaskha.c65 int offset; local
84 offset = atoi(s);
88 offset = 0;
92 return (paskha(year) + offset + 13/* new style */);
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A DMKcaptab.awk31 offsets[num_strings] = offset;
32 offset = offset + length(text) + 1;
47 offset = 0;
/macosx-10.10/postfix-255/postfix/src/global/
H A Dheader_token.h27 ssize_t offset; /* index into token buffer */ member in union:HEADER_TOKEN::__anon11748
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A DShadowOffsetView.py20 def offset(self): member in class:ShadowOffsetView
23 def setOffset_(self, offset):
24 offset = CGSizeMake(offset.width / self._scale, offset.height / self._scale);
25 if self._offset != offset:
26 self._offset = offset;
34 offset = CGSize(
37 radius = math.sqrt(offset.width * offset
[all...]

Completed in 260 milliseconds

1234567891011>>