Searched refs:idx (Results 226 - 250 of 2166) sorted by relevance

1234567891011>>

/external/skia/experimental/Intersection/
H A DQuadraticBezierClip.cpp60 int idx = 0; local
62 int next = idx + 1;
66 x_at(distance2y[idx], distance2y[next], top, bottom, flags, minT, maxT);
67 idx = next;
68 } while (idx);
H A DConvexHull_Test.cpp120 static int rotate_to_hull(const Cubic& cubic, char order[4], size_t idx, size_t inr) { argument
150 (int)idx, (int)inr, (int)outer, (int)inner,
169 __FUNCTION__, (int)idx, (int)inr, (int)outer, (int)inner);
175 __FUNCTION__, (int)idx, (int)inr, (int)outer, (int)inner);
181 __FUNCTION__, (int)idx, (int)inr, (int)outer, (int)inner);
187 __FUNCTION__, (int)idx, (int)inr, (int)outer, (int)inner);
196 __FUNCTION__, (int)idx, (int)inr, (int)outer, (int)inner);
363 int idx, cmp; local
364 for (idx = 0; idx <
[all...]
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_sbc.c97 UINT8 idx; member in struct:__anon1190
150 UINT32 idx, tmp, tmp2; local
157 p_last->idx = p_cur->idx;
161 p_cur->idx = A2D_SBC_GET_IDX(p_pkt[A2D_SBC_CRC_IDX]);
164 printf("%05d: ar[%02d]: x%02x, msk: x%02x, use: %s, idx: %02d, ",
167 (p_cur->use)?"cur":"lst", p_cur->idx);
170 idx = a2d_sbc_ds_cb.fr[a2d_sbc_ds_cb.index].idx;
171 if(idx >
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dsprpdata.c153 int32_t value=0, idx=0, delta=0; local
172 idx = value;
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]){
183 length = mappingData[idx++];
206 if(mappingData[idx
[all...]
H A Dstdnmtst.c175 int32_t idx, len, repeatTimes = 3; local
191 for (idx = 0; idx < enumCount; idx++) {
193 testName = expected[idx];
195 || len != (int32_t)uprv_strlen(expected[idx]))
198 idx, enumName, testName, len, u_errorName(err));
226 int32_t idx, repeatTimes = 3; local
243 for (idx = 0; idx < enumCoun
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp651 int idx = -1; local
653 idx = dcl.op->indices[0].disp;
663 check(idx >= 0);
666 if(inputs.size() <= (unsigned)idx)
667 inputs.resize(idx + 1);
668 inputs[idx] = ureg_DECL_vs_input(ureg, idx);
682 check(idx >= 0);
683 if(inputs.size() <= (unsigned)idx)
684 inputs.resize(idx
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c153 int32_t value=0, idx=0, delta=0; local
172 idx = value;
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]){
183 length = mappingData[idx++];
206 if(mappingData[idx
[all...]
H A Dstdnmtst.c175 int32_t idx, len, repeatTimes = 3; local
191 for (idx = 0; idx < enumCount; idx++) {
193 testName = expected[idx];
195 || len != (int32_t)uprv_strlen(expected[idx]))
198 idx, enumName, testName, len, u_errorName(err));
226 int32_t idx, repeatTimes = 3; local
243 for (idx = 0; idx < enumCoun
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp651 int idx = -1; local
653 idx = dcl.op->indices[0].disp;
663 check(idx >= 0);
666 if(inputs.size() <= (unsigned)idx)
667 inputs.resize(idx + 1);
668 inputs[idx] = ureg_DECL_vs_input(ureg, idx);
682 check(idx >= 0);
683 if(inputs.size() <= (unsigned)idx)
684 inputs.resize(idx
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl164 $idx="%r1";
180 la $idx,0(%r0)
181 sth $idx,0($key)
184 stc $idx,2($idx,$key)
185 la $idx,1($idx)
191 la $idx,0(%r0)
196 la $idx,0($idx,
[all...]
/external/opencv/otherlibs/highgui/
H A Dutils.cpp474 int idx = *indices++; local
475 *((PaletteEntry*)(data-6)) = palette[idx >> 4];
476 *((PaletteEntry*)(data-3)) = palette[idx & 15];
479 int idx = indices[0]; local
480 PaletteEntry clr = palette[idx >> 4];
485 clr = palette[idx & 15];
497 int idx = *indices++; local
498 data[-2] = palette[idx >> 4];
499 data[-1] = palette[idx & 15];
502 int idx local
521 int idx = *indices++; local
532 int idx = indices[0] << 24; local
549 int idx = *indices++; local
560 int idx = indices[0] << 24; local
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1driver.c177 FT_UInt idx,
195 if ( idx < sizeof ( type1->font_matrix ) /
204 switch ( idx )
225 if ( idx < sizeof ( type1->font_bbox ) /
234 switch ( idx )
279 if ( idx < (FT_UInt)type1->num_glyphs )
281 retval = (FT_Long)( ft_strlen( type1->glyph_names[idx] ) + 1 );
284 ft_memcpy( value, (void *)( type1->glyph_names[idx] ), retval );
291 if ( idx < (FT_UInt)type1->num_glyphs )
293 retval = (FT_Long)( type1->charstrings_len[idx]
175 t1_ps_get_font_value( FT_Face face, PS_Dict_Keys key, FT_UInt idx, void *value, FT_Long value_len ) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_gs.c183 int idx = (prim_idx * num_verts_per_prim + j) * local
186 debug_printf("%d) Output vert:\n", idx / shader->info.num_outputs);
189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
191 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0];
192 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0];
225 debug_printf("%d) vertex index = %d (prim idx = %d)\n",
231 unsigned idx = i * TGSI_EXEC_MAX_INPUT_ATTRIBS + slot; local
233 machine->Inputs[idx].xyzw[0].f[prim_idx] =
235 machine->Inputs[idx]
299 gs_point(struct draw_geometry_shader *shader, int idx) argument
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DConvexHull_Test.cpp120 static int rotate_to_hull(const Cubic& cubic, char order[4], size_t idx, size_t inr) { argument
150 (int)idx, (int)inr, (int)outer, (int)inner,
169 __FUNCTION__, (int)idx, (int)inr, (int)outer, (int)inner);
175 __FUNCTION__, (int)idx, (int)inr, (int)outer, (int)inner);
181 __FUNCTION__, (int)idx, (int)inr, (int)outer, (int)inner);
187 __FUNCTION__, (int)idx, (int)inr, (int)outer, (int)inner);
196 __FUNCTION__, (int)idx, (int)inr, (int)outer, (int)inner);
363 int idx, cmp; local
364 for (idx = 0; idx <
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c183 int idx = (prim_idx * num_verts_per_prim + j) * local
186 debug_printf("%d) Output vert:\n", idx / shader->info.num_outputs);
189 output[slot][0] = machine->Outputs[idx + slot].xyzw[0].f[0];
190 output[slot][1] = machine->Outputs[idx + slot].xyzw[1].f[0];
191 output[slot][2] = machine->Outputs[idx + slot].xyzw[2].f[0];
192 output[slot][3] = machine->Outputs[idx + slot].xyzw[3].f[0];
225 debug_printf("%d) vertex index = %d (prim idx = %d)\n",
231 unsigned idx = i * TGSI_EXEC_MAX_INPUT_ATTRIBS + slot; local
233 machine->Inputs[idx].xyzw[0].f[prim_idx] =
235 machine->Inputs[idx]
299 gs_point(struct draw_geometry_shader *shader, int idx) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_fpc_emit.c287 unsigned reg, idx; local
297 for (idx = 0; idx < 4; idx++) {
298 if (!(ifs->constant_flags[reg] & (1 << idx)) ||
299 ifs->constants[reg][idx] == c0) {
300 ifs->constants[reg][idx] = c0;
301 ifs->constant_flags[reg] |= 1 << idx;
304 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE);
317 unsigned reg, idx; local
[all...]
/external/lldb/source/DataFormatters/
H A DNSArray.cpp118 lldb_private::formatters::NSArrayMSyntheticFrontEnd::GetChildAtIndex (size_t idx) argument
122 if (idx >= CalculateNumChildren())
125 size_t pyhs_idx = idx;
131 idx_name.Printf("[%zu]",idx);
187 uint32_t idx = ExtractIndexFromString(item_name); local
188 if (idx < UINT32_MAX && idx >= CalculateNumChildren())
190 return idx;
224 uint32_t idx = ExtractIndexFromString(item_name); local
225 if (idx < UINT32_MA
268 GetChildAtIndex(size_t idx) argument
342 GetChildAtIndex(size_t idx) argument
[all...]
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c287 unsigned reg, idx; local
297 for (idx = 0; idx < 4; idx++) {
298 if (!(ifs->constant_flags[reg] & (1 << idx)) ||
299 ifs->constants[reg][idx] == c0) {
300 ifs->constants[reg][idx] = c0;
301 ifs->constant_flags[reg] |= 1 << idx;
304 return swizzle(UREG(REG_TYPE_CONST, reg), idx, ZERO, ZERO, ONE);
317 unsigned reg, idx; local
[all...]
/external/chromium_org/content/test/plugin/
H A Dplugin_test.cc57 for (size_t idx = 0; idx < length;) {
58 const char ch = sIn.at(idx);
68 idx++;
112 for (int idx = 0; idx < argc; idx++)
113 if (base::strcasecmp(argn[idx], name) == 0)
114 return argv[idx];
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dvertarr.c161 const int idx = format - GL_V2F; local
164 /* All valid formats are on the range [GL_V2F, GL_V2F+0x0D]. Since idx
165 * is just the format biased by -GL_V2F, all valid idx values are on the
168 if ((idx < 0) || (idx > 0x0D)) {
184 offsets[i] = (modes[idx][i].count != 0) ? size : -1;
185 size += modes[idx][i].size;
194 __indirect_glTexCoordPointer(modes[idx][0].count, GL_FLOAT,
199 __indirect_glColorPointer(modes[idx][1].count, modes[idx][
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp59 for (unsigned idx = 0, count = Call.getNumArgs(); idx != count; ++idx){
69 bool haveAttrNonNull = Att && Att->isNonNull(idx);
73 if (idx < parms.size())
74 haveAttrNonNull = parms[idx]->hasAttr<NonNullAttr>();
81 const Expr *ArgE = Call.getArgExpr(idx);
82 SVal V = Call.getArgSVal(idx);
140 R->addRange(Call.getArgSourceRange(idx));
/external/lldb/source/Host/common/
H A DTerminal.cpp264 // Restore the state at index "idx".
269 TerminalStateSwitcher::Restore (uint32_t idx) const
272 if (idx >= num_states)
276 if (m_currentState < num_states && (idx == m_currentState) && m_ttystates[idx].IsValid())
281 if (m_ttystates[idx].Restore())
283 m_currentState = idx;
293 // Save the state at index "idx" for file descriptor "fd" and
299 TerminalStateSwitcher::Save (uint32_t idx, int fd, bool save_process_group) argument
302 if (idx < num_state
[all...]
/external/mesa3d/src/glx/
H A Dvertarr.c161 const int idx = format - GL_V2F; local
164 /* All valid formats are on the range [GL_V2F, GL_V2F+0x0D]. Since idx
165 * is just the format biased by -GL_V2F, all valid idx values are on the
168 if ((idx < 0) || (idx > 0x0D)) {
184 offsets[i] = (modes[idx][i].count != 0) ? size : -1;
185 size += modes[idx][i].size;
194 __indirect_glTexCoordPointer(modes[idx][0].count, GL_FLOAT,
199 __indirect_glColorPointer(modes[idx][1].count, modes[idx][
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DBase64.java54 for (int idx = 0; idx < 255; idx++)
56 ascii[idx] = INVALID;
59 for (int idx = 0; idx < base64.length; idx++)
61 ascii[base64[idx]] = (byte) idx;
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_view.js85 var idx;
86 for (idx = 0; idx < this.selections_.length; ++idx) {
87 if (this.selections_[idx].guid === event.state.selection_guid)
91 if (idx >= this.selections_.length)
94 this.processSelection(this.selections_[idx]);

Completed in 830 milliseconds

1234567891011>>