/third_party/toybox/toys/pending/ |
H A D | xzcat.c | 77 * if in_pos is equal to in_size. 78 * @in_pos: Current position in the input buffer. This must not exceed 88 * the variables in_pos and out_pos are modified by the XZ code. 92 size_t in_pos; member 138 * XZ_STREAM_END), b->in_pos and b->out_pos are not modified and the 229 b.in_pos = 0; in do_xzcat() 236 if (b.in_pos == b.in_size) { in do_xzcat() 238 b.in_pos = 0; in do_xzcat() 1266 size_t in_pos; member 1526 while (*left > 0 && b->in_pos < in dict_uncompressed() 2501 dec_vli(struct xz_dec *s, const uint8_t *in, size_t *in_pos, size_t in_size) dec_vli() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
H A D | tlsv1_client.c | 145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local 213 in_pos = in_msg; in tlsv1_client_handshake() 218 while (in_pos < in_end) { in tlsv1_client_handshake() 219 in_msg_len = in_end - in_pos; in tlsv1_client_handshake() 220 if (tlsv1_client_process_handshake(conn, ct, in_pos, in tlsv1_client_handshake() 225 in_pos += in_msg_len; in tlsv1_client_handshake()
|
H A D | tlsv1_server.c | 137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; in tlsv1_server_handshake() local 173 in_pos = in_msg; in tlsv1_server_handshake() 178 while (in_pos < in_end) { in tlsv1_server_handshake() 179 in_msg_len = in_end - in_pos; in tlsv1_server_handshake() 180 if (tlsv1_server_process_handshake(conn, ct, in_pos, in tlsv1_server_handshake() 183 in_pos += in_msg_len; in tlsv1_server_handshake()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | tlsv1_client.c | 169 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local 237 in_pos = in_msg; in tlsv1_client_handshake() 242 while (in_pos < in_end) { in tlsv1_client_handshake() 243 in_msg_len = in_end - in_pos; in tlsv1_client_handshake() 244 if (tlsv1_client_process_handshake(conn, ct, in_pos, in tlsv1_client_handshake() 249 in_pos += in_msg_len; in tlsv1_client_handshake()
|
H A D | tlsv1_server.c | 137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; in tlsv1_server_handshake() local 173 in_pos = in_msg; in tlsv1_server_handshake() 178 while (in_pos < in_end) { in tlsv1_server_handshake() 179 in_msg_len = in_end - in_pos; in tlsv1_server_handshake() 180 if (tlsv1_server_process_handshake(conn, ct, in_pos, in tlsv1_server_handshake() 183 in_pos += in_msg_len; in tlsv1_server_handshake()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_pbo.c | 296 nir_variable *in_pos = nir_variable_create(b.shader, nir_var_shader_in, in st_pbo_create_vs() local 297 vec4, "in_pos"); in st_pbo_create_vs() 298 in_pos->data.location = VERT_ATTRIB_POS; in st_pbo_create_vs() 305 nir_copy_var(&b, out_pos, in_pos); in st_pbo_create_vs() 340 struct ureg_src in_pos; in st_pbo_create_gs() local 355 in_pos = ureg_DECL_input(ureg, TGSI_SEMANTIC_POSITION, 0, 0, 1); in st_pbo_create_gs() 360 struct ureg_src in_pos_vertex = ureg_src_dimension(in_pos, i); in st_pbo_create_gs() 362 /* out_pos = in_pos[i] */ in st_pbo_create_gs() 365 /* out_layer.x = f2i(in_pos[i].z) */ in st_pbo_create_gs()
|
H A D | st_draw_hw_select.c | 93 nir_variable *in_pos = nir_variable_create( in get_input_vertices() local 96 in_pos->data.location = VARYING_SLOT_POS; in get_input_vertices() 100 v[i] = nir_load_array_var_imm(b, in_pos, i); in get_input_vertices()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | aaccoder_mips.c | 1537 float *in_pos = (float *)&in[i]; in get_band_cost_SQUAD_mips() local 1600 "lwc1 $f0, 0(%[in_pos]) \n\t" in get_band_cost_SQUAD_mips() 1602 "lwc1 $f2, 4(%[in_pos]) \n\t" in get_band_cost_SQUAD_mips() 1604 "lwc1 $f4, 8(%[in_pos]) \n\t" in get_band_cost_SQUAD_mips() 1606 "lwc1 $f6, 12(%[in_pos]) \n\t" in get_band_cost_SQUAD_mips() 1617 : [in_pos]"r"(in_pos), [vec]"r"(vec), in get_band_cost_SQUAD_mips() 1655 float *in_pos = (float *)&in[i]; in get_band_cost_UQUAD_mips() local 1705 "lwc1 %[di0], 0(%[in_pos]) \n\t" in get_band_cost_UQUAD_mips() 1706 "lwc1 %[di1], 4(%[in_pos]) \ in get_band_cost_UQUAD_mips() 1764 float *in_pos = (float *)&in[i]; get_band_cost_SPAIR_mips() local 1888 float *in_pos = (float *)&in[i]; get_band_cost_UPAIR7_mips() local 2028 float *in_pos = (float *)&in[i]; get_band_cost_UPAIR12_mips() local [all...] |
/third_party/libunwind/libunwind/src/ |
H A D | elfxx.c | 249 size_t in_pos = 0, out_pos = 0; in extract_minidebuginfo() 252 compressed, &in_pos, compressed_len, in extract_minidebuginfo()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest.cc | 6703 int in_pos = 1; 6704 for (; in_pos < *argc; ++in_pos) { 6705 char* arg = argv[in_pos]; 6711 argv[out_pos++] = argv[in_pos]; 6717 ++in_pos; 6729 while (in_pos < *argc) { 6730 argv[out_pos++] = argv[in_pos++];
|