Home
last modified time | relevance | path

Searched refs:target_index (Results 1 – 7 of 7) sorted by relevance

/external/libtextclassifier/
Dtextclassifier_jni.cc109 const int* target_index; in ConvertIndicesBMPUTF8() local
112 target_index = &bmp_index; in ConvertIndicesBMPUTF8()
115 target_index = &unicode_index; in ConvertIndicesBMPUTF8()
120 &source_index, &target_index]() { in ConvertIndicesBMPUTF8()
122 result.first = *target_index; in ConvertIndicesBMPUTF8()
126 result.second = *target_index; in ConvertIndicesBMPUTF8()
/external/mesa3d/src/glsl/
Dlinker.cpp1268 unsigned target_index, in assign_attribute_or_color_locations() argument
1276 assert((target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations()
1277 || (target_index == MESA_SHADER_FRAGMENT)); in assign_attribute_or_color_locations()
1279 gl_shader *const sh = prog->_LinkedShaders[target_index]; in assign_attribute_or_color_locations()
1299 const int generic_base = (target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations()
1303 (target_index == MESA_SHADER_VERTEX) ? ir_var_in : ir_var_out; in assign_attribute_or_color_locations()
1343 } else if (target_index == MESA_SHADER_VERTEX) { in assign_attribute_or_color_locations()
1350 } else if (target_index == MESA_SHADER_FRAGMENT) { in assign_attribute_or_color_locations()
1412 const char *const string = (target_index == MESA_SHADER_VERTEX) in assign_attribute_or_color_locations()
1441 if (target_index == MESA_SHADER_VERTEX) { in assign_attribute_or_color_locations()
[all …]
/external/v8/src/interpreter/
Dinterpreter-assembler.h216 void TraceBytecodeDispatch(compiler::Node* target_index);
Dinterpreter-assembler.cc1074 Node* target_index = IntPtrAdd(base_index, next_bytecode); in DispatchWide() local
1077 WordShl(target_index, kPointerSizeLog2)); in DispatchWide()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1775 int target_index = rc->worst_quality; in vp9_compute_qdelta() local
1786 target_index = i; in vp9_compute_qdelta()
1790 return target_index - start_index; in vp9_compute_qdelta()
1796 int target_index = rc->worst_quality; in vp9_compute_qdelta_by_rate() local
1810 target_index = i; in vp9_compute_qdelta_by_rate()
1814 return target_index - qindex; in vp9_compute_qdelta_by_rate()
/external/v8/src/s390/
Dassembler-s390.cc2541 int32_t target_index = emit_code_target(target, rmode, ast_id); in call() local
2542 brasl(r14, Operand(target_index)); in call()
2549 int32_t target_index = emit_code_target(target, rmode); in jump() local
2550 brcl(cond, Operand(target_index), true); in jump()
/external/v8/src/
Dobjects.cc3300 int target_index = details.field_index() - new_map->GetInObjectProperties(); in MigrateFastToFast() local
3301 DCHECK(target_index >= 0); // Must be a backing store index. in MigrateFastToFast()
3302 new_storage->set(target_index, *value); in MigrateFastToFast()
3380 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateFastToFast() local
3381 if (target_index < 0) target_index += total_size; in MigrateFastToFast()
3382 array->set(target_index, *value); in MigrateFastToFast()
3394 int target_index = new_descriptors->GetFieldIndex(i) - inobject; in MigrateFastToFast() local
3395 if (target_index < 0) target_index += total_size; in MigrateFastToFast()
3396 array->set(target_index, *value); in MigrateFastToFast()