Searched refs:col (Results 26 - 38 of 38) sorted by relevance

12

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.c1313 int col, int regWr)
1317 HALASSERT(col < ia->cols);
1320 HAL_INI_VAL(ia, r, col));
1332 ath_hal_ini_bank_setup(uint32_t data[], const HAL_INI_ARRAY *ia, int col) argument
1336 HALASSERT(col < ia->cols);
1338 data[r] = HAL_INI_VAL(ia, r, col);
1312 ath_hal_ini_write(struct ath_hal *ah, const HAL_INI_ARRAY *ia, int col, int regWr) argument
H A Dah_internal.h927 #define HAL_INI_WRITE_ARRAY(ah, regArray, col, regWr) do { \
930 OS_REG_WRITE(ah, (regArray)[r][0], (regArray)[r][col]); \
944 int col, int regWr);
946 int col);
/haiku/src/add-ons/translators/raw/
H A DRAW.h87 int32 _FlipIndex(uint32 row, uint32 col, uint32 flip);
/haiku/src/apps/deskcalc/
H A DCalcView.cpp552 for (int col = 0; col < fColumns; col++) {
554 frame.left = keypadRect.left + col * sizeCol;
555 frame.right = keypadRect.left + (col + 1) * sizeCol - 1;
/haiku/headers/os/package/
H A DPackageInfo.h42 virtual void OnError(const BString& msg, int line, int col) = 0;
/haiku/src/bin/network/telnet/
H A Dcommands.c458 int col, len;
464 col = 8;
467 if (col + len > 65) {
469 col = 8;
472 col += len;
457 int col, len; local
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1992 uint32 *col; local
2080 col = buf->colors[0];
2090 col[i] = (color<<24) | (color<<16) | (color<<8) | color;
2109 col[i] = (color<<step_doubling) | color;
2121 col = buf->colors[0];
2123 col[i] = B_SWAP_INT32(col[i]);
/haiku/src/kits/tracker/
H A DFindPanel.cpp2161 for (int32 col = fAttrGrid->CountColumns(); col > 0; col--) {
2162 BLayoutItem* item = fAttrGrid->ItemAt(col - 1, row);
H A DPoseView.cpp10323 BColumn* col = ColumnAt(i); local
10324 if (col && col->AttrType() == B_TIME_TYPE) {
10325 columnRect.left = col->Offset();
10326 columnRect.right = columnRect.left + col->Width();
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp524 virtual void OnError(const BString& msg, int line, int col) { argument
526 B_HPKG_PACKAGE_INFO_FILE_NAME, line, col, msg.String());
/haiku/src/libs/iconv/
H A Duhc_2.h497 unsigned int col = c2 - (c2 >= 0x81 ? 0x4d : c2 >= 0x61 ? 0x47 : 0x41); local
498 unsigned int i = 84 * row + col;
500 *pwc = (ucs4_t) (uhc_2_2uni_main_pagea1[2*row+(col>=42?1:0)] + uhc_2_2uni_pagea1[i]);
H A Duhc_1.h815 unsigned int col = c2 - (c2 >= 0x81 ? 0x4d : c2 >= 0x61 ? 0x47 : 0x41); local
816 unsigned int i = 178 * row + col;
818 *pwc = (ucs4_t) (uhc_1_2uni_main_page81[2*row+(col>=89?1:0)] + uhc_1_2uni_page81[i]);
H A Djisx0213.h5863 static ucs4_t jisx0213_to_ucs4 (unsigned int row, unsigned int col) argument
5882 if (col >= 0x21 && col <= 0x7e)
5883 col -= 0x21;
5887 val = jisx0213_to_ucs_main[row * 94 + col];

Completed in 217 milliseconds

12