Home
last modified time | relevance | path

Searched refs:MAX_SIZE (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/contrib/octeon-sdk/
HDcvmx-dma-engine.c415 const int MAX_SIZE = 65535; in __cvmx_dma_engine_build_external_pointers() local
422 if (size <= MAX_SIZE) in __cvmx_dma_engine_build_external_pointers()
430 else if (size <= MAX_SIZE * 2) in __cvmx_dma_engine_build_external_pointers()
433 buffers[0].pcie_length.len0 = MAX_SIZE; in __cvmx_dma_engine_build_external_pointers()
434 buffers[0].pcie_length.len1 = size - MAX_SIZE; in __cvmx_dma_engine_build_external_pointers()
436 address += MAX_SIZE; in __cvmx_dma_engine_build_external_pointers()
441 else if (size <= MAX_SIZE * 3) in __cvmx_dma_engine_build_external_pointers()
444 buffers[0].pcie_length.len0 = MAX_SIZE; in __cvmx_dma_engine_build_external_pointers()
445 buffers[0].pcie_length.len1 = MAX_SIZE; in __cvmx_dma_engine_build_external_pointers()
446 buffers[0].pcie_length.len2 = size - MAX_SIZE * 2; in __cvmx_dma_engine_build_external_pointers()
[all …]
/trueos/contrib/gperf/src/
HDpositions.h50 enum { MAX_SIZE = MAX_KEY_POS + 1 }; enumerator
103 int _positions[MAX_SIZE];
HDpositions.cc57 if (count == MAX_SIZE) in add()
HDoptions.cc843 if (key_pos - key_positions == Positions::MAX_SIZE) in parse_options()
/trueos/contrib/ncurses/ncurses/base/
HDlib_screen.c39 #define MAX_SIZE 0x3fff /* 16k is big enough for a window or pad */ macro
53 || tmp._maxy > MAX_SIZE in NCURSES_EXPORT()
55 || tmp._maxx > MAX_SIZE) in NCURSES_EXPORT()
/trueos/sys/pci/
HDncr.c162 #define MAX_SIZE ((MAX_SCATTER-1) * (long) PAGE_SIZE) macro
3165 if ((unsigned long)bp->b_bcount > MAX_SIZE) bp->b_bcount = MAX_SIZE;
6611 u_long chunk = MAX_SIZE;
/trueos/contrib/gperf/
HDChangeLog493 (Positions::MAX_SIZE): New constant.
/trueos/contrib/gcc/
HDChangeLog-200024301 MAX_SIZE is now unsigned.