Searched refs:value (Results 176 - 200 of 1663) sorted by relevance

1234567891011>>

/haiku/headers/private/kernel/arch/x86/64/
H A Dcpu.h26 x86_write_msr(uint32_t msr, uint64_t value) argument
28 asm volatile("wrmsr" : : "a" (value) , "d" (value >> 32), "c" (msr));
/haiku/src/apps/haikudepot/util/
H A DAppUtils.h21 const BString& key, const BString& value);
23 const BString& key, const BString& value);
25 const BString& key, const BString& value);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DThreadsPage.cpp37 virtual bool GetValueAt(int32 rowIndex, int32 columnIndex, BVariant& value) argument
45 value.SetTo(thread->ID());
48 value.SetTo(thread->Name(), B_VARIANT_DONT_COPY_DATA);
56 value.SetTo(buffer);
60 value.SetTo(thread->CreationTime());
63 value.SetTo(thread->DeletionTime());
66 value.SetTo(thread->Runs());
69 value.SetTo(thread->TotalRunTime());
72 value.SetTo(thread->Latencies());
75 value
[all...]
/haiku/src/kits/shared/
H A DExpressionParser.cpp55 value(0),
63 value(other.value),
71 value(0),
80 value = other.value;
87 MAPM value; member in struct:ExpressionParser::Token
206 double value; local
208 int32 matches = sscanf(test.String(), "%lf&%s", &value, t);
216 fCurrentToken.value
318 uint64 value = strtoll(fCurrentToken.string.String(), NULL, 0); local
386 MAPM value = _ParseBinary(); local
422 MAPM value = _ParseBinary(); local
439 MAPM value = _ParseBinary(); local
482 MAPM value = _ParseProduct(); local
506 MAPM value = _ParsePower(); local
540 MAPM value = _ParseUnary(); local
585 MAPM value; member in struct:Function
737 MAPM value = _ParseBinary(); local
746 _ParseFactorial(MAPM value) argument
[all...]
/haiku/src/tests/system/libroot/posix/
H A Drealtime_sem_test1.cpp269 int value; local
270 assert_posix_success(sem_getvalue(sem, &value));
271 assert_equals(1, value);
278 assert_posix_success(sem_getvalue(sem, &value));
279 assert_equals(2, value);
286 assert_posix_success(sem_getvalue(sem, &value));
287 assert_equals(1, value);
294 assert_posix_success(sem_getvalue(sem, &value));
295 assert_equals(0, value);
307 assert_posix_success(sem_getvalue(sem, &value));
417 int value; local
554 int value; local
680 int value; local
813 int value; local
895 int value; local
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A D_itowa.c89 _itowa (value, buflim, base, upper_case)
90 unsigned long long int value;
106 mp_limb_t work_hi = value >> (64 - BITS_PER_MP_LIMB); \
115 work_lo = value & 0xfffffffful; \
136 work_hi = value & 0xfffffffful; \
159 while (value != 0)
163 umul_ppmm (x, dummy, value, base_multiplier);
164 quo = (x + ((value - x) >> 1)) >> (brec->post_shift - 1);
165 rem = value - quo * base;
167 value
[all...]
/haiku/headers/private/fs_shell/
H A DStack.h43 fssh_status_t Push(T value) argument
53 fArray[fUsed++] = value;
57 bool Pop(T *value) argument
62 *value = fArray[--fUsed];
/haiku/src/add-ons/translators/rtf/
H A DStack.h41 status_t Push(T value) argument
51 fArray[fUsed++] = value;
55 bool Pop(T *value) argument
60 *value = fArray[--fUsed];
/haiku/src/apps/sudoku/
H A DStack.h40 status_t Push(T value) argument
50 fArray[fUsed++] = value;
54 bool Pop(T *value) argument
59 *value = fArray[--fUsed];
/haiku/src/system/libroot/posix/glibc/include/
H A Dgmp.h12 double value);
16 long double value);
/haiku/src/apps/debugger/user_interface/gui/value/
H A DTableCellFormattedValueRenderer.cpp39 TableCellFormattedValueRenderer::RenderValue(Value* value, bool valueChanged, argument
44 if (fValueFormatter->FormatValue(value, output) != B_OK)
54 TableCellFormattedValueRenderer::PreferredValueWidth(Value* value, BView* targetView) argument
58 if (fValueFormatter->FormatValue(value, output) != B_OK)
H A DTableCellOptionPopUpEditor.cpp68 ::Value* value = NULL; local
69 if (GetSelectedValue(value) == B_OK) {
70 BReference< ::Value> valueReference(value, true);
71 NotifyEditCompleted(value);
/haiku/headers/private/debugger/value/value_formatters/
H A DEnumerationValueFormatter.h17 virtual status_t FormatValue(Value* value, BString& _output);
/haiku/headers/private/debugger/value/values/
H A DAddressValue.h14 AddressValue(const BVariant& value);
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.h30 bool Put(const void *key, void *value);
33 status_t GetNextEntry(void **value);
44 : next(_next), key(_key), value(_value) {}
48 void *value; member in class:Hashtable::Entry
/haiku/src/system/kernel/arch/ppc/
H A Darch_elf.cpp38 write_word32(addr_t P, Elf32_Word value) argument
40 *(Elf32_Word*)P = value;
45 write_word30(addr_t P, Elf32_Word value) argument
48 *(Elf32_Word*)P = (*(Elf32_Word*)P & 0x3) | (value << 2);
53 write_low24_check(addr_t P, Elf32_Word value) argument
56 if ((value & 0x3f000000) && (~value & 0x3f800000))
59 | ((value & 0x00ffffff) << 2);
65 write_low14_check(addr_t P, Elf32_Word value) argument
68 if ((value
77 write_half16(addr_t P, Elf32_Word value) argument
85 write_half16_check(addr_t P, Elf32_Word value) argument
96 lo(Elf32_Word value) argument
103 hi(Elf32_Word value) argument
110 ha(Elf32_Word value) argument
[all...]
/haiku/src/system/boot/loader/file_systems/fat/
H A Dfatfs.h29 #define write32(buffer, off, value) \
30 *(uint32*)&buffer[off] = B_HOST_TO_LENDIAN_INT32(value)
32 #define write16(buffer, off, value) \
33 *(uint16*)&buffer[off] = B_HOST_TO_LENDIAN_INT16(value)
/haiku/src/libs/compat/freebsd_iflib/
H A Dnv_impl.h123 nvpair_t *nvpair_create_bool(const char *name, bool value);
124 nvpair_t *nvpair_create_number(const char *name, uint64_t value);
125 nvpair_t *nvpair_create_string(const char *name, const char *value);
128 nvpair_t *nvpair_create_nvlist(const char *name, const nvlist_t *value);
129 nvpair_t *nvpair_create_descriptor(const char *name, int value);
130 nvpair_t *nvpair_create_binary(const char *name, const void *value, size_t size);
131 nvpair_t *nvpair_create_bool_array(const char *name, const bool *value, size_t nitems);
132 nvpair_t *nvpair_create_number_array(const char *name, const uint64_t *value, size_t nitems);
133 nvpair_t *nvpair_create_string_array(const char *name, const char * const *value, size_t nitems);
134 nvpair_t *nvpair_create_nvlist_array(const char *name, const nvlist_t * const *value, size_
[all...]
/haiku/headers/os/support/
H A DTLS.h26 extern void tls_set(int32 index, void *value);
/haiku/src/apps/icon-o-matic/generic/support/
H A Dsupport.h19 constrain(float& value, float min, float max) argument
21 if (value < min)
22 value = min;
23 if (value > max)
24 value = max;
29 constrain_int32_0_255_asm(int32 value) { argument
36 : "=a" (value)
37 : "a" (value)
39 return value;
43 constrain_int32_0_255_c(int32 value) { argument
[all...]
/haiku/src/apps/cortex/Persistence/
H A DExportContext.h106 // T value) {
123 // _pad_with_spaces(out, key, *this, m_attrColumn) << " = '" << value << '\'';
133 int8 value);
137 uint8 value);
141 int16 value);
145 uint16 value);
149 int32 value);
153 uint32 value);
157 int64 value);
161 uint64 value);
[all...]
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageTokenizer.cpp32 value(),
42 value(other.value),
52 value(),
63 value = other.value;
153 double value; local
155 int32 matches = sscanf(test.String(), "%lf&%s", &value, t);
162 fCurrentToken.value.SetTo(value);
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dio.c59 auvia_reg_write_8(device_config *config, int regno, uint8 value) argument
61 pci->write_io_8(config->nabmbar + regno, value);
65 auvia_reg_write_16(device_config *config, int regno, uint16 value) argument
67 pci->write_io_16(config->nabmbar + regno, value);
71 auvia_reg_write_32(device_config *config, int regno, uint32 value) argument
73 pci->write_io_32(config->nabmbar + regno, value);
135 auvia_codec_write(device_config *config, int regno, uint16 value) argument
142 AUVIA_CODEC_PRIVALID | AUVIA_CODEC_INDEX(regno) | value);
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dio.c42 es1370_reg_write_8(device_config *config, int regno, uint8 value) argument
45 pci->write_io_8(config->base + regno, value);
49 es1370_reg_write_16(device_config *config, int regno, uint16 value) argument
52 pci->write_io_16(config->base + regno, value);
56 es1370_reg_write_32(device_config *config, int regno, uint32 value) argument
59 pci->write_io_32(config->base + regno, value);
89 es1370_codec_write(device_config *config, int regno, uint16 value) argument
96 pci->write_io_32(config->base + ES1370_REG_CODEC, (regno << 8) | value);
/haiku/src/apps/debuganalyzer/gui/chart/
H A DDefaultChartAxisLegendSource.cpp45 double value = ceil(start / interval) * interval; local
46 for (; value <= end; value += interval) {
48 snprintf(buffer, sizeof(buffer), "%.0f", value);
55 values[count++] = value;
83 double value = shiftedValue * interval; local
85 snprintf(buffer, sizeof(buffer), "%.*f", positions, value);
92 values[count++] = value;

Completed in 251 milliseconds

1234567891011>>