Home
last modified time | relevance | path

Searched refs:items (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-a/lib/zlib/
A Dzutil.c217 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
220 ulg bsize = (ulg)items*size; in zcalloc()
280 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
283 return _halloc((long)items, size); in zcalloc()
301 extern voidp calloc OF((uInt items, uInt size));
305 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
307 unsigned items;
311 return sizeof(uInt) > 2 ? (voidpf)malloc(items * size) :
312 (voidpf)calloc(items, size);
A Dtf_gunzip.c27 static void * ZLIB_INTERNAL zcalloc(void *opaque, unsigned int items, in zcalloc() argument
32 size *= items; in zcalloc()
A Dzutil.h257 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
262 #define ZALLOC(strm, items, size) \ argument
263 (*((strm)->zalloc))((strm)->opaque, (items), (size))
A Dzlib.h81 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
/trusted-firmware-a/lib/romlib/
A Dromlib_generator.py25 self.items = []
68 self.items.append({"type": "reserved"})
80 self.items.append({"type": "function", "library_name": library_name,
143 for item in index_file_parser.items:
181 for item in index_file_parser.items:
211 for item_index in range(0, len(index_file_parser.items)):
212 item = index_file_parser.items[item_index]
/trusted-firmware-a/docs/build/latex/
A Dsphinxlatexstyleheadings.sty33 % and reset some internal data items (\titleformat from titlesec package)
A Dtrustedfirmware-a.tex38250 \PYG{c+c1}{\PYGZsh{} Copy required items to \PYGZdl{}TEMP}
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/
A Dwarp7.rst.txt178 # Copy required items to $TEMP
/trusted-firmware-a/docs/plat/
A Dwarp7.rst178 # Copy required items to $TEMP

Completed in 98 milliseconds