Home
last modified time | relevance | path

Searched refs:bytep (Results 1 – 25 of 170) sorted by relevance

1234567

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.target/arm/
H A Dthumb1-far-jump-3.c16 typedef byte * bytep; typedef
30 foo(infop info, bytep row) in foo()
37 bytep sp = row + info->r; in foo()
38 bytep dp = sp; in foo()
54 bytep sp = row + info->r; in foo()
55 bytep dp = sp; in foo()
78 bytep sp = row + info->r; in foo()
79 bytep dp = sp; in foo()
92 bytep sp = row + info->r; in foo()
93 bytep dp = sp; in foo()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhbitio.c341 if (++bitfile_rec->bytep == bitfile_rec->bytez) in Hbitwrite()
346 bitfile_rec->bytep = bitfile_rec->bytea; in Hbitwrite()
371 if (++bitfile_rec->bytep == bitfile_rec->bytez) in Hbitwrite()
376 bitfile_rec->bytep = bitfile_rec->bytea; in Hbitwrite()
488 if (bitfile_rec->bytep == bitfile_rec->bytez) in Hbitread()
501 l = (uint32) (*bitfile_rec->bytep++); in Hbitread()
511 if (bitfile_rec->bytep == bitfile_rec->bytez) in Hbitread()
614 bitfile_rec->bits = *(bitfile_rec->bytep); in Hbitseek()
619 bitfile_rec->bits = *bitfile_rec->bytep++; in Hbitseek()
834 *(bitfile_rec->bytep) |= bitfile_rec->bits; in HIbitflush()
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_printf_term.c146 if (*bytep < ' ' || *bytep >= 127) in is_printable_ascii()
148 bytep++; in is_printable_ascii()
152 byte octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in is_printable_ascii()
155 bytep++; in is_printable_ascii()
467 byte* bytep; in print_term() local
484 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
486 octet = bytep[0]; in print_term()
488 ++bytep; in print_term()
495 octet = bytep[0]; in print_term()
518 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_printf_term.c146 if (*bytep < ' ' || *bytep >= 127) in is_printable_ascii()
148 bytep++; in is_printable_ascii()
152 byte octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in is_printable_ascii()
155 bytep++; in is_printable_ascii()
467 byte* bytep; in print_term() local
484 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
486 octet = bytep[0]; in print_term()
488 ++bytep; in print_term()
495 octet = bytep[0]; in print_term()
518 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_printf_term.c146 if (*bytep < ' ' || *bytep >= 127) in is_printable_ascii()
148 bytep++; in is_printable_ascii()
152 byte octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in is_printable_ascii()
155 bytep++; in is_printable_ascii()
467 byte* bytep; in print_term() local
484 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
486 octet = bytep[0]; in print_term()
488 ++bytep; in print_term()
493 octet = bytep[0]; in print_term()
516 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
[all …]
/dports/archivers/upx/upx-3.96/src/stub/src/arch/i086/
H A Dl_test.c31 #define bytep unsigned char __huge * macro
34 #define bytep unsigned char * macro
85 const bytep src; in main()
86 bytep dst; in main()
92 dst = (bytep) acc_halloc(dst_len); in main()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_printf_term.c171 if (*bytep < ' ' || *bytep >= 127) in is_printable_ascii()
173 bytep++; in is_printable_ascii()
177 byte octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in is_printable_ascii()
180 bytep++; in is_printable_ascii()
581 byte* bytep; in print_term() local
598 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
600 octet = bytep[0]; in print_term()
602 ++bytep; in print_term()
609 octet = bytep[0]; in print_term()
632 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_printf_term.c171 if (*bytep < ' ' || *bytep >= 127) in is_printable_ascii()
173 bytep++; in is_printable_ascii()
177 byte octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in is_printable_ascii()
180 bytep++; in is_printable_ascii()
581 byte* bytep; in print_term() local
598 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
600 octet = bytep[0]; in print_term()
602 ++bytep; in print_term()
609 octet = bytep[0]; in print_term()
632 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_printf_term.c171 if (*bytep < ' ' || *bytep >= 127) in is_printable_ascii()
173 bytep++; in is_printable_ascii()
177 byte octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in is_printable_ascii()
180 bytep++; in is_printable_ascii()
581 byte* bytep; in print_term() local
598 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
600 octet = bytep[0]; in print_term()
602 ++bytep; in print_term()
609 octet = bytep[0]; in print_term()
632 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_printf_term.c171 if (*bytep < ' ' || *bytep >= 127) in is_printable_ascii()
173 bytep++; in is_printable_ascii()
177 byte octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in is_printable_ascii()
180 bytep++; in is_printable_ascii()
581 byte* bytep; in print_term() local
598 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
600 octet = bytep[0]; in print_term()
602 ++bytep; in print_term()
609 octet = bytep[0]; in print_term()
632 octet = (bytep[0] << bitoffs) | (bytep[1] >> (8-bitoffs)); in print_term()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Dmcheckmark.go100 bytep := &arena.checkmarks[arenaWord]
102 if atomic.Load8(bytep)&mask != 0 {
107 atomic.Or8(bytep, mask)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmcheckmark.go93 bytep := &arena.checkmarks[arenaWord]
95 if atomic.Load8(bytep)&mask != 0 {
100 atomic.Or8(bytep, mask)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Dmcheckmark.go100 bytep := &arena.checkmarks[arenaWord]
102 if atomic.Load8(bytep)&mask != 0 {
107 atomic.Or8(bytep, mask)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Dmcheckmark.go100 bytep := &arena.checkmarks[arenaWord]
102 if atomic.Load8(bytep)&mask != 0 {
107 atomic.Or8(bytep, mask)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Dmcheckmark.go100 bytep := &arena.checkmarks[arenaWord]
102 if atomic.Load8(bytep)&mask != 0 {
107 atomic.Or8(bytep, mask)
/dports/games/neverball/neverball-1.6.0/share/
H A Dimage.c38 png_bytep *bytep = NULL; in image_snap() local
76 if ((bytep = (png_bytep *) png_malloc(writep, h * sizeof (png_bytep)))) in image_snap()
79 bytep[h - i - 1] = (png_bytep) (p + i * w * 4); in image_snap()
85 png_write_image(writep, bytep); in image_snap()
88 free(bytep); in image_snap()
H A Dbase_image.c61 png_bytep *bytep = NULL; in image_load_png() local
107 if (!(bytep = png_malloc(readp, h * sizeof (png_bytep)))) in image_load_png()
115 bytep[i] = p + w * b * (h - i - 1); in image_load_png()
117 png_read_image(readp, bytep); in image_load_png()
125 png_free(readp, bytep); in image_load_png()
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dmbitmap.go183 bytep *uint8 member
271 bytep, mask := s.allocBits.bitp(index)
272 return *bytep&mask == 0
294 bytep, mask := s.gcmarkBits.bitp(objIndex)
295 return markBits{bytep, mask, objIndex}
304 return *m.bytep&m.mask != 0
314 atomic.Or8(m.bytep, m.mask)
319 *m.bytep |= m.mask
327 atomic.And8(m.bytep, ^m.mask)
345 m.bytep = (*uint8)(unsafe.Pointer(uintptr(unsafe.Pointer(m.bytep)) + 1))
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbitmap.go183 bytep *uint8 member
271 bytep, mask := s.allocBits.bitp(index)
272 return *bytep&mask == 0
294 bytep, mask := s.gcmarkBits.bitp(objIndex)
295 return markBits{bytep, mask, objIndex}
304 return *m.bytep&m.mask != 0
314 atomic.Or8(m.bytep, m.mask)
319 *m.bytep |= m.mask
327 atomic.And8(m.bytep, ^m.mask)
345 m.bytep = (*uint8)(unsafe.Pointer(uintptr(unsafe.Pointer(m.bytep)) + 1))
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbitmap.go183 bytep *uint8 member
271 bytep, mask := s.allocBits.bitp(index)
272 return *bytep&mask == 0
294 bytep, mask := s.gcmarkBits.bitp(objIndex)
295 return markBits{bytep, mask, objIndex}
304 return *m.bytep&m.mask != 0
314 atomic.Or8(m.bytep, m.mask)
319 *m.bytep |= m.mask
327 atomic.And8(m.bytep, ^m.mask)
345 m.bytep = (*uint8)(unsafe.Pointer(uintptr(unsafe.Pointer(m.bytep)) + 1))
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/runtime/
H A Dmbitmap.go183 bytep *uint8 member
271 bytep, mask := s.allocBits.bitp(index)
272 return *bytep&mask == 0
294 bytep, mask := s.gcmarkBits.bitp(objIndex)
295 return markBits{bytep, mask, objIndex}
304 return *m.bytep&m.mask != 0
314 atomic.Or8(m.bytep, m.mask)
319 *m.bytep |= m.mask
327 atomic.And8(m.bytep, ^m.mask)
345 m.bytep = (*uint8)(unsafe.Pointer(uintptr(unsafe.Pointer(m.bytep)) + 1))
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbitmap.go183 bytep *uint8 member
271 bytep, mask := s.allocBits.bitp(index)
272 return *bytep&mask == 0
294 bytep, mask := s.gcmarkBits.bitp(objIndex)
295 return markBits{bytep, mask, objIndex}
304 return *m.bytep&m.mask != 0
314 atomic.Or8(m.bytep, m.mask)
319 *m.bytep |= m.mask
327 atomic.And8(m.bytep, ^m.mask)
345 m.bytep = (*uint8)(unsafe.Pointer(uintptr(unsafe.Pointer(m.bytep)) + 1))
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dmbitmap.go183 bytep *uint8 member
271 bytep, mask := s.allocBits.bitp(index)
272 return *bytep&mask == 0
294 bytep, mask := s.gcmarkBits.bitp(objIndex)
295 return markBits{bytep, mask, objIndex}
304 return *m.bytep&m.mask != 0
314 atomic.Or8(m.bytep, m.mask)
319 *m.bytep |= m.mask
327 atomic.And8(m.bytep, ^m.mask)
345 m.bytep = (*uint8)(unsafe.Pointer(uintptr(unsafe.Pointer(m.bytep)) + 1))
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Dmbitmap.go183 bytep *uint8 member
271 bytep, mask := s.allocBits.bitp(index)
272 return *bytep&mask == 0
294 bytep, mask := s.gcmarkBits.bitp(objIndex)
295 return markBits{bytep, mask, objIndex}
304 return *m.bytep&m.mask != 0
314 atomic.Or8(m.bytep, m.mask)
319 *m.bytep |= m.mask
327 atomic.And8(m.bytep, ^m.mask)
345 m.bytep = (*uint8)(unsafe.Pointer(uintptr(unsafe.Pointer(m.bytep)) + 1))
[all …]
/dports/comms/lirc/lirc-0.9.0/daemons/
H A Dhw_livedrive_midi.c30 unsigned char *bytep = (unsigned char *)&midi; in livedrive_rec_midi() local
48 *(bytep + i) = buf; in livedrive_rec_midi()

1234567