Searched refs:val (Results 76 - 100 of 992) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/bus_managers/pci/
H A Dpci_fixup.cpp46 uint32 val = pci->ReadConfig(domain, bus, device, function, 0x40, 4); local
47 dprintf("jmicron_fixup_ahci: Register 0x40 : 0x%08" B_PRIx32 "\n", val);
50 val &= ~(1 << 1);
51 val &= ~(1 << 9);
52 val &= ~(1 << 13);
53 val &= ~(1 << 15);
54 val &= ~(1 << 16);
55 val &= ~(1 << 17);
56 val &= ~(1 << 18);
57 val
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/include/gutenprintui2/
H A Dgutenprintui.h106 extern void stpui_plist_set_name(stpui_plist_t *p, const char *val);
107 extern void stpui_plist_set_name_n(stpui_plist_t *p, const char *val, int n);
110 extern void stpui_plist_set_queue_name(stpui_plist_t *p, const char *val);
111 extern void stpui_plist_set_queue_name_n(stpui_plist_t *p, const char *val, int n);
114 extern void stpui_plist_set_output_filename(stpui_plist_t *p, const char *val);
115 extern void stpui_plist_set_output_filename_n(stpui_plist_t *p, const char *val, int n);
118 extern void stpui_plist_set_extra_printer_options(stpui_plist_t *p, const char *val);
119 extern void stpui_plist_set_extra_printer_options_n(stpui_plist_t *p, const char *val, int n);
122 extern void stpui_plist_set_custom_command(stpui_plist_t *p, const char *val);
123 extern void stpui_plist_set_custom_command_n(stpui_plist_t *p, const char *val, in
[all...]
/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Devent.h89 void fluid_event_control_change(fluid_event_t* evt, int channel, short control, short val);
92 FLUIDSYNTH_API void fluid_event_pitch_bend(fluid_event_t* evt, int channel, int val);
93 FLUIDSYNTH_API void fluid_event_pitch_wheelsens(fluid_event_t* evt, int channel, short val);
94 FLUIDSYNTH_API void fluid_event_modulation(fluid_event_t* evt, int channel, short val);
95 FLUIDSYNTH_API void fluid_event_sustain(fluid_event_t* evt, int channel, short val);
96 FLUIDSYNTH_API void fluid_event_pan(fluid_event_t* evt, int channel, short val);
97 FLUIDSYNTH_API void fluid_event_volume(fluid_event_t* evt, int channel, short val);
98 FLUIDSYNTH_API void fluid_event_reverb_send(fluid_event_t* evt, int channel, short val);
99 FLUIDSYNTH_API void fluid_event_chorus_send(fluid_event_t* evt, int channel, short val);
/haiku-fatelf/headers/libs/x86emu/
H A Dx86emu.h87 void (X86APIP outb) (X86EMU_pioAddr addr, u8 val);
88 void (X86APIP outw) (X86EMU_pioAddr addr, u16 val);
89 void (X86APIP outl) (X86EMU_pioAddr addr, u32 val);
118 void (X86APIP wrb) (u32 addr, u8 val);
119 void (X86APIP wrw) (u32 addr, u16 val);
120 void (X86APIP wrl) (u32 addr, u32 val);
130 extern void X86API wrb(u32 addr, u8 val);
131 extern void X86API wrw(u32 addr, u16 val);
132 extern void X86API wrl(u32 addr, u32 val);
/haiku-fatelf/headers/libs/libfdt/
H A Dlibfdt.h157 static inline void fdt_set_##name(void *fdt, uint32_t val) \
160 fdth->name = cpu_to_fdt32(val); \
828 * @val: pointer to data to replace the property value with
832 * the data in val, of length len. This function cannot change the
852 const void *val, int len);
859 * @val: cell (32-bit integer) value to replace the property with
862 * with the 32-bit integer cell value in val, converting val to
883 const char *name, uint32_t val)
885 val
882 fdt_setprop_inplace_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
948 fdt_property_cell(void *fdt, const char *name, uint32_t val) argument
1098 fdt_setprop_cell(void *fdt, int nodeoffset, const char *name, uint32_t val) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dah_osdep.c224 r->val = ah->ah_devid;
237 ath_hal_reg_write(struct ath_hal *ah, u_int32_t reg, u_int32_t val) argument
248 r->val = val;
254 bus_space_write_4(tag, h, reg, val);
257 bus_space_write_stream_4(tag, h, reg, val);
265 u_int32_t val; local
269 val = bus_space_read_4(tag, h, reg);
272 val = bus_space_read_stream_4(tag, h, reg);
279 r->val
313 ath_hal_reg_write(struct ath_hal *ah, u_int32_t reg, u_int32_t val) argument
331 u_int32_t val; local
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_getvalue/
H A D2-2.c108 int ret, val; local
135 ret = sem_getvalue( &sem, &val );
142 if ( ( val != 0 ) && ( val != -1 ) )
144 output( "Val: %d\n", val );
H A D2-1.c31 int val; local
48 if( sem_getvalue(mysemp, &val) < 0 ) {
54 printf("Current value is: %d\n", val);
57 if (val <= 0 ) {
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c272 uint32_t val; local
274 val = OS_REG_READ(ah, AR_DIAG_SW);
277 if (val & AR_DIAG_RXCLEAR_CTL_LOW) {
281 if (val & AR_DIAG_RXCLEAR_CTL_LOW) {
437 uint32_t val; local
454 val = OS_REG_READ(ah, AR_PHY_HEAVY_CLIP_FACTOR_RIFS);
455 val &= ~AR_PHY_RIFS_INIT_DELAY;
456 OS_REG_WRITE(ah, AR_PHY_HEAVY_CLIP_FACTOR_RIFS, val);
594 uint32_t val; member in struct:__anon168
613 if ((hang_sig & hang_list[i].mask) == hang_list[i].val) {
635 uint32_t val, temp; local
678 uint32_t val; local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dnlm32-i386.c87 bfd_vma val; local
93 val = bfd_get_32 (abfd, temp);
115 if ((val & NLM_HIBIT) == 0)
120 val &=~ NLM_HIBIT;
129 if ((val & NLM_HIBIT) == 0)
134 val &=~ NLM_HIBIT;
138 if ((val & (NLM_HIBIT >> 1)) == 0)
143 val &=~ (NLM_HIBIT >> 1);
146 rel->address = val;
161 bfd_vma val; local
302 bfd_vma val; local
326 bfd_vma val; local
[all...]
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-papers.c162 paper_size_mismatch(int l, int w, const stp_papersize_t *val) argument
164 int hdiff = abs(l - (int) val->height);
165 int vdiff = abs(w - (int) val->width);
174 const stp_papersize_t *val = NULL; local
179 val = stp_get_papersize_by_index(i);
181 if (val->width == w && val->height == l)
183 if (val->top == 0 && val->left == 0 &&
184 val
206 const stp_papersize_t *val = NULL; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dc-valprint.c81 LONGEST val;
336 val = unpack_long (type, valaddr + embedded_offset);
340 if (val == TYPE_FIELD_BITPOS (type, i))
351 print_longest (stream, 'd', 0, val);
376 val = unpack_long (type, valaddr + embedded_offset);
377 if (val == 0)
379 else if (val == 1)
382 print_longest (stream, 'd', 0, val);
426 val = unpack_long (type, valaddr + embedded_offset);
428 fprintf_filtered (stream, "%u", (unsigned int) val);
80 LONGEST val; local
499 c_value_print(struct value *val, struct ui_file *stream, int format, enum val_prettyprint pretty) argument
[all...]
/haiku-fatelf/src/libs/edit/
H A Dkey.c71 key_value_t val; /* command code or pointer to str, */ member in struct:key_node_t
128 el->el_key.val.cmd = (el_action_t) cmd;
129 return (&el->el_key.val);
140 el->el_key.val.str = str;
141 return (&el->el_key.val);
165 * Returns NULL in val.str and XK_STR for no match.
169 key_get(EditLine *el, char *ch, key_value_t *val) argument
172 return (node_trav(el, el->el_key.map, ch, val));
177 * Adds key to the el->el_key.map and associates the value in val with it.
183 key_add(EditLine *el, const char *key, key_value_t *val, in argument
270 node_trav(EditLine *el, key_node_t *ptr, char *ch, key_value_t *val) argument
307 node__try(EditLine *el, key_node_t *ptr, const char *str, key_value_t *val, int ntype) argument
569 key_kprint(EditLine *el, const char *key, key_value_t *val, int ntype) argument
[all...]
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_open/
H A D10-1.c33 int val; local
54 if( sem_getvalue(mysemp, &val) == -1 ) {
59 if (val != 4 ) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_post/
H A D1-1.c33 int val; local
51 if( sem_getvalue(mysemp, &val) == -1 ) {
56 } else if( val == 1 ) {
H A D1-2.c33 int val; local
51 if( sem_getvalue(mysemp, &val) == -1 ) {
56 } else if( val == 3 ) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_timedwait/
H A D1-1.c35 int val, sts; local
55 if( sem_getvalue(&mysemp, &val) == -1 ) {
61 if(( val == 0 ) && ( sts == 0)) {
H A D2-2.c38 int sts, val; local
57 if( sem_getvalue(&mysemp, &val) == -1 ) {
62 if ((val == 1) && (sts == -1)) {
H A D3-1.c37 int val; local
59 if( sem_getvalue(&mysemp, &val) == -1 ) {
65 if( val == 0 ) {
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sem_wait/
H A D1-1.c33 int val; local
53 if( sem_getvalue(mysemp, &val) == -1 ) {
58 } else if( val == 0 ) {
H A D1-2.c35 int val; local
57 if( sem_getvalue(mysemp, &val) == -1 ) {
61 } else if( val == 0 ) {
H A D11-1.c33 int val; local
53 if( sem_getvalue(mysemp, &val) == -1 ) {
58 } else if( val == 0 ) {
H A D3-1.c34 int val; local
54 if( sem_getvalue(mysemp, &val) < 0 ) {
59 if (val == 1 ) {
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Ddecode.h69 void store_data_byte(uint offset, u8 val);
70 void store_data_byte_abs(uint segment, uint offset, u8 val);
71 void store_data_word(uint offset, u16 val);
72 void store_data_word_abs(uint segment, uint offset, u16 val);
73 void store_data_long(uint offset, u32 val);
74 void store_data_long_abs(uint segment, uint offset, u32 val);
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural-exp.c46 .val =
55 .val =
79 if (plone.val.num == 0)
86 plone.val.num = 1;
90 GERMANIC_PLURAL.val.args[0] = &plvar;
91 GERMANIC_PLURAL.val.args[1] = &plone;

Completed in 94 milliseconds

1234567891011>>