Searched defs:offset (Results 251 - 275 of 2568) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/layout/
H A DTibetanLayoutEngine.cpp50 le_int32 TibetanOpenTypeLayoutEngine::characterProcessing(const LEUnicode chars[], le_int32 offset, le_int32 count, le_int32 max, le_bool rightToLeft, argument
57 if (chars == NULL || offset < 0 || count < 0 || max < 0 || offset >= max || offset + count > max) {
81 le_int32 outCharCount = TibetanReordering::reorder(&chars[offset], count, fScriptCode, outChars, glyphStorage);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DReplaceableUCharacterIterator.java183 public int getText(char[] fillIn, int offset){ argument
185 if(offset < 0 || offset + length > fillIn.length){
188 replaceable.getChars(0,length,fillIn,offset);
H A DUCharArrayIterator.java66 public int getText(char[] fillIn, int offset) { argument
68 System.arraycopy(text, start, fillIn, offset, len);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeMatcher.java58 * the given text at the given offset. Zero, one, or more
62 * offset. Characters from offset forwards to limit-1 will be
66 * offset. Characters from offset backwards to limit+1 will be
69 * If limit == offset then the only match possible is a zero
73 * offset parameter to the limit of the matched substring. In the
79 * @param offset on input, the index into text at which to begin
81 * number of matched characters is the output value of offset
86 * than offset fo
99 matches(Replaceable text, int[] offset, int limit, boolean incremental) argument
[all...]
/external/iproute2/tc/
H A Dem_nbyte.c45 unsigned long offset = 0, layer = TCF_LAYER_NETWORK; local
66 offset = bstrtoul(a);
67 if (offset == ULONG_MAX)
68 return PARSE_ERR(a, "nbyte: invalid offset, " \
93 return PARSE_ERR(a, "nbyte: offset required");
97 nb.off = (__u16) offset;
H A Dem_u32.c41 unsigned long key, mask, offmask = 0, offset; local
83 return PARSE_ERR(a, "u32: missing offset");
90 offset = strtoul(buf, NULL, 0);
94 return PARSE_ERR(a, "u32: missing offset");
95 offset = bstrtoul(a);
97 offset = bstrtoul(a);
99 if (offset == ULONG_MAX)
100 return PARSE_ERR(a, "u32: invalid offset");
112 key <<= 24 - ((offset & 3) * 8);
113 mask <<= 24 - ((offset
[all...]
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DDeflateFrameExtension.java116 public void addFrame(byte flags, byte opcode, byte[] content, int offset, int length) throws IOException argument
120 super.addFrame(clearFlag(flags,1),opcode,content,offset,length);
126 _deflater.setInput(content,offset,length);
162 super.addFrame(clearFlag(flags,1),opcode,content,offset,length);
/external/kernel-headers/original/uapi/drm/
H A Darmada_drm.h29 uint64_t offset; member in struct:drm_armada_gem_mmap
39 uint32_t offset; member in struct:drm_armada_gem_pwrite
/external/kernel-headers/original/uapi/linux/
H A Dsuspend_ioctls.h11 __kernel_loff_t offset; member in struct:resume_swap_area
/external/libdrm/freedreno/kgsl/
H A Dkgsl_priv.h80 uint64_t offset; member in struct:kgsl_bo
111 uint32_t kgsl_bo_gpuaddr(struct kgsl_bo *bo, uint32_t offset);
/external/libdrm/freedreno/msm/
H A Dmsm_bo.c38 if (!msm_bo->offset) {
46 * the offset)
55 msm_bo->offset = req.offset;
61 static int msm_bo_offset(struct fd_bo *bo, uint64_t *offset) argument
67 *offset = msm_bo->offset;
100 .offset = msm_bo_offset,
/external/libdrm/libkms/
H A Dinternal.h60 size_t offset; member in struct:kms_bo
/external/libdrm/tests/
H A Dgem_mmap.c41 int do_read(int fd, int handle, void *buf, int offset, int size) argument
54 read.offset = offset;
59 int do_write(int fd, int handle, void *buf, int offset, int size) argument
67 write.offset = offset;
92 mmap.offset = 0;
106 mmap.offset = 0;
/external/libexif/libexif/olympus/
H A Dexif-mnote-data-olympus.h51 unsigned int offset; member in struct:_ExifMnoteDataOlympus
/external/libunwind/tests/
H A DGtest-init.cxx52 unw_word_t ip, offset; local
65 if (unw_get_proc_name (&cursor, name, sizeof (name), &offset) == 0
66 && offset > 0)
67 snprintf (off, sizeof (off), "+0x%lx", (long) offset);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvreader.cpp99 int MkvReader::Read(long long offset, long len, unsigned char* buffer) { argument
103 if (offset < 0)
112 if (offset >= m_length)
116 const int status = _fseeki64(m_file, offset, SEEK_SET);
121 fseek(m_file, offset, SEEK_SET);
/external/linux-tools-perf/src/tools/perf/tests/
H A Ddso-data.c45 off_t offset; member in struct:test_data_offset
53 .offset = 10,
59 .offset = 10,
65 .offset = DSO__DATA_CACHE_SIZE - DSO__DATA_CACHE_SIZE % 10,
71 .offset = DSO__DATA_CACHE_SIZE - DSO__DATA_CACHE_SIZE % 10,
77 .offset = TEST_FILE_SIZE - 10,
83 .offset = TEST_FILE_SIZE - 10,
89 .offset = TEST_FILE_SIZE - 3,
115 size = dso__data_read_offset(dso, &machine, data->offset,
/external/lldb/examples/summaries/cocoa/
H A DCFBag.py47 def offset(self): member in class:CFBagRef_SummaryProvider
57 self.offset(),
H A DCFBinaryHeap.py47 def offset(self): member in class:CFBinaryHeapRef_SummaryProvider
54 self.offset(),
H A DNSBundle.py45 def offset(self): member in class:NSBundleKnown_SummaryProvider
53 self.offset(),
H A DNSData.py49 def offset(self): member in class:NSConcreteData_SummaryProvider
56 self.offset(),
H A DNSMachPort.py47 def offset(self): member in class:NSMachPortKnown_SummaryProvider
57 self.offset(),
H A DNSNotification.py39 def offset(self): member in class:NSConcreteNotification_SummaryProvider
46 self.offset(),
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.cpp71 lldb::offset_t offset = 0; local
77 if (!ParseAuxvEntry(data, entry, &offset, byte_size))
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextPOSIX.h40 /// Determines the index in lldb's register file given a kernel byte offset.
42 GetRegisterIndexFromOffset(unsigned offset) { return LLDB_INVALID_REGNUM; } argument

Completed in 3903 milliseconds

<<11121314151617181920>>