Home
last modified time | relevance | path

Searched refs:tmp_list (Results 1 - 3 of 3) sorted by relevance

/third_party/backends/backend/
H A Dgphoto2.c1816 CameraList *tmp_list; in converter_do_scan_complete_cleanup() local
1863 gp_list_new (&tmp_list); in converter_do_scan_complete_cleanup()
1873 CHECK_RET (gp_list_append (tmp_list, tfilename, NULL)); in converter_do_scan_complete_cleanup()
1877 dir_list = tmp_list; in converter_do_scan_complete_cleanup()
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c157 struct edir *tmp_list, *current; in add_exclude() local
181 tmp_list = realloc(exclude_lst, in add_exclude()
183 if (!tmp_list) in add_exclude()
186 exclude_lst = tmp_list; in add_exclude()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc3445 CPURegList tmp_list = kCallerSaved; in TruncateDoubleToI() local
3446 tmp_list.Remove(x0); // Used to pass the format string. in TruncateDoubleToI()
3447 tmp_list.Remove(kPCSVarargs); in TruncateDoubleToI()
3448 tmp_list.Remove(arg0, arg1, arg2, arg3); in TruncateDoubleToI()
3457 TmpList()->set_bits(tmp_list.bits()); in TruncateDoubleToI()
3621 CPURegList tmp_list = saved_registers; in TruncateDoubleToI()
3623 tmp_list.Remove(arg0, arg1, arg2, arg3); in TruncateDoubleToI()
3625 TmpList()->set_bits(tmp_list.bits()); in TruncateDoubleToI()

Completed in 13 milliseconds