/Linux-v4.19/tools/perf/util/ |
D | xyarray.c | 10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local 12 if (xy != NULL) { in xyarray__new() 13 xy->entry_size = entry_size; in xyarray__new() 14 xy->row_size = row_size; in xyarray__new() 15 xy->entries = xlen * ylen; in xyarray__new() 16 xy->max_x = xlen; in xyarray__new() 17 xy->max_y = ylen; in xyarray__new() 20 return xy; in xyarray__new() 23 void xyarray__reset(struct xyarray *xy) in xyarray__reset() argument 25 size_t n = xy->entries * xy->entry_size; in xyarray__reset() [all …]
|
D | xyarray.h | 17 void xyarray__delete(struct xyarray *xy); 18 void xyarray__reset(struct xyarray *xy); 20 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() argument 22 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry() 25 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y() argument 27 return xy->max_y; in xyarray__max_y() 30 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x() argument 32 return xy->max_x; in xyarray__max_x()
|
D | bpf-loader.c | 1418 struct xyarray *xy = evsel->fd; in apply_config_evsel_for_key() local 1425 if (!xy) { in apply_config_evsel_for_key() 1430 if (xy->row_size / xy->entry_size != 1) { in apply_config_evsel_for_key() 1453 events = xy->entries / (xy->row_size / xy->entry_size); in apply_config_evsel_for_key() 1460 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
|
/Linux-v4.19/arch/x86/crypto/ |
D | twofish-x86_64-asm_64-3way.S | 190 #define inpack3(in, n, xy, m) \ argument 191 movq 4*(n)(in), xy ## 0; \ 192 xorq w+4*m(CTX), xy ## 0; \ 194 movq 4*(4+(n))(in), xy ## 1; \ 195 xorq w+4*m(CTX), xy ## 1; \ 197 movq 4*(8+(n))(in), xy ## 2; \ 198 xorq w+4*m(CTX), xy ## 2; 200 #define outunpack3(op, out, n, xy, m) \ argument 201 xorq w+4*m(CTX), xy ## 0; \ 202 op ## q xy ## 0, 4*(n)(out); \ [all …]
|
/Linux-v4.19/scripts/ |
D | extract-vmlinux | 55 try_decompress '\037\213\010' xy gunzip 57 try_decompress 'BZh' xy bunzip2 59 try_decompress '\211\114\132' xy 'lzop -d'
|
D | extract-ikconfig | 59 try_decompress '\037\213\010' xy gunzip 61 try_decompress 'BZh' xy bunzip2 63 try_decompress '\211\114\132' xy 'lzop -d'
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | htcpen.c | 53 unsigned short x, y, xy; in htcpen_interrupt() local 68 xy = inb_p(HTCPEN_PORT_DATA); in htcpen_interrupt() 71 x = X_AXIS_MAX - ((x * 8) + ((xy >> 4) & 0xf)); in htcpen_interrupt() 72 y = (y * 8) + (xy & 0xf); in htcpen_interrupt()
|
/Linux-v4.19/tools/vm/ |
D | slabinfo-gnuplot.sh | 93 set autoscale xy 134 set autoscale xy
|
/Linux-v4.19/drivers/video/fbdev/ |
D | ffb.c | 555 u32 fg, bg, xy; in ffb_imageblit() local 567 xy = (image->dy << 16) | image->dx; in ffb_imageblit() 588 upa_writel(xy, &fbc->fontxy); in ffb_imageblit() 589 xy += (32 << 0); in ffb_imageblit() 609 upa_writel(xy, &fbc->fontxy); in ffb_imageblit()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | omap3-panel-sharp-ls037v7dw01.dtsi | 70 ti,swap-xy;
|
D | omap3-lilly-a83x.dtsi | 329 ti,swap-xy;
|
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
D | ads7846.txt | 35 ti,swap-xy swap x and y axis
|
/Linux-v4.19/Documentation/input/devices/ |
D | atarikbd.rst | 83 %111110xy ; mouse position record flag 248 ; mss=0xy, mouse button press or release causes mouse 491 %000000xy ; where y is JOYSTICK1 Fire button
|
/Linux-v4.19/Documentation/cpu-freq/ |
D | pcc-cpufreq.txt | 142 The VERSION number for the driver will be of the format v.xy.ab.
|
/Linux-v4.19/drivers/platform/x86/ |
D | toshiba_acpi.c | 783 u32 *xy, u32 *z) in toshiba_accelerometer_get() argument 802 *xy = out[2]; in toshiba_accelerometer_get()
|
/Linux-v4.19/Documentation/filesystems/caching/ |
D | cachefiles.txt | 280 J1223/@23/+xy...z/+kl...m/Epqr
|
/Linux-v4.19/arch/s390/tools/ |
D | opcodes.txt | 756 e357 xy RXY_RRRD
|