HomeSort by relevance Sort by last modified time
    Searched refs:offsets (Results 76 - 100 of 742) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/ots/src/
vdmx.h 39 std::vector<uint16_t> offsets; member in struct:ots::OpenTypeVDMX
  /external/libvpx/
libvpx.mk 23 include $(LOCAL_PATH)/libvpx-offsets.mk
30 include $(LOCAL_PATH)/libvpx-offsets.mk
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_so.c 76 int *offsets,
101 lp->so_target.offset[i] = offsets[i];
105 if (offsets[i] >= 0)
106 map_buffers[i] = ((char*)mapped) + offsets[i];
  /external/libsepol/src/
module.c 370 /* Get the section offsets from a package file, offsets will be malloc'd to
374 size_t ** offsets, uint32_t * sections)
429 ERR(file->handle, "offsets are not increasing (at %u, "
446 *offsets = off;
468 size_t *offsets, len; local
472 if (module_package_read_offsets(mod, file, &offsets, &nsec))
475 /* we know the section offsets, seek to them and read in the data */
479 if (policy_file_seek(file, offsets[i])) {
481 "module package section %u", offsets[i], i)
654 size_t *offsets = NULL; local
878 uint32_t buf[5], offsets[5], len, nsec = 0; local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnvscsu.c 68 /* use table of predefined fixed offsets for values from fixedThreshold */
72 /* constant offsets for the 8 static windows */
84 /* initial offsets for the 8 dynamic (sliding) windows */
96 /* Table of fixed predefined Offsets */
119 /* dynamic window offsets, intitialize to default values from initialDynamicOffsets */
236 int32_t *offsets; local
253 offsets=pArgs->offsets;
295 if(offsets!=NULL) {
296 *offsets++=sourceIndex
1015 int32_t *offsets; local
    [all...]
ucnvmbcs.c 1894 int32_t *offsets; local
2046 int32_t *offsets; local
2326 int32_t *offsets; local
3267 int32_t *offsets; local
3499 int32_t *offsets; local
3675 int32_t *offsets; local
3932 int32_t *offsets; local
    [all...]
unisetspan.cpp 27 * List of offsets from the current position from where to try matching
29 * Store offsets rather than indexes to simplify the code and use the same list
32 * Assumption: The maximum offset is limited, and the offsets that are stored
38 * This avoids inserting into a sorted list of offsets (or absolute indexes) and
50 * the integer would simply be shifted when lower offsets are removed.
86 // Reduce all stored offsets by delta, used when the current position
88 // There must not be any offsets lower than delta.
124 // and reduce all other offsets by this minimum.
640 OffsetList offsets; local
643 offsets.setMaxLength(maxLength16)
801 OffsetList offsets; local
962 OffsetList offsets; local
1143 OffsetList offsets; local
    [all...]
ucnvhz.c 13 * 10/31/2000 Ram Implemented offsets logic function
42 if(args->offsets!=NULL){ \
43 *(offsets++) = sourceIndex-1; \
186 if(args->offsets) {
187 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 2);
297 if(args->offsets) {
298 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 1-(myData->isStateDBCS));
338 int32_t* offsets = args->offsets; local
413 if(offsets){
    [all...]
ucnvbocu.c 391 int32_t *offsets; local
405 offsets=pArgs->offsets;
436 *offsets++=nextSourceIndex++;
444 *offsets++=nextSourceIndex++;
454 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
472 *offsets++=sourceIndex;
509 *offsets++=sourceIndex;
531 *offsets++=sourceIndex;
532 *offsets++=sourceIndex
940 int32_t *offsets; local
    [all...]
  /external/icu/icu4c/source/common/
ucnvscsu.c 69 /* use table of predefined fixed offsets for values from fixedThreshold */
73 /* constant offsets for the 8 static windows */
85 /* initial offsets for the 8 dynamic (sliding) windows */
97 /* Table of fixed predefined Offsets */
120 /* dynamic window offsets, intitialize to default values from initialDynamicOffsets */
237 int32_t *offsets; local
254 offsets=pArgs->offsets;
296 if(offsets!=NULL) {
297 *offsets++=sourceIndex
1016 int32_t *offsets; local
    [all...]
ucnvmbcs.c 1891 int32_t *offsets; local
2043 int32_t *offsets; local
2323 int32_t *offsets; local
3264 int32_t *offsets; local
3496 int32_t *offsets; local
3672 int32_t *offsets; local
3929 int32_t *offsets; local
    [all...]
unisetspan.cpp 29 * List of offsets from the current position from where to try matching
31 * Store offsets rather than indexes to simplify the code and use the same list
34 * Assumption: The maximum offset is limited, and the offsets that are stored
40 * This avoids inserting into a sorted list of offsets (or absolute indexes) and
52 * the integer would simply be shifted when lower offsets are removed.
88 // Reduce all stored offsets by delta, used when the current position
90 // There must not be any offsets lower than delta.
126 // and reduce all other offsets by this minimum.
642 OffsetList offsets; local
645 offsets.setMaxLength(maxLength16)
803 OffsetList offsets; local
964 OffsetList offsets; local
1145 OffsetList offsets; local
    [all...]
ucnvhz.c 13 * 10/31/2000 Ram Implemented offsets logic function
43 if(args->offsets!=NULL){ \
44 *(offsets++) = sourceIndex-1; \
186 if(args->offsets) {
187 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 2);
297 if(args->offsets) {
298 args->offsets[myTarget - args->target]=(int32_t)(mySource - args->source - 1-(myData->isStateDBCS));
338 int32_t* offsets = args->offsets; local
413 if(offsets){
    [all...]
ucnvbocu.cpp 396 int32_t *offsets; local
410 offsets=pArgs->offsets;
441 *offsets++=nextSourceIndex++;
449 *offsets++=nextSourceIndex++;
459 sourceIndex=nextSourceIndex; /* wrong if offsets==NULL but does not matter */
477 *offsets++=sourceIndex;
514 *offsets++=sourceIndex;
536 *offsets++=sourceIndex;
537 *offsets++=sourceIndex
945 int32_t *offsets; local
    [all...]
  /art/runtime/
class_linker_test.cc 373 std::vector<CheckOffset> offsets; member in struct:art::CheckOffsets
395 if (offsets.size() != num_fields) {
399 << " C++=" << offsets.size();
403 for (size_t i = 0; i < offsets.size(); i++) {
406 if (field_name != offsets[i].java_name) {
411 for (size_t i = 0; i < offsets.size(); i++) {
412 CheckOffset& offset = offsets[i];
415 if (field_name != offsets[i].java_name) {
425 for (size_t i = 0; i < offsets.size(); i++) {
426 CheckOffset& offset = offsets[i]
    [all...]
  /hardware/intel/common/libva/test/
loadsurface.h 248 U_start = (char *)surface_p + surface_image.offsets[1];
254 U_start = (char *)surface_p + surface_image.offsets[1];
255 V_start = (char *)surface_p + surface_image.offsets[2];
260 U_start = (char *)surface_p + surface_image.offsets[2];
261 V_start = (char *)surface_p + surface_image.offsets[1];
314 U_start = (unsigned char *)surface_p + surface_image.offsets[1];
320 U_start = (unsigned char *)surface_p + surface_image.offsets[1];
321 V_start = (unsigned char *)surface_p + surface_image.offsets[2];
326 U_start = (unsigned char *)surface_p + surface_image.offsets[2];
327 V_start = (unsigned char *)surface_p + surface_image.offsets[1]
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftrfork.h 124 /* offset (offsets[N]), and an error code (errors[N]). */
143 /* offsets :: */
144 /* An array of guessed file offsets. `offsets[N]' holds the file */
151 /* FT_Err_Ok, `new_names[N]' and `offsets[N]' are meaningless. */
158 FT_Long* offsets,
207 /* Get the data offsets for a tag in a resource fork. Offsets are */
228 /* offsets :: */
229 /* The stream offsets for the resource data specified by `tag'. *
    [all...]
  /external/deqp/framework/common/
tcuTexCompareVerifier.hpp 59 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
60 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
  /external/freetype/include/internal/
ftrfork.h 124 /* offset (offsets[N]), and an error code (errors[N]). */
143 /* offsets :: */
144 /* An array of guessed file offsets. `offsets[N]' holds the file */
151 /* FT_Err_Ok, `new_names[N]' and `offsets[N]' are meaningless. */
158 FT_Long* offsets,
207 /* Get the data offsets for a tag in a resource fork. Offsets are */
235 /* offsets :: */
236 /* The stream offsets for the resource data specified by `tag'. *
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftrfork.h 124 /* offset (offsets[N]), and an error code (errors[N]). */
143 /* offsets :: */
144 /* An array of guessed file offsets. `offsets[N]' holds the file */
151 /* FT_Err_Ok, `new_names[N]' and `offsets[N]' are meaningless. */
158 FT_Long* offsets,
207 /* Get the data offsets for a tag in a resource fork. Offsets are */
228 /* offsets :: */
229 /* The stream offsets for the resource data specified by `tag'. *
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftrfork.h 124 /* offset (offsets[N]), and an error code (errors[N]). */
143 /* offsets :: */
144 /* An array of guessed file offsets. `offsets[N]' holds the file */
151 /* FT_Err_Ok, `new_names[N]' and `offsets[N]' are meaningless. */
158 FT_Long* offsets,
207 /* Get the data offsets for a tag in a resource fork. Offsets are */
228 /* offsets :: */
229 /* The stream offsets for the resource data specified by `tag'. *
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
trxhdr.h 45 * as below where size of "offsets" field will vary as per the TRX version.
57 uint32 offsets[TRX_MAX_OFFSET]; /* Offsets of partitions from start of header */ member in struct:trx_header
59 uint32 offsets[1]; /* Offsets of partitions from start of header */ member in struct:trx_header
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_matrix_filter.c 79 struct vertex2f *offsets, const float *matrix_values)
112 if (matrix_values[i] != 0.0f && !is_vec_zero(offsets[i])) {
114 i_vtex, ureg_imm2f(shader, offsets[i].x, offsets[i].y));
122 struct ureg_src src = is_vec_zero(offsets[i]) ? i_vtex : ureg_src(t_array[i]);
160 struct vertex2f *offsets, v, sizes; local
217 offsets = MALLOC(sizeof(struct vertex2f) * num_offsets);
218 if (!offsets)
226 offsets[i++] = v;
229 offsets[i].x /= video_width
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_matrix_filter.c 79 struct vertex2f *offsets, const float *matrix_values)
112 if (matrix_values[i] != 0.0f && !is_vec_zero(offsets[i])) {
114 i_vtex, ureg_imm2f(shader, offsets[i].x, offsets[i].y));
122 struct ureg_src src = is_vec_zero(offsets[i]) ? i_vtex : ureg_src(t_array[i]);
160 struct vertex2f *offsets, v, sizes; local
217 offsets = MALLOC(sizeof(struct vertex2f) * num_offsets);
218 if (!offsets)
226 offsets[i++] = v;
229 offsets[i].x /= video_width
    [all...]
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 25 int height, int* offsets, int jpegQuality) {
43 compress(&cinfo, (uint8_t*) inYuv, offsets);
72 uint8_t* yuv, int* offsets) {
84 uint8_t* yPlanar = yuv + offsets[0];
85 uint8_t* vuPlanar = yuv + offsets[1]; //width * height;
148 uint8_t* yuv, int* offsets) {
164 uint8_t* yuvOffset = yuv + offsets[0];
220 jint format, jint width, jint height, jintArray offsets,
226 jint* imgOffsets = env->GetIntArrayElements(offsets, NULL);
237 env->ReleaseIntArrayElements(offsets, imgOffsets, 0)
    [all...]

Completed in 1869 milliseconds

1 2 34 5 6 7 8 91011>>