/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')) 52 self.get(reverse('landing')) 67 self.get(reverse('landing')) 78 self.get(reverse('landing')) 90 self.get(reverse('landing')) 103 self.get(reverse('landing')) 121 self.get(reverse('landing')) 134 self.get(reverse('landing')) 147 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') 225 url = reverse('all-builds') 258 url = reverse('all-builds') 290 url = reverse('all-builds') 323 url = reverse('all-builds') 350 url = reverse('all-builds') 428 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_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,))
|
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,))
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/views/ |
H A D | test_views.py | 16 from django.urls import reverse 74 url = reverse('all-projects') 96 prj_url = reverse('xhr_projectstypeahead') 152 api_url = reverse('xhr_layer', args=(self.project.id,)) 184 url = reverse('xhr_customrecipe') 200 url = reverse('xhr_customrecipe') 210 url = reverse('xhr_customrecipe') 219 url = reverse('xhr_customrecipe') 247 url = reverse('xhr_customrecipe_id', args=(recipe.id,)) 278 del_url = reverse('xhr_customrecipe_packages', [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 | 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() 243 nb7vpq904m_set_channel(nb7, NB7_CHNC, !reverse); in nb7vpq904m_set() [all …]
|
/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/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Association/ |
H A D | Definitions.interface.yaml | 4 endpoint/reverse. 9 An array of forward, reverse, endpoint tuples where: 11 reverse - The type of the association to create for the endpoint.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/ |
H A D | test_functional_basic.py | 11 from django.urls import reverse 36 self.get(reverse('newproject')) 51 self.get(reverse('all-projects')) 104 self.get(reverse('all-projects')) 148 self.get(reverse('all-projects')) 165 self.get(reverse('all-projects')) 180 self.get(reverse('all-projects')) 192 self.get(reverse('all-projects')) 222 self.get(reverse('all-projects'))
|
H A D | test_create_new_project.py | 11 from django.urls import reverse 34 self.get(reverse('newproject')) 141 self.get(reverse('newproject')) 163 self.get(reverse('newproject'))
|
/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 | 64 struct llist_node *reverse = NULL; in __closure_wake_up() local 69 reverse = llist_reverse_order(list); in __closure_wake_up() 72 llist_for_each_entry_safe(cl, t, reverse, list) { in __closure_wake_up()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/ |
H A D | views.py | 9 from django.urls import reverse 25 …rl -F eventlog=@bitbake_eventlog.json %s\n" % request.build_absolute_uri(reverse('eventfile')), co…
|
/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()
|