/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexLookupVerifier.cpp | 140 const ColorLine& line) in computeBilinearSearchStepFromFloatLine() 145 const Vec4 d = abs(line.p1 - line.p0); in computeBilinearSearchStepFromFloatLine() 193 static inline Vec4 min (const ColorLine& line) in min() argument 195 return min(line.p0, line.p1); in min() 198 static inline Vec4 max (const ColorLine& line) in max() argument 200 return max(line.p0, line.p1); in max() 254 // This is basically line segmen in isLinearRangeValid() 139 computeBilinearSearchStepFromFloatLine(const LookupPrecision& prec, const ColorLine& line) computeBilinearSearchStepFromFloatLine() argument [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_widgets.cpp | 172 // Perform manual coarse clipping to optimize for long multi-line text in TextEx() 174 // - We also don't vertically center the text within the line full height, which is unlikely to matter because we are likely the biggest and only item on the line. in TextEx() 176 const char* line = text; in TextEx() local 188 while (line < text_end && lines_skipped < lines_skippable) in TextEx() 190 const char* line_end = (const char*)memchr(line, '\n', text_end - line); in TextEx() 194 text_size.x = ImMax(text_size.x, CalcTextSize(line, line_end).x); in TextEx() 195 line = line_end + 1; in TextEx() 203 if (line < text_en in TextEx() [all...] |
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | ext4.h | 2753 unsigned int line), 2755 TP_ARGS(sb, function, line), 2760 __field( unsigned, line ) 2766 __entry->line = line; 2769 TP_printk("dev %d,%d function %s line %u", 2771 __entry->function, __entry->line)
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.h | 3286 static inline void assertfail(const char *expr, const char *file, int line) in assertfail() argument 3288 pr_err("assertion failed: %s, in %s:%d\n", expr, file, line); in assertfail() 3296 static inline void assertfail(const char *expr, const char* file, int line) { } in assertfail() argument 3320 unsigned int line, int errno, const char *fmt, ...); 3327 unsigned int line, int errno); 3331 * detected, that way the exact line number is reported. 3361 unsigned int line, int errno, const char *fmt, ...);
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | ext4.h | 2614 unsigned int line), 2616 TP_ARGS(sb, function, line), 2621 __field( unsigned, line ) 2627 __entry->line = line; 2630 TP_printk("dev %d,%d function %s line %u", 2632 __entry->function, __entry->line)
|
/third_party/libabigail/src/ |
H A D | abg-writer.cc | 1245 unsigned line = 0, column = 0; in write_location() local 1247 loc.expand(filepath, line, column); in write_location() 1255 << " line='" << line << "'" in write_location() 2072 /// information (file name, line and column) for the ABI artifacts 4781 unsigned line = 0, col = 0; in dump_location() local 4783 l.expand(path, line, col); in dump_location() 4784 o << path << ":" << line << "," << col << "\n"; in dump_location()
|
/third_party/backends/backend/ |
H A D | fujitsu.c | 560 - don't print 0 length line in hexdump 821 char line[PATH_MAX]; in sane_get_devices() local 848 while (sanei_config_read (line, PATH_MAX, fp)) { in sane_get_devices() 850 lp = line; in sane_get_devices() 898 DBG (5, "sane_get_devices: config line \"%s\" unrecognized - ignored.\n", lp); in sane_get_devices() 6197 contrast rotates slope of line around central input val 6207 then brightness moves line vertically, and clamps to 8bit 7853 /* bytes per line differs by mode */ in get_pixelsize() 7879 /* bytes per line differs by mode */ in get_pixelsize() 8545 /* all requests must end on a line boundar in read_from_3091duplex() 10092 char line[70]; /* 'xxx: xx xx ... xx xx abc */ hexdump() local [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | head_32.S | 108 jz 1f # No command line 188 * command line) because GCC expects it.
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | timbuart.c | 436 uart->port.line = 0; in timbuart_probe()
|
H A D | arc_uart.c | 623 port->line = dev_id; in arc_serial_probe()
|
H A D | digicolor-usart.c | 491 dp->port.line = index; in digicolor_uart_probe()
|
/kernel/linux/linux-5.10/drivers/tty/ipwireless/ |
H A D | tty.c | 263 ss->line = tty->index; in ipwireless_get_serial_info()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | opticon.c | 138 /* Clear RTS line */ in opticon_open() 148 /* Request CTS line state, sometimes during opening the current in opticon_open() 362 ss->line = port->minor; in get_serial_info()
|
H A D | ssu100.c | 339 ss->line = port->minor; in get_serial_info() 445 /* update input line counters */ in ssu100_update_msr()
|
H A D | ark3116.c | 66 __u32 lcr; /* line control register value */ 74 __u32 lsr; /* line status register value */ 355 /* read line status */ in ark3116_open() 396 ss->line = port->minor; in ark3116_get_serial_info() 492 /* update input line counters */ in ark3116_update_msr() 599 /* update line status */ in ark3116_process_read_urb()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtx_diff | 32 -T annotate output .dts with input source file and line
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-subdev.h | 49 * @line: Line number of the sliced VBI data (1-23) 55 u32 line; member 322 * Indicates that the format does not have line offsets, i.e. 455 * should be output. Note that if you set the line field to 0, then that
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | block-info.c | 166 int line __maybe_unused, in block_column_header()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_utils.h | 67 const char *func, int line);
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_internal.h | 303 u16 line; member 329 u16 location; /* bit 15..13 = file_id, 12..0 = line nr. */ 532 u32 width; /* Width of a line */ 534 u32 stride; /* Stride (in bytes) per line */
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xdp.h | 239 void xdp_warn(const char *msg, const char *func, const int line);
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | sh_css_internal.h | 297 u16 line; member 323 u16 location; /* bit 15..13 = file_id, 12..0 = line nr. */ 515 u32 width; /* Width of a line */ 517 u32 stride; /* Stride (in bytes) per line */
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | arc_uart.c | 617 port->line = dev_id; in arc_serial_probe()
|
H A D | mps2-uart.c | 530 mps_port->port.line = id; in mps2_of_get_port()
|
H A D | digicolor-usart.c | 489 dp->port.line = index; in digicolor_uart_probe()
|