Searched refs:ValueAt (Results 1 - 21 of 21) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DUtility.cpp25 cmp = ValueAt(index) - value;
45 if (!_FindInternal(value, i) && ValueAt(i) <= value)
49 if (ValueAt(i) > value)
H A DUtility.h27 off_t ValueAt(int32 index) const { return BFS_ENDIAN_TO_HOST_INT64(values[index]); } function in struct:sorted_array
H A DJournal.cpp372 if (!logEntry->InsertBlock(array->ValueAt(i))) {
546 release_block(fVolume->Device(), array->ValueAt(i));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/shared/
H A DDriverSettings.cpp306 return parameter.ValueAt(0, noValue);
440 // ValueAt
442 DriverParameter::ValueAt(int32 index, const char* noValue) const function in class:DriverParameter
453 const char* value = ValueAt(index, NULL);
467 const char* value = ValueAt(index, NULL);
477 const char* value = ValueAt(index, NULL);
/haiku-fatelf/src/apps/sudoku/
H A DSudokuSolver.cpp80 if (!fField->ValueAt(x, y)) {
115 if (!fField->ValueAt(x, y)) {
177 if (fField->ValueAt(x, y))
H A DSudokuGenerator.cpp79 } while (!*quit && field.ValueAt(x, y) != 0);
126 } while (copy.ValueAt(x, y) == 0 || tried[x + y * field.Size()]);
171 if (field.ValueAt(x, y))
H A DSudokuField.cpp219 printf("%" B_PRIu32, ValueAt(x, y));
245 if (ValueAt(x, y) != 0)
260 if (ValueAt(x, y) == value)
342 SudokuField::ValueAt(uint32 x, uint32 y) const function in class:SudokuField
363 if (ValueAt(x, y))
370 uint32 value = ValueAt(i, y);
378 uint32 value = ValueAt(x, i);
390 uint32 value = ValueAt(partX + offsetX, partY + offsetY);
H A DSudokuView.cpp305 _SetText(&line[i++], fField->ValueAt(x, y));
368 _SetText(buff, fField->ValueAt(x, y));
387 if (fField->ValueAt(x, y) == 0) {
699 if (fField->ValueAt(x, y) == value || (x == fieldX && y == fieldY))
701 else if (invalidateHint && fField->ValueAt(x, y) == 0
849 uint32 value = fField->ValueAt(x, y);
871 if (fField->ValueAt(x, y) > 0) {
873 value = fField->ValueAt(x, y) - 1;
948 || (!fShowCursor && fField->ValueAt(x, y) != 0)) {
1142 } while (fField->ValueAt(
[all...]
H A DSudokuField.h57 uint32 ValueAt(uint32 x, uint32 y) const;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/shared/
H A DDriverSettings.cpp307 return parameter.ValueAt(0, noValue);
441 // ValueAt
443 DriverParameter::ValueAt(int32 index, const char* noValue) const function in class:DriverParameter
454 const char* value = ValueAt(index, NULL);
468 const char* value = ValueAt(index, NULL);
478 const char* value = ValueAt(index, NULL);
/haiku-fatelf/headers/private/userlandfs/shared/
H A DDriverSettings.h106 const char* ValueAt(int32 index,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DDriverSettings.h106 const char* ValueAt(int32 index,
/haiku-fatelf/src/apps/debugger/model/
H A DType.cpp217 for (int32 i = 0; EnumeratorValue* enumValue = ValueAt(i); i++) {
H A DType.h236 virtual EnumeratorValue* ValueAt(int32 index) const = 0;
/haiku-fatelf/src/apps/activitymonitor/
H A DActivityView.h35 int64 ValueAt(bigtime_t time);
H A DActivityView.cpp108 int64 ValueAt(int32 x);
219 ViewHistory::ValueAt(int32 x) function in class:ViewHistory
264 int64 value = history->ValueAt(fLastTime += step);
270 value += history->ValueAt(fLastTime + offset);
317 DataHistory::ValueAt(bigtime_t time) function in class:DataHistory
1406 viewValues->ValueAt(i));
1495 int64 value = values->ValueAt(values->End());
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp809 const char* userName = parameter.ValueAt(0);
815 // PRINT(("user: %s, password: %s\n", parameter.ValueAt(0),
825 const char* shareName = parameter.ValueAt(0);
832 // PRINT(("share: %s, path: %s\n", parameter.ValueAt(0),
846 const char* userName = userParameter.ValueAt(0);
861 const char* permission = permissionsParameter.ValueAt(i);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DNetFSServer.cpp806 const char* userName = parameter.ValueAt(0);
812 // PRINT(("user: %s, password: %s\n", parameter.ValueAt(0),
822 const char* shareName = parameter.ValueAt(0);
829 // PRINT(("share: %s, path: %s\n", parameter.ValueAt(0),
843 const char* userName = userParameter.ValueAt(0);
858 const char* permission = permissionsParameter.ValueAt(i);
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp36 inline off_t ValueAt(uint32 index) const function in struct:duplicate_array
2376 array->ValueAt(j))) {
2380 duplicateOffset, array->ValueAt(j), j);
2988 cmp = ValueAt(index) - value;
3009 if (!_FindInternal(value, i) && ValueAt(i) <= value)
3013 if (ValueAt(i) > value)
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfTypes.h450 virtual EnumeratorValue* ValueAt(int32 index) const;
H A DDwarfTypes.cpp1280 DwarfEnumerationType::ValueAt(int32 index) const function in class:DwarfEnumerationType

Completed in 192 milliseconds