Home
last modified time | relevance | path

Searched refs:dest_bytes (Results 1 – 25 of 94) sorted by relevance

1234

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/core/
H A Dstring.c47 uint8_t *dest_bytes = dest; in generic_memset() local
50 *(dest_bytes++) = character; in generic_memset()
64 uint8_t *dest_bytes = dest; in generic_memcpy() local
67 *(dest_bytes++) = *(src_bytes++); in generic_memcpy()
81 uint8_t *dest_bytes = ( dest + len ); in generic_memmove() local
86 *(--dest_bytes) = *(--src_bytes); in generic_memmove()
302 *dest_bytes = *src_bytes; in strcpy()
303 if ( ! *dest_bytes ) in strcpy()
322 *dest_bytes = *src_bytes; in strncpy()
323 if ( ! *dest_bytes ) in strncpy()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/core/
H A Dstring.c47 uint8_t *dest_bytes = dest; in generic_memset() local
50 *(dest_bytes++) = character; in generic_memset()
64 uint8_t *dest_bytes = dest; in generic_memcpy() local
67 *(dest_bytes++) = *(src_bytes++); in generic_memcpy()
81 uint8_t *dest_bytes = ( dest + len ); in generic_memcpy_reverse() local
84 *(--dest_bytes) = *(--src_bytes); in generic_memcpy_reverse()
317 *dest_bytes = *src_bytes; in strcpy()
318 if ( ! *dest_bytes ) in strcpy()
337 *dest_bytes = *src_bytes; in strncpy()
338 if ( ! *dest_bytes ) in strncpy()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/core/
H A Dstring.c47 uint8_t *dest_bytes = dest; in generic_memset() local
50 *(dest_bytes++) = character; in generic_memset()
64 uint8_t *dest_bytes = dest; in generic_memcpy() local
67 *(dest_bytes++) = *(src_bytes++); in generic_memcpy()
81 uint8_t *dest_bytes = ( dest + len ); in generic_memmove() local
86 *(--dest_bytes) = *(--src_bytes); in generic_memmove()
302 *dest_bytes = *src_bytes; in strcpy()
303 if ( ! *dest_bytes ) in strcpy()
322 *dest_bytes = *src_bytes; in strncpy()
323 if ( ! *dest_bytes ) in strncpy()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/core/
H A Dstring.c47 uint8_t *dest_bytes = dest; in generic_memset() local
50 *(dest_bytes++) = character; in generic_memset()
64 uint8_t *dest_bytes = dest; in generic_memcpy() local
67 *(dest_bytes++) = *(src_bytes++); in generic_memcpy()
81 uint8_t *dest_bytes = ( dest + len ); in generic_memmove() local
86 *(--dest_bytes) = *(--src_bytes); in generic_memmove()
302 *dest_bytes = *src_bytes; in strcpy()
303 if ( ! *dest_bytes ) in strcpy()
322 *dest_bytes = *src_bytes; in strncpy()
323 if ( ! *dest_bytes ) in strncpy()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/core/
H A Dstring.c47 uint8_t *dest_bytes = dest; in generic_memset() local
50 *(dest_bytes++) = character; in generic_memset()
64 uint8_t *dest_bytes = dest; in generic_memcpy() local
67 *(dest_bytes++) = *(src_bytes++); in generic_memcpy()
81 uint8_t *dest_bytes = ( dest + len ); in generic_memcpy_reverse() local
84 *(--dest_bytes) = *(--src_bytes); in generic_memcpy_reverse()
317 *dest_bytes = *src_bytes; in strcpy()
318 if ( ! *dest_bytes ) in strcpy()
337 *dest_bytes = *src_bytes; in strncpy()
338 if ( ! *dest_bytes ) in strncpy()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/core/
H A Dstring.c47 uint8_t *dest_bytes = dest; in generic_memset() local
50 *(dest_bytes++) = character; in generic_memset()
64 uint8_t *dest_bytes = dest; in generic_memcpy() local
67 *(dest_bytes++) = *(src_bytes++); in generic_memcpy()
81 uint8_t *dest_bytes = ( dest + len ); in generic_memmove() local
86 *(--dest_bytes) = *(--src_bytes); in generic_memmove()
302 *dest_bytes = *src_bytes; in strcpy()
303 if ( ! *dest_bytes ) in strcpy()
322 *dest_bytes = *src_bytes; in strncpy()
323 if ( ! *dest_bytes ) in strncpy()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/core/
H A Dstring.c47 uint8_t *dest_bytes = dest; in generic_memset() local
50 *(dest_bytes++) = character; in generic_memset()
64 uint8_t *dest_bytes = dest; in generic_memcpy() local
67 *(dest_bytes++) = *(src_bytes++); in generic_memcpy()
81 uint8_t *dest_bytes = ( dest + len ); in generic_memcpy_reverse() local
84 *(--dest_bytes) = *(--src_bytes); in generic_memcpy_reverse()
317 *dest_bytes = *src_bytes; in strcpy()
318 if ( ! *dest_bytes ) in strcpy()
337 *dest_bytes = *src_bytes; in strncpy()
338 if ( ! *dest_bytes ) in strncpy()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/core/
H A Dstring.c48 uint8_t *dest_bytes = dest; in generic_memset() local
51 *(dest_bytes++) = character; in generic_memset()
65 uint8_t *dest_bytes = dest; in generic_memcpy() local
68 *(dest_bytes++) = *(src_bytes++); in generic_memcpy()
82 uint8_t *dest_bytes = ( dest + len ); in generic_memcpy_reverse() local
85 *(--dest_bytes) = *(--src_bytes); in generic_memcpy_reverse()
332 *dest_bytes = *src_bytes; in strcpy()
333 if ( ! *dest_bytes ) in strcpy()
352 *dest_bytes = *src_bytes; in strncpy()
353 if ( ! *dest_bytes ) in strncpy()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/signaling/src/sdp/sipcc/
H A Dsdp_base64.c147 …e64_result_t base64_encode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_encode() argument
153 int dmax = *dest_bytes; /* destination maximum */ in base64_encode()
155 *dest_bytes = 0; in base64_encode()
237 *dest_bytes = j; in base64_encode()
274 …e64_result_t base64_decode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_decode() argument
281 int dest_size_bytes = *dest_bytes; /* Save size of destination buffer */ in base64_decode()
287 *dest_bytes = 0; in base64_decode()
400 *dest_bytes = j; in base64_decode()
/dports/www/firefox/firefox-99.0/third_party/sipcc/
H A Dsdp_base64.c147 …e64_result_t base64_encode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_encode() argument
153 int dmax = *dest_bytes; /* destination maximum */ in base64_encode()
155 *dest_bytes = 0; in base64_encode()
237 *dest_bytes = j; in base64_encode()
274 …e64_result_t base64_decode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_decode() argument
281 int dest_size_bytes = *dest_bytes; /* Save size of destination buffer */ in base64_decode()
287 *dest_bytes = 0; in base64_decode()
400 *dest_bytes = j; in base64_decode()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/sipcc/
H A Dsdp_base64.c147 …e64_result_t base64_encode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_encode() argument
153 int dmax = *dest_bytes; /* destination maximum */ in base64_encode()
155 *dest_bytes = 0; in base64_encode()
237 *dest_bytes = j; in base64_encode()
274 …e64_result_t base64_decode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_decode() argument
281 int dest_size_bytes = *dest_bytes; /* Save size of destination buffer */ in base64_decode()
287 *dest_bytes = 0; in base64_decode()
400 *dest_bytes = j; in base64_decode()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/src/sdp/sipcc/
H A Dsdp_base64.c147 …e64_result_t base64_encode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_encode() argument
153 int dmax = *dest_bytes; /* destination maximum */ in base64_encode()
155 *dest_bytes = 0; in base64_encode()
237 *dest_bytes = j; in base64_encode()
274 …e64_result_t base64_decode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_decode() argument
281 int dest_size_bytes = *dest_bytes; /* Save size of destination buffer */ in base64_decode()
287 *dest_bytes = 0; in base64_decode()
400 *dest_bytes = j; in base64_decode()
/dports/www/firefox-esr/firefox-91.8.0/third_party/sipcc/
H A Dsdp_base64.c147 …e64_result_t base64_encode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_encode() argument
153 int dmax = *dest_bytes; /* destination maximum */ in base64_encode()
155 *dest_bytes = 0; in base64_encode()
237 *dest_bytes = j; in base64_encode()
274 …e64_result_t base64_decode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_decode() argument
281 int dest_size_bytes = *dest_bytes; /* Save size of destination buffer */ in base64_decode()
287 *dest_bytes = 0; in base64_decode()
400 *dest_bytes = j; in base64_decode()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/sdp/sipcc/
H A Dsdp_base64.c147 …e64_result_t base64_encode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_encode() argument
153 int dmax = *dest_bytes; /* destination maximum */ in base64_encode()
155 *dest_bytes = 0; in base64_encode()
237 *dest_bytes = j; in base64_encode()
274 …e64_result_t base64_decode(unsigned char *src, int src_bytes, unsigned char *dest, int *dest_bytes) in base64_decode() argument
281 int dest_size_bytes = *dest_bytes; /* Save size of destination buffer */ in base64_decode()
287 *dest_bytes = 0; in base64_decode()
400 *dest_bytes = j; in base64_decode()
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libogg/src/
H A Dbitwise.c627 long source_bytes,dest_bytes; in copytest() local
643 dest_bytes=oggpack_bytes(&dest_write); in copytest()
644 if(dest_bytes!=(prefill+7)/8){ in copytest()
659 if(prefill<dest_bytes){ in copytest()
672 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
698 if(copy+prefill<dest_bytes){ in copytest()
718 long source_bytes,dest_bytes; in copytestB() local
735 if(dest_bytes!=(prefill+7)/8){ in copytestB()
750 if(prefill<dest_bytes){ in copytestB()
763 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libogg/src/
H A Dbitwise.c627 long source_bytes,dest_bytes; in copytest() local
643 dest_bytes=oggpack_bytes(&dest_write); in copytest()
644 if(dest_bytes!=(prefill+7)/8){ in copytest()
659 if(prefill<dest_bytes){ in copytest()
672 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
698 if(copy+prefill<dest_bytes){ in copytest()
718 long source_bytes,dest_bytes; in copytestB() local
735 if(dest_bytes!=(prefill+7)/8){ in copytestB()
750 if(prefill<dest_bytes){ in copytestB()
763 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/libogg-1.3.2/src/
H A Dbitwise.c627 long source_bytes,dest_bytes; in copytest() local
643 dest_bytes=oggpack_bytes(&dest_write); in copytest()
644 if(dest_bytes!=(prefill+7)/8){ in copytest()
659 if(prefill<dest_bytes){ in copytest()
672 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
698 if(copy+prefill<dest_bytes){ in copytest()
718 long source_bytes,dest_bytes; in copytestB() local
735 if(dest_bytes!=(prefill+7)/8){ in copytestB()
750 if(prefill<dest_bytes){ in copytestB()
763 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dbitwise.c627 long source_bytes,dest_bytes; in copytest() local
643 dest_bytes=oggpack_bytes(&dest_write); in copytest()
644 if(dest_bytes!=(prefill+7)/8){ in copytest()
659 if(prefill<dest_bytes){ in copytest()
672 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
698 if(copy+prefill<dest_bytes){ in copytest()
718 long source_bytes,dest_bytes; in copytestB() local
735 if(dest_bytes!=(prefill+7)/8){ in copytestB()
750 if(prefill<dest_bytes){ in copytestB()
763 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ogg/vtkogg/src/
H A Dbitwise.c626 long source_bytes,dest_bytes; in copytest() local
642 dest_bytes=oggpack_bytes(&dest_write); in copytest()
643 if(dest_bytes!=(prefill+7)/8){ in copytest()
658 if(prefill<dest_bytes){ in copytest()
671 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
697 if(copy+prefill<dest_bytes){ in copytest()
717 long source_bytes,dest_bytes; in copytestB() local
734 if(dest_bytes!=(prefill+7)/8){ in copytestB()
749 if(prefill<dest_bytes){ in copytestB()
762 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/libogg-1.3.3/src/
H A Dbitwise.c627 long source_bytes,dest_bytes; in copytest() local
643 dest_bytes=oggpack_bytes(&dest_write); in copytest()
644 if(dest_bytes!=(prefill+7)/8){ in copytest()
659 if(prefill<dest_bytes){ in copytest()
672 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
698 if(copy+prefill<dest_bytes){ in copytest()
718 long source_bytes,dest_bytes; in copytestB() local
735 if(dest_bytes!=(prefill+7)/8){ in copytestB()
750 if(prefill<dest_bytes){ in copytestB()
763 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/libogg-1.3.3/src/
H A Dbitwise.c627 long source_bytes,dest_bytes; in copytest() local
643 dest_bytes=oggpack_bytes(&dest_write); in copytest()
644 if(dest_bytes!=(prefill+7)/8){ in copytest()
659 if(prefill<dest_bytes){ in copytest()
672 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
698 if(copy+prefill<dest_bytes){ in copytest()
718 long source_bytes,dest_bytes; in copytestB() local
735 if(dest_bytes!=(prefill+7)/8){ in copytestB()
750 if(prefill<dest_bytes){ in copytestB()
763 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/oggvorbis/
H A Dbitwise.c630 long source_bytes,dest_bytes; in copytest() local
646 dest_bytes=oggpack_bytes(&dest_write); in copytest()
647 if(dest_bytes!=(prefill+7)/8){ in copytest()
662 if(prefill<dest_bytes){ in copytest()
675 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
701 if(copy+prefill<dest_bytes){ in copytest()
721 long source_bytes,dest_bytes; in copytestB() local
738 if(dest_bytes!=(prefill+7)/8){ in copytestB()
753 if(prefill<dest_bytes){ in copytestB()
766 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libogg/src/
H A Dogg_bitwise.c627 long source_bytes,dest_bytes; in copytest() local
643 dest_bytes=oggpack_bytes(&dest_write); in copytest()
644 if(dest_bytes!=(prefill+7)/8){ in copytest()
659 if(prefill<dest_bytes){ in copytest()
672 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
698 if(copy+prefill<dest_bytes){ in copytest()
718 long source_bytes,dest_bytes; in copytestB() local
735 if(dest_bytes!=(prefill+7)/8){ in copytestB()
750 if(prefill<dest_bytes){ in copytestB()
763 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libogg/
H A Dbitwise.c626 long source_bytes,dest_bytes; in copytest() local
642 dest_bytes=oggpack_bytes(&dest_write); in copytest()
643 if(dest_bytes!=(prefill+7)/8){ in copytest()
658 if(prefill<dest_bytes){ in copytest()
671 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
697 if(copy+prefill<dest_bytes){ in copytest()
717 long source_bytes,dest_bytes; in copytestB() local
734 if(dest_bytes!=(prefill+7)/8){ in copytestB()
749 if(prefill<dest_bytes){ in copytestB()
762 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libogg/
H A Dbitwise.c626 long source_bytes,dest_bytes; in copytest() local
642 dest_bytes=oggpack_bytes(&dest_write); in copytest()
643 if(dest_bytes!=(prefill+7)/8){ in copytest()
658 if(prefill<dest_bytes){ in copytest()
671 if(dest_bytes!=(copy+prefill+7)/8){ in copytest()
697 if(copy+prefill<dest_bytes){ in copytest()
717 long source_bytes,dest_bytes; in copytestB() local
734 if(dest_bytes!=(prefill+7)/8){ in copytestB()
749 if(prefill<dest_bytes){ in copytestB()
762 if(dest_bytes!=(copy+prefill+7)/8){ in copytestB()
[all …]

1234