Home
last modified time | relevance | path

Searched refs:length32 (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dnetarm_eth.c303 int i, length32; in eth_send() local
309 length32 = length / 4; in eth_send()
315 lastp = pa32[length32]; in eth_send()
316 length32--; in eth_send()
319 lastp = pa32[length32] & 0x000000ff; in eth_send()
322 lastp = pa32[length32] & 0x0000ffff; in eth_send()
325 lastp = pa32[length32] & 0x00ffffff; in eth_send()
330 for (i = 0; i < length32; i++) in eth_send()
H A Dns7520_eth.c185 int i, length32, retval = 1; in eth_send() local
192 length32 = nLen / 4; in eth_send()
198 lastp = pa32[length32 - 1]; in eth_send()
199 length32--; in eth_send()
202 lastp = pa32[length32] & 0x000000ff; in eth_send()
205 lastp = pa32[length32] & 0x0000ffff; in eth_send()
208 lastp = pa32[length32] & 0x00ffffff; in eth_send()
218 for (i = 0; i < length32; i++) in eth_send()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dnetarm_eth.c303 int i, length32; in eth_send() local
309 length32 = length / 4; in eth_send()
315 lastp = pa32[length32]; in eth_send()
316 length32--; in eth_send()
319 lastp = pa32[length32] & 0x000000ff; in eth_send()
322 lastp = pa32[length32] & 0x0000ffff; in eth_send()
325 lastp = pa32[length32] & 0x00ffffff; in eth_send()
330 for (i = 0; i < length32; i++) in eth_send()
H A Dns7520_eth.c185 int i, length32, retval = 1; in eth_send() local
192 length32 = nLen / 4; in eth_send()
198 lastp = pa32[length32 - 1]; in eth_send()
199 length32--; in eth_send()
202 lastp = pa32[length32] & 0x000000ff; in eth_send()
205 lastp = pa32[length32] & 0x0000ffff; in eth_send()
208 lastp = pa32[length32] & 0x00ffffff; in eth_send()
218 for (i = 0; i < length32; i++) in eth_send()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/net/
H A Dnetarm_eth.c303 int i, length32; in eth_send() local
309 length32 = length / 4; in eth_send()
315 lastp = pa32[length32]; in eth_send()
316 length32--; in eth_send()
319 lastp = pa32[length32] & 0x000000ff; in eth_send()
322 lastp = pa32[length32] & 0x0000ffff; in eth_send()
325 lastp = pa32[length32] & 0x00ffffff; in eth_send()
330 for (i = 0; i < length32; i++) in eth_send()
H A Dns7520_eth.c185 int i, length32, retval = 1; in eth_send() local
192 length32 = nLen / 4; in eth_send()
198 lastp = pa32[length32 - 1]; in eth_send()
199 length32--; in eth_send()
202 lastp = pa32[length32] & 0x000000ff; in eth_send()
205 lastp = pa32[length32] & 0x0000ffff; in eth_send()
208 lastp = pa32[length32] & 0x00ffffff; in eth_send()
218 for (i = 0; i < length32; i++) in eth_send()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/net/
H A Dnetarm_eth.c303 int i, length32; in eth_send() local
309 length32 = length / 4; in eth_send()
315 lastp = pa32[length32]; in eth_send()
316 length32--; in eth_send()
319 lastp = pa32[length32] & 0x000000ff; in eth_send()
322 lastp = pa32[length32] & 0x0000ffff; in eth_send()
325 lastp = pa32[length32] & 0x00ffffff; in eth_send()
330 for (i = 0; i < length32; i++) in eth_send()
H A Dns7520_eth.c185 int i, length32, retval = 1; in eth_send() local
192 length32 = nLen / 4; in eth_send()
198 lastp = pa32[length32 - 1]; in eth_send()
199 length32--; in eth_send()
202 lastp = pa32[length32] & 0x000000ff; in eth_send()
205 lastp = pa32[length32] & 0x0000ffff; in eth_send()
208 lastp = pa32[length32] & 0x00ffffff; in eth_send()
218 for (i = 0; i < length32; i++) in eth_send()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dnetarm_eth.c303 int i, length32; in eth_send() local
309 length32 = length / 4; in eth_send()
315 lastp = pa32[length32]; in eth_send()
316 length32--; in eth_send()
319 lastp = pa32[length32] & 0x000000ff; in eth_send()
322 lastp = pa32[length32] & 0x0000ffff; in eth_send()
325 lastp = pa32[length32] & 0x00ffffff; in eth_send()
330 for (i = 0; i < length32; i++) in eth_send()
H A Dns7520_eth.c185 int i, length32, retval = 1; in eth_send() local
192 length32 = nLen / 4; in eth_send()
198 lastp = pa32[length32 - 1]; in eth_send()
199 length32--; in eth_send()
202 lastp = pa32[length32] & 0x000000ff; in eth_send()
205 lastp = pa32[length32] & 0x0000ffff; in eth_send()
208 lastp = pa32[length32] & 0x00ffffff; in eth_send()
218 for (i = 0; i < length32; i++) in eth_send()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dnetarm_eth.c303 int i, length32; in eth_send() local
309 length32 = length / 4; in eth_send()
315 lastp = pa32[length32]; in eth_send()
316 length32--; in eth_send()
319 lastp = pa32[length32] & 0x000000ff; in eth_send()
322 lastp = pa32[length32] & 0x0000ffff; in eth_send()
325 lastp = pa32[length32] & 0x00ffffff; in eth_send()
330 for (i = 0; i < length32; i++) in eth_send()
H A Dns7520_eth.c185 int i, length32, retval = 1; in eth_send() local
192 length32 = nLen / 4; in eth_send()
198 lastp = pa32[length32 - 1]; in eth_send()
199 length32--; in eth_send()
202 lastp = pa32[length32] & 0x000000ff; in eth_send()
205 lastp = pa32[length32] & 0x0000ffff; in eth_send()
208 lastp = pa32[length32] & 0x00ffffff; in eth_send()
218 for (i = 0; i < length32; i++) in eth_send()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/net/
H A Dnetarm_eth.c303 int i, length32; in eth_send() local
309 length32 = length / 4; in eth_send()
315 lastp = pa32[length32]; in eth_send()
316 length32--; in eth_send()
319 lastp = pa32[length32] & 0x000000ff; in eth_send()
322 lastp = pa32[length32] & 0x0000ffff; in eth_send()
325 lastp = pa32[length32] & 0x00ffffff; in eth_send()
330 for (i = 0; i < length32; i++) in eth_send()
H A Dns7520_eth.c185 int i, length32, retval = 1; in eth_send() local
192 length32 = nLen / 4; in eth_send()
198 lastp = pa32[length32 - 1]; in eth_send()
199 length32--; in eth_send()
202 lastp = pa32[length32] & 0x000000ff; in eth_send()
205 lastp = pa32[length32] & 0x0000ffff; in eth_send()
208 lastp = pa32[length32] & 0x00ffffff; in eth_send()
218 for (i = 0; i < length32; i++) in eth_send()
/dports/devel/rlwrap/rlwrap-0.45.2/src/
H A Dfilter.c249 uint32_t length32; in read_tagless() local
252 read_patiently2(filter_output_fd, &length32, sizeof(uint32_t), 1000, "from filter"); in read_tagless()
253 buffer = mymalloc(length32); in read_tagless()
254 read_patiently2(filter_output_fd, buffer, length32, 1000,"from filter"); in read_tagless()
256 if (buffer[length32 -1 ] != '\n') in read_tagless()
258 buffer[length32 -1 ] = '\0'; in read_tagless()
331 uint32_t length32 = strlen(string) + 1; in write_message() local
333 write_patiently2(fd, &length32, sizeof(uint32_t), 1000, description); in write_message()
334 write_patiently2(fd, string, length32 - 1 , 1000, description); in write_message()
/dports/sysutils/gdisk/gptfdisk-1.0.8/
H A Dmbr.cc107 uint32_t start32, length32; in gconf_bookmarks_dialog_selection_changed()
112 length32 = (uint32_t) length64; in gconf_bookmarks_dialog_selection_changed()
115 && (partitions[i].GetLengthLBA() == length32)) { in gconf_bookmarks_dialog_selection_changed()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libunwindstack/
H A DDwarfSection.cpp84 uint32_t length32; in FillInCieHeader() local
85 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInCieHeader()
90 if (length32 == static_cast<uint32_t>(-1)) { in FillInCieHeader()
115 cie->cfa_instructions_end = memory_.cur_offset() + length32; in FillInCieHeader()
264 uint32_t length32; in FillInFdeHeader() local
265 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInFdeHeader()
271 if (length32 == static_cast<uint32_t>(-1)) { in FillInFdeHeader()
298 fde->cfa_instructions_end = memory_.cur_offset() + length32; in FillInFdeHeader()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libunwindstack/
H A DDwarfSection.cpp280 uint32_t length32; in FillInCie() local
281 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInCie()
289 if (length32 == static_cast<uint32_t>(-1)) { in FillInCie()
314 cie->cfa_instructions_end = memory_.cur_offset() + length32; in FillInCie()
458 uint32_t length32; in FillInFde() local
459 if (!memory_.ReadBytes(&length32, sizeof(length32))) { in FillInFde()
465 if (length32 == static_cast<uint32_t>(-1)) { in FillInFde()
492 fde->cfa_instructions_end = memory_.cur_offset() + length32; in FillInFde()
/dports/math/cln/cln-1.3.6/src/base/digitseq/
H A Dcl_asm_hppa_.cc14 .EXPORT length32
16 length32 .PROC
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/gogo/protobuf/io/
H A Duint32.go106 length32 := this.byteOrder.Uint32(this.lenBuf)
107 length := int(length32)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/gogo/protobuf/io/
H A Duint32.go106 length32 := this.byteOrder.Uint32(this.lenBuf)
107 length := int(length32)
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/vendor/github.com/gogo/protobuf/io/
H A Duint32.go106 length32 := this.byteOrder.Uint32(this.lenBuf)
107 length := int(length32)
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jfs/
H A Djfs_xtree.h38 #define XADlength(xad, length32) PXDlength(&(xad)->loc, length32) argument
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jfs/
H A Djfs_xtree.h38 #define XADlength(xad, length32) PXDlength(&(xad)->loc, length32) argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jfs/
H A Djfs_xtree.h38 #define XADlength(xad, length32) PXDlength(&(xad)->loc, length32) argument

12345678910