Searched refs:unit (Results 51 - 72 of 72) sorted by path

123

/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.h56 TargetAddressRangeList* ResolveRangeList(CompilationUnit* unit,
59 status_t UnwindCallFrame(CompilationUnit* unit,
67 status_t EvaluateExpression(CompilationUnit* unit,
77 status_t ResolveLocation(CompilationUnit* unit,
92 status_t EvaluateConstantValue(CompilationUnit* unit,
100 status_t EvaluateDynamicValue(CompilationUnit* unit,
126 status_t _ParseCompilationUnit(CompilationUnit* unit);
127 status_t _ParseTypeUnit(TypeUnit* unit);
129 BaseUnit* unit,
133 status_t _FinishUnit(BaseUnit* unit);
[all...]
H A DDwarfUtils.cpp278 // get the compilation unit
279 CompilationUnit* unit = dwarfFile->CompilationUnitForDIE(entry);
280 if (unit == NULL)
284 const char* fileName = unit->FileAt(file - 1, &directoryName);
H A DTypeUnit.h54 TypeUnit* unit; member in struct:TypeUnitTableEntry
57 TypeUnitTableEntry(uint64 signature, TypeUnit* unit) argument
60 unit(unit)
/haiku/src/kits/locale/
H A DDurationFormat.cpp28 // maps our unit element to the corresponding ICU unit
135 for (int unit = 0; unit <= B_TIME_UNIT_LAST; ++unit) {
137 = fCalendar->fieldDifference(stop, skUnitMap[unit], icuStatus);
147 (time_unit_element)unit);
H A DRelativeDateTimeFormat.cpp138 URelativeDateTimeUnit unit = UDAT_REL_UNIT_SECOND; local
148 unit = kTimeUnitToRelativeDateTime[timeUnit];
157 fFormatter->formatNumeric(delta, unit, unicodeResult, icuStatus);
H A DTimeUnitFormat.cpp30 // maps our unit element to the corresponding ICU unit
41 //maps our unit style to the corresponding ICU unit
115 const time_unit_element unit) const
117 if (unit < 0 || unit > B_TIME_UNIT_LAST)
125 = new TimeUnitAmount((double)value, skUnitMap[unit], icuStatus);
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp1016 const char *unit = continuous.Unit(); local
1017 if (unit[0]) {
1018 // if we have a unit, print it next to the limit values
/haiku/src/kits/storage/disk_device/
H A DPartition.cpp269 char unit = 'T'; local
272 unit = 'G';
275 unit = 'M';
280 name.SetToFormat("%g %ciB %s volume", size / 10, unit, _PartitionData()->content_type);
/haiku/src/kits/tracker/
H A DMountMenu.cpp117 char unit = 'G'; local
120 unit = 'M';
124 1.0 * partition->Size() / divisor, unit, type);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dbus.h63 int resource_int_value(const char *name, int unit, const char *resname,
65 int resource_disabled(const char *name, int unit);
117 device_t device_add_child(device_t dev, const char* name, int unit);
119 int unit);
147 device_t devclass_get_device(devclass_t dc, int unit);
H A Dhaiku-module.h38 typedef void bus_hinted_child_t(device_t dev, const char *name, int unit);
/haiku/src/libs/compat/freebsd_network/
H A Ddevice.c40 device->unit = sNextUnit++;
249 return dev->unit;
362 int unit)
409 device_add_child(device_t parent, const char* name, int unit) argument
411 return device_add_child_driver(parent, name, NULL, unit);
576 find_root_device(int unit) argument
581 if (device->unit <= unit)
632 resource_int_value(const char *name, int unit, const char *resname, argument
641 resource_disabled(const char *name, int unit) argument
361 device_add_child_driver(device_t parent, const char* name, driver_t* _driver, int unit) argument
[all...]
H A Dif.c241 if_initname(struct ifnet *ifp, const char *name, int unit) argument
243 dprintf("if_initname(%p, %s, %d)\n", ifp, name, unit);
249 ifp->if_dunit = unit;
259 ifp->root_device = find_root_device(unit);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c529 const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode,
539 if_initname(ifp, name, unit);
528 ieee80211_vap_setup(struct ieee80211com *ic, struct ieee80211vap *vap, const char name[IFNAMSIZ], int unit, enum ieee80211_opmode opmode, int flags, const uint8_t bssid[IEEE80211_ADDR_LEN]) argument
H A Dieee80211_haiku.cpp118 int unit = device_get_unit(device); local
121 if (gDevices[i] != NULL && gDevices[i]->if_dunit == unit)
H A Dieee80211_var.h748 const char name[IFNAMSIZ], int unit,
/haiku/src/libs/print/libprint/
H A DMarginView.cpp274 * @param pageWidth, float that is the unit value of the page width
275 * @param pageHeight, float that is the unit value of the page height
520 MarginView::_SetMarginUnit(MarginUnit unit) argument
523 if (unit == fMarginUnit) {
528 fUnitValue = kUnitFormat[unit];
545 // check for target unit is cm
546 if (unit == kUnitCM) {
559 // check for target unit is inches
560 if (unit == kUnitInch) {
568 // check for target unit i
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A DHandle.h56 status_t Open(const char *name, unsigned long unit = 0,
H A Ddevices.cpp82 ExecDevice::Open(const char *name, unsigned long unit, unsigned long flags) argument
90 err = exec_error(OpenDevice((uint8 *)name, unit, fIORequest, flags));
/haiku/src/system/libroot/os/
H A Dfs_info.cpp50 char unit = 'T'; local
53 unit = 'G';
56 unit = 'M';
62 sprintf(info->volume_name, "%g %ciB %s volume", size / 10, unit, info->fsh_name);
H A Dparsedate.cpp37 * T time unit: last hour, next tuesday, today, ...
173 uint8 unit; member in struct:known_identifier
461 uint8 unit; member in struct:parsed_element
488 unit = identifier.unit;
503 unit = identifier.unit;
641 // this is just a unit, so it will give the last value a meaning
705 // set the relative start depending on unit
707 switch (element.unit) {
[all...]
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1451 char *unit; local
1452 ssize_t size = strtoul(arg, &unit, 0);
1453 if (unit != NULL && unit[0]) {
1454 if (unit[0] == 'k' || unit[0] == 'K')
1456 else if (unit[0] == 'm' || unit[0] == 'M')
1459 fprintf(stderr, "unknown unit specified!\n");

Completed in 420 milliseconds

123