Searched refs:word (Results 1 - 25 of 72) sorted by last modified time

123

/haiku/src/kits/package/
H A DPackageInfoParser.h72 static void _ParseVersionValue(Token& word,
/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);
/haiku/src/system/libroot/posix/musl/string/
H A Dstpncpy.c14 typedef size_t __attribute__((__may_alias__)) word;
15 word *wd;
16 const word *ws;
H A Dstrchrnul.c17 typedef size_t __attribute__((__may_alias__)) word;
18 const word *w;
/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/headers/private/libroot/locale/
H A DLocaleBackend.h78 unsigned int word; member in union:BPrivate::Libroot::LocaleNumericDataBridge::GlibcNumericLocale::locale_data_value
/haiku/src/system/kernel/arch/x86/64/
H A Darch.S56 .word 0
/haiku/src/tools/restest/
H A DResourceFile.cpp80 uint32 word = 0; local
83 word = (word << 8) + current[i];
84 checkSum += word;
/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...]
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 */
/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/system/kernel/arch/arm/
H A Darch_exceptions.S95 .word arm_reserved // actually reset, but not used when mapped
98 .word arm_undefined
101 .word arm_syscall
104 .word arm_prefetch_abort
107 .word arm_data_abort
110 .word arm_reserved
113 .word arm_irq
116 .word arm_fiq
125 .word 0xdeadbeef
129 .word
[all...]
/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)
/haiku/src/system/libroot/add-ons/icu/
H A DICUNumericData.cpp65 fDataBridge->glibcNumericLocale->values[3].word
71 fDataBridge->glibcNumericLocale->values[4].word
107 fDataBridge->glibcNumericLocale->values[3].word
109 fDataBridge->glibcNumericLocale->values[4].word
/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/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/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/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
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/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S74 .word (IMAGE_REL_ABSOLUTE<<12) + 0
75 .word (IMAGE_REL_ABSOLUTE<<12) + 0
/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/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/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/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...]

Completed in 200 milliseconds

123