/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
H A D | span.go | 60 ToOffset(line, col int) (int, error) 69 func NewPoint(line, col, offset int) Point { 70 p := Point{v: point{Line: line, Column: col, Offset: offset}} 279 line, col, err := c.ToPosition(p.Offset) 284 p.Column = col
|
/third_party/backends/backend/ |
H A D | hp3900_debug.c | 744 SANE_Int col = 0; in dbg_buffer() local 757 if (col == 0) in dbg_buffer() 766 text[col] = (data > 31) ? data : 'ยท'; in dbg_buffer() 769 col++; in dbg_buffer() 771 if (col == 8) in dbg_buffer() 773 col = 0; in dbg_buffer() 781 if (col > 0) in dbg_buffer() 783 for (cont = col; cont < 8; cont++) in dbg_buffer()
|
/third_party/skia/src/gpu/ |
H A D | GrDataUtils.cpp | 70 // Create an ETC1 compressed block that is filled with 'col' 71 static void create_etc1_block(SkColor col, ETC1Block* block) { in create_etc1_block() argument 75 int rOrig = SkColorGetR(col); in create_etc1_block() 76 int gOrig = SkColorGetG(col); in create_etc1_block() 77 int bOrig = SkColorGetB(col); in create_etc1_block() 146 static uint16_t to565(SkColor col) { in to565() argument 147 int r5 = SkMulDiv255Round(31, SkColorGetR(col)); in to565() 148 int g6 = SkMulDiv255Round(63, SkColorGetG(col)); in to565() 149 int b5 = SkMulDiv255Round(31, SkColorGetB(col)); in to565()
|
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | VulkanImageWrappingTestsDmaBuf.cpp | 817 for (uint32_t col = 0; col < width; col++) { in TEST_P() 819 float normCol = static_cast<float>(col) / width; in TEST_P() 822 data[4 * (row * width + col)] = static_cast<unsigned char>(dist * 255); in TEST_P() 823 data[4 * (row * width + col) + 1] = static_cast<unsigned char>(dist * 255); in TEST_P() 824 data[4 * (row * width + col) + 2] = static_cast<unsigned char>(dist * 255); in TEST_P() 825 data[4 * (row * width + col) + 3] = 255; in TEST_P()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
H A D | vimc-common.h | 30 #define VIMC_FRAME_INDEX(lin, col, width, bpp) ((lin * width + col) * bpp)
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/ |
H A D | vimc-common.h | 30 #define VIMC_FRAME_INDEX(lin, col, width, bpp) ((lin * width + col) * bpp)
|
/third_party/glfw/examples/ |
H A D | triangle-opengl.c | 41 vec3 col; member 139 sizeof(Vertex), (void*) offsetof(Vertex, col)); in main()
|
H A D | triangle-opengles.c | 40 vec3 col; member 140 sizeof(Vertex), (void*) offsetof(Vertex, col)); in main()
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_image_dl.py | 112 col = i % cols 114 montage.paste(im, (width * col, height * row))
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | ICUServiceTestSample.java | 217 Collator col = Collator.getInstance(locale.toLocale()); in getDisplayNames() 218 return service.getDisplayNames(locale, col, null); in getDisplayNames()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | ICUServiceTestSample.java | 214 Collator col = Collator.getInstance(locale.toLocale()); in getDisplayNames() 215 return service.getDisplayNames(locale, col, null); in getDisplayNames()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | rc80211_minstrel.c | 442 unsigned int i, col, new_idx; in init_sample_table() local 449 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table() 453 while (SAMPLE_TBL(mi, new_idx, col) != 0xff) in init_sample_table() 456 SAMPLE_TBL(mi, new_idx, col) = i; in init_sample_table()
|
/third_party/elfutils/src/ |
H A D | stack.c | 275 int line, col; in print_frame() local 277 line = col = -1; in print_frame() 296 col = val; in print_frame() 305 sname = dwfl_lineinfo (lineobj, NULL, &line, &col, NULL, NULL); in print_frame() 314 if (col > 0) in print_frame() 315 printf (":%d", col); in print_frame()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | utils.c | 914 int off, i, s, e, col; in utils_dump_mem() local 921 col = 30; in utils_dump_mem() 923 col += 1; in utils_dump_mem() 925 col += 2; in utils_dump_mem() 927 col += 4; in utils_dump_mem() 933 ntfs_log_debug("\e[%dm", col); in utils_dump_mem()
|
/third_party/glfw/deps/ |
H A D | stb_image_write.h | 1470 int row, col, i, k, subsample; 1491 for(col = 0; col < 8; ++col, ++k) { 1492 fdtbl_Y[k] = 1 / (YTable [stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); 1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); 1541 for(col = x; col < x+16; ++col, ++pos) { 1542 // if col > [all...] |
/third_party/astc-encoder/Source/ |
H A D | stb_image_write.h | 1470 int row, col, i, k, subsample; 1491 for(col = 0; col < 8; ++col, ++k) { 1492 fdtbl_Y[k] = 1 / (YTable [stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); 1493 fdtbl_UV[k] = 1 / (UVTable[stbiw__jpg_ZigZag[k]] * aasf[row] * aasf[col]); 1541 for(col = x; col < x+16; ++col, ++pos) { 1542 // if col > [all...] |
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_pixel_buffer.cpp | 1654 for (uint32 col = 0; col < cols; col++) in MaxDiff() 1656 real64 diff = fabs ((real64)src1 [col] - src2 [col]); in MaxDiff() 1714 for (uint32 col = 0; col < cols; col++) in MaxDiff() 1716 real64 diff = fabs ((real64)src1 [col * s1ColStep] - src2 [col * s2ColSte in MaxDiff() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_print.cpp | 463 int col = TXT_DEFAULT; in print() local 467 r = 'r'; col = TXT_GPR; in print() 487 r = 'p'; col = TXT_REGISTER; in print() 495 r = 'c'; col = TXT_FLAGS; in print() 498 r = 'a'; col = TXT_REGISTER; in print() 501 r = 'b'; col = TXT_REGISTER; in print() 509 PRINT("%s%c%c%i%s", colour[col], p, r, idx, postFix); in print()
|
/base/hiviewdfx/hidumper/test/scripts/testModule/ |
H A D | utils.py | 85 row = [int(col.strip()) for col in line.split()]
|
/base/telephony/cellular_data/test/ |
H A D | cellular_data_observer_test.cpp | 121 std::string col = std::string(CELLULAR_DATA_COLUMN_ROAMING) + std::to_string(1); in HWTEST_F() local 122 ASSERT_TRUE(settingHelper->PutValue(uri, col, 1) == TELEPHONY_ERR_SUCCESS); in HWTEST_F()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | adp5520.h | 165 #define ADP5520_KEY(row, col) (col + row * 4)
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | adp5520.h | 165 #define ADP5520_KEY(row, col) (col + row * 4)
|
/kernel/linux/linux-5.10/scripts/ |
H A D | spdxcheck.py | 199 col = line.find(expr) + pe.tok.lexpos 201 sys.stdout.write('%s: %d:%d %s: %s\n' %(fname, self.curline, col, pe.txt, tok)) 203 sys.stdout.write('%s: %d:0 %s\n' %(fname, self.curline, col, pe.txt))
|
/third_party/ffmpeg/libavcodec/ |
H A D | c93.c | 108 int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col) in draw_n_color() 117 out[x + y*stride] = cols[col & ((1 << bpp) - 1)]; in draw_n_color() 118 col >>= bpp; in draw_n_color() 107 draw_n_color(uint8_t *out, int stride, int width, int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col) draw_n_color() argument
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | mnkytst.cpp | 222 Collator *col = Collator::createInstance("en_US", status); in TestRules() local 223 const UnicodeString baseRules = ((RuleBasedCollator*)col)->getRules(); in TestRules() 251 delete col; in TestRules()
|