HomeSort by relevance Sort by last modified time
    Searched refs:offsets (Results 126 - 150 of 950) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 84 // the buffer is filled with per-instance offsets, then unmapped.
95 void calcSceneParams(unsigned int w, unsigned int h, float* offsets);
gles3jni.cpp 138 float* offsets = mapOffsetBuf(); local
139 calcSceneParams(w, h, offsets);
153 float* offsets) {
183 offsets[2*idx + major] = centers[0][i];
184 offsets[2*idx + minor] = centers[1][j];
  /external/icu/icu4c/source/common/
ucnv_cb.c 30 /* need to update the offsets when the target moves. */
31 /* Note: Recursion may occur in the cb functions, be sure to update the offsets correctly
49 &args->offsets, offsetIndex,
86 NULL, /* no offsets */
90 if(args->offsets)
94 *(args->offsets)++ = offsetIndex;
240 &args->offsets, offsetIndex,
ucnv2022.cpp 26 * 10/31/2000 Ram Implemented offsets logic functions
428 int32_t **offsets,
434 offsets, sourceIndex, pErrorCode);
1689 int32_t* offsets = args->offsets; local
2381 int32_t* offsets = args->offsets; local
2647 int32_t *offsets = args->offsets; local
2942 int32_t* offsets = args->offsets; local
    [all...]
listformatter.cpp 271 int32_t offsets[2]; local
276 offsets,
277 UPRV_LENGTHOF(offsets),
282 if (offsets[0] == -1 || offsets[1] == -1) {
287 offset = offsets[1];
289 offset += offsets[0];
ucnvisci.c 828 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \
896 int32_t* offsets = args->offsets; local
    [all...]
ucnv_u32.c 129 int32_t *myOffsets = args->offsets;
207 args->offsets = myOffsets;
233 &args->offsets, -1,
336 &args->offsets, -1,
342 myOffsets = args->offsets;
415 args->offsets = myOffsets;
594 int32_t *myOffsets = args->offsets;
682 args->offsets = myOffsets;
708 &args->offsets, -1,
819 &args->offsets, -1
1044 int32_t *offsets=pArgs->offsets; local
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetISO2022.java     [all...]
CharsetASCII.java 37 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets,
98 /* set offsets since the start */
99 if (offsets != null) {
102 while (--count >= 0) offsets.put(++sourceIndex);
185 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets,
256 /* set offsets since the start */
257 if (offsets != null) {
260 while (--count >= 0) offsets.put(++sourceIndex);
  /external/libvorbis/examples/
chaining_example.c 64 (ov.dataoffsets[i]-ov.offsets[i]));
  /external/skia/src/animator/
SkDrawGradient.h 27 SkTDScalarArray offsets; member in class:SkDrawGradient
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
cache.s 1 # Source file to test offsets used with the CACHE and PREF instruction.
  /external/ceres-solver/internal/ceres/
reorder_program.cc 201 // Run a cumulative sum on the histogram, to obtain offsets to the start of
204 vector<int> offsets(num_eliminate_blocks + 1);
207 offsets.begin());
208 CHECK_EQ(offsets.back(), residual_blocks->size())
221 // residual blocks. This loop uses the offsets as counters; subtracting one
231 offsets[bucket]--;
234 CHECK(reordered_residual_blocks[offsets[bucket]] == NULL)
238 reordered_residual_blocks[offsets[bucket]] = (*residual_blocks)[i];
241 // Sanity check #1: The difference in bucket offsets should match the
244 CHECK_EQ(residual_blocks_per_e_block[i], offsets[i + 1] - offsets[i]
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
offset.d 2 #name: instructions with offsets
  /external/curl/lib/
ftplistparser.c 179 } offsets; member in struct:ftp_parselist_data
290 finfo->filename = str + parser->offsets.filename;
291 finfo->strings.group = parser->offsets.group ?
292 str + parser->offsets.group : NULL;
293 finfo->strings.perm = parser->offsets.perm ?
294 str + parser->offsets.perm : NULL;
295 finfo->strings.target = parser->offsets.symlink_target ?
296 str + parser->offsets.symlink_target : NULL;
297 finfo->strings.time = str + parser->offsets.time;
298 finfo->strings.user = parser->offsets.user
    [all...]
  /external/deqp/framework/common/
tcuTexLookupVerifier.hpp 130 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result);
131 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result);
132 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result);
134 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result);
135 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result);
136 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result);
  /external/icu/tools/
ZoneCompactor.java 33 // File offsets by zone name.
34 private Map<String,Integer> offsets = new HashMap<String,Integer>(); field in class:ZoneCompactor
79 offsets.put(s, offset);
95 offsets.put(from, offsets.get(to));
113 // Write dummy values for the three offsets, and remember where we need to seek back to later
126 sortedOlsonIds.addAll(offsets.keySet());
142 f.writeInt(offsets.get(actualZoneName));
164 // Go back and fix up the offsets in the header.
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 303 * Branch offsets and the exception table are also updated.
325 * Branch offsets and the exception table are also updated.
350 * Branch offsets and the exception table are also updated.
376 * Branch offsets and the exception table are also updated.
398 * Branch offsets and the exception table are also updated.
423 * Branch offsets and the exception table are also updated.
470 * Branch offsets and the exception table are also updated.
487 * Branch offsets and the exception table are also updated.
509 * Branch offsets and the exception table are also updated.
526 * Branch offsets and the exception table are also updated
1187 int[] offsets = new int[size]; local
1201 int[] offsets = new int[npairs]; local
1449 int[] offsets; field in class:CodeIterator.Switcher
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
CollatorTest.java 133 private void assertCollationElementIterator(CollationElementIterator it, Integer... offsets) {
134 for (int offset : offsets) {
141 private void assertGetCollationElementIteratorString(Locale l, String s, Integer... offsets) {
143 assertCollationElementIterator(coll.getCollationElementIterator(s), offsets);
146 private void assertGetCollationElementIteratorCharacterIterator(Locale l, String s, Integer... offsets) {
149 assertCollationElementIterator(coll.getCollationElementIterator(it), offsets);
  /libcore/ojluni/src/main/java/sun/util/calendar/
AbstractCalendar.java 125 int[] offsets = new int[2]; local
127 offsets[0] = zi.getRawOffset();
128 offsets[1] = zoneOffset - offsets[0];
138 saving = offsets[1];
181 int[] offsets = new int[2]; local
  /external/pcre/dist/
pcretest.c 245 #define PCRE_COPY_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \
247 rc = pcre_copy_named_substring(re, (char *)bptr, offsets, count, \
250 #define PCRE_COPY_SUBSTRING8(rc, bptr, offsets, count, i, cbuffer, size) \
251 rc = pcre_copy_substring((char *)bptr, offsets, count, i, cbuffer, size)
254 offsets, size_offsets, workspace, size_workspace) \
256 offsets, size_offsets, workspace, size_workspace)
259 offsets, size_offsets) \
261 offsets, size_offsets)
272 #define PCRE_GET_NAMED_SUBSTRING8(rc, re, bptr, offsets, count, \
274 rc = pcre_get_named_substring(re, (char *)bptr, offsets, count,
2997 int *offsets = NULL; local
    [all...]
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 280 int offsets[] = {1, 17}; local
283 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++)
295 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0);
296 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
303 offsets[offsetNdx],
383 int offsets[] = {1, 4, 17, 32}; local
386 for (int offsetNdx = 0; offsetNdx < DE_LENGTH_OF_ARRAY(offsets); offsetNdx++)
396 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0);
397 const std::string name = "offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(strides[strideNdx]) + "_quads" + typeToString(counts[countNdx]);
404 offsets[offsetNdx]
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
cidload.c 203 /* note that the font offsets are expressed in integer font units */
447 FT_ULong* offsets = NULL; local
464 /* reallocate offsets array if needed */
476 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
482 /* read the subrmap's offsets */
489 offsets[count] = cid_get_offset( &p, (FT_Byte)dict->sd_bytes );
493 /* offsets must be ordered */
495 if ( offsets[count - 1] > offsets[count] )
497 FT_ERROR(( "cid_read_subrs: offsets are not ordered\n" ))
    [all...]
  /external/pdfium/third_party/freetype/src/cid/
cidload.c 203 /* note that the font offsets are expressed in integer font units */
414 FT_ULong* offsets = NULL; local
438 /* reallocate offsets array if needed */
450 if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
456 /* read the subrmap's offsets */
463 offsets[count] = cid_get_offset( &p, (FT_Byte)dict->sd_bytes );
467 /* offsets must be ordered */
469 if ( offsets[count - 1] > offsets[count] )
474 data_len = offsets[num_subrs] - offsets[0]
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/util/
TestUtils.java 59 // and visible backgrounds. At each step we're keeping track of the combined offsets
78 // Update the offsets based on the location of current view in its parent's bounds
87 // we are respecting the offsets of our original view in the coordinate system of the
92 Pair<Integer, Integer> offsets = ancestorOffsets.get(i); local
94 canvas.translate(offsets.first, offsets.second);
96 canvas.translate(-offsets.first, -offsets.second);

Completed in 593 milliseconds

1 2 3 4 56 7 8 91011>>