Home
last modified time | relevance | path

Searched refs:out_pos (Results 1 - 13 of 13) sorted by relevance

/third_party/toybox/toys/pending/
H A Dxzcat.c82 * if out_pos is equal to out_size.
83 * @out_pos: Current position in the output buffer. This must not exceed
87 * Only the contents of the output buffer from out[out_pos] onward, and
88 * the variables in_pos and out_pos are modified by the XZ code.
96 size_t out_pos; member
138 * XZ_STREAM_END), b->in_pos and b->out_pos are not modified and the
139 * contents of the output buffer from b->out[b->out_pos] onward are
232 b.out_pos = 0; in do_xzcat()
243 if (b.out_pos == sizeof(out)) { in do_xzcat()
244 if (fwrite(out, 1, b.out_pos, stdou in do_xzcat()
446 size_t out_pos; global() member
[all...]
/third_party/ltp/lib/
H A Dtst_bool_expr.c226 unsigned int out_pos = 0; in shunting_yard() local
239 stack_push(out, &out_pos, i); in shunting_yard()
242 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos)); in shunting_yard()
270 stack_push(out, &out_pos, op); in shunting_yard()
274 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos)); in shunting_yard()
298 stack_push(out, &out_pos, stack_pop(op_stack, &op_stack_pos)); in shunting_yard()
321 stack_push(out, &out_pos, i); in shunting_yard()
325 out[out_pos] = NULL; in shunting_yard()
327 for (j = 0; j < out_pos; j++) in shunting_yard()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_server.c266 u8 alert, *out_end, *out_pos, ct; in tlsv1_server_decrypt() local
271 out_pos = out_data; in tlsv1_server_decrypt()
276 olen = out_end - out_pos; in tlsv1_server_decrypt()
278 out_pos, &olen, &alert); in tlsv1_server_decrypt()
300 out_pos[0], out_pos[1]); in tlsv1_server_decrypt()
302 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) { in tlsv1_server_decrypt()
309 out_pos[1]); in tlsv1_server_decrypt()
331 out_pos += olen; in tlsv1_server_decrypt()
332 if (out_pos > out_en in tlsv1_server_decrypt()
[all...]
H A Dtlsv1_client.c312 u8 alert, *out_pos, ct; in tlsv1_client_decrypt() local
340 out_pos = wpabuf_put(buf, 0); in tlsv1_client_decrypt()
343 out_pos, &olen, &alert); in tlsv1_client_decrypt()
375 out_pos[0], out_pos[1]); in tlsv1_client_decrypt()
376 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) { in tlsv1_client_decrypt()
382 alert = out_pos[1]; in tlsv1_client_decrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_server.c266 u8 alert, *out_end, *out_pos, ct; in tlsv1_server_decrypt() local
271 out_pos = out_data; in tlsv1_server_decrypt()
276 olen = out_end - out_pos; in tlsv1_server_decrypt()
278 out_pos, &olen, &alert); in tlsv1_server_decrypt()
300 out_pos[0], out_pos[1]); in tlsv1_server_decrypt()
302 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) { in tlsv1_server_decrypt()
309 out_pos[1]); in tlsv1_server_decrypt()
331 out_pos += olen; in tlsv1_server_decrypt()
332 if (out_pos > out_en in tlsv1_server_decrypt()
[all...]
H A Dtlsv1_client.c336 u8 alert, *out_pos, ct; in tlsv1_client_decrypt() local
364 out_pos = wpabuf_put(buf, 0); in tlsv1_client_decrypt()
367 out_pos, &olen, &alert); in tlsv1_client_decrypt()
399 out_pos[0], out_pos[1]); in tlsv1_client_decrypt()
400 if (out_pos[0] == TLS_ALERT_LEVEL_WARNING) { in tlsv1_client_decrypt()
406 alert = out_pos[1]; in tlsv1_client_decrypt()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.c300 nir_variable *out_pos = nir_variable_create(b.shader, nir_var_shader_out, in st_pbo_create_vs() local
301 vec4, "out_pos"); in st_pbo_create_vs()
302 out_pos->data.location = VARYING_SLOT_POS; in st_pbo_create_vs()
303 out_pos->data.interpolation = INTERP_MODE_NONE; in st_pbo_create_vs()
305 nir_copy_var(&b, out_pos, in_pos); in st_pbo_create_vs()
316 nir_store_var(&b, out_pos, in st_pbo_create_vs()
338 struct ureg_dst out_pos; in st_pbo_create_gs() local
352 out_pos = ureg_DECL_output(ureg, TGSI_SEMANTIC_POSITION, 0); in st_pbo_create_gs()
362 /* out_pos = in_pos[i] */ in st_pbo_create_gs()
363 ureg_MOV(ureg, out_pos, in_pos_verte in st_pbo_create_gs()
[all...]
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_nir.c571 nir_variable *out_pos = in dzn_nir_blit_vs() local
574 out_pos->data.location = VARYING_SLOT_POS; in dzn_nir_blit_vs()
575 out_pos->data.driver_location = 0; in dzn_nir_blit_vs()
596 nir_store_var(&b, out_pos, pos, 0xf); in dzn_nir_blit_vs()
/third_party/libunwind/libunwind/src/
H A Delfxx.c249 size_t in_pos = 0, out_pos = 0; in extract_minidebuginfo()
253 mdi->image, &out_pos, mdi->size); in extract_minidebuginfo()
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_clear_blit.c436 nir_variable *out_pos = in build_blit_vs_shader() local
439 out_pos->data.location = VARYING_SLOT_POS; in build_blit_vs_shader()
451 nir_store_var(b, out_pos, pos, 0xf); in build_blit_vs_shader()
480 nir_variable *out_pos = in build_clear_vs_shader() local
483 out_pos->data.location = VARYING_SLOT_POS; in build_clear_vs_shader()
496 nir_store_var(b, out_pos, pos, 0xf); in build_clear_vs_shader()
/third_party/node/deps/googletest/src/
H A Dgtest.cc6702 int out_pos = 1;
6711 argv[out_pos++] = argv[in_pos];
6724 argv[out_pos++] = arg;
6730 argv[out_pos++] = argv[in_pos++];
6733 *argc = out_pos;
6734 argv[out_pos] = nullptr;
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp4655 static void CalcResizePosSizeFromAnyCorner(ImGuiWindow* window, const ImVec2& corner_target, const ImVec2& corner_norm, ImVec2* out_pos, ImVec2* out_size) in CalcResizePosSizeFromAnyCorner() argument
4661 *out_pos = pos_min; in CalcResizePosSizeFromAnyCorner()
4663 out_pos->x -= (size_constrained.x - size_expected.x); in CalcResizePosSizeFromAnyCorner()
4665 out_pos->y -= (size_constrained.y - size_expected.y); in CalcResizePosSizeFromAnyCorner()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5328 static void CalcResizePosSizeFromAnyCorner(ImGuiWindow* window, const ImVec2& corner_target, const ImVec2& corner_norm, ImVec2* out_pos, ImVec2* out_size) in CalcResizePosSizeFromAnyCorner() argument
5334 *out_pos = pos_min; in CalcResizePosSizeFromAnyCorner()
5336 out_pos->x -= (size_constrained.x - size_expected.x); in CalcResizePosSizeFromAnyCorner()
5338 out_pos->y -= (size_constrained.y - size_expected.y); in CalcResizePosSizeFromAnyCorner()

Completed in 106 milliseconds