/external/icu/icu4c/source/common/ |
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...] |
ucnvisci.c | 828 #define WRITE_TO_TARGET_FROM_U(args,offsets,source,target,targetLimit,targetByteUnit,err){ \ 896 int32_t* offsets = args->offsets; local [all...] |
/external/deqp/modules/gles31/functional/ |
es31fTextureGatherTests.cpp | 496 // Whether offsets correspond to the sample offsets used with plain textureGather(). 497 static inline bool isZeroOffsetOffsets (const IVec2 (&offsets)[4]) 501 return std::equal(DE_ARRAY_BEGIN(offsets), 502 DE_ARRAY_END(offsets), 508 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4]) 510 return texture.gatherOffsets(sampler, coord.x(), coord.y(), componentNdx, offsets).cast<ColorScalarType>(); 514 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4]) 516 return texture.gatherOffsets(sampler, coord.x(), coord.y(), coord.z(), componentNdx, offsets).cast<ColorScalarType>(); 520 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4] 595 IVec2 offsets[4]; local 596 getPixelOffsets(IVec2(px, py), offsets); local 673 IVec2 offsets[4]; local 674 getPixelOffsets(IVec2(px, py), offsets); local 786 IVec2 offsets[4]; \/\/ \\note Unless GATHERTYPE_OFFSETS is used, only offsets[0] is relevant; also, for GATHERTYPE_OFFSET_DYNAMIC, none are relevant. member in struct:deqp::gles31::Functional::__anon24167::GatherArgs [all...] |
/external/chromium_org/third_party/icu/source/common/ |
ucnvisci.c | 893 int32_t* offsets = args->offsets; local [all...] |
triedict.cpp | 379 // for terminal nodes directly in offsets[] 397 uint32_t nodeCount; // Number of entries in offsets[] 399 uint32_t offsets[1]; // Offsets to nodes from start of data member in struct:CompactTrieHeader 406 uint16_t nodeCount; // Number of entries in offsets[] 408 uint32_t offsets[1]; // Offsets to nodes from start of data member in struct:CompactTrieHeaderV1 415 uint32_t nodeCount; // Number of entries in offsets[] 417 uint32_t *offsets; // Offsets to nodes from start of dat member in struct:CompactTrieInfo [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ncnvtst.c | 163 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; local 170 expected, sizeof(expected), "ibm-1363", offsets , TRUE, U_ZERO_ERROR)) 177 expected, sizeof(expected), "ibm-1363", offsets, TRUE, U_ZERO_ERROR)) 189 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; local 196 expected, sizeof(expected), "iso-2022-jp", offsets , TRUE, U_ZERO_ERROR)) 214 static const int32_t offsets[] = { local 226 expected, sizeof(expected), "iso-2022-cn", offsets , TRUE, U_ZERO_ERROR)) 242 static const int32_t offsets[] = {-1, -1, -1, -1, local 256 expected, sizeof(expected), "iso-2022-kr", offsets , TRUE, U_ZERO_ERROR)) 272 static const int32_t offsets[] = {0,0,0,0 local 293 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, local 372 static const int32_t offsets[] = { 0x00, 0x00}; local 450 static const int32_t offsets[] = { 0x00, 1}; local 490 static const int32_t offsets[] = { 0x00, 1}; local 541 static const int32_t offsets[] = { -1, -1, -1, -1, 0x00, 1}; local 582 static const int32_t offsets[] = { 0x00, 0x00, 0x00, 1}; local 1523 static const int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; local 1565 static const int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; local 1601 static const int32_t offsets[] = { local 1644 static const int32_t offsets[] = {-1, -1, -1, -1, local 1692 static const int32_t offsets[] = {0,0,0,0, local 1729 int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, local [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
backcompat.test | 305 4 "SELECT offsets(t1) FROM t1 WHERE t1 MATCH 'jk'" 306 5 "SELECT offsets(t1) FROM t1 WHERE t1 MATCH 'tug* OR eight'" 326 4 "SELECT offsets(t1) FROM t1 WHERE t1 MATCH 'jk'" 327 5 "SELECT offsets(t1) FROM t1 WHERE t1 MATCH 'tug* OR eight'" 342 4 "SELECT offsets(t1) FROM t1 WHERE t1 MATCH 'jk'" 343 5 "SELECT offsets(t1) FROM t1 WHERE t1 MATCH 'tug* OR eight'" 345 6 "SELECT offsets(t1) FROM t1 WHERE t1 MATCH 'aa'" 346 7 "SELECT offsets(t1) FROM t1 WHERE t1 MATCH '44'" 347 8 "SELECT offsets(t1) FROM t1 WHERE t1 MATCH 'a*'" 360 4 "SELECT offsets(t1) FROM t1 WHERE t1 MATCH 'jk' [all...] |
corrupt7.test | 15 # on corrupt cell offsets in a btree page. 62 # Deliberately corrupt some of the cell offsets in the btree page
|
/external/icu/icu4c/source/test/cintltst/ |
ncnvtst.c | 163 int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; local 170 expected, sizeof(expected), "ibm-1363", offsets , TRUE, U_ZERO_ERROR)) 177 expected, sizeof(expected), "ibm-1363", offsets, TRUE, U_ZERO_ERROR)) 189 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; local 196 expected, sizeof(expected), "iso-2022-jp", offsets , TRUE, U_ZERO_ERROR)) 218 static const int32_t offsets[] = { 230 expected, sizeof(expected), "iso-2022-cn", offsets , TRUE, U_ZERO_ERROR)) 248 static const int32_t offsets[] = {-1, -1, -1, -1, local 262 expected, sizeof(expected), "iso-2022-kr", offsets , TRUE, U_ZERO_ERROR)) 278 static const int32_t offsets[] = {0,0,0,0 local 299 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, local 378 static const int32_t offsets[] = { 0x00, 0x00}; local 456 static const int32_t offsets[] = { 0x00, 1}; local 559 static const int32_t offsets[] = { -1, -1, -1, -1, 0x00, 1}; local 600 static const int32_t offsets[] = { 0x00, 0x00, 0x00, 1}; local 1541 static const int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 }; local 1583 static const int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 }; local 1668 static const int32_t offsets[] = {-1, -1, -1, -1, local 1716 static const int32_t offsets[] = {0,0,0,0, local 1753 int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02, local [all...] |
/hardware/intel/common/libva/test/videoprocess/ |
videoprocess.cpp | 223 y_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]); 224 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]); 288 y_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]); 291 v_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]); 292 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]); 294 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]); 295 v_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[2]); 297 u_dst = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]); 391 y_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[0]); 393 v_src = (unsigned char *)((unsigned char*)surface_p + surface_image.offsets[1]) [all...] |
/external/chromium_org/ui/base/l10n/ |
l10n_util.h | 102 // If non-NULL |offsets| will be replaced with the start points of the replaced 107 std::vector<size_t>* offsets); 146 // vector based version returns offsets ordered by parameter. For example if 147 // invoked with a and b offsets[0] gives the offset for a and offsets[1] the 155 std::vector<size_t>* offsets);
|
/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/chromium_org/third_party/protobuf/src/google/protobuf/ |
dynamic_message.cc | 180 // important (the prototype must be deleted *before* the offsets). 181 scoped_array<int> offsets; member in struct:google::protobuf::DynamicMessage::TypeInfo 256 void* field_ptr = OffsetToPointer(type_info_->offsets[i]); 295 type_info_->offsets[i])); 336 void* field_ptr = OffsetToPointer(type_info_->offsets[i]); 404 void* field_ptr = OffsetToPointer(type_info_->offsets[i]); 499 // Compute size and offsets. 500 int* offsets = new int[type->field_count()]; local 501 type_info->offsets.reset(offsets); [all...] |
/external/protobuf/src/google/protobuf/ |
dynamic_message.cc | 178 // important (the prototype must be deleted *before* the offsets). 179 scoped_array<int> offsets; member in struct:google::protobuf::DynamicMessage::TypeInfo 244 void* field_ptr = OffsetToPointer(type_info_->offsets[i]); 283 type_info_->offsets[i])); 324 void* field_ptr = OffsetToPointer(type_info_->offsets[i]); 391 void* field_ptr = OffsetToPointer(type_info_->offsets[i]); 486 // Compute size and offsets. 487 int* offsets = new int[type->field_count()]; local 488 type_info->offsets.reset(offsets); [all...] |
/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);
|
/external/chromium_org/ash/display/ |
display_layout.cc | 64 DisplayLayout DisplayLayout::FromInts(int position, int offsets) { 65 return DisplayLayout(static_cast<Position>(position), offsets);
|
/external/chromium_org/chrome/browser/autocomplete/ |
bookmark_provider.cc | 160 std::vector<size_t> offsets = BookmarkMatch::OffsetsFromMatchPositions( local 162 // In addition to knowing how |offsets| is transformed, we need to know how 164 // |offsets|, compute how everything is transformed, then remove it from the 166 offsets.push_back(inline_autocomplete_offset); 169 net::UnescapeRule::SPACES, NULL, NULL, &offsets); 170 inline_autocomplete_offset = offsets.back(); 171 offsets.pop_back(); 174 bookmark_match.url_match_positions, offsets);
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
phonenumbermatch.h | 20 // A match consists of the phone number as well as the start and end offsets of 25 // searched text, the match offsets, and the parsed number:
|
/external/chromium_org/third_party/opus/src/celt/ |
rate.h | 92 @param offsets Requested increase or decrease in the number of bits for 98 int compute_allocation(const CELTMode *m, int start, int end, const int *offsets, const int *cap, int alloc_trim, int *intensity, int *dual_stero,
|
/external/chromium_org/third_party/skia/src/core/ |
SkPictureStateTree.h | 22 * offsets, allows for playback of an arbitrary subset of the draws (note that Z-order is only 54 * of offsets into the command buffer to carry out those calls with correct matrix/clip state.
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFCatalog.h | 22 The PDF catalog manages object numbers and file offsets. It is used 80 /** Set file offsets for the resources of substitute objects.
|
SkPDFPage.h | 60 * the offsets of all nonresource-indirect objects that make up the page 62 * @param catalog The catalog to add the object offsets to.
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_EBLC.h | 99 // Variable metrics glyphs with 4 byte offsets 113 // Variable metrics glyphs with 2 byte offsets
|
/external/chromium_org/tools/relocation_packer/src/ |
run_length_encoder.h | 12 // and info fields. Offsets strictly increase, and each is commonly a 30 // Because R_ARM_RELATIVE relocation offsets strictly increase, the complete
|
/external/clang/include/clang/AST/ |
VTableBuilder.h | 194 /// The kind is stored in the lower 3 bits of the value. For offsets, we 198 /// need the offsets to be 64-bit, even when on a 32-bit machine). 285 /// offset offsets, thunks etc) for the given record decl. 324 /// \brief vtable offsets for offsets of virtual bases of a class. 327 /// where the offsets for virtual bases of a class are stored. 533 /// The vbtable is an array of i32 offsets. The first entry is a self entry, 534 /// and the rest are offsets from the vbptr to virtual bases.
|