Home
last modified time | relevance | path

Searched defs:bytecount (Results 1 – 25 of 25) sorted by relevance

/external/u-boot/drivers/fpga/
Dspartan3.c112 size_t bytecount = 0; in spartan3_sp_load() local
264 size_t bytecount = 0; in spartan3_sp_dump() local
316 size_t bytecount = 0; in spartan3_ss_load() local
Dspartan2.c108 size_t bytecount = 0; in spartan2_sp_load() local
258 size_t bytecount = 0; in spartan2_sp_dump() local
310 size_t bytecount = 0; in spartan2_ss_load() local
Dvirtex2.c323 size_t bytecount = 0; in virtex2_ssm_load() local
401 size_t bytecount = 0; in virtex2_ssm_dump() local
461 size_t bytecount = 0; in virtex2_ss_load() local
DstratixII.c74 int bytecount; in StratixII_ps_fpp_load() local
DACEX1K.c99 size_t bytecount = 0; in ACEX1K_ps_load() local
/external/libxml2/os400/
Dlibxmlmain.c39 size_t bytecount = 0; in main() local
/external/curl/lib/
Dfile.c259 curl_off_t bytecount = 0; in file_upload() local
383 curl_off_t bytecount = 0; in file_do() local
Dmime.c278 size_t bytecount = 0; in escape_string() local
Durldata.h564 curl_off_t bytecount; /* total number of bytes read */ member
/external/u-boot/board/astro/mcf5373l/
Dfpga.c103 size_t bytecount = 0; in altera_write_fn() local
325 size_t bytecount = 0; in xilinx_fastwr_config_fn() local
/external/ltp/testcases/kernel/syscalls/fork/
Dfork05.c134 static void modify_ldt(int func, struct modify_ldt_ldt_s *ptr, int bytecount) in modify_ldt()
/external/ltp/testcases/kernel/mem/mtest01/
Dmtest01.c146 unsigned long bytecount = 0; in child_loop_alloc() local
/external/pdfium/third_party/libtiff/
Dtif_strip.c143 uint64 bytecount = TIFFGetStrileByteCount(tif, strip); in TIFFRawStripSize64() local
Dtif_read.c775 uint64 bytecount = TIFFGetStrileByteCount(tif, strip); in TIFFFillStrip() local
1213 uint64 bytecount = TIFFGetStrileByteCount(tif, tile); in TIFFFillTile() local
Dtif_dirread.c3542 uint64 bytecount = TIFFGetStrileByteCount(tif, 0); in ByteCountLooksBad() local
5764 uint64 bytecount; in allocChoppedUpStripArrays() local
5839 uint64 bytecount; in ChopUpSingleUncompressedStrip() local
Dtif_ojpeg.c2064 uint64 bytecount = TIFFGetStrileByteCountWithErr(sp->tif, sp->in_buffer_next_strile, &err); in OJPEGReadBufferFill() local
/external/u-boot/drivers/net/
Dxilinx_emaclite.c98 static void xemaclite_alignedread(u32 *srcptr, void *destptr, u32 bytecount) in xemaclite_alignedread()
124 static void xemaclite_alignedwrite(void *srcptr, u32 *destptr, u32 bytecount) in xemaclite_alignedwrite()
/external/OpenCSD/decoder/source/etmv3/
Dtrc_pkt_proc_etmv3_impl.cpp824 int bytecount = 0; in extractBrAddrPkt() local
/external/linux-kselftest/tools/testing/selftests/x86/
Dldt_gdt.c224 unsigned long bytecount) in safe_modify_ldt()
/external/u-boot/drivers/usb/gadget/
Datmel_usba_udc.c94 unsigned int bytecount, nr_busy; in receive_data() local
/external/curl/lib/vssh/
Dlibssh.c1759 curl_off_t bytecount; in myssh_statemach_act() local
Dlibssh2.c2407 curl_off_t bytecount; in ssh_statemach_act() local
/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c494 unsigned bytecount = 0; in mir_pipeline_count() local
/external/u-boot/drivers/spi/
Dzynqmp_gqspi.c446 u32 bytecount = 0; in zynqmp_qspi_genfifo_cmd() local
/external/scapy/scapy/contrib/
Disis.py165 def __init__(self, bytecount= None): argument