Home
last modified time | relevance | path

Searched refs:bytep (Results 51 – 75 of 170) sorted by relevance

1234567

/dports/textproc/antiword/antiword-0.37/
H A Ddraw.h42 char *bytep; member
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/config/
H A Dtc-rl78.c240 int bytep, bitp; in rl78_field() local
255 bytep = pos / 8; in rl78_field()
266 gas_assert (bytep < rl78_bytes.n_base); in rl78_field()
267 rl78_bytes.base[bytep] |= svalm; in rl78_field()
271 bytep ++; in rl78_field()
275 gas_assert (bytep < rl78_bytes.n_base); in rl78_field()
276 rl78_bytes.base[bytep] |= valm; in rl78_field()
H A Dtc-rx.c878 int bytep, bitp; in rx_field() local
893 bytep = pos / 8; in rx_field()
904 gas_assert (bytep < rx_bytes.n_base); in rx_field()
905 rx_bytes.base[bytep] |= svalm; in rx_field()
909 bytep ++; in rx_field()
913 gas_assert (bytep < rx_bytes.n_base); in rx_field()
914 rx_bytes.base[bytep] |= valm; in rx_field()
/dports/devel/arm-elf-binutils/binutils-2.37/gas/config/
H A Dtc-rl78.c238 int bytep, bitp; in rl78_field() local
253 bytep = pos / 8; in rl78_field()
264 gas_assert (bytep < rl78_bytes.n_base); in rl78_field()
265 rl78_bytes.base[bytep] |= svalm; in rl78_field()
269 bytep ++; in rl78_field()
273 gas_assert (bytep < rl78_bytes.n_base); in rl78_field()
274 rl78_bytes.base[bytep] |= valm; in rl78_field()
H A Dtc-rx.c883 int bytep, bitp; in rx_field() local
898 bytep = pos / 8; in rx_field()
909 gas_assert (bytep < rx_bytes.n_base); in rx_field()
910 rx_bytes.base[bytep] |= svalm; in rx_field()
914 bytep ++; in rx_field()
918 gas_assert (bytep < rx_bytes.n_base); in rx_field()
919 rx_bytes.base[bytep] |= valm; in rx_field()
/dports/devel/gnulibiberty/binutils-2.37/gas/config/
H A Dtc-rl78.c238 int bytep, bitp; in rl78_field() local
253 bytep = pos / 8; in rl78_field()
264 gas_assert (bytep < rl78_bytes.n_base); in rl78_field()
265 rl78_bytes.base[bytep] |= svalm; in rl78_field()
269 bytep ++; in rl78_field()
273 gas_assert (bytep < rl78_bytes.n_base); in rl78_field()
274 rl78_bytes.base[bytep] |= valm; in rl78_field()
H A Dtc-rx.c883 int bytep, bitp; in rx_field() local
898 bytep = pos / 8; in rx_field()
909 gas_assert (bytep < rx_bytes.n_base); in rx_field()
910 rx_bytes.base[bytep] |= svalm; in rx_field()
914 bytep ++; in rx_field()
918 gas_assert (bytep < rx_bytes.n_base); in rx_field()
919 rx_bytes.base[bytep] |= valm; in rx_field()
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/config/
H A Dtc-rl78.c240 int bytep, bitp; in rl78_field() local
255 bytep = pos / 8; in rl78_field()
266 gas_assert (bytep < rl78_bytes.n_base); in rl78_field()
267 rl78_bytes.base[bytep] |= svalm; in rl78_field()
271 bytep ++; in rl78_field()
275 gas_assert (bytep < rl78_bytes.n_base); in rl78_field()
276 rl78_bytes.base[bytep] |= valm; in rl78_field()
H A Dtc-rx.c878 int bytep, bitp; in rx_field() local
893 bytep = pos / 8; in rx_field()
904 gas_assert (bytep < rx_bytes.n_base); in rx_field()
905 rx_bytes.base[bytep] |= svalm; in rx_field()
909 bytep ++; in rx_field()
913 gas_assert (bytep < rx_bytes.n_base); in rx_field()
914 rx_bytes.base[bytep] |= valm; in rx_field()
/dports/devel/binutils/binutils-2.37/gas/config/
H A Dtc-rl78.c238 int bytep, bitp; in rl78_field() local
253 bytep = pos / 8; in rl78_field()
264 gas_assert (bytep < rl78_bytes.n_base); in rl78_field()
265 rl78_bytes.base[bytep] |= svalm; in rl78_field()
269 bytep ++; in rl78_field()
273 gas_assert (bytep < rl78_bytes.n_base); in rl78_field()
274 rl78_bytes.base[bytep] |= valm; in rl78_field()
H A Dtc-rx.c883 int bytep, bitp; in rx_field() local
898 bytep = pos / 8; in rx_field()
909 gas_assert (bytep < rx_bytes.n_base); in rx_field()
910 rx_bytes.base[bytep] |= svalm; in rx_field()
914 bytep ++; in rx_field()
918 gas_assert (bytep < rx_bytes.n_base); in rx_field()
919 rx_bytes.base[bytep] |= valm; in rx_field()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dhbitio.h48 uint8 *bytep; /* current position in buffer */ member
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dmgcsweep.go603 if (*s.gcmarkBits.bytep(obj / 8)&^*s.allocBits.bytep(obj / 8))>>(obj%8) != 0 {
608 if *s.gcmarkBits.bytep(i)&^*s.allocBits.bytep(i) != 0 {
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/linux/
H A Dlinux_i2c.c310 linux_i2cbb_read_byte(void *cookie, uint8_t *bytep, int flags) in linux_i2cbb_read_byte() argument
313 return i2c_bitbang_read_byte(cookie, bytep, flags, &linux_i2cbb_ops); in linux_i2cbb_read_byte()
/dports/dns/radns/radns-20110809-2/
H A Dradns.c376 uint8_t *bytep; /* Octet pointer used to walk the name. */ in dnsname() local
385 for (bytep = name; buflen > 0 && (uint8_t) *bytep != 0; ) in dnsname()
387 len = *bytep; in dnsname()
388 bytep ++; in dnsname()
395 memcpy(&domain[strlen], bytep, len); in dnsname()
396 bytep += len; in dnsname()
/dports/devel/rpc2/rpc2-2.14/rpc2-src/
H A Dmulti2.c162 va_array[i].bytep = va_arg(ap, RPC2_Byte **); in MRPC_MakeMulti()
426 memcpy(*_ptr, (*args)->bytep, a_types->bound); in pack()
432 memcpy(*_ptr, *(*args)->bytep, a_types->bound); in pack()
447 **_ptr = **((*args)->bytep); in pack()
864 memcpy((*args)->bytep[offset], *_ptr, a_types->bound); in new_unpack()
873 *((*args)->bytep[offset]) = *(RPC2_Byte *)(*_ptr); in new_unpack()
/dports/japanese/kterm/pcemu1.01alpha/
H A Ddebugger.c42 static char bytep[] = "byte ptr "; variable
219 char *mem = get_mem(ModRM, seg, &off, byte_reg, bytep); in decode_bd8()
264 strcpy(buf, get_mem(ModRM, seg, &off, byte_reg, bytep)); in decode_b()
347 sprintf(buf,"%s,1", get_mem(ModRM, seg, &off, byte_reg, bytep)); in decode_bbit1()
361 sprintf(buf,"%s,cl", get_mem(ModRM, seg, &off, byte_reg, bytep)); in decode_bbitcl()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/gpio/
H A Dgpioiic.c271 gpioiic_i2c_read_byte(void *cookie, uint8_t *bytep, int flags) in gpioiic_i2c_read_byte() argument
273 return i2c_bitbang_read_byte(cookie, bytep, flags, &gpioiic_bbops); in gpioiic_i2c_read_byte()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/hipe/
H A Dhipe_bif0.c163 unsigned char *bytep; in hipe_bifs_bytearray_sub_2() local
165 bytep = bytearray_lvalue(BIF_ARG_1, BIF_ARG_2); in hipe_bifs_bytearray_sub_2()
166 if (!bytep) in hipe_bifs_bytearray_sub_2()
168 BIF_RET(make_small(*bytep)); in hipe_bifs_bytearray_sub_2()
173 unsigned char *bytep; in hipe_bifs_bytearray_update_3() local
175 bytep = bytearray_lvalue(BIF_ARG_1, BIF_ARG_2); in hipe_bifs_bytearray_update_3()
176 if (!bytep || !is_byte(BIF_ARG_3)) in hipe_bifs_bytearray_update_3()
178 *bytep = unsigned_val(BIF_ARG_3); in hipe_bifs_bytearray_update_3()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/hipe/
H A Dhipe_bif0.c163 unsigned char *bytep; in hipe_bifs_bytearray_sub_2() local
165 bytep = bytearray_lvalue(BIF_ARG_1, BIF_ARG_2); in hipe_bifs_bytearray_sub_2()
166 if (!bytep) in hipe_bifs_bytearray_sub_2()
168 BIF_RET(make_small(*bytep)); in hipe_bifs_bytearray_sub_2()
173 unsigned char *bytep; in hipe_bifs_bytearray_update_3() local
175 bytep = bytearray_lvalue(BIF_ARG_1, BIF_ARG_2); in hipe_bifs_bytearray_update_3()
176 if (!bytep || !is_byte(BIF_ARG_3)) in hipe_bifs_bytearray_update_3()
178 *bytep = unsigned_val(BIF_ARG_3); in hipe_bifs_bytearray_update_3()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/hipe/
H A Dhipe_bif0.c163 unsigned char *bytep; in hipe_bifs_bytearray_sub_2() local
165 bytep = bytearray_lvalue(BIF_ARG_1, BIF_ARG_2); in hipe_bifs_bytearray_sub_2()
166 if (!bytep) in hipe_bifs_bytearray_sub_2()
168 BIF_RET(make_small(*bytep)); in hipe_bifs_bytearray_sub_2()
173 unsigned char *bytep; in hipe_bifs_bytearray_update_3() local
175 bytep = bytearray_lvalue(BIF_ARG_1, BIF_ARG_2); in hipe_bifs_bytearray_update_3()
176 if (!bytep || !is_byte(BIF_ARG_3)) in hipe_bifs_bytearray_update_3()
178 *bytep = unsigned_val(BIF_ARG_3); in hipe_bifs_bytearray_update_3()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dseqport.c149 byte = *bytep; in MapNa2ByteToIUPACString()
150 bytep++; in MapNa2ByteToIUPACString()
225 byte = *bytep; in MapNa4ByteToIUPACString()
226 bytep++; in MapNa4ByteToIUPACString()
301 byte = *bytep; in MapNa4ByteToIUPACplusGapString()
302 bytep++; in MapNa4ByteToIUPACplusGapString()
377 byte = *bytep; in MapNa2ByteToNa4String()
378 bytep++; in MapNa2ByteToNa4String()
457 bytep++; in MapNa2ByteTo4BitString()
532 bytep++; in MapNa4ByteTo4BitString()
[all …]
/dports/devel/rpc2/rpc2-2.14/include/rpc2/
H A Dmulti.h58 RPC2_Byte **bytep; member
/dports/math/reduce/Reduce-svn5758-src/psl/dist/comp/linux/
H A D386-lap.sl381 (bytep x))
438 (if (bytep (caddr op2)) % 8 bit displacement
454 (if (bytep (caddr op2)) % 8 bit displacement
543 (if (bytep (caddr op2) ) % 8 bit displacement
551 (return (if (bytep (caddr op2)) 2 5)))
608 (de bytep(n)
730 (depositbyte (bytep op1))))
768 (when (not (bytep n)) (stderror "distance too long for short jump"))
769 (depositbyte (bytep n))
836 (depositbyte (bytep (unimmediate op2))))
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/comp/win32/
H A D386-lap.sl380 (bytep x))
437 (if (bytep (caddr op2)) % 8 bit displacement
453 (if (bytep (caddr op2)) % 8 bit displacement
542 (if (bytep (caddr op2) ) % 8 bit displacement
550 (return (if (bytep (caddr op2)) 2 5)))
607 (de bytep(n)
729 (depositbyte (bytep op1))))
767 (when (not (bytep n)) (stderror "distance too long for short jump"))
768 (depositbyte (bytep n))
835 (depositbyte (bytep (unimmediate op2))))
[all …]

1234567