Searched refs:word (Results 26 - 50 of 72) sorted by relevance

123

/haiku/src/add-ons/kernel/drivers/network/ether/wb840/
H A Dinterface.c321 /* Read a word of data stored in the EEPROM at address "addr". */
326 uint16 word = 0; local
331 /* Send address of word we want to read. */
340 word |= i;
347 *dest = word;
356 uint16 word = 0, *ptr; local
359 wb_eeprom_getword(device, offset + i, &word);
362 *ptr = B_BENDIAN_TO_HOST_INT16(word);
364 *ptr = word;
/haiku/src/system/libroot/posix/glibc/locale/
H A Dlocaleinfo.h71 unsigned int word; member in union:locale_data::locale_data_value
97 word, enumerator in enum:value_type
180 /* Extract the current CATEGORY locale's word for ITEM. */
182 ((uint32_t) _NL_CURRENT_DATA (category)->values[_NL_ITEM_INDEX (item)].word)
H A DC-time.c85 { word: 0 },
137 { word: 19971130 },
/haiku/src/apps/mail/
H A DWords.h67 int32 FindBestMatches(BList* matches, const char* word);
H A DWIndex.cpp349 WIndex::FindFirst(const char *word) argument
358 NormalizeWord(word, nword);
407 WIndex::GetEntry(const char *word) argument
409 return GetEntry(FindFirst(word));
414 WIndex::NormalizeWord(const char *word, char *dest) argument
420 src = word;
440 /* gen_crc_table() -- generates a 256-word table containing all CRC */
459 /* word and the coefficient of x^31 is stored in the most significant */
H A DWords.cpp145 // Looking for start of word?
147 // Is start of word?
150 *namePtr++ = *nptr; // copy word
156 // End of word?
159 // Add previous entry to word index
160 *namePtr = 0; // terminate word
163 // Add base word
186 *namePtr = 0; // terminate word
187 // printf("Found word: %s\n", entryName);
191 *namePtr++ = *nptr; // copy word
717 char word[128], suffixWord[128]; local
[all...]
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Dentry.S63 .word BOOT_GDT_SEGMENT_COUNT * 8 - 1
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Dif_aue.c149 * Read a word of data stored in the EEPROM at address 'addr.'
155 u_int16_t word = 0; local
170 word = aue_csr_read_2(sc, AUE_EE_DATA);
171 *dest = word;
186 u_int16_t word = 0, *ptr; local
189 aue_eeprom_getword(sc, off + i, &word);
192 *ptr = B_BENDIAN_TO_HOST_INT16(word);
194 *ptr = word;
/haiku/src/system/boot/platform/efi/arch/arm/
H A Dcrt0-efi-arm.S146 .word _DYNAMIC - .
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_nvm.c442 * @offset: offset of word in the EEPROM to read
444 * @data: word read from the EEPROM
446 * Reads a 16 bit word from the EEPROM.
502 * @offset: offset of word in the EEPROM to read
504 * @data: word read from the EEPROM
506 * Reads a 16 bit word from the EEPROM.
541 /* Read the data. For microwire, each word requires the
557 * @offset: offset of word in the EEPROM to read
559 * @data: word read from the EEPROM
561 * Reads a 16 bit word fro
[all...]
H A De1000_nvm.h40 u16 word[2]; member in struct:e1000_pba
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_stage2.S56 addl $3, %ecx // long word align
165 .word 0x10
192 .word 0x2f
/haiku/src/bin/writembr/
H A Dmbr.S439 .word 0x3ba3 /* UUID time-mid */
440 .word 0x10f1 /* UUID time-high & version (v1) */
456 .word 0 /* "Unknown" in PMBR */
463 .word MAGIC /* Magic number */
/haiku/src/system/boot/platform/bios_ia32/
H A Dlong_asm.S100 .word BOOT_GDT_SEGMENT_COUNT * 8 - 1
H A Dshell.S56 .word BOOT_ARCHIVE_IMAGE_OFFSET*2
238 .word 0xaa55
429 .word 0x2f // 6 entries in the GDT (8 bytes each)
/haiku/src/system/kernel/arch/x86/64/
H A Darch.S56 .word 0
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h173 #define PTR_WORD .word
182 #define INT_WORD .word
231 #define LONG_WORD .word
/haiku/src/system/libroot/posix/glibc/math/
H A Dmath_private.h29 n0 = ((*(int*)&one)>>29)^1; * index of high word *
30 ix0 = *(n0+(int*)&x); * high word of x *
31 ix1 = *((1-n0)+(int*)&x); * low word of x *
134 u_int32_t word; member in union:__anon6
143 (i) = gf_u.word; \
151 sf_u.word = (i); \
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c590 number.word = is_negative ? (- signed_number) : signed_number; \
658 number.word = number.longlong != 0; \
665 number.word = va_arg (ap, unsigned long int); \
667 number.word = (unsigned char) va_arg (ap, unsigned int); \
669 number.word = va_arg (ap, unsigned int); \
671 number.word = (unsigned short int) va_arg (ap, unsigned int); \
675 number.word = args_value[fspec->data_arg].pa_u_long_int; \
677 number.word = (unsigned char) \
680 number.word = args_value[fspec->data_arg].pa_u_int; \
682 number.word
1342 unsigned long int word; member in union:__anon5514
1777 unsigned long int word; member in union:__anon5515
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_eeprom.c3440 u_int16_t word;
3446 word = SWAP16(eep->base_eep_header.length);
3447 eep->base_eep_header.length = word;
3449 word = SWAP16(eep->base_eep_header.checksum);
3450 eep->base_eep_header.checksum = word;
3452 word = SWAP16(eep->base_eep_header.version);
3453 eep->base_eep_header.version = word;
3455 word = SWAP16(eep->base_eep_header.reg_dmn[0]);
3456 eep->base_eep_header.reg_dmn[0] = word;
3458 word
3920 u_int8_t word[MOUTPUT]; local
4318 u_int16_t word; local
[all...]
/haiku/src/system/boot/platform/amiga_m68k/
H A Dstage1.S205 .word 10
H A Dshell.S276 //.word 0x0300 //0x0180
277 .word BOOT_ARCHIVE_IMAGE_OFFSET*2
291 .word 10
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S133 .word 0
134 .word 0,0
/haiku/src/add-ons/kernel/drivers/network/ether/etherpci/
H A Detherpci.c567 unsigned short word; local
569 word = ether_inw(data, NE_DATA);
571 dst[i + 1] = word >> 8;
572 dst[i + 0] = word & 0xff;
574 dst[i] = word >> 8;
575 dst[i + 1] = word & 0xff;
629 unsigned short word; local
632 word = (src[i + 1] << 8) | src[i + 0];
634 word = (src[i] << 8) | src[i + 1];
636 ether_outw(data, NE_DATA, word);
[all...]
/haiku/src/kits/mail/
H A Dmail_util.cpp557 struct word { struct
562 // Convert the word from UTF-8 to the desired character set. The
583 struct word *currentWord;
587 // newlines) separate the words. Each word includes any space before it as
588 // part of the word. Actually, quotes and other special characters
600 currentWord = new struct word;
605 // Include leading spaces as part of the word.
612 // a word in itself since it shouldn't be encoded, which would hide
616 // Find the end of the word. Leave wordEnd pointing just after the
617 // last character in the word
[all...]

Completed in 163 milliseconds

123