HomeSort by relevance Sort by last modified time
    Searched refs:indexes (Results 26 - 50 of 197) sorted by null

12 3 4 5 6 7 8

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixeltransfer.h 62 GLuint n, GLuint indexes[]);
67 GLuint n, GLuint indexes[]);
  /external/icu/icu4c/source/common/
ubidi_props.c 32 const int32_t *indexes; member in struct:UBiDiProps
77 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
84 start=bdp->indexes[UBIDI_IX_JG_START];
85 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
116 max=bdp->indexes[UBIDI_MAX_VALUES_INDEX];
156 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
203 start=bdp->indexes[UBIDI_IX_JG_START];
204 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
ucnv_ext.h 97 * int32_t indexes[>=32];
99 * Array of indexes and lengths etc. The length of the array is at least 32.
100 * The actual length is stored in indexes[0] to be forward compatible.
102 * Each index to another array is the number of bytes from indexes[].
105 * Some of the structures may not be present, in which case their indexes
108 * Usage of indexes[i]:
109 * [0] length of indexes[]
128 * [13] index of fromUStage3[] (array of uint16_t indexes into fromUStage3b[])
152 * [>31] reserved; there are indexes[0] indexes
    [all...]
usprep.cpp 261 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes));
268 profile->mappingData=(uint16_t *)((uint8_t *)(p+_SPREP_INDEX_TOP)+profile->indexes[_SPREP_INDEX_TRIE_SIZE]);
275 normCorrVer = profile->indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION];
283 ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
344 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
345 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
522 const int32_t* indexes = profile->indexes; local
551 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &
825 int32_t indexes[16]; local
    [all...]
ucnvsel.cpp 272 * int32_t indexes[UCNVSEL_INDEX_COUNT]; // see index entry constants above
273 * serialized UTrie2; // indexes[UCNVSEL_INDEX_TRIE_SIZE] bytes
274 * uint32_t pv[indexes[UCNVSEL_INDEX_PV_COUNT]]; // bit vectors
275 * char* encodingNames[indexes[UCNVSEL_INDEX_NAMES_LENGTH]]; // NUL-terminated strings + padding
308 int32_t indexes[UCNVSEL_INDEX_COUNT] = { local
317 (int32_t)sizeof(indexes) +
321 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize;
332 length = (int32_t)sizeof(indexes);
333 uprv_memcpy(p, indexes, length);
410 /* read the indexes */
412 int32_t indexes[16]; local
540 const int32_t *indexes = (const int32_t *)p; local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 154 int32_t* indexes = data->indexes; local
173 if(idx >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
174 idx < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
176 }else if(idx >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
177 idx < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
179 }else if(idx >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
180 idx < indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START]){
  /external/lldb/include/lldb/Symbol/
Symtab.h 50 void Dump(Stream *s, Target *target, std::vector<uint32_t>& indexes) const;
60 uint32_t AppendSymbolIndexesWithType (lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
61 uint32_t AppendSymbolIndexesWithTypeAndFlagsValue (lldb::SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_idx = 0, uint32_t end_index = UINT32_MAX) const;
67 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes);
68 uint32_t AppendSymbolIndexesMatchingRegExAndType (const RegularExpression &regex, lldb::SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes);
73 Symbol * FindSymbolContainingFileAddress (lldb::addr_t file_addr, const uint32_t* indexes, uint32_t num_indexes);
78 void SortSymbolIndexesByValue (std::vector<uint32_t>& indexes, bool remove_duplicates) const;
93 void AppendSymbolNamesToMap (const IndexCollection &indexes,
  /external/mesa3d/src/mesa/main/
pixeltransfer.h 62 GLuint n, GLuint indexes[]);
67 GLuint n, GLuint indexes[]);
  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.h 97 * int32_t indexes[>=32];
99 * Array of indexes and lengths etc. The length of the array is at least 32.
100 * The actual length is stored in indexes[0] to be forward compatible.
102 * Each index to another array is the number of bytes from indexes[].
105 * Some of the structures may not be present, in which case their indexes
108 * Usage of indexes[i]:
109 * [0] length of indexes[]
128 * [13] index of fromUStage3[] (array of uint16_t indexes into fromUStage3b[])
152 * [>31] reserved; there are indexes[0] indexes
    [all...]
usprep.cpp 261 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes));
268 profile->mappingData=(uint16_t *)((uint8_t *)(p+_SPREP_INDEX_TOP)+profile->indexes[_SPREP_INDEX_TRIE_SIZE]);
275 normCorrVer = profile->indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION];
283 ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
344 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
345 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
522 const int32_t* indexes = profile->indexes; local
551 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &
825 int32_t indexes[16]; local
    [all...]
ucnvsel.cpp 272 * int32_t indexes[UCNVSEL_INDEX_COUNT]; // see index entry constants above
273 * serialized UTrie2; // indexes[UCNVSEL_INDEX_TRIE_SIZE] bytes
274 * uint32_t pv[indexes[UCNVSEL_INDEX_PV_COUNT]]; // bit vectors
275 * char* encodingNames[indexes[UCNVSEL_INDEX_NAMES_LENGTH]]; // NUL-terminated strings + padding
308 int32_t indexes[UCNVSEL_INDEX_COUNT] = { local
317 (int32_t)sizeof(indexes) +
321 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize;
332 length = (int32_t)sizeof(indexes);
333 uprv_memcpy(p, indexes, length);
410 /* read the indexes */
412 int32_t indexes[16]; local
540 const int32_t *indexes = (const int32_t *)p; local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 33 // TODO: build indexes for wizard
126 // TODO: build indexes for the wizard
130 * of token types of interest to the list of indexes into the
571 IList<int> indexes;
573 if ( !tokenTypeToStreamIndexesMap.TryGetValue( tokenType, out indexes ) || indexes == null )
575 indexes = new List<int>(); // no list yet for this token type
576 indexes.Add( streamIndex ); // not there yet, add
577 tokenTypeToStreamIndexesMap[tokenType] = indexes;
581 if ( !indexes.Contains( streamIndex )
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 33 // TODO: build indexes for wizard
144 // TODO: build indexes for the wizard
148 * of token types of interest to the list of indexes into the
648 IList<int> indexes;
650 if ( !tokenTypeToStreamIndexesMap.TryGetValue( tokenType, out indexes ) || indexes == null )
652 indexes = new List<int>(); // no list yet for this token type
653 indexes.Add( streamIndex ); // not there yet, add
654 tokenTypeToStreamIndexesMap[tokenType] = indexes;
658 if ( !indexes.Contains( streamIndex )
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 60 uint16_t stage3[0x10000<<UCNV_EXT_STAGE_2_LEFT_SHIFT]; /* 0x10000 because of 16-bit stage 2/3 indexes */
120 int32_t indexes[UCNV_EXT_INDEXES_MIN_LENGTH]={ 0 }; local
146 /* fill indexes[] - offsets/indexes are in units of the target array */
149 indexes[UCNV_EXT_INDEXES_LENGTH]=length=UCNV_EXT_INDEXES_MIN_LENGTH;
152 indexes[UCNV_EXT_TO_U_INDEX]=top;
153 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable);
156 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top;
157 indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]=length=utm_countItems(extData->toUUChars);
160 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
gencnvex.c 60 uint16_t stage3[0x10000<<UCNV_EXT_STAGE_2_LEFT_SHIFT]; /* 0x10000 because of 16-bit stage 2/3 indexes */
120 int32_t indexes[UCNV_EXT_INDEXES_MIN_LENGTH]={ 0 }; local
146 /* fill indexes[] - offsets/indexes are in units of the target array */
149 indexes[UCNV_EXT_INDEXES_LENGTH]=length=UCNV_EXT_INDEXES_MIN_LENGTH;
152 indexes[UCNV_EXT_TO_U_INDEX]=top;
153 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable);
156 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top;
157 indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]=length=utm_countItems(extData->toUUChars);
160 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp 68 static const int32_t *indexes = NULL; variable
94 indexes = profile->indexes;
348 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
349 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
351 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
352 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
354 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
355 index < indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START]){
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 68 static const int32_t *indexes = NULL; variable
94 indexes = profile->indexes;
348 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
349 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
351 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
352 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
354 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
355 index < indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START]){
  /external/openssl/crypto/bn/
bn_ctx.c 121 /* Array of indexes into the bignum stack */
122 unsigned int *indexes; member in struct:bignum_ctx_stack
173 while(bnidx++ < stack->indexes[fpidx])
314 st->indexes = NULL;
320 if(st->size) OPENSSL_free(st->indexes);
341 memcpy(newitems, st->indexes, st->depth *
343 if(st->size) OPENSSL_free(st->indexes);
344 st->indexes = newitems;
347 st->indexes[(st->depth)++] = idx;
353 return st->indexes[--(st->depth)]
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gensprep/
store.c 60 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file
62 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE]
65 * size in bytes = indexes[_SPREP_INDEX_MAPPING_DATA_SIZE]
67 * The indexes array contains the following values:
68 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes
69 * indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] -- The size of the mappingTable in bytes
70 * indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] -- The index of Unicode version of last entry in NormalizationCorrections.txt
71 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table
72 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table
73 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the ma (…)
151 static int32_t indexes[_SPREP_INDEX_TOP]={ 0 }; variable
    [all...]
  /external/icu/icu4c/source/tools/gensprep/
store.c 60 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file
62 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE]
65 * size in bytes = indexes[_SPREP_INDEX_MAPPING_DATA_SIZE]
67 * The indexes array contains the following values:
68 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes
69 * indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] -- The size of the mappingTable in bytes
70 * indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] -- The index of Unicode version of last entry in NormalizationCorrections.txt
71 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table
72 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table
73 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the ma (…)
151 static int32_t indexes[_SPREP_INDEX_TOP]={ 0 }; variable
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
LazyLoaderGenerator.java 33 Set indexes = new HashSet(); local
40 indexes.add(new Integer(index));
53 for (Iterator it = indexes.iterator(); it.hasNext();) {
  /external/chromium_org/third_party/icu/source/tools/gendict/
gendict.cpp 458 int32_t indexes[DictionaryData::IX_COUNT] = {
461 int32_t size = outDataSize + indexes[DictionaryData::IX_STRING_TRIE_OFFSET];
462 indexes[DictionaryData::IX_RESERVED1_OFFSET] = size;
463 indexes[DictionaryData::IX_RESERVED2_OFFSET] = size;
464 indexes[DictionaryData::IX_TOTAL_SIZE] = size;
466 indexes[DictionaryData::IX_TRIE_TYPE] = isBytesTrie ? DictionaryData::TRIE_TYPE_BYTES : DictionaryData::TRIE_TYPE_UCHARS;
468 indexes[DictionaryData::IX_TRIE_TYPE] |= DictionaryData::TRIE_HAS_VALUES;
471 indexes[DictionaryData::IX_TRANSFORM] = dict.getTransform();
472 udata_writeBlock(pData, indexes, sizeof(indexes));
    [all...]
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 458 int32_t indexes[DictionaryData::IX_COUNT] = {
461 int32_t size = outDataSize + indexes[DictionaryData::IX_STRING_TRIE_OFFSET];
462 indexes[DictionaryData::IX_RESERVED1_OFFSET] = size;
463 indexes[DictionaryData::IX_RESERVED2_OFFSET] = size;
464 indexes[DictionaryData::IX_TOTAL_SIZE] = size;
466 indexes[DictionaryData::IX_TRIE_TYPE] = isBytesTrie ? DictionaryData::TRIE_TYPE_BYTES : DictionaryData::TRIE_TYPE_UCHARS;
468 indexes[DictionaryData::IX_TRIE_TYPE] |= DictionaryData::TRIE_HAS_VALUES;
471 indexes[DictionaryData::IX_TRANSFORM] = dict.getTransform();
472 udata_writeBlock(pData, indexes, sizeof(indexes));
    [all...]
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 97 return indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]-Normalizer2Impl::MAX_DELTA-1;
111 int32_t indexes[Normalizer2Impl::IX_COUNT]; member in class:Normalizer2DataBuilder
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.h 97 return indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]-Normalizer2Impl::MAX_DELTA-1;
111 int32_t indexes[Normalizer2Impl::IX_COUNT]; member in class:Normalizer2DataBuilder

Completed in 1641 milliseconds

12 3 4 5 6 7 8