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

123

/haiku/src/apps/bootmanager/
H A Dbootman.S98 %assign READ_CLOCK 0x00 ; -> cx - high word
99 ; dx - low word
373 mul word [timeout]
396 mov word [timeout], TIMEOUT_OFF
401 cmp word [timeout], TIMEOUT_OFF
550 mov cx, 4 ; It is stored in a quad word
570 mov word [bp + cursorPosition], 0
/haiku/src/system/libroot/posix/glibc/locale/
H A DC-collate.c111 { word: 0 },
/haiku/headers/private/libroot/locale/
H A DLocaleBackend.h78 unsigned int word; member in union:BPrivate::Libroot::LocaleNumericDataBridge::GlibcNumericLocale::locale_data_value
/haiku/src/kits/package/
H A DPackageInfoParser.h72 static void _ParseVersionValue(Token& word,
/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S94 .word BOOT_ARCHIVE_IMAGE_OFFSET*2
339 .word 0xaa55-1 // will be replaced by the one calculated by the build.
/haiku/src/tools/restest/
H A DResourceFile.cpp80 uint32 word = 0; local
83 word = (word << 8) + current[i];
84 checkSum += word;
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8139/dev/rl/
H A Dif_rl.c303 * Read a word of data stored in the EEPROM at address 'addr.'
309 uint16_t word = 0; local
315 * Send address of word we want to read.
328 word |= i;
336 *dest = word;
346 uint16_t word = 0, *ptr; local
349 rl_eeprom_getword(sc, off + i, &word);
352 *ptr = ntohs(word);
354 *ptr = word;
1106 * is preceded by a 32-bit RX status word whic
[all...]
/haiku/src/apps/mail/
H A DContent.cpp310 // find the end of the URL based on word boundaries
1428 //Find start and end of word
2047 // ... do word wrapping.
2773 const char *next, *endPtr, *word = NULL;
2786 // Alpha signifies the start of a word
2789 if (!word && isAlpha) {
2790 //printf("Found word start\n");
2791 word = next;
2793 isCap = isupper(*word);
2794 } else if (word
[all...]
/haiku/src/kits/storage/
H A DResourceFile.cpp127 uint32 word = 0; local
130 word = (word << 8) + current[i];
131 checkSum += word;
/haiku/src/add-ons/kernel/drivers/network/ether/attansic_l2/dev/ae/
H A Dif_ae.c149 static int ae_vpd_read_word(ae_softc_t *sc, int reg, uint32_t *word);
945 ae_vpd_read_word(ae_softc_t *sc, int reg, uint32_t *word) argument
969 *word = AE_READ_4(sc, AE_VPD_DATA_REG);
976 uint32_t word, reg, val; local
998 error = ae_vpd_read_word(sc, i, &word);
1005 if ((word & AE_VPD_SIG_MASK) != AE_VPD_SIG)
1007 reg = word >> AE_VPD_REG_SHIFT;
1008 i++; /* Move to the next word. */
/haiku/src/add-ons/kernel/drivers/network/ether/sis900/dev/sis/
H A Dif_sis.c208 * Routine to reverse the bits in a word. Stolen almost
283 * Read a word of data stored in the EEPROM at address 'addr.'
289 uint16_t word = 0; local
302 * Send address of word we want to read.
313 word |= i;
322 *dest = word;
332 uint16_t word = 0, *ptr; local
335 sis_eeprom_getword(sc, off + i, &word);
338 *ptr = ntohs(word);
340 *ptr = word;
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/vt612x/dev/vge/
H A Dif_vge.c238 * Read a word of data stored in the EEPROM at address 'addr.'
244 uint16_t word = 0; local
254 /* Select the address of the word we want to read */
273 word = CSR_READ_2(sc, VGE_EERDDAT);
279 *dest = word;
291 uint16_t word = 0, *ptr; local
294 vge_eeprom_getword(sc, off + i, &word);
297 *ptr = ntohs(word);
299 *ptr = word;
1252 * we copy the buffer back two bytes to achieve word alignmen
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_ich8lan.c664 /* Adjust to word count */
694 /* Adjust to word count */
3520 * @offset: The offset (in bytes) of the word(s) to read.
3522 * @data: pointer to the word(s) to read at offset.
3524 * Reads a word(s) from the NVM
3613 * e1000_read_nvm_ich8lan - Read word(s) from the NVM
3615 * @offset: The offset (in bytes) of the word(s) to read.
3617 * @data: Pointer to the word(s) to read at offset.
3619 * Reads a word(s) from the NVM using the flash access registers.
3629 u16 i, word; local
3860 u16 word = 0; local
4395 u16 word; local
4636 u16 word = (u16)data; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dc.c515 * Read a word of data stored in the EEPROM at address 'addr.'
538 * Read a word of data stored in the EEPROM at address 'addr.'
559 * Read a word of data stored in the EEPROM at address 'addr.'
565 uint16_t word = 0; local
581 * Send address of word we want to read.
592 word |= i;
601 *dest = word;
611 uint16_t word = 0, *ptr; local
615 dc_eeprom_getword_pnic(sc, off + i, &word);
617 dc_eeprom_getword_xircom(sc, off + i, &word);
[all...]
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp44 typedef unsigned short word; typedef
/haiku/src/add-ons/kernel/drivers/network/ether/3com/dev/xl/
H A Dif_xl.c557 u_int16_t word = 0, *ptr; local
584 word = CSR_READ_2(sc, XL_W0_EE_DATA);
587 *ptr = ntohs(word);
589 *ptr = word;
1320 * word in the EEPROM.
1322 * of 0x1578 for its capabilities word, which is somewhat
1380 device_printf(dev, "media options word: %x\n", sc->xl_media);
1877 * status word and leave the mbuf cluster in place:
2012 * sets a special bit in the status word to let us
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex517 Specifies the first word of the separator.
521 Specifies the second word of the separator.
543 bytes of a big endian unsigned word (the upper byte(s) set to 0).
/haiku/src/add-ons/kernel/drivers/network/ether/rtl81xx/dev/re/
H A Dif_re.c93 * on the 8169 than they are on the 8139C+. Also, the status word in the
395 * Read a word of data stored in the EEPROM at address 'addr.'
401 u_int16_t word = 0; local
404 * Send address of word we want to read.
415 word |= i;
420 *dest = word;
430 u_int16_t word = 0, *ptr; local
438 re_eeprom_getword(sc, off + i, &word);
441 *ptr = word;
1965 * to achieve word alignmen
[all...]
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1155 char word[6]; local
1184 sprintf(word, "%3" B_PRId32, value);
1188 delta.x = BUTTON_WIDTH/2-(fOffwindowButton->StringWidth(word) * 0.5);
1190 fOffwindowButton->DrawString(word, delta);
1196 sprintf(word, "%3.1f", fCurrentSettings.refresh_rate + 0.05);
/haiku/src/build/libgnuregex/
H A Dregex.c354 wordchar, /* Matches any word-constituent character. */
355 notwordchar, /* Matches any char that is not a word-constituent. */
357 wordbeg, /* Succeeds if at word beginning. */
358 wordend, /* Succeeds if at word end. */
360 wordbound, /* Succeeds if at a word boundary. */
361 notwordbound /* Succeeds if not at a word boundary. */
1461 /* If isn't a word bracketed by `[:' and:`]':
2408 PUSH_FAILURE_ITEM (reg_info[this_reg].word); \
2510 reg_info[this_reg].word = POP_FAILURE_ITEM (); \
3009 This must not be longer than one word, becaus
3006 fail_stack_elt_t word; member in union:__anon5
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dmft.c506 * ntfs_ffz - Find the first unset (zero) bit in a word
507 * @word:
513 static inline unsigned int ntfs_ffz(unsigned int word) argument
515 return ffs(~word) - 1;
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_node.c3171 u_int64_t word; member in union:__anon60
3177 beacon_tsft = letoh64(u.word);

Completed in 340 milliseconds

123