/openbmc/u-boot/common/eeprom/ |
H A D | eeprom_field.c | 14 char *delimiter, bool reverse) in __eeprom_field_print_bin() argument 17 int from = reverse ? field->size - 1 : 0; in __eeprom_field_print_bin() 18 int to = reverse ? 0 : field->size - 1; in __eeprom_field_print_bin() 21 for (i = from; i != to; reverse ? i-- : i++) in __eeprom_field_print_bin() 28 const char *value, bool reverse) in __eeprom_field_update_bin() argument 31 int k, j, i = reverse ? len - 1 : 0; in __eeprom_field_update_bin() 46 if ((reverse && i < 0) || (!reverse && i >= len)) in __eeprom_field_update_bin() 50 if (reverse && i == 0) { in __eeprom_field_update_bin() 55 tmp[k] = value[reverse ? i - 1 + k : i + k]; in __eeprom_field_update_bin() 63 i = reverse ? i - 2 : i + 2; in __eeprom_field_update_bin()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_landing_page.py | 10 from django.urls import reverse 36 self.get(reverse('landing')) 54 self.get(reverse('landing')) 70 self.get(reverse('landing')) 82 self.get(reverse('landing')) 95 self.get(reverse('landing')) 109 self.get(reverse('landing')) 128 self.get(reverse('landing')) 142 self.get(reverse('landing')) 156 self.get(reverse('landing')) [all …]
|
H A D | test_all_projects_page.py | 13 from django.urls import reverse 101 url = reverse('all-projects') 112 url = reverse('all-projects') 132 self.get(reverse('all-projects')) 167 self.get(reverse('all-projects')) 205 self.get(reverse('all-projects')) 215 expected_url = reverse( 227 expected_url = reverse('project', args=(self.project.id,)) 235 url = reverse('all-projects') 291 url = reverse('all-projects') [all …]
|
H A D | test_sample.py | 19 from django.urls import reverse 26 url = reverse('landing') 33 url = reverse('all-builds')
|
H A D | test_all_builds_page.py | 13 from django.urls import reverse 94 url = reverse('builddashboard', args=(build.id,)) 176 url = reverse('all-builds') 198 url = reverse('all-builds') 226 url = reverse('all-builds') 259 url = reverse('all-builds') 291 url = reverse('all-builds') 324 url = reverse('all-builds') 351 url = reverse('all-builds') 429 url = reverse('all-builds') [all …]
|
H A D | test_project_config_page.py | 11 from django.urls import reverse 44 url = reverse('projectconf', args=(self.project1.id,)); 65 url = reverse('projectconf', args=(self.project1.id,)); 86 url = reverse('projectconf', args=(self.project1.id,)); 119 url = reverse('projectconf', args=(self.project1.id,)) 174 url = reverse('projectconf', args=(self.project1.id,))
|
H A D | test_project_builds_page.py | 13 from django.urls import reverse 82 url = reverse('projectbuilds', args=(project_id,)) 129 url = reverse('projectbuilds', args=(self.project1.id,)) 144 url = reverse('projectbuilds', args=(self.default_project.id,)) 154 url = reverse('projectbuilds', args=(self.project1.id,))
|
H A D | test_new_project_page.py | 9 from django.urls import reverse 48 url = reverse('newproject') 80 url = reverse('newproject')
|
H A D | test_js_unit_tests.py | 14 from django.urls import reverse 27 url = reverse('js-unit-tests')
|
H A D | test_project_page.py | 10 from django.urls import reverse 42 url = reverse("project", args=(default_project.id,))
|
H A D | test_new_custom_image_page.py | 11 from django.urls import reverse 91 url = reverse('newcustomimage', args=(self.project.id,)) 107 url = reverse('projectcustomimages', args=(self.project.id,))
|
H A D | test_builddashboard_page_recipes.py | 10 from django.urls import reverse 44 url = reverse('recipes', args=(self.build.id,))
|
H A D | test_builddashboard_page_tasks.py | 10 from django.urls import reverse 43 url = reverse('tasks', args=(self.build.id,))
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/ |
H A D | test_views.py | 16 from django.urls import reverse 67 response = self.client.get(reverse('all-projects'), follow=True) 74 url = reverse('all-projects') 95 layers_url = reverse('xhr_layerstypeahead', args=(self.project.id,)) 96 prj_url = reverse('xhr_projectstypeahead') 100 reverse('xhr_recipestypeahead', args=(self.project.id,)), 101 reverse('xhr_machinestypeahead', args=(self.project.id,))] 152 api_url = reverse('xhr_layer', args=(self.project.id,)) 184 url = reverse('xhr_customrecipe') 196 self.assertEqual(reverse('customrecipe', args=args), data['url']) [all …]
|
/openbmc/linux/net/x25/ |
H A D | x25_facilities.c | 78 facilities->reverse = p[1] & 0x81; in x25_parse_facilities() 84 facilities->reverse = p[1] & 0x01; in x25_parse_facilities() 90 facilities->reverse = p[1] & 0x80; in x25_parse_facilities() 96 facilities->reverse in x25_parse_facilities() 205 if (facilities->reverse && (facil_mask & X25_MASK_REVERSE)) { in x25_create_facilities() 207 *p++ = facilities->reverse; in x25_create_facilities() 284 if ((theirs.reverse & 0x01 ) && (ours->reverse & 0x01)) { in x25_negotiate_facilities() 289 new->reverse = theirs.reverse; in x25_negotiate_facilities()
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | 0002-Fix-segfault-with-mangled-rename-patch.patch | 27 - p_name[! reverse] && 28 + p_name[reverse] && p_name[! reverse] && 29 + name_is_valid (p_name[reverse]) && 30 name_is_valid (p_name[! reverse])))
|
/openbmc/linux/drivers/usb/typec/mux/ |
H A D | nb7vpq904m.c | 110 bool reverse = (nb7->orientation == TYPEC_ORIENTATION_REVERSE); in nb7vpq904m_set() local 145 if (reverse ^ nb7->swap_data_lanes) { in nb7vpq904m_set() 177 regmap_write(nb7->regmap, AUX_CC_REG, reverse ? 0x1 : 0x0); in nb7vpq904m_set() 217 reverse ^ nb7->swap_data_lanes ? in nb7vpq904m_set() 236 nb7vpq904m_set_channel(nb7, NB7_CHNA, !reverse); in nb7vpq904m_set() 237 nb7vpq904m_set_channel(nb7, NB7_CHNB, !reverse); in nb7vpq904m_set() 238 nb7vpq904m_set_channel(nb7, NB7_CHNC, reverse); in nb7vpq904m_set() 239 nb7vpq904m_set_channel(nb7, NB7_CHND, reverse); in nb7vpq904m_set() 241 nb7vpq904m_set_channel(nb7, NB7_CHNA, reverse); in nb7vpq904m_set() 242 nb7vpq904m_set_channel(nb7, NB7_CHNB, reverse); in nb7vpq904m_set() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | functional_helpers.py | 17 from django.urls import reverse 157 projs = requests.get(self.live_server_url + reverse('newproject')) 161 …req = requests.get(self.live_server_url + reverse('xhr_projectstypeahead'), {'search': project_nam… 165 del_url = reverse('xhr_project', args=(result['id'],)) 169 self.get(reverse('newproject')) 201 …req = requests.get(self.live_server_url + reverse('xhr_projectstypeahead'), {'search': project_nam…
|
H A D | test_functional_basic.py | 11 from django.urls import reverse 32 self.get(reverse('all-projects')) 85 self.get(reverse('all-projects')) 134 self.get(reverse('all-projects')) 152 self.get(reverse('all-projects')) 169 self.get(reverse('all-projects')) 177 self.get(reverse('all-projects')) 213 self.get(reverse('all-projects'))
|
H A D | test_create_new_project.py | 11 from django.urls import reverse 84 self.get(reverse('newproject')) 106 self.get(reverse('newproject'))
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/ |
H A D | project_url_tag.py | 6 from django.urls import reverse 32 return reverse('projectbuilds', args=(project.id,)) 34 return reverse('project', args=(project.id,))
|
/openbmc/qemu/net/ |
H A D | colo.c | 101 Packet *pkt, bool reverse) in extract_ip_and_port() argument 103 if (reverse) { in extract_ip_and_port() 116 void fill_connection_key(Packet *pkt, ConnectionKey *key, bool reverse) in fill_connection_key() argument 138 extract_ip_and_port(tmp_ports, key, pkt, reverse); in fill_connection_key()
|
/openbmc/linux/drivers/md/bcache/ |
H A D | closure.c | 70 struct llist_node *reverse = NULL; in __closure_wake_up() local 75 reverse = llist_reverse_order(list); in __closure_wake_up() 78 llist_for_each_entry_safe(cl, t, reverse, list) { in __closure_wake_up()
|
/openbmc/s2600wf-misc/callback-manager/src/ |
H A D | callback_manager.cpp | 318 for (const auto& [forward, reverse, path] : *associations) in createAssociationMatch() 322 globalWarning = globalWarning ? true : reverse == "warning"; in createAssociationMatch() 324 globalCritical ? true : reverse == "critical"; in createAssociationMatch() 333 localWarning = localWarning ? true : reverse == "warning"; in createAssociationMatch() 335 localCritical ? true : reverse == "critical"; in createAssociationMatch()
|
/openbmc/linux/kernel/ |
H A D | user_namespace.c | 206 kfree(ns->gid_map.reverse); in free_user_ns() 210 kfree(ns->uid_map.reverse); in free_user_ns() 214 kfree(ns->projid_map.reverse); in free_user_ns() 371 return bsearch(&key, map->reverse, extents, in map_id_up_max() 796 map->reverse = NULL; in insert_extent() 853 map->reverse = kmemdup(map->forward, in sort_idmaps() 856 if (!map->reverse) in sort_idmaps() 860 sort(map->reverse, map->nr_extents, sizeof(struct uid_gid_extent), in sort_idmaps() 1087 map->reverse = new_map.reverse; in map_write() 1097 kfree(new_map.reverse); in map_write() [all …]
|