Home
last modified time | relevance | path

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

/external/u-boot/drivers/fpga/
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
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
Dvirtex2.c166 size_t bytecount = 0; in virtex2_ssm_load() local
363 size_t bytecount = 0; in virtex2_ssm_dump() 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
Dssh-libssh.c1763 curl_off_t bytecount; in myssh_statemach_act() local
Dssh.c2422 curl_off_t bytecount; in ssh_statemach_act() local
Dmime.c278 size_t bytecount = 0; in escape_string() local
Durldata.h549 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.c82 unsigned long bytecount, alloc_bytes, max_pids; in main() local
/external/pdfium/third_party/libtiff/
Dtif_read.c695 uint64 bytecount; in TIFFReadRawStrip() local
753 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFFillStrip() local
1198 uint64 bytecount = td->td_stripbytecount[tile]; in TIFFFillTile() local
Dtif_strip.c153 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64() local
Dtif_dirread.c5537 uint64 bytecount; in ChopUpSingleUncompressedStrip() 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/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.c95 unsigned int bytecount, nr_busy; in receive_data() local
/external/scapy/scapy/contrib/
Disis.py165 def __init__(self, bytecount= None): argument