Home
last modified time | relevance | path

Searched defs:orig (Results 1 – 25 of 258) sorted by relevance

1234567891011

/third_party/selinux/libsepol/cil/src/
Dcil_copy_ast.c102 struct cil_block *orig = data; in cil_copy_block() local
127 struct cil_blockabstract *orig = data; in cil_copy_blockabstract() local
141 struct cil_blockinherit *orig = data; in cil_copy_blockinherit() local
156 struct cil_policycap *orig = data; in cil_copy_policycap() local
174 struct cil_perm *orig = data; in cil_copy_perm() local
190 void cil_copy_classperms(struct cil_classperms *orig, struct cil_classperms **new) in cil_copy_classperms()
197 void cil_copy_classperms_set(struct cil_classperms_set *orig, struct cil_classperms_set **new) in cil_copy_classperms_set()
203 void cil_copy_classperms_list(struct cil_list *orig, struct cil_list **new) in cil_copy_classperms_list()
227 struct cil_classmapping *orig = data; in cil_copy_classmapping() local
244 struct cil_class *orig = data; in cil_copy_class() local
[all …]
/third_party/gptfdisk/
Dguid.cc39 GUIDData::GUIDData(const GUIDData & orig) { in GUIDData()
43 GUIDData::GUIDData(const string & orig) { in GUIDData()
47 GUIDData::GUIDData(const char * orig) { in GUIDData()
54 GUIDData & GUIDData::operator=(const GUIDData & orig) { in operator =()
68 GUIDData & GUIDData::operator=(const string & orig) { in operator =()
126 GUIDData & GUIDData::operator=(const char * orig) { in operator =()
Dparttypes.cc46 PartType::PartType(const PartType & orig) : GUIDData(orig) { in PartType()
53 PartType::PartType(const GUIDData & orig) : GUIDData(orig) { in PartType()
463 PartType & PartType::operator=(const string & orig) { in operator =()
478 PartType & PartType::operator=(const char * orig) { in operator =()
Dmbrpart.cc62 MBRPart::MBRPart(const MBRPart& orig) { in MBRPart()
71 MBRPart& MBRPart::operator=(const MBRPart& orig) { in operator =()
89 MBRPart& MBRPart::operator=(const struct MBRRecord& orig) { in operator =()
/third_party/glib/glib/
Dvalgrind.h1169 #define CALL_FN_W_v(lval, orig) \ argument
1187 #define CALL_FN_W_W(lval, orig, arg1) \ argument
1208 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
1231 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
1256 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument
1282 #define CALL_FN_W_5W(lval, orig, arg1,arg2,arg3,arg4,arg5) \ argument
1311 #define CALL_FN_W_6W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6) \ argument
1342 #define CALL_FN_W_7W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
1376 #define CALL_FN_W_8W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
1411 #define CALL_FN_W_9W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
[all …]
/third_party/libinput/include/valgrind/
Dvalgrind.h1168 #define CALL_FN_W_v(lval, orig) \ argument
1186 #define CALL_FN_W_W(lval, orig, arg1) \ argument
1207 #define CALL_FN_W_WW(lval, orig, arg1,arg2) \ argument
1230 #define CALL_FN_W_WWW(lval, orig, arg1,arg2,arg3) \ argument
1255 #define CALL_FN_W_WWWW(lval, orig, arg1,arg2,arg3,arg4) \ argument
1281 #define CALL_FN_W_5W(lval, orig, arg1,arg2,arg3,arg4,arg5) \ argument
1310 #define CALL_FN_W_6W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6) \ argument
1341 #define CALL_FN_W_7W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
1375 #define CALL_FN_W_8W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
1410 #define CALL_FN_W_9W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \ argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFAArch64.h38 uint32_t orig = read32le(T); in write32AArch64Imm() local
44 uint32_t orig = read32le(T); in write32AArch64Ldr() local
180 uint32_t orig = read32le(Displacement); in processRelocationRef() local
189 uint32_t orig = read32le(Displacement); in processRelocationRef() local
194 uint32_t orig = read32le(Displacement); in processRelocationRef() local
200 uint32_t orig = read32le(Displacement); in processRelocationRef() local
206 uint32_t orig = read32le(Displacement); in processRelocationRef() local
/third_party/libsnd/tests/
Ddft_cmp.c43 { static double orig [DFT_DATA_LENGTH] ; in dft_cmp_float() local
61 dft_cmp_double (int linenum, const double *orig, const double *test, int len, double target_snr, in… in dft_cmp_double()
136 calc_max_spectral_difference (const double *orig, const double *test) in calc_max_spectral_difference()
Dlossy_comp_test.c652 short *orig, *data ; in lcomp_test_short() local
839 int *orig, *data ; in lcomp_test_int() local
1035 float *orig, *data ; in lcomp_test_float() local
1229 double *orig, *data ; in lcomp_test_double() local
1424 short *orig, *data, *smooth ; in sdlcomp_test_short() local
1641 int *orig, *data, *smooth ; in sdlcomp_test_int() local
1863 float *orig, *data, *smooth ; in sdlcomp_test_float() local
2108 double *orig, *data, *smooth, half_max_abs, scale ; in sdlcomp_test_double() local
2348 short *orig, *data ; in read_raw_test() local
2467 error_function (double data, double orig, double margin) in error_function()
Dfix_this.c79 int k, m, *orig, *data ; in lcomp_test_int() local
318 error_function (double data, double orig, double margin) in error_function()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Davtpcrfsync.c110 set_buffer_tstamps (GstBuffer * buf, struct buffer_tstamps *orig) in set_buffer_tstamps()
162 test_crf_tstamps (GstHarness * h, GstBuffer * buf, struct buffer_tstamps *orig, in test_crf_tstamps()
260 struct buffer_tstamps orig, expected; in GST_START_TEST() local
302 struct buffer_tstamps orig, expected; in GST_START_TEST() local
335 struct buffer_tstamps orig, expected; in GST_START_TEST() local
/third_party/boost/libs/iostreams/test/
Dmapped_file_test.cpp249 boost::iostreams::test::test_file orig, copy; in mapped_file_test() local
290 boost::iostreams::test::test_file orig; in mapped_file_test() local
310 boost::iostreams::test::test_file orig; in mapped_file_test() local
Dpath_test.cpp15 boost::filesystem::path orig("a/b"); in path_test() local
/third_party/boost/libs/locale/test/
Dtest_winapi_convert.cpp59 void test_normc(std::basic_string<Char> orig,std::basic_string<Char> normal,boost::locale::norm_typ… in test_normc()
68 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm()
Dtest_convert.cpp24 void test_normc(std::basic_string<Char> orig,std::basic_string<Char> normal,boost::locale::norm_typ… in test_normc()
32 void test_norm(std::string orig,std::string normal,boost::locale::norm_type type) in test_norm()
/third_party/node/deps/npm/node_modules/graceful-fs/
Dpolyfills.js238 function chmodFix (orig) { argument
248 function chmodFixSync (orig) { argument
260 function chownFix (orig) { argument
270 function chownFixSync (orig) { argument
281 function statFix (orig) { argument
302 function statFixSync (orig) { argument
/third_party/node/deps/npm/node_modules/util-promisify/
Dindex.js10 function promisify(orig) { argument
22 orig = function () { function
/third_party/grpc/test/cpp/util/
Dgrpc_tool_test.cc530 std::streambuf* orig = std::cin.rdbuf(); in TEST_F() local
590 std::streambuf* orig = std::cin.rdbuf(); in TEST_F() local
653 std::streambuf* orig = std::cin.rdbuf(); in TEST_F() local
708 std::streambuf* orig = std::cin.rdbuf(); in TEST_F() local
769 std::streambuf* orig = std::cin.rdbuf(); in TEST_F() local
794 std::streambuf* orig = std::cin.rdbuf(); in TEST_F() local
822 std::streambuf* orig = std::cin.rdbuf(); in TEST_F() local
847 std::streambuf* orig = std::cin.rdbuf(); in TEST_F() local
916 std::streambuf* orig = std::cin.rdbuf(); in TEST_F() local
942 std::streambuf* orig = std::cin.rdbuf(); in TEST_F() local
/third_party/parse5/packages/parse5/lib/extensions/position-tracking/
Dpreprocessor-mixin.js19 _getOverriddenMethods(mxn, orig) { argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dintersect.inl9 genType const & orig, genType const & dir,
29 genType const & orig, genType const & dir,
69 genType const & orig, genType const & dir,
/third_party/libsnd/src/G72x/
Dg72x_test.c95 static short orig [BUFFER_SIZE] ; in g723_test() local
174 error_function (double data, double orig, double margin) in error_function()
/third_party/parse5/packages/parse5/lib/extensions/location-info/
Dopen-element-stack-mixin.js12 _getOverriddenMethods(mxn, orig) { argument
/third_party/boost/libs/mpi/test/
Dmt_level_test.cpp19 test_threading_level_io(mpi::threading::level orig) { in test_threading_level_io()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Ddivergence_analysis.cpp72 DivergenceLevel orig = cur_level; in VisitBlock() local
116 DivergenceLevel orig = cur_level; in VisitInstruction() local
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Ddivergence_analysis.cpp72 DivergenceLevel orig = cur_level; in VisitBlock() local
116 DivergenceLevel orig = cur_level; in VisitInstruction() local

1234567891011