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

1 2 3 4 5 6 7 891011>>

  /device/google/cuttlefish_common/common/libs/fs/
gce_fs.cpp 90 int offset; local
106 // because there's no need to create /, offset starts from 1.
107 for (offset = 1; offset < len; offset++) {
108 if (buf[offset] == '/' || offset == (len - 1)) {
109 if (buf[offset] == '/') {
110 buf[offset] = '\0';
126 if (buf[offset] == '\0')
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/pl061/
pl061_gpio.c 50 unsigned int data, offset; local
55 offset = gpio % GPIOS_PER_PL061;
57 if (data & BIT(offset))
65 unsigned int data, offset; local
70 offset = gpio % GPIOS_PER_PL061;
72 data = mmio_read_8(base_addr + PL061_GPIO_DIR) | BIT(offset);
75 data = mmio_read_8(base_addr + PL061_GPIO_DIR) & ~BIT(offset);
81 * The offset of GPIODATA register is 0.
91 unsigned int offset; local
96 offset = gpio % GPIOS_PER_PL061
110 int offset; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
parsetok.h 14 int offset; member in struct:__anon4351
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
parsetok.h 14 int offset; member in struct:__anon4657
  /device/linaro/hikey/bluetooth/
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]);
hci_protocol.cc 35 size_t offset = packet_length_offset_for_type[type]; local
36 if (type != HCI_PACKET_TYPE_ACL_DATA) return preamble[offset];
37 return (((preamble[offset + 1]) << 8) | preamble[offset]);
  /external/ImageMagick/MagickCore/
magic.h 39 offset; member in struct:_MagicInfo
  /external/ImageMagick/MagickWand/
script-token.c 343 if ((size_t) offset >= (token_info->length-1)) { \
355 token_info->token[offset++]=(char) (c); \
368 offset;
380 offset=0;
403 token_info->token[offset]='\0';
481 token_info->token[offset]='\0';
364 offset; local
  /external/ImageMagick/coders/
mac.c 113 offset,
169 offset=0;
182 offset++;
184 if (offset >= (ssize_t) length)
205 offset=0;
217 offset++;
219 if (offset >= (ssize_t) length)
240 offset=0;
111 offset, local
thumbnail.c 182 offset;
193 offset=(ssize_t) StringToLong(property);
203 magick[2]=GetStringInfoDatum(profile)[offset+i];
207 thumbnail_image=BlobToImage(image_info,GetStringInfoDatum(profile)+offset+i-2,
177 offset; local
  /external/aac/libAACenc/src/
grp_data.cpp 135 INT offset; /* needed in sfbOffset grouping */ local
162 offset = 0;
165 groupedSfbOffset[i++] = offset + sfbOffset[sfb] * groupLen[grp];
168 offset += groupLen[grp] * granuleLength_short;
line_pe.h 129 INT offset; member in struct:__anon13676
transform.cpp 126 UINT offset; local
140 offset = (windowShape == LOL_WINDOW) ? ((frameLength * 3) >> 2) : 0;
144 fr = frameLength - offset;
184 nl: left window slope offset
186 nr: right window slope offset */
  /external/adhd/cras/src/server/
buffer_share.h 14 unsigned int offset; member in struct:id_offset
39 /* Updates the offset of the given user into the shared buffer. */
44 * Updates the write point to the minimum offset from all users.
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockRectF.java 57 public void offset(float dx, float dy) { method in class:MockRectF
  /external/annotation-tools/scene-lib/src/annotations/el/
RelativeLocation.java 11 * instanceof, cast, or new: either the bytecode offset or the source code index.
16 * The bytecode offset of the construct.
18 public final int offset; field in class:RelativeLocation
35 private RelativeLocation(int offset, int index, int type_index) {
36 this.offset = offset;
41 public static RelativeLocation createOffset(int offset, int type_index) {
42 return new RelativeLocation(offset, -1, type_index);
50 return offset>-1;
55 return "#" + offset;
    [all...]
  /external/autotest/client/site_tests/security_SMMLocked/src/
smm.c 23 int check_smram(struct pci_dev *northbridge, int offset)
28 smram_value = pci_read_byte(northbridge, offset);
50 int offset = 0; local
56 offset = 0x9d;
60 offset = 0x88;
64 offset = 0x88;
68 offset = 0x88;
72 offset = 0x88;
76 offset = 0x88;
83 offset = 0x88
95 int offset; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
FixedPointPreCompInfo.java 8 protected ECPoint offset = null; field in class:FixedPointPreCompInfo
25 return offset;
28 public void setOffset(ECPoint offset)
30 this.offset = offset;
  /external/brotli/c/dec/
prefix.h 18 /* [offset, offset + 2^nbits) */
20 uint16_t offset; member in struct:PrefixCodeRange
  /external/brotli/java/org/brotli/dec/
Context.java 35 int offset = 1280; local
40 lookup[offset++] = value;
TransformTest.java 62 int offset = 0; local
64 offset += Transform.transformDictionaryWord(
65 output, offset, ByteBuffer.wrap(testWord), 0, testWord.length, i);
66 output[offset++] = -1;
68 assertEquals(output.length, offset);
  /external/brotli/java/org/brotli/wrapper/common/
SetZeroDictionaryTest.java 41 int offset = 0; local
44 while ((bytesRead = decoder.read(output, offset, 17 - offset)) != -1) {
45 offset += bytesRead;
50 assertEquals(16, offset);
  /external/bsdiff/
patch_reader.cc 91 size_t offset = 32; local
92 if (!ctrl_stream_->SetInputData(const_cast<uint8_t*>(patch_data) + offset,
98 offset += ctrl_len;
99 if (!diff_stream_->SetInputData(const_cast<uint8_t*>(patch_data) + offset,
105 offset += diff_len;
106 if (!extra_stream_->SetInputData(const_cast<uint8_t*>(patch_data) + offset,
107 patch_size - offset)) {
108 LOG(ERROR) << "Failed to init extra stream, extra_offset: " << offset
  /external/conscrypt/common/src/main/java/org/conscrypt/
ApplicationProtocolSelectorAdapter.java 51 * @return If successful, returns the offset into the {@code lenghPrefixedList} array of the
74 int offset = 0; local
79 return offset;
83 offset += 1 + protocol.length();
  /external/deqp/executor/
xeTestLogParser.cpp 169 int offset = m_currentCaseData->getDataSize(); local
172 m_currentCaseData->setDataSize(offset+numDataBytes);
173 m_containerParser.getData(m_currentCaseData->getData()+offset, numDataBytes, 0);

Completed in 378 milliseconds

1 2 3 4 5 6 7 891011>>