Home
last modified time | relevance | path

Searched refs:new_loc (Results 1 – 11 of 11) sorted by relevance

/third_party/e2fsprogs/resize/
Dextent.c23 __u64 old_loc, new_loc; member
81 errcode_t ext2fs_add_extent_entry(ext2_extent extent, __u64 old_loc, __u64 new_loc) in ext2fs_add_extent_entry() argument
107 (ent->new_loc + ent->size == new_loc)) { in ext2fs_add_extent_entry()
119 ent->new_loc = new_loc; in ext2fs_add_extent_entry()
184 return (extent->list[mid].new_loc + in ext2fs_extent_translate()
211 (unsigned long long) ent->new_loc, in ext2fs_extent_dump()
220 __u64 *new_loc, __u64 *size) in ext2fs_iterate_extent() argument
231 *new_loc = 0; in ext2fs_iterate_extent()
239 *new_loc = ent->new_loc; in ext2fs_iterate_extent()
Dresize2fs.h160 __u64 old_loc, __u64 new_loc);
164 __u64 *new_loc, __u64 *size);
/third_party/libunwind/src/dwarf/
DGparser.c852 dwarf_loc_t new_loc[DWARF_NUM_PRESERVED_REGS]; in apply_reg_state() local
853 memcpy(new_loc, c->loc, sizeof(new_loc)); in apply_reg_state()
860 new_loc[i] = DWARF_NULL_LOC; in apply_reg_state()
867 new_loc[i] = DWARF_MEM_LOC (c, cfa + rs->reg.val[i]); in apply_reg_state()
875 new_loc[i] = DWARF_FPREG_LOC (c, dwarf_to_unw_regnum (rs->reg.val[i])); in apply_reg_state()
879 new_loc[i] = new_loc[rs->reg.val[i]]; in apply_reg_state()
886 if ((ret = eval_location_expr (c, cfa, as, a, addr, new_loc + i, arg)) < 0) in apply_reg_state()
894 if ((ret = eval_location_expr (c, cfa, as, a, addr, new_loc + i, arg)) < 0) in apply_reg_state()
896 new_loc[i] = DWARF_VAL_LOC (c, DWARF_GET_LOC (new_loc[i])); in apply_reg_state()
900 new_loc[i] = DWARF_VAL_LOC (c, DWARF_GET_LOC (new_loc[i])); in apply_reg_state()
[all …]
/third_party/boost/libs/locale/src/shared/
Dformat.cpp175 std::locale new_loc; in set_one_flag() local
177 new_loc = gen(value + "." + encoding); in set_one_flag()
179 new_loc = gen(value); in set_one_flag()
181 imbue(new_loc); in set_one_flag()
/third_party/boost/libs/filesystem/example/
Dmbpath.cpp73 void mbpath_traits::imbue( const std::locale & new_loc ) in imbue() argument
75 loc = new_loc; in imbue()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c293 unsigned new_loc = loc; in create_new_io_vars() local
295 get_flat_type(shader, old_vars, &new_loc, &first_var, &num_vertices); in create_new_io_vars()
313 loc = new_loc; in create_new_io_vars()
Dnir_linking_helpers.c411 struct varying_loc *new_loc = &remap[location][var->data.location_frac]; in remap_slots_and_components() local
426 if (new_loc->location) { in remap_slots_and_components()
427 var->data.location = new_loc->location; in remap_slots_and_components()
428 var->data.location_frac = new_loc->component; in remap_slots_and_components()
/third_party/mesa3d/src/intel/compiler/
Dbrw_vec4.cpp611 int *new_loc, int *new_chan, in set_push_constant_loc() argument
623 new_loc[src] = dst; in set_push_constant_loc()
638 int new_loc[this->uniforms]; in pack_uniform_registers() local
645 memset(new_loc, 0, sizeof(new_loc)); in pack_uniform_registers()
749 new_loc, new_chan, in pack_uniform_registers()
767 new_loc, new_chan, in pack_uniform_registers()
789 inst->src[i].nr = new_loc[src]; in pack_uniform_registers()
/third_party/ffmpeg/libavformat/
Dhttp.c738 char redirected_location[MAX_URL_SIZE], *new_loc; in parse_location() local
741 new_loc = av_strdup(redirected_location); in parse_location()
742 if (!new_loc) in parse_location()
745 s->location = new_loc; in parse_location()
1915 int new_loc; in http_proxy_open() local
1969 ret = http_read_header(h, &new_loc); in http_proxy_open()
/third_party/libsoup/libsoup/
Dsoup-session.c1086 const char *new_loc; in redirection_uri() local
1089 new_loc = soup_message_headers_get_one (msg->response_headers, in redirection_uri()
1091 if (!new_loc) in redirection_uri()
1093 new_uri = soup_uri_new_with_base (soup_message_get_uri (msg), new_loc); in redirection_uri()
/third_party/e2fsprogs/misc/
Dtune2fs.c115 blk64_t new_loc; member
2452 bmv->new_loc = new_blk; in move_block()
2478 return bmv->new_loc; in translate_block()