HomeSort by relevance Sort by last modified time
    Searched defs:offset (Results 376 - 400 of 7301) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8909/libdrmutils/
drm_master.h 46 uint32_t offset[4] = {}; member in struct:drm_utils::DRMBuffer
  /hardware/qcom/display/msm8909w_3100/libdrmutils/
drm_master.h 46 uint32_t offset[4] = {}; member in struct:drm_utils::DRMBuffer
  /hardware/qcom/display/msm8998/libdrmutils/
drm_master.h 46 uint32_t offset[4] = {}; member in struct:drm_utils::DRMBuffer
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
BrokenInputStream.java 31 private int offset; field in class:BrokenInputStream
33 public BrokenInputStream(InputStream stream, int offset) {
37 this.offset = offset;
42 if (offset == 0) {
46 offset--;
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
ObexTime.java 32 * match OBEX time string: YYYYMMDDTHHMMSS with optional UTF offset
54 * if 7th group is matched then we have UTC offset information
61 /* time zone offset is specified in miliseconds */
62 int offset = (ohh * 60 + omm) * 60 * 1000; local
65 offset = -offset;
69 tz.setRawOffset(offset);
  /packages/apps/Camera2/src/com/android/camera/util/
FileUtil.java 62 int offset = 0; local
63 while (offset < length) {
64 offset += stream.read(data, offset, length - offset);
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/bigram/
bigram_list_read_write_utils.cpp 75 int offset = 0; local
79 offset = ByteArrayUtils::readUint8AndAdvancePosition(buffer.data(), pos);
82 offset = ByteArrayUtils::readUint16AndAdvancePosition(buffer.data(), pos);
85 offset = ByteArrayUtils::readUint24AndAdvancePosition(buffer.data(), pos);
89 return origin - offset;
91 return origin + offset;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/
dynamic_pt_reading_utils.cpp 31 // Currently, DICT_OFFSET_INVALID is 0 in Java side but offset can be 0 during GC. So, the maximum
32 // value of offsets, which is 0x7FFFFF is used to represent 0 offset.
61 const int offset = ByteArrayUtils::readSint24AndAdvancePosition(buffer, pos); local
62 if (offset == DICT_OFFSET_INVALID) {
65 } else if (offset == DICT_OFFSET_ZERO_OFFSET) {
68 return base + offset;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XShm.h 47 unsigned long offset; /* the offset into ShmSeg used in the request */ member in struct:__anon61849
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree-ssa-alias.h 74 /* The offset relative to the base. */
75 HOST_WIDE_INT offset; member in struct:ao_ref_s
  /prebuilts/gdb/darwin-x86/include/python2.7/
parsetok.h 14 int offset; member in struct:__anon66490
  /prebuilts/gdb/linux-x86/include/python2.7/
parsetok.h 14 int offset; member in struct:__anon66612
  /prebuilts/go/darwin-x86/src/compress/flate/
token.go 10 // 22 bits xoffset = offset - MIN_OFFSET_SIZE, or literal
81 // Returns the extra offset of a match token
82 func (t token) offset() uint32 { return uint32(t) & offsetMask } func
88 // Returns the offset code corresponding to a specific offset
  /prebuilts/go/linux-x86/src/compress/flate/
token.go 10 // 22 bits xoffset = offset - MIN_OFFSET_SIZE, or literal
81 // Returns the extra offset of a match token
82 func (t token) offset() uint32 { return uint32(t) & offsetMask } func
88 // Returns the offset code corresponding to a specific offset
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
parsetok.h 14 int offset; member in struct:__anon1005
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
parsetok.h 14 int offset; member in struct:__anon1128
  /system/bt/vendor_libs/linux/interface/
hci_packetizer.cc 36 size_t offset = packet_length_offset_for_type[type]; local
37 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset];
38 return (((preamble[offset + 1]) << 8) | preamble[offset]);
  /system/chre/chre_api/include/chre_api/chre/
re.h 230 * Retrieves CHRE's current estimated offset between the local CHRE clock
232 * SystemClock.elapsedRealtimeNanos(). This offset is formed as host time minus
241 * some fixed/invalid value while waiting for the initial offset estimate to be
242 * determined - this initial offset must be ready before nanoapps are started.
244 * @returns An estimate of the offset between CHRE's time returned in
247 * milliseconds, such that adding this offset to chreGetTime() produces the
268 int64_t offset = chreGetEstimatedHostTimeOffset(); local
271 // Just casting time to int64_t and adding the (potentially negative) offset
275 if (offset >= 0) {
276 time += (uint64_t) offset;
    [all...]
  /system/chre/chre_api/legacy/v1_1/chre/
re.h 230 * Retrieves CHRE's current estimated offset between the local CHRE clock
232 * SystemClock.elapsedRealtimeNanos(). This offset is formed as host time minus
241 * some fixed/invalid value while waiting for the initial offset estimate to be
242 * determined - this initial offset must be ready before nanoapps are started.
244 * @returns An estimate of the offset between CHRE's time returned in
247 * milliseconds, such that adding this offset to chreGetTime() produces the
268 int64_t offset = chreGetEstimatedHostTimeOffset(); local
271 // Just casting time to int64_t and adding the (potentially negative) offset
275 if (offset >= 0) {
276 time += (uint64_t) offset;
    [all...]
  /system/core/base/
strings.cpp 112 size_t offset = string_length - suffix_length; local
113 return (case_sensitive ? strncmp : strncasecmp)(s.c_str() + offset, suffix, suffix_length) == 0;
  /system/core/libion/kernel-headers/linux/
ion_test.h 26 __u64 offset; member in struct:ion_test_rw_data
  /system/core/libion/original-kernel-headers/linux/
ion_test.h 26 * @offset: offset into the ion buffer to start reading
32 __u64 offset; member in struct:ion_test_rw_data
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.cpp 55 uint32_t offset = abs(immed8); local
62 ((W&1)<<21) | (((offset&0xF0)<<4)|(offset&0xF));
70 int Rn, uint32_t offset)
72 LDR(cc, Rd, Rn, offset);
75 int Rn, uint32_t offset)
77 STR(cc, Rd, Rn, offset);
  /system/core/libpixelflinger/tests/arch-mips64/disassembler/
mips64_disassembler_test.cpp 122 int16_t offset; member in struct:test_branches_table_entry_t
139 int32_t offset; member in struct:test_jump_table_entry_t
172 uint64_t loc = (uint64_t)test + 4 + (test->offset << 2);
193 uint64_t loc = ((uint64_t)test & 0xfffffffff0000000) | (test->offset << 2);
  /system/core/libunwindstack/
DwarfEhFrameWithHdr.h 44 uint64_t offset; member in struct:unwindstack::DwarfEhFrameWithHdr::FdeInfo
50 bool Init(uint64_t offset, uint64_t size) override;

Completed in 563 milliseconds

<<11121314151617181920>>