HomeSort by relevance Sort by last modified time
    Searched full:offsets (Results 576 - 600 of 3672) sorted by null

<<21222324252627282930>>

  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmstypes.c 164 // A table of n elements is readed, where first comes n records containing offsets and sizes and
177 // Let's take the offsets to each element
233 // Keep starting position of curve offsets
    [all...]
  /external/chromium_org/third_party/icu/source/common/
unames.c 527 * expands them into offsets and lengths for each string.
532 * The offsets and lengths arrays must be at least 33 (one more) long because
537 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) {
560 *offsets++=offset;
572 *offsets++=offset;
591 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
593 s=expandGroupLengths(s, offsets, lengths);
594 return expandName(names, s+offsets[lineNumber], lengths[lineNumber], nameChoice,
624 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
627 s=expandGroupLengths(s, offsets, lengths)
1352 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
2004 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local
    [all...]
  /external/icu/icu4c/source/common/
unames.cpp 506 * expands them into offsets and lengths for each string.
511 * The offsets and lengths arrays must be at least 33 (one more) long because
516 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) {
539 *offsets++=offset;
551 *offsets++=offset;
570 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
572 s=expandGroupLengths(s, offsets, lengths);
573 return expandName(names, s+offsets[lineNumber], lengths[lineNumber], nameChoice,
603 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
606 s=expandGroupLengths(s, offsets, lengths)
1343 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
1991 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.inp 387 (offsets == NULL && offsetcount > 0))
434 /* Compute the minimum number of offsets that we need to reset each time. Doing
436 /* Continue as from after the assertion, updating the offsets high water
437 /* Continue from after the assertion, updating the offsets high water
484 /* If the expression has got more back references than the offsets supplied can
554 = 0 => success, but offsets is not big enough
572 DPRINTF (("Copied offsets from temporary memory\n"));
892 each substring: the offsets to the start and end of the substring.
1013 extraction by setting the offsets and bumping the high water mark. */
1283 int *offsets;
    [all...]
  /external/chromium_org/third_party/icu/patches/
search_collation.patch 24 + const int32_t * offsets;
114 + nextOffsetPtr = patternsOffsetsPtr->offsets;
115 + limitOffsetPtr = patternsOffsetsPtr->offsets + patternsOffsetsPtr->offsetsLen;
140 + nextOffsetPtr = patternsOffsetsPtr->offsets + patternsOffsetsPtr->offsetsLen;
141 + limitOffsetPtr = patternsOffsetsPtr->offsets;
279 + const int32_t * offsets;
302 + nextOffsetPtr = tsceItemPtr->offsets;
303 + limitOffsetPtr = tsceItemPtr->offsets + tsceItemPtr->offsetsLen;
328 + nextOffsetPtr = tsceItemPtr->offsets + tsceItemPtr->offsetsLen;
329 + limitOffsetPtr = tsceItemPtr->offsets;
    [all...]
segmentation.patch 735 +// for terminal nodes directly in offsets[]
753 + uint32_t nodeCount; // Number of entries in offsets[]
755 + uint32_t offsets[1]; // Offsets to nodes from start of data
762 uint16_t nodeCount; // Number of entries in offsets[]
764 - uint32_t offsets[1]; // Offsets to nodes from start of data
765 + uint32_t offsets[1]; // Offsets to nodes from start of data
772 + uint32_t nodeCount; // Number of entries in offsets[]
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 246 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets));
248 vf->offsets[m+1]=searched;
256 vf->offsets[m]=begin;
351 _seek_helper(vf,vf->offsets[link]);
365 if(pos<vf->offsets[link] || pos>=vf->offsets[link+1])
397 _seek_helper(vf,vf->offsets[i]);
457 ogg_int64_t end=vf->offsets[i+1];
485 if(vf->offsets[i+1]>=vf->offset)break
    [all...]
  /external/chromium_org/media/formats/mp4/
track_run_iterator_unittest.cc 246 frag->auxiliary_offset.offsets.push_back(offset);
257 moof->tracks[i].auxiliary_offset.offsets.push_back(50);
396 // Add CTS offsets. Without bias, the CTS offsets for the first three frames
397 // would simply be [0, 3, -2]. Since CTS offsets should be non-negative for
427 moof.tracks[1].auxiliary_offset.offsets.push_back(50);
595 moof.tracks[0].auxiliary_offset.offsets.push_back(201);
  /external/chromium_org/third_party/freetype/src/sfnt/
sfobjs.c 415 /* now read the offsets of each font in the file */
416 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) )
423 face->ttc_header.offsets[n] = FT_GET_ULONG();
434 if ( FT_NEW( face->ttc_header.offsets ) )
437 face->ttc_header.offsets[0] = offset;
491 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
    [all...]
ttpost.c 360 table->offsets = offset_table;
446 FT_FREE( table->offsets );
551 idx += table->offsets[idx];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_screen.c 462 memcpy(image->offsets, orig_image->offsets, sizeof(image->offsets));
482 int *strides, int *offsets,
512 image->offsets[index] = offsets[index];
539 offset = parent->offsets[index];
    [all...]
  /external/llvm/docs/
SourceLevelDebugging.rst     [all...]
  /external/llvm/lib/CodeGen/
Analysis.cpp 72 /// If Offsets is non-null, it points to a vector to be filled in
73 /// with the in-memory offsets of each of the individual values.
77 SmallVectorImpl<uint64_t> *Offsets,
86 ComputeValueVTs(TLI, *EI, ValueVTs, Offsets,
95 ComputeValueVTs(TLI, EltTy, ValueVTs, Offsets,
104 if (Offsets)
105 Offsets->push_back(StartingOffset);
PrologEpilogInserter.cpp 146 // Calculate actual frame offsets for all abstract stack objects...
158 // and actual offsets.
429 /// those required to be close to the Stack Protector) to stack offsets.
444 /// calculateFrameObjectOffsets - Calculate actual frame offsets for all of the
487 // First assign frame offsets to stack objects that are used to spill
543 // Resolve offsets for objects in the local block.
606 // Then assign frame offsets to stack objects that are not used to spill
655 // If the frame pointer is eliminated, all frame offsets will be relative to
702 /// register references and actual offsets.
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 137 /// As offsets are negative, the largest offsets will be first.
159 /// As offsets are negative, the largest offsets will be first.
189 /// with the largest (negative) offsets first.
276 // We want the nearest (negative) offsets first, so reverse list.
323 // The unwinder requires stack slot & CFI offsets for the exception info.
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 462 memcpy(image->offsets, orig_image->offsets, sizeof(image->offsets));
482 int *strides, int *offsets,
512 image->offsets[index] = offsets[index];
539 offset = parent->offsets[index];
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 117 long[] offsets = chunkOffsetBox.getChunkOffsets(); local
118 for (int i = 0; i < offsets.length; i++) {
119 offsets[i] += dataOffset;
339 LOG.fine("Calculating chunk offsets for track_" + track.getTrackMetaData().getTrackId());
346 // calculating the offsets
348 LOG.finer("Calculating chunk offsets for track_" + track.getTrackMetaData().getTrackId() + " chunk " + i);
352 LOG.finest("Adding offsets of track_" + current.getTrackMetaData().getTrackId());
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
sfobjs.c 417 /* now read the offsets of each font in the file */
418 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) )
425 face->ttc_header.offsets[n] = FT_GET_ULONG();
436 if ( FT_NEW( face->ttc_header.offsets ) )
439 face->ttc_header.offsets[0] = offset;
493 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
datefmt.h 226 * On output: the offsets of the alignment field.
261 * in with the text offsets for that field.
264 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and
271 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and
284 * On output: the offsets of the alignment field (see examples above)
319 * in with the text offsets for that field.
322 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and
329 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and
337 * On output: the offsets of the alignment field (see examples above)
  /external/chromium_org/third_party/icu/source/test/cintltst/
nccbtst.c 571 static const int32_t offsets[]={ local
580 /* BOCU-1 fromUnicode never calls callbacks, so this only tests single-byte and offsets behavior */
584 UCNV_FROM_U_CALLBACK_SKIP, offsets, NULL, 0)
614 int32_t offsets[]={ local
626 /* CESU-8 fromUnicode never calls callbacks, so this only tests conversion and offsets behavior */
628 /* without offsets */
637 /* with offsets */
641 UCNV_FROM_U_CALLBACK_SKIP, offsets, NULL, 0)
990 int32_t offsets[]={ local
1040 int32_t offsets[]={ local
1477 static const int32_t offsets[]={ 0, 0, 0, 1, 1, 1, 1, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6 }; local
1500 static const int32_t offsets[]={ local
1527 static const int32_t offsets[]={ local
1683 static const int32_t offsets[]={ local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucmstate.c 337 * Sum up the offsets for all states.
339 * the offsets add up directly.
341 * the offsets sum of that state needs to be added.
352 /* at first, add up only the final delta offsets to keep them <512 */
372 /* now, add up the delta offsets for the transitional entries */
402 * the offsets need to be increased by the sum of
772 * The differences are in the offsets, and in the trail states for some unassigned characters.
793 /* copy assigned-character code units and adjust fallback offsets */
821 /* remove temporary flags from fallback offsets that protected them from being modified twice */
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 559 /* Check offsets and lengths. */
580 /* The offsets must be multiples of 4. */
808 /* now read the offsets of each font in the file */
809 if ( FT_NEW_ARRAY( face->ttc_header.offsets, face->ttc_header.count ) )
816 face->ttc_header.offsets[n] = FT_GET_ULONG();
827 if ( FT_NEW( face->ttc_header.offsets ) )
830 face->ttc_header.offsets[0] = offset;
887 if ( FT_STREAM_SEEK( face->ttc_header.offsets[face_index] ) )
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h 235 * On output: the offsets of the alignment field.
270 * in with the text offsets for that field.
273 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and
280 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and
293 * On output: the offsets of the alignment field (see examples above)
328 * in with the text offsets for that field.
331 * UDAT_YEAR_FIELD, the offsets fieldPosition.beginIndex and
338 * DateFormat::TIMEZONE_FIELD, the offsets fieldPosition.beginIndex and
346 * On output: the offsets of the alignment field (see examples above)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 577 static const int32_t offsets[]={ local
586 /* BOCU-1 fromUnicode never calls callbacks, so this only tests single-byte and offsets behavior */
590 UCNV_FROM_U_CALLBACK_SKIP, offsets, NULL, 0)
620 int32_t offsets[]={ local
632 /* CESU-8 fromUnicode never calls callbacks, so this only tests conversion and offsets behavior */
634 /* without offsets */
643 /* with offsets */
647 UCNV_FROM_U_CALLBACK_SKIP, offsets, NULL, 0)
996 int32_t offsets[]={ local
1046 int32_t offsets[]={ local
1483 static const int32_t offsets[]={ 0, 0, 0, 1, 1, 1, 1, 3, 3, 3, 4, 4, 4, 5, 5, 5, 6 }; local
1506 static const int32_t offsets[]={ local
1533 static const int32_t offsets[]={ local
1689 static const int32_t offsets[]={ local
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucmstate.c 337 * Sum up the offsets for all states.
339 * the offsets add up directly.
341 * the offsets sum of that state needs to be added.
352 /* at first, add up only the final delta offsets to keep them <512 */
372 /* now, add up the delta offsets for the transitional entries */
402 * the offsets need to be increased by the sum of
772 * The differences are in the offsets, and in the trail states for some unassigned characters.
793 /* copy assigned-character code units and adjust fallback offsets */
821 /* remove temporary flags from fallback offsets that protected them from being modified twice */
    [all...]

Completed in 2669 milliseconds

<<21222324252627282930>>