| /src/external/mit/isl/dist/ |
| isl_stream_read_pw_with_params_templ.c | 23 TYPE *obj2; local 25 obj2 = FN(read_conditional,BASE)(s, isl_set_copy(dom), v); 26 obj = FN(TYPE,union_add)(obj, obj2);
|
| check_reparse_templ.c | 16 TYPE *obj2; local 19 obj2 = FN(TYPE,read_from_str)(ctx, str); 21 equal = FN(TYPE,plain_is_equal)(obj, obj2); 23 FN(TYPE,free)(obj2);
|
| isl_test_plain_equal_templ.c | 22 TYPE *obj2; local 29 obj2 = FN(TYPE,read_from_str)(ctx, str); 30 equal = FN(TYPE,plain_is_equal)(obj, obj2); 31 FN(TYPE,free)(obj2);
|
| /src/games/hack/ |
| hack.c | 418 struct obj *obj, *obj2; local 447 for (obj = fobj; obj; obj = obj2) { 448 obj2 = obj->nobj; /* perhaps obj will be picked up */ 514 * note: obj2 is set already, so 517 * then write obj2 =
|
| hack.zap.c | 740 struct obj *obj, *obj2; local 743 for (obj = invent; obj; obj = obj2) { 744 obj2 = obj->nobj;
|
| hack.pri.c | 623 struct obj *obj, *obj2; local 624 for (obj = fobj; obj; obj = obj2) { 625 obj2 = obj->nobj; 630 for (obj = invent; obj; obj = obj2) { 631 obj2 = obj->nobj;
|
| hack.mon.c | 907 struct obj *obj2 = mkobj_at(tmp, x, y); local 909 atl(x, y, obj2->olet); 910 stackobj(obj2);
|
| hack.shk.c | 1114 struct obj *obj, *obj2; local 1117 for (obj = invent; obj; obj = obj2) { 1118 obj2 = obj->nobj;
|
| /src/usr.sbin/envstat/ |
| config.c | 469 prop_object_t obj, obj2; local 486 obj2 = prop_dictionary_get(obj, "index"); 487 if (prop_string_equals_string(obj2, sensor_key)) 504 prop_object_t obj, obj2, obj3; local 514 obj2 = prop_dictionary_get(ksdict, "allow-rfact"); 515 if (prop_bool_true(obj2)) { 532 obj2 = prop_dictionary_get(ksdict, "want-percentage"); 534 if (prop_bool_true(obj2) && prop_bool_true(obj3)) { 560 obj2 = prop_dictionary_get(ksdict, "want-percentage"); 562 if (prop_bool_true(obj2) && prop_bool_true(obj3)) [all...] |
| envstat.c | 283 prop_object_t obj, obj2; local 286 obj2 = prop_array_get(obj, 0); 288 ndict = obj2; 432 prop_object_t obj, obj2, desc; local 471 obj2 = prop_dictionary_get(obj, "device-properties"); 472 if (obj2) { 473 if (!prop_dictionary_get_uint64(obj2, 627 prop_object_t obj, obj1, obj2; local 639 obj2 = prop_dictionary_get(obj, "device-properties"); 640 if (obj2) { [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Expression.cc | 875 Histable *obj2 = dbeSession->findObjectById (t_id); local 876 if (obj2 != NULL 877 && obj2->get_type () == Histable::FUNCTION) 879 Function *func2 = (Function *) obj2; 934 Histable *obj2 = dbeSession->findObjectById (t_id); local 935 if (obj2 != NULL && obj2->get_type () == Histable::FUNCTION) 937 Function *func2 = (Function *) obj2; 988 Histable *obj2 = dbeSession->findObjectById (t_id); local 989 if (obj2 != NUL [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Expression.cc | 875 Histable *obj2 = dbeSession->findObjectById (t_id); local 876 if (obj2 != NULL 877 && obj2->get_type () == Histable::FUNCTION) 879 Function *func2 = (Function *) obj2; 934 Histable *obj2 = dbeSession->findObjectById (t_id); local 935 if (obj2 != NULL && obj2->get_type () == Histable::FUNCTION) 937 Function *func2 = (Function *) obj2; 988 Histable *obj2 = dbeSession->findObjectById (t_id); local 989 if (obj2 != NUL [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-record.c | 418 const recpy_element_object * const obj2 = (recpy_element_object *) other; local 429 if (obj1->thread == obj2->thread 430 && obj1->method == obj2->method 431 && obj1->number == obj2->number) 437 if (obj1->thread != obj2->thread 438 || obj1->method != obj2->method 439 || obj1->number != obj2->number)
|
| py-record-btrace.c | 622 const btpy_list_object * const obj2 = (btpy_list_object *) other; local 633 if (obj1->thread == obj2->thread 634 && obj1->element_type == obj2->element_type 635 && obj1->first == obj2->first 636 && obj1->last == obj2->last 637 && obj1->step == obj2->step) 643 if (obj1->thread != obj2->thread 644 || obj1->element_type != obj2->element_type 645 || obj1->first != obj2->first 646 || obj1->last != obj2->las [all...] |
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-record.c | 418 const recpy_element_object * const obj2 = (recpy_element_object *) other; local 429 if (obj1->thread == obj2->thread 430 && obj1->method == obj2->method 431 && obj1->number == obj2->number) 437 if (obj1->thread != obj2->thread 438 || obj1->method != obj2->method 439 || obj1->number != obj2->number)
|
| py-record-btrace.c | 622 const btpy_list_object * const obj2 = (btpy_list_object *) other; local 633 if (obj1->thread == obj2->thread 634 && obj1->element_type == obj2->element_type 635 && obj1->first == obj2->first 636 && obj1->last == obj2->last 637 && obj1->step == obj2->step) 643 if (obj1->thread != obj2->thread 644 || obj1->element_type != obj2->element_type 645 || obj1->first != obj2->first 646 || obj1->last != obj2->las [all...] |
| /src/sys/dev/sysmon/ |
| sysmon_envsys.c | 235 prop_object_t obj, obj2; local 311 while ((obj2 = prop_object_iterator_next(iter2))) { 316 obj2, 1605 prop_object_t array, dict, obj, obj2; local 1628 obj2 = prop_dictionary_get(obj, "device-properties"); 1629 if (!obj2) 1638 if (!prop_dictionary_set_uint64(obj2, "refresh-timeout", timo)) 1828 prop_object_t obj, obj1, obj2, tobj = NULL; local 1904 obj2 = prop_dictionary_get(udict, "description"); 1905 if (obj2 && prop_object_type(obj2) == PROP_TYPE_STRING) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| ira-conflicts.cc | 58 /* Record a conflict between objects OBJ1 and OBJ2. If necessary, 62 record_object_conflict (ira_object_t obj1, ira_object_t obj2) 65 ira_allocno_t a2 = OBJECT_ALLOCNO (obj2); 67 int w2 = OBJECT_SUBWORD (obj2); 77 obj2 = ALLOCNO_OBJECT (a2, 0); 80 id2 = OBJECT_CONFLICT_ID (obj2); 84 SET_MINMAX_SET_BIT (conflicts[id2], id1, OBJECT_MIN (obj2), 85 OBJECT_MAX (obj2)); 206 ira_object_t obj2 = ALLOCNO_OBJECT (a2, 0); 208 return OBJECTS_CONFLICT_P (obj1, obj2); 204 ira_object_t obj2 = ALLOCNO_OBJECT (a2, 0); local [all...] |
| ira-build.cc | 702 /* Add OBJ2 to the conflicts of OBJ1. */ 704 add_to_conflicts (ira_object_t obj1, ira_object_t obj2) 725 vec[num - 2] = obj2; 734 id = OBJECT_CONFLICT_ID (obj2); 786 /* Add OBJ1 to the conflicts of OBJ2 and vice versa. */ 788 ira_add_conflict (ira_object_t obj1, ira_object_t obj2) 790 add_to_conflicts (obj1, obj2); 791 add_to_conflicts (obj2, obj1); 2852 ira_object_t obj2 = *(const ira_object_t *) v2p; 2854 ira_allocno_t a2 = OBJECT_ALLOCNO (obj2); 2840 ira_object_t obj2 = *(const ira_object_t *) v2p; local [all...] |
| tree-ssa-alias.cc | 431 tree obj2 = NULL_TREE; local 452 obj2 = tem; 458 if (TREE_CODE (ptr1) == SSA_NAME && obj2) 461 std::swap (obj1, obj2); 464 if (obj1 && obj2)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ira-conflicts.cc | 58 /* Record a conflict between objects OBJ1 and OBJ2. If necessary, 62 record_object_conflict (ira_object_t obj1, ira_object_t obj2) 65 ira_allocno_t a2 = OBJECT_ALLOCNO (obj2); 67 int w2 = OBJECT_SUBWORD (obj2); 77 obj2 = ALLOCNO_OBJECT (a2, 0); 80 id2 = OBJECT_CONFLICT_ID (obj2); 84 SET_MINMAX_SET_BIT (conflicts[id2], id1, OBJECT_MIN (obj2), 85 OBJECT_MAX (obj2)); 204 ira_object_t obj2 = ALLOCNO_OBJECT (a2, 0); 206 return OBJECTS_CONFLICT_P (obj1, obj2); 202 ira_object_t obj2 = ALLOCNO_OBJECT (a2, 0); local [all...] |
| ira-build.cc | 701 /* Add OBJ2 to the conflicts of OBJ1. */ 703 add_to_conflicts (ira_object_t obj1, ira_object_t obj2) 724 vec[num - 2] = obj2; 733 id = OBJECT_CONFLICT_ID (obj2); 785 /* Add OBJ1 to the conflicts of OBJ2 and vice versa. */ 787 ira_add_conflict (ira_object_t obj1, ira_object_t obj2) 789 add_to_conflicts (obj1, obj2); 790 add_to_conflicts (obj2, obj1); 2844 ira_object_t obj2 = *(const ira_object_t *) v2p; 2846 ira_allocno_t a2 = OBJECT_ALLOCNO (obj2); 2832 ira_object_t obj2 = *(const ira_object_t *) v2p; local [all...] |
| tree-ssa-alias.cc | 422 tree obj2 = NULL_TREE; local 443 obj2 = tem; 449 if (TREE_CODE (ptr1) == SSA_NAME && obj2) 452 std::swap (obj1, obj2); 455 if (obj1 && obj2)
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| libgcov-util.c | 1072 b3: no obj1 to match obj2; 1073 b4: obj2's all counts are 0; 1074 b5: obj2's all counts are cold (but no 0); 1075 b6: obj2 is hot; 1076 b7: no obj2 to match obj1; 1080 const struct gcov_info *obj2; member in struct:overlap_t 1183 if (!e->obj2) 1191 if (gcov_info_count_all_zero (e->obj2)) 1197 if (gcov_info_count_all_cold (e->obj2, overlap_sum_2 1263 all_infos[i].obj2 = 0 [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| libgcov-util.c | 1160 b3: no obj1 to match obj2; 1161 b4: obj2's all counts are 0; 1162 b5: obj2's all counts are cold (but no 0); 1163 b6: obj2 is hot; 1164 b7: no obj2 to match obj1; 1168 const struct gcov_info *obj2; member in struct:overlap_t 1271 if (!e->obj2) 1279 if (gcov_info_count_all_zero (e->obj2)) 1285 if (gcov_info_count_all_cold (e->obj2, overlap_sum_2 1351 all_infos[i].obj2 = 0 [all...] |