Searched refs:idx (Results 101 - 125 of 2166) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstack_trace_table.cc82 const int idx = h % kHashTableSize; local
84 Bucket* b = table_[idx];
103 b->next = table_[idx];
104 table_[idx] = b;
125 int idx = 0; local
129 out[idx++] = reinterpret_cast<void*>(static_cast<uintptr_t>(b->count));
130 out[idx++] = reinterpret_cast<void*>(b->trace.size); // cumulative size
131 out[idx++] = reinterpret_cast<void*>(b->trace.depth);
133 out[idx++] = b->trace.stack[d];
138 out[idx
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstack_trace_table.cc82 const int idx = h % kHashTableSize; local
84 Bucket* b = table_[idx];
103 b->next = table_[idx];
104 table_[idx] = b;
125 int idx = 0; local
129 out[idx++] = reinterpret_cast<void*>(static_cast<uintptr_t>(b->count));
130 out[idx++] = reinterpret_cast<void*>(b->trace.size); // cumulative size
131 out[idx++] = reinterpret_cast<void*>(b->trace.depth);
133 out[idx++] = b->trace.stack[d];
138 out[idx
[all...]
/external/lldb/source/Core/
H A DValueObjectList.cpp77 ValueObjectList::GetValueObjectAtIndex (size_t idx) argument
80 if (idx < m_value_objects.size())
81 valobj_sp = m_value_objects[idx];
86 ValueObjectList::RemoveValueObjectAtIndex (size_t idx) argument
89 if (idx < m_value_objects.size())
91 valobj_sp = m_value_objects[idx];
92 m_value_objects.erase (m_value_objects.begin() + idx);
98 ValueObjectList::SetValueObjectAtIndex (size_t idx, const ValueObjectSP &valobj_sp) argument
100 if (idx >= m_value_objects.size())
101 m_value_objects.resize (idx
[all...]
H A DAddressResolver.cpp64 AddressResolver::GetAddressRangeAtIndex (size_t idx) argument
66 return m_address_ranges[idx];
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/server/
H A Dradeon_macros.h88 #define OUTPAL_START(idx) \
90 OUTREG8(RADEON_PALETTE_INDEX, (idx)); \
103 #define OUTPAL(idx, r, g, b) \
105 OUTPAL_START((idx)); \
109 #define INPAL_START(idx) \
111 OUTREG(RADEON_PALETTE_INDEX, (idx) << 16); \
116 #define PAL_SELECT(idx) \
118 if (!idx) { \
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/server/
H A Dradeon_macros.h88 #define OUTPAL_START(idx) \
90 OUTREG8(RADEON_PALETTE_INDEX, (idx)); \
103 #define OUTPAL(idx, r, g, b) \
105 OUTPAL_START((idx)); \
109 #define INPAL_START(idx) \
111 OUTREG(RADEON_PALETTE_INDEX, (idx) << 16); \
116 #define PAL_SELECT(idx) \
118 if (!idx) { \
/external/mesa3d/src/mesa/drivers/dri/r200/server/
H A Dradeon_macros.h88 #define OUTPAL_START(idx) \
90 OUTREG8(RADEON_PALETTE_INDEX, (idx)); \
103 #define OUTPAL(idx, r, g, b) \
105 OUTPAL_START((idx)); \
109 #define INPAL_START(idx) \
111 OUTREG(RADEON_PALETTE_INDEX, (idx) << 16); \
116 #define PAL_SELECT(idx) \
118 if (!idx) { \
/external/mesa3d/src/mesa/drivers/dri/radeon/server/
H A Dradeon_macros.h88 #define OUTPAL_START(idx) \
90 OUTREG8(RADEON_PALETTE_INDEX, (idx)); \
103 #define OUTPAL(idx, r, g, b) \
105 OUTPAL_START((idx)); \
109 #define INPAL_START(idx) \
111 OUTREG(RADEON_PALETTE_INDEX, (idx) << 16); \
116 #define PAL_SELECT(idx) \
118 if (!idx) { \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.h39 FT_UInt idx,
45 FT_UInt idx,
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffload.c202 cff_index_read_offset( CFF_Index idx, argument
206 FT_Stream stream = idx->stream;
211 if ( !FT_STREAM_READ( tmp, idx->off_size ) )
216 for ( nn = 0; nn < idx->off_size; nn++ )
226 cff_index_init( CFF_Index idx, argument
235 FT_MEM_ZERO( idx, sizeof ( *idx ) );
237 idx->stream = stream;
238 idx->start = FT_STREAM_POS();
257 idx
383 cff_index_get_pointers( CFF_Index idx, FT_Byte*** table, FT_Byte** pool ) argument
568 cff_index_forget_element( CFF_Index idx, FT_Byte** pbytes ) argument
586 CFF_Index idx = &font->name_index; local
1297 cff_subfont_load( CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library ) argument
1546 FT_UInt idx; local
1655 FT_UInt idx; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffload.c202 cff_index_read_offset( CFF_Index idx, argument
206 FT_Stream stream = idx->stream;
211 if ( !FT_STREAM_READ( tmp, idx->off_size ) )
216 for ( nn = 0; nn < idx->off_size; nn++ )
226 cff_index_init( CFF_Index idx, argument
235 FT_MEM_ZERO( idx, sizeof ( *idx ) );
237 idx->stream = stream;
238 idx->start = FT_STREAM_POS();
257 idx
383 cff_index_get_pointers( CFF_Index idx, FT_Byte*** table, FT_Byte** pool ) argument
568 cff_index_forget_element( CFF_Index idx, FT_Byte** pbytes ) argument
586 CFF_Index idx = &font->name_index; local
1297 cff_subfont_load( CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library ) argument
1546 FT_UInt idx; local
1655 FT_UInt idx; local
[all...]
/external/compiler-rt/lib/tsan/benchmarks/
H A Dmini_bench_local.cc12 void Run(int idx) { argument
14 a[i + idx * n] = i;
18 long idx = (long)arg; local
19 printf("Thread %ld started\n", idx);
21 Run(idx);
22 printf("Thread %ld done\n", idx);
/external/elfutils/0.153/libelf/
H A Delf_getscn.c63 elf_getscn (elf, idx)
65 size_t idx;
87 if (idx < runp->max)
89 if (idx < runp->cnt)
90 result = &runp->data[idx];
96 idx -= runp->max;
/external/freetype/src/cff/
H A Dcffload.c202 cff_index_read_offset( CFF_Index idx, argument
206 FT_Stream stream = idx->stream;
211 if ( !FT_STREAM_READ( tmp, idx->off_size ) )
216 for ( nn = 0; nn < idx->off_size; nn++ )
226 cff_index_init( CFF_Index idx, argument
235 FT_MEM_ZERO( idx, sizeof ( *idx ) );
237 idx->stream = stream;
238 idx->start = FT_STREAM_POS();
257 idx
383 cff_index_get_pointers( CFF_Index idx, FT_Byte*** table, FT_Byte** pool ) argument
568 cff_index_forget_element( CFF_Index idx, FT_Byte** pbytes ) argument
586 CFF_Index idx = &font->name_index; local
1304 cff_subfont_load( CFF_SubFont font, CFF_Index idx, FT_UInt font_index, FT_Stream stream, FT_ULong base_offset, FT_Library library ) argument
1553 FT_UInt idx; local
1662 FT_UInt idx; local
[all...]
/external/lldb/include/lldb/Target/
H A DUnwind.h60 uint32_t idx; local
62 for (idx = 0; idx < end_idx; idx++)
64 if (!DoGetFrameInfoAtIndex (idx, cfa, pc))
69 return idx;
/external/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp59 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); local
61 if (idx > count)
63 error.SetErrorStringWithFormat("invalid file list index %u, index must be 0 through %u", idx, count);
67 for (size_t i=1; i<argc; ++i, ++idx)
70 if (idx < count)
71 m_current_value.Replace(idx, file);
108 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); local
110 if (idx > count)
112 error.SetErrorStringWithFormat("invalid insert file list index %u, index must be 0 through %u", idx, count);
117 ++idx;
139 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); local
[all...]
H A DOptionValuePathMappings.cpp52 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); local
54 if (idx > count)
56 error.SetErrorStringWithFormat("invalid file list index %u, index must be 0 through %u", idx, count);
60 for (size_t i=1; i<argc; i += 2, ++idx)
64 if (!m_path_mappings.Replace (a, b, idx, m_notify_changes))
108 uint32_t idx = Args::StringToUInt32(args.GetArgumentAtIndex(0), UINT32_MAX); local
110 if (idx > count)
112 error.SetErrorStringWithFormat("invalid file list index %u, index must be 0 through %u", idx, count);
117 ++idx;
118 for (size_t i=1; i<argc; i += 2, ++idx)
140 const int idx = Args::StringToSInt32(args.GetArgumentAtIndex(i), INT32_MAX); local
[all...]
H A DOptionValueProperties.cpp122 size_t idx = m_name_to_index.Find (key.GetCString(), SIZE_MAX); local
123 if (idx < m_properties.size())
124 value_sp = GetPropertyAtIndex(exe_ctx, will_modify, idx)->GetValue();
229 OptionValueProperties::GetPropertyNameAtIndex (uint32_t idx) const
231 const Property *property = GetPropertyAtIndex(NULL, false, idx);
239 OptionValueProperties::GetPropertyDescriptionAtIndex (uint32_t idx) const
241 const Property *property = GetPropertyAtIndex(NULL, false, idx);
260 OptionValueProperties::GetPropertyAtIndex (const ExecutionContext *exe_ctx, bool will_modify, uint32_t idx) const
262 return ProtectedGetPropertyAtIndex (idx);
268 uint32_t idx) cons
304 GetPropertyAtIndexAsArgs(const ExecutionContext *exe_ctx, uint32_t idx, Args &args) const argument
327 SetPropertyAtIndexFromArgs(const ExecutionContext *exe_ctx, uint32_t idx, const Args &args) argument
350 GetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx, uint32_t idx, bool fail_value) const argument
363 SetPropertyAtIndexAsBoolean(const ExecutionContext *exe_ctx, uint32_t idx, bool new_value) argument
388 GetPropertyAtIndexAsEnumeration(const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value) const argument
401 SetPropertyAtIndexAsEnumeration(const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value) argument
443 SetPropertyAtIndexAsFileSpec(const ExecutionContext *exe_ctx, uint32_t idx, const FileSpec &new_file_spec) argument
482 GetPropertyAtIndexAsSInt64(const ExecutionContext *exe_ctx, uint32_t idx, int64_t fail_value) const argument
495 SetPropertyAtIndexAsSInt64(const ExecutionContext *exe_ctx, uint32_t idx, int64_t new_value) argument
508 GetPropertyAtIndexAsString(const ExecutionContext *exe_ctx, uint32_t idx, const char *fail_value) const argument
521 SetPropertyAtIndexAsString(const ExecutionContext *exe_ctx, uint32_t idx, const char *new_value) argument
544 GetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx, uint32_t idx, uint64_t fail_value) const argument
557 SetPropertyAtIndexAsUInt64(const ExecutionContext *exe_ctx, uint32_t idx, uint64_t new_value) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
H A Dtr_dump.h139 size_t idx; \
141 for(idx = 0; idx < (_size); ++idx) { \
143 trace_dump_##_type((_obj)[idx]); \
151 size_t idx; \
153 for(idx = 0; idx < (_size); ++idx) { \
155 trace_dump_##_type(&(_obj)[idx]); \
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump.h139 size_t idx; \
141 for(idx = 0; idx < (_size); ++idx) { \
143 trace_dump_##_type((_obj)[idx]); \
151 size_t idx; \
153 for(idx = 0; idx < (_size); ++idx) { \
155 trace_dump_##_type(&(_obj)[idx]); \
[all...]
/external/lldb/include/lldb/Core/
H A DPluginManager.h40 GetABICreateCallbackAtIndex (uint32_t idx);
58 GetDisassemblerCreateCallbackAtIndex (uint32_t idx);
77 GetDynamicLoaderCreateCallbackAtIndex (uint32_t idx);
94 GetEmulateInstructionCreateCallbackAtIndex (uint32_t idx);
111 GetOperatingSystemCreateCallbackAtIndex (uint32_t idx);
128 GetLanguageRuntimeCreateCallbackAtIndex (uint32_t idx);
148 GetObjectFileCreateCallbackAtIndex (uint32_t idx);
151 GetObjectFileCreateMemoryCallbackAtIndex (uint32_t idx);
154 GetObjectFileGetModuleSpecificationsCallbackAtIndex (uint32_t idx);
176 GetObjectContainerCreateCallbackAtIndex (uint32_t idx);
[all...]
/external/openssl/crypto/engine/
H A Deng_ctrl.c75 int idx = 0; local
78 idx++;
84 return idx;
89 int idx = 0; local
94 idx++;
98 return idx;
106 int idx; local
130 if((e->cmd_defns == NULL) || ((idx = int_ctrl_cmd_by_name(
137 return e->cmd_defns[idx].cmd_num;
141 if((e->cmd_defns == NULL) || ((idx
[all...]
/external/srec/portable/src/
H A Dphashtable.c41 unsigned int idx; member in struct:PHashTableEntry_t
162 unsigned int idx)
164 PHashTableEntry *entry = table->entries[idx];
193 entry->table->entries[entry->idx] = entry->next;
212 unsigned int idx; local
218 idx = hashCode % table->args.capacity;
219 if ((entry = getEntry(table, key, hashCode, idx)) != NULL)
258 unsigned int idx; local
265 idx = hashCode % table->args.capacity;
267 result = getEntry(table, key, hashCode, idx);
159 getEntry(PHashTable *table, const void *key, unsigned int hashCode, unsigned int idx) argument
276 unsigned int i, idx; local
344 unsigned int hashCode, idx; local
426 unsigned int hashCode, idx; local
504 unsigned int idx; local
[all...]
/external/clang/www/analyzer/scripts/
H A Dexpandcollapse.js20 var idx = id.substr(id.indexOf("_") + 1).split("_");
21 return { 'group': idx[0], 'cell': idx[1] };
26 var idx = getCellIdx(id);
27 return CellsInfo[idx.group][idx.cell];
140 var idx = getCellIdx(id);
160 for (var i = 0; i < CellsInfo[idx.group].length; i++) {
161 var idxStr = "_" + idx.group + "_" + i;
166 var state = CellsInfo[idx
[all...]
/external/libnl/src/
H A Dnl-monitor.c40 int i, idx; local
79 for (idx = 1; argc > idx; idx++) {
81 if (!strcmp(argv[idx], known_groups[i].gr_name)) {
84 nl_cli_fatal(err, "%s: %s\n", argv[idx],
92 fprintf(stderr, "Warning: Unknown group: %s\n", argv[idx]);

Completed in 1257 milliseconds

1234567891011>>