OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizex
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/include/
lcd_console.h
24
* @
sizex
: size X of the screen in pixel
27
void console_calc_rowcol(struct console_t *pcons, u32
sizex
, u32 sizey);
/external/tensorflow/tensorflow/contrib/reduce_slice_ops/kernels/
reduce_slice_ops_gpu.cu.cc
70
int
sizex
= output.dimension(0); \
73
if (
sizex
* sizey * sizez == 0) { \
77
sizex
, sizey, sizez, d, ReduceSliceDeviceKernel##reduceop<T, Index>, \
/external/u-boot/common/
lcd_console.c
122
void console_calc_rowcol(struct console_t *pcons, u32
sizex
, u32 sizey)
124
pcons->cols =
sizex
/ VIDEO_FONT_WIDTH;
/external/scapy/scapy/
utils.py
[
all
...]
Completed in 1009 milliseconds