Home
last modified time | relevance | path

Searched refs:wpos (Results 1 – 22 of 22) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
Dinternal.c135 char *wpos = val; in MHD_http_unescape() local
148 *wpos = '\0'; in MHD_http_unescape()
149 return wpos - val; in MHD_http_unescape()
157 *wpos = (char)((unsigned char) num); in MHD_http_unescape()
158 wpos++; in MHD_http_unescape()
164 *wpos = *rpos; in MHD_http_unescape()
165 wpos++; in MHD_http_unescape()
169 *wpos = '\0'; /* add 0-terminator */ in MHD_http_unescape()
170 return wpos - val; /* = strlen(val) */ in MHD_http_unescape()
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp200 std::string::size_type wpos = CStr.find_first_of(" \t"); in ParseConstraint() local
202 std::string Tok = CStr.substr(start, wpos - start); in ParseConstraint()
204 std::string Name = CStr.substr(wpos+1); in ParseConstraint()
205 wpos = Name.find_first_not_of(" \t"); in ParseConstraint()
206 if (wpos == std::string::npos) in ParseConstraint()
208 Name = Name.substr(wpos); in ParseConstraint()
226 wpos = Name.find_first_of(" \t"); in ParseConstraint()
227 if (wpos == std::string::npos) in ParseConstraint()
229 std::string DestOpName = Name.substr(0, wpos); in ParseConstraint()
233 wpos = Name.find_first_not_of(" \t"); in ParseConstraint()
[all …]
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp206 std::string::size_type wpos = CStr.find_first_of(" \t"); in ParseConstraint() local
208 std::string Tok = CStr.substr(start, wpos - start); in ParseConstraint()
210 std::string Name = CStr.substr(wpos+1); in ParseConstraint()
211 wpos = Name.find_first_not_of(" \t"); in ParseConstraint()
212 if (wpos == std::string::npos) in ParseConstraint()
214 Name = Name.substr(wpos); in ParseConstraint()
232 wpos = Name.find_first_of(" \t"); in ParseConstraint()
233 if (wpos == std::string::npos) in ParseConstraint()
235 std::string DestOpName = Name.substr(0, wpos); in ParseConstraint()
239 wpos = Name.find_first_not_of(" \t"); in ParseConstraint()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c165 GLfloat *wpos = span->array->attribs[FRAG_ATTRIB_WPOS][col]; in init_machine() local
174 wpos[1] = ctx->DrawBuffer->Height - 1 - wpos[1]; in init_machine()
176 wpos[0] += 0.5F; in init_machine()
177 wpos[1] += 0.5F; in init_machine()
Ds_span.c624 GLfloat (*wpos)[4] = span->array->attribs[FRAG_ATTRIB_WPOS]; in interpolate_wpos() local
631 wpos[i][0] = (GLfloat) span->array->x[i]; in interpolate_wpos()
632 wpos[i][1] = (GLfloat) span->array->y[i]; in interpolate_wpos()
637 wpos[i][0] = (GLfloat) span->x + i; in interpolate_wpos()
638 wpos[i][1] = (GLfloat) span->y; in interpolate_wpos()
645 wpos[i][2] = (GLfloat) span->array->z[i] * zScale; in interpolate_wpos()
646 wpos[i][3] = w; in interpolate_wpos()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_shader_semantics.h44 int wpos; member
56 info->wpos = ATTR_UNUSED; in r300_shader_semantics_reset()
Dr300_fs.c73 fs_inputs->wpos = i; in r300_shader_read_fs_inputs()
140 if (inputs->wpos != ATTR_UNUSED) { in allocate_hardware_inputs()
141 allocate(mydata, inputs->wpos, reg++); in allocate_hardware_inputs()
434 int wpos, face; in r300_translate_fragment_shader() local
440 wpos = shader->inputs.wpos; in r300_translate_fragment_shader()
507 if (wpos != ATTR_UNUSED) { in r300_translate_fragment_shader()
509 rc_transform_fragment_wpos(&compiler.Base, wpos, wpos, TRUE); in r300_translate_fragment_shader()
Dr300_vs.c102 vs_outputs->wpos = i; in r300_shader_read_vs_outputs()
169 c->code->outputs[outputs->wpos] = reg++; in set_vertex_inputs_outputs()
255 rc_copy_output(&compiler.Base, 0, vs->outputs.wpos); in r300_translate_vertex_shader()
Dr300_state_derived.c125 if (r300_fs(r300)->shader->inputs.wpos != ATTR_UNUSED && gen_count < 8) { in r300_draw_emit_all_attribs()
127 vs_outputs->wpos); in r300_draw_emit_all_attribs()
129 vs_outputs->wpos); in r300_draw_emit_all_attribs()
535 if (fs_inputs->wpos != ATTR_UNUSED && tex_count < 8) { in r300_update_rs_block()
553 if (fs_inputs->wpos != ATTR_UNUSED && tex_count >= 8) { in r300_update_rs_block()
Dr300_vs_draw.c375 vs->outputs.wpos = vs->outputs.generic[transform.last_generic + 1]; in r300_draw_init_vertex_shader()
Dr300_state.c1642 r300_fs(r300)->shader->inputs.wpos != ATTR_UNUSED) { in r300_set_viewport_state()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp601 fs_reg wpos = *reg; in emit_fragcoord_interpolation() local
606 emit(BRW_OPCODE_MOV, wpos, this->pixel_x); in emit_fragcoord_interpolation()
608 emit(BRW_OPCODE_ADD, wpos, this->pixel_x, fs_reg(0.5f)); in emit_fragcoord_interpolation()
610 wpos.reg_offset++; in emit_fragcoord_interpolation()
614 emit(BRW_OPCODE_MOV, wpos, this->pixel_y); in emit_fragcoord_interpolation()
624 emit(BRW_OPCODE_ADD, wpos, pixel_y, fs_reg(offset)); in emit_fragcoord_interpolation()
626 wpos.reg_offset++; in emit_fragcoord_interpolation()
630 emit(BRW_OPCODE_MOV, wpos, in emit_fragcoord_interpolation()
633 emit(FS_OPCODE_LINTERP, wpos, in emit_fragcoord_interpolation()
638 wpos.reg_offset++; in emit_fragcoord_interpolation()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.h108 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input,
Dradeon_compiler.c235 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, in rc_transform_fragment_wpos() argument
244 c->Program.InputsRead &= ~(1 << wpos); in rc_transform_fragment_wpos()
305 inst->U.I.SrcReg[i].Index == wpos) { in rc_transform_fragment_wpos()
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1415 static void updateHashChain(Hash* hash, size_t wpos, int hashval) in updateHashChain() argument
1417 hash->val[wpos] = hashval; in updateHashChain()
1418 if(hash->head[hashval] != -1) hash->chain[wpos] = hash->head[hashval]; in updateHashChain()
1419 hash->head[hashval] = wpos; in updateHashChain()
1459 size_t wpos = pos & (windowsize - 1); /*position for in 'circular' hash buffers*/ in encodeLZ77() local
1463 updateHashChain(hash, wpos, hashval); in encodeLZ77()
1469 hash->zeros[wpos] = numzeros; in encodeLZ77()
1489 if(prevpos < wpos && hashpos > prevpos && hashpos <= wpos) break; in encodeLZ77()
1490 if(prevpos > wpos && (hashpos <= wpos || hashpos > prevpos)) break; in encodeLZ77()
1493 current_offset = hashpos <= wpos ? wpos - hashpos : wpos - hashpos + windowsize; in encodeLZ77()
[all …]
/external/wpa_supplicant_8/src/common/
Dwpa_common.c1993 char buf[255], *wpos = buf; in fils_domain_name_hash() local
2001 *wpos++ = tolower(*pos); in fils_domain_name_hash()
2003 *wpos++ = *pos; in fils_domain_name_hash()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...