Searched refs:val (Results 151 - 175 of 992) sorted by relevance

1234567891011>>

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_conv.c298 fluid_concave(fluid_real_t val) argument
300 if (val < 0) {
302 } else if (val > 127) {
305 return fluid_concave_tab[(int) val];
312 fluid_convex(fluid_real_t val) argument
314 if (val < 0) {
316 } else if (val > 127) {
319 return fluid_convex_tab[(int) val];
H A Dfluid_conv.h51 fluid_real_t fluid_concave(fluid_real_t val);
52 fluid_real_t fluid_convex(fluid_real_t val);
H A Dfluid_chan.h90 int fluid_channel_cc(fluid_channel_t* chan, int ctrl, int val);
91 int fluid_channel_pressure(fluid_channel_t* chan, int val);
92 int fluid_channel_pitch_bend(fluid_channel_t* chan, int val);
93 int fluid_channel_pitch_wheel_sens(fluid_channel_t* chan, int val);
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageFlattenableItemTest.h87 static status_t Add(BMessage& msg, const char* name, MyFlattenableType& val) argument
88 { return msg.AddFlat(name, &val); }
102 MyFlattenableType* val)
104 return msg.FindFlat(name, index, val);
106 static status_t ShortFind(BMessage& msg, const char* name, MyFlattenableType* val) argument
108 return msg.FindFlat(name, val);
119 MyFlattenableType& val)
120 { return msg.ReplaceFlat(name, index, &val); }
101 Find(BMessage& msg, const char* name, int32 index, MyFlattenableType* val) argument
118 Replace(BMessage& msg, const char* name, int32 index, MyFlattenableType& val) argument
H A DMessageRefItemTest.h25 static status_t Add(BMessage& msg, const char* name, entry_ref& val) argument
27 return msg.AddRef(name, &val);
32 entry_ref* val)
34 return msg.FindRef(name, index, val);
36 static status_t ShortFind(BMessage& msg, const char* name, entry_ref* val) argument
38 return msg.FindRef(name, val);
46 entry_ref& val)
48 return msg.ReplaceRef(name, index, &val);
31 Find(BMessage& msg, const char* name, int32 index, entry_ref* val) argument
45 Replace(BMessage& msg, const char* name, int32 index, entry_ref& val) argument
/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dsettings.h165 int fluid_settings_setnum(fluid_settings_t* settings, char* name, double val);
169 int fluid_settings_getnum(fluid_settings_t* settings, char* name, double* val);
183 int fluid_settings_setint(fluid_settings_t* settings, char* name, int val);
187 int fluid_settings_getint(fluid_settings_t* settings, char* name, int* val);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/radeon/
H A Dpll_access.c58 // read value "val" from PLL-register "addr"
70 // write value "val" to PLL-register "addr"
71 void Radeon_OUTPLL( vuint8 *regs, radeon_type asic, uint8 addr, uint32 val )
78 OUTREG( regs, RADEON_CLOCK_CNTL_DATA, val );
83 // write "val" to PLL-register "addr" keeping bits "mask"
85 uint32 val, uint32 mask )
89 tmp |= val;
84 Radeon_OUTPLLP( vuint8 *regs, radeon_type asic, uint8 addr, uint32 val, uint32 mask ) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralink2860/dev/rt2860/
H A Drt2860_io.h43 uint16_t reg, uint32_t val);
49 uint16_t reg, uint32_t val, size_t len);
58 void rt2860_io_bbp_write(struct rt2860_softc *sc, uint8_t reg, uint8_t val);
60 void rt2860_io_rf_write(struct rt2860_softc *sc, uint8_t reg, uint32_t val);
/haiku-fatelf/src/add-ons/translators/jpeg2000/libjasper/jasper/
H A Djas_tvp.h154 char *val; member in struct:__anon2758
/haiku-fatelf/src/add-ons/translators/tga/
H A DTGAView.cpp69 int32 val = (fSettings->SetGetBool(TGA_SETTING_IGNORE_ALPHA)) ? 1 : 0; local
70 fpchkIgnoreAlpha->SetValue(val);
75 val = (fSettings->SetGetBool(TGA_SETTING_RLE)) ? 1 : 0;
76 fpchkRLE->SetValue(val);
/haiku-fatelf/src/bin/findutils/lib/
H A Dbuildcmd.c334 long val; local
336 val = sysconf(_SC_LINE_MAX);
338 val = -1;
341 if (val > 0)
342 return val;
348 val = LINE_MAX;
351 if (val > 0)
352 return val;
361 long val; local
368 val
[all...]
/haiku-fatelf/src/bin/gdb/include/coff/
H A Dexternal.h117 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_32 (abfd, val, (ext->l_lnno))
121 #define PUT_LINENO_LNNO(abfd, val, ext) H_PUT_16 (abfd, val, (ext->l_lnno))
/haiku-fatelf/src/libs/agg/src/
H A Dagg_line_profile_aa.cpp81 unsigned val = m_gamma[unsigned(base_val * aa_mask)]; local
85 *ch++ = (value_type)val;
101 val = m_gamma[0];
104 *ch_smoother++ = (value_type)val;
/haiku-fatelf/src/libs/compat/freebsd_network/compat/dev/mii/
H A Dmii_bitbang.h54 int phy, int reg, int val);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dcrx-dis.c44 dwordU val; member in struct:__anon4234
289 makelongparameter (ULONGLONG val, int start, int end) argument
293 p.val = (dwordU) EXTRACT(val, 48 - end, end - start);
377 a->cr = p.val;
383 a->r = p.val;
392 if (IS_INSN_TYPE (CMPBR_INS) && (p.val == ESCAPE_16_BIT))
401 if (p.val == 6)
402 p.val = -1;
403 else if (p.val
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-escp2-data.c98 const char *val = child->value.text.string; local
102 p->vertical_borderless_sequence = stp_xmlstrtoraw(val);
107 p->preinit_sequence = stp_xmlstrtoraw(val);
112 p->preinit_remote_sequence = stp_xmlstrtoraw(val);
117 p->postinit_remote_sequence = stp_xmlstrtoraw(val);
121 if (!strcmp(val, "1998"))
123 else if (!strcmp(val, "1999"))
125 else if (!strcmp(val, "2000"))
127 else if (!strcmp(val, "Pro"))
132 if (!strcmp(val, "N
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dvalops.c175 struct value *val = find_function_in_inferior (NAME_OF_MALLOC); local
178 val = call_function_by_hand (val, 1, &blocklen);
179 if (value_logical_not (val))
186 return val;
434 struct value *val = allocate_value (type); local
436 memset (VALUE_CONTENTS (val), 0, TYPE_LENGTH (check_typedef (type)));
437 VALUE_LVAL (val) = lv;
439 return val;
457 struct value *val; local
478 struct value *val; local
506 value_fetch_lazy(struct value *val) argument
527 struct value *val; local
762 struct value *val; local
783 struct value *val; local
1012 struct value *val; local
1081 struct value *val; local
1111 struct value *val; local
2808 struct value *val; local
2825 cast_into_complex(struct type *type, struct value *val) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_synaptics.h37 #define IS_SYN_PT_PACKAGE(val) ((val[0] & 0xFC) == 0x84 \
38 && (val[3] & 0xCC) == 0xc4)
/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddvb_interface.c72 uint32 val; local
92 val = gPci->read_pci_config(device->pci_info->bus, device->pci_info->device, device->pci_info->function, PCI_command, 2);
93 val = PCI_PCICMD_BME | PCI_PCICMD_MSE | (val & ~PCI_PCICMD_IOS);
94 gPci->write_pci_config(device->pci_info->bus, device->pci_info->device, device->pci_info->function, PCI_command, 2, val);
97 val = gPci->read_pci_config(device->pci_info->bus, device->pci_info->device, device->pci_info->function, PCI_latency, 1);
98 TRACE("PCI latency is %02lx, changing to %02x\n", val, PCI_LATENCY);
110 val = gPci->read_pci_config(device->pci_info->bus, device->pci_info->device, device->pci_info->function, 0x10, 4);
111 val &= PCI_address_memory_32_mask;
112 if (val
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A Dencodings.cpp33 int val;\
34 val = ((B_LENDIAN_TO_HOST_INT16(uni_str[0])-0xd7c0)<<10) | (B_LENDIAN_TO_HOST_INT16(uni_str[1])&0x3ff);\
35 str[0] = 0xf0 | (val>>18);\
36 str[1] = 0x80 | ((val>>12)&0x3f);\
37 str[2] = 0x80 | ((val>>6)&0x3f);\
38 str[3] = 0x80 | (val&0x3f);\
58 int val;\
59 val = ((uni_str[0]-0xd7c0)<<10) | (uni_str[1]&0x3ff);\
60 str[0] = 0xf0 | (val>>18);\
61 str[1] = 0x80 | ((val>>1
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/iconv/
H A Dloop.c73 # define put16(addr, val) *((uint16_t *) (addr)) = (val)
74 # define put32(addr, val) *((uint32_t *) (addr)) = (val)
89 # define put16(addr, val) \
90 ({ uint16_t __val = (val); \
94 # define put32(addr, val) \
95 ({ uint32_t __val = (val); \
114 # define put16(addr, val) \
115 ({ uint16_t __val = (val); \
[all...]
/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Drand.c82 u_long val = (u_long) *ctx; local
83 int r = do_rand(&val);
85 *ctx = (unsigned int) val;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_timedwait/
H A D11-1.c38 int val[2], sts[2]; local
61 if( sem_getvalue(&mysemp[i], &val[i]) == -1 ) {
67 if(( val[i] == 0 ) && ( sts[i] == 0)) {
/haiku-fatelf/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp166 uint32 idx, val = 0xCDCDCDCD, align, arg; local
177 val = gctx->card->reg_read(idx);
196 val = atom_iio_execute(gctx,
203 val = B_LENDIAN_TO_HOST_INT32(ctx->ps[idx]);
204 // TODO : val = get_unaligned_le32((u32 *)&ctx->ps[idx]);
211 val = gctx->divmul[0];
214 val = gctx->divmul[1];
217 val = gctx->data_block;
220 val = gctx->shift;
223 val
346 uint32 val = 0xCDCDCDCD; local
389 atom_put_dst(atom_exec_context *ctx, int arg, uint8 attr, int *ptr, uint32 val, uint32 saved) argument
760 uint8 val = U8((*ptr)++); local
947 uint32 src, val, target; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/pegasus/
H A Dif_aue.c59 uint8 val = 0; local
68 AUE_UR_READREG, 0, reg, 1, &val, &length);
75 return (val);
82 uint16 val = 0; local
91 AUE_UR_READREG, 0, reg, 2, &val, &length);
99 return (val);
103 aue_csr_write_1(pegasus_dev *sc, int reg, int val) argument
114 AUE_UR_WRITEREG, val, reg, 1, &val, &length);
126 aue_csr_write_2(pegasus_dev *sc, int reg, int val) argument
205 u_int16_t val = 0; local
[all...]

Completed in 138 milliseconds

1234567891011>>