Home
last modified time | relevance | path

Searched +refs:make +refs:foreign +refs:bitfield (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/s/
H A Dftype.ss368 (record-datatype cases (filter-foreign-type ty) make
803 (let ([co #,($make-foreign-callable 'make-ftype-pointer
1169 (define trans-bitfield
1268 #,(let-values ([(fptr-expr offset ftd idx* bitfield)
1291 [bitfield
1310 bitfield)]
1314 ($make-foreign-procedure 'make-ftype-pointer
1340 #,(let-values ([(fptr-expr offset ftd idx* bitfield)
1364 [bitfield
1382 bitfield)]
[all …]
H A Dcpprim.ss258 [(foreign-call ,info ,e ,e* ...)
1236 (define extract-unsigned-bitfield
1248 (define extract-signed-bitfield
1257 (define insert-bitfield
5196 (define-inline 3 foreign-ref
5208 (define-inline 3 $foreign-swap-ref
5230 (define-inline 3 foreign-set!
5244 (define-inline 3 $foreign-swap-set!
5586 …((if signed? extract-signed-bitfield extract-unsigned-bitfield) #t imm-start imm-end x))))))))])])…
7526 (define-inline 2 $foreign-char?
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/s/
H A Dftype.ss368 (record-datatype cases (filter-foreign-type ty) make
803 (let ([co #,($make-foreign-callable 'make-ftype-pointer
1169 (define trans-bitfield
1268 #,(let-values ([(fptr-expr offset ftd idx* bitfield)
1291 [bitfield
1310 bitfield)]
1314 ($make-foreign-procedure 'make-ftype-pointer
1340 #,(let-values ([(fptr-expr offset ftd idx* bitfield)
1364 [bitfield
1382 bitfield)]
[all …]
H A Dcpprim.ss258 [(foreign-call ,info ,e ,e* ...)
1236 (define extract-unsigned-bitfield
1248 (define extract-signed-bitfield
1257 (define insert-bitfield
5196 (define-inline 3 foreign-ref
5208 (define-inline 3 $foreign-swap-ref
5230 (define-inline 3 foreign-set!
5244 (define-inline 3 $foreign-swap-set!
5586 …((if signed? extract-signed-bitfield extract-unsigned-bitfield) #t imm-start imm-end x))))))))])])…
7526 (define-inline 2 $foreign-char?
[all …]
/dports/devel/cl-cffi/cffi_0.16.1/doc/
H A Dcffi-manual.texinfo183 * foreign-bitfield-symbols:: Returns a list of symbols for a bitfield type.
184 * foreign-bitfield-value:: Calculates a value for a bitfield type.
1784 * foreign-bitfield-symbols::
1785 * foreign-bitfield-value::
2504 @seealso{foreign-bitfield-symbols}
2953 @node foreign-bitfield-symbols, foreign-bitfield-value, define-parse-method, Foreign Types
2954 @heading foreign-bitfield-symbols
2989 @seealso{foreign-bitfield-value}
2996 @node foreign-bitfield-value, foreign-enum-keyword, foreign-bitfield-symbols, Foreign Types
2997 @heading foreign-bitfield-value
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/s/
H A Dftype.ss365 (record-datatype cases (filter-foreign-type ty) make
731 (let ([co #,($make-foreign-callable 'make-ftype-pointer
1020 (set! $expand-fp-ftype ; for foreign-procedure, foreign-callable
1077 (define trans-bitfield
1174 #,(let-values ([(fptr-expr offset ftd idx* bitfield)
1190 [bitfield
1202 bitfield)]
1206 ($make-foreign-procedure 'make-ftype-pointer
1232 #,(let-values ([(fptr-expr offset ftd idx* bitfield)
1249 [bitfield
[all …]
H A Dcpnanopass.ss1000 (fprintf p "#<info-foreign~@[ ~a~]>" (info-foreign-name x))))
1048 (let ([info (make-info-foreign conv* arg-type* result-type)])
1052 `(fcallable ,(make-info-foreign conv* arg-type* result-type) ,e)])
1469 [t* (map (lambda (x) (make-tmp 't)) (info-foreign-arg-type* info))])
3543 (define extract-unsigned-bitfield
3555 (define extract-signed-bitfield
3564 (define insert-bitfield
4635 (extract-unsigned-bitfield #f start end e1)))))])
7266 …((if signed? extract-signed-bitfield extract-unsigned-bitfield) #t imm-start imm-end x))))))))])])…
12262 `(lambda ,(make-info "$foreign-entry" '(1)) 0 ()
[all …]
/dports/databases/pgloader3/cffi_0.23.0/doc/
H A Dcffi-manual.texinfo184 * foreign-bitfield-symbols:: Returns a list of symbols for a bitfield type.
185 * foreign-bitfield-value:: Calculates a value for a bitfield type.
1789 * foreign-bitfield-symbols::
1790 * foreign-bitfield-value::
2601 @seealso{foreign-bitfield-symbols}
3061 @node foreign-bitfield-symbols, foreign-bitfield-value, define-parse-method, Foreign Types
3062 @heading foreign-bitfield-symbols
3097 @seealso{foreign-bitfield-value}
3104 @node foreign-bitfield-value, foreign-enum-keyword, foreign-bitfield-symbols, Foreign Types
3105 @heading foreign-bitfield-value
[all …]
/dports/lang/micropython/micropython-1.17/docs/library/
H A Ductypes.rst7 This module implements "foreign data interface" for MicroPython. The idea
156 i.e. value is a type of scalar value containing given bitfield (typenames are
158 scalar value containing the bitfield, and further ORed with values for
159 bit position and bit length of the bitfield within the scalar value, shifted by
160 BF_POS and BF_LEN bits, respectively. A bitfield position is counted
163 of bits a scalar needs to be shifted right to extract the bitfield).
167 particular access size and alignment are required), and then bitfield
173 Note that bitfield operations are independent of target byte endianness,
185 Instantiate a "foreign data structure" object based on structure address in
319 In most cases, this is a natural situation anyway, e.g. it doesn't make
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/
H A DTODO91 - Does it make sense to tag multiple levels of dimensions?
124 * make c99_* configurable?
139 ByteOrder -> not for bitfield members
179 * add checks for bitfield behaviour to ccconfig
181 * parser tests: negative array index => make parse error?
226 - make member() work better
227 - make complex.t introduce fams
236 * make cast operators work
259 * make sizeof/offsetof files plain text files and
262 * make offsetof test similar to sizeof test (sizeof.pl)
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/sgl/
H A Dgl.rkt2 (require mzlib/foreign
64 (define-syntax define-foreign
145 (define-foreign glEnd ->)
469 (define-foreign glColorMask
475 (define-foreign glClear _gl-bitfield ->)
528 [v (make-gl-uint-vector l)])
538 (let ([o (make-select-buffer-object mem n)])
551 [v (make-gl-float-vector l)])
560 (let ([o (make-feedback-buffer-object mem n)])
675 (define-foreign glPushAttrib _gl-bitfield ->)
[all …]
/dports/databases/p5-Rose-DB-Object/Rose-DB-Object-0.814/
H A DChanges513 * Added a normalize_get_objects_args() utility method to make
541 foreign key. (Reported by Marlon Bailey)
946 order to make the new DBD::SQLite version (1.12) happy.
964 name was the same as the foreign table name.
1014 * More MySQL 5 bitfield fixes. (Reported by Svilen Ivanov)
1057 * Fixed several bitfield column accessor method bugs. (Reported by
1093 * Worked around SQLite ORDER BY bugs in order to make the test suite
1189 and the legacy foreign key name generator.
1215 relationship type for foreign keys.
1261 keys in order to make "many to many" relationship setup more
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/outcome/doc/src/content/changelog/
H A D_index.md107 : The previous implementation of Outcome's status bitfield confused clang's
114 status bitfield implementation. This appears to not confuse clang's optimiser,
131 : Due to installability of standalone Outcome (e.g. `make install`) breaking
169 : Standalone outcome is now `make install`-able, and cmake `find_package()` can find it.
251 customisation points capable of accepting very foreign inputs. Removed the
255 a recipe describing how to add in support for foreign input types.
/dports/databases/p5-Rose-DB-Object/Rose-DB-Object-0.814/lib/Rose/DB/Object/
H A DTutorial.pod434 …s not what you want, you can make C<init_db()> return the same C<My::DB> object to every C<Product…
747 Let's add a foreign key to the C<products> table. First, we'll need to create the table that the f…
774 Now we'll add the foreign key to our ever-growing C<products> table.
793 Finally, here's how the foreign key definition looks in the Perl class.
903 To summarize, the foreign key method can take arguments in these forms.
919 …'s also another method created in response to the foreign key definition. This one allows the for…
937foreign keys. Since foreign keys are a construct of the database itself, the auto-initialization …
1265 # violates foreign key constraint "prices_product_id_fkey" on
1405 Since each color will now appear only once in this table, we can make the C<name> column a unique k…
1470 … either a foreign key or a "many to one" relationship pointing to each of the tables that it maps …
[all …]
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A DUserGuide49 successfully downloaded the complete torrent, or to make sure
130 -f Force saved bitfield or seed mode (skip hash check at startup)
137 absolutely certain that the bitfield (if download is not
143 -b filename Specify bitfield save file (default is torrent+".bf")
145 Piece completion status is saved to a bitfield file on exit if
265 -T Convert foreign filenames to printable text
485 hash-check of all pieces (or pieces indicated by the bitfield file if
/dports/databases/py-peewee/peewee-3.14.4/
H A DCHANGELOG.md18 foreign-keys.
77 * Add `set()` and `clear()` method to the bitfield flag descriptor, refs #2257.
212 chain, where the outer two models are empty. Previously peewee would make the
215 correct to make the intervening model a NULL value on the foreign-key field
231 * When self-referential foreign-keys are inherited, the foreign-key on the
255 a query on a closed database would open a connection automatically. To make
274 * Improved date truncation logic for Sqlite and MySQL to make more compatible
520 foreign-key backrefs (#1785).
708 been simplified to make it easier to work with. These changes **do not** have
1217 foreign key. By default, it is `foreign-key-name_id`, but it can now be
[all …]
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog10354 * module/system/foreign-object.scm (make-foreign-object-type): Declare
12774 (&memory-kind-mask): Define as an enumeration, not a bitfield. Add
12847 bitfield, and the field in the object (if appropriate) is another
22585 * test-suite/tests/foreign.test ("make-pointer")["equal? modulo
24818 * test-suite/tests/foreign.test ("make-pointer")["equal? modulo
31186 * test-suite/tests/foreign.test ("make-pointer")["equal? modulo
39862 make static hash table access thread-safe in foreign.c
45206 * test-suite/tests/foreign.test ("make-pointer")["equal?", "equal?
45757 Rename `make-foreign-function' to `pointer->procedure'.
46694 ("make-pointer", "foreign<->bytevector"): New test prefixes.
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/c2hs-0.28.7/
H A DChangeLog.old130 (needed to generate complete foreign import declarations)
133 extent strings of generated foreign import declarations
155 for foreign pointers
186 * gen/GenBind.hs (foreignImport): brought generated foreign import
436 hook generation to make those portions that are also useful for
520 * gen/GenBind.hs (specType): added bitfield handling
715 we can't return `ForeignPtr's from imported foreign functions
939 * c/CParser.hs: Using `Utils.Tag' class to make `CToken' an instance of
1157 06Sep99 Enums correctly lead to `CInt's in foreign import declarations
/dports/databases/libdrizzle/libdrizzle-0.8/
H A DMakefile.in536 prototest/prototest/mysql/bitfield.py \
559 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
566 $(AUTOMAKE) --foreign Makefile
1517 LIBDRIZZLE_TEST_PREFIX="valgrind -q --leak-check=full --show-reachable=yes" make check
1520 LIBDRIZZLE_TEST_PREFIX="gdb -q" make check
1523 LIBDRIZZLE_TEST_PREFIX="gdb -q -x gdb-run" make check
1526 LIBDRIZZLE_TEST_PREFIX="time" make check
1529 LIBDRIZZLE_TEST_PREFIX="strace -c" make check
1532 LIBDRIZZLE_TEST_PREFIX="truss -c" make check
/dports/databases/p5-Rose-DB/Rose-DB-0.783/
H A DChanges302 * Fixed a bug that prevented foreign keys with columns that use
437 * Changed SQLite's bitfield representation to use strings instead
503 * Rejiggered magic re-blessing to make private registries to work.
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dvm.texi321 @code{sp[@var{n}]} access. However it can make the disassembly hard to
335 A closure is code with data. The @code{6} in the @code{(make-closure 1
516 bytecode address, as in @code{make-closure}, or a non-immediate address,
732 to make tail calls to @code{values} trivial.
878 @var{flags} is a bitfield, whose lowest bit is @var{allow-other-keys},
925 @deftypefn Instruction {} foreign-call c12:@var{cif-idx} c12:@var{ptr-idx}
926 Call a foreign function. Fetch the @var{cif} and foreign pointer from
1043 @deftypefn Instruction {} make-short-immediate s8:@var{dst} i16:@var{low-bits}
1061 @code{make-non-immediate} to treat a pointer into the compilation unit
1064 @deftypefn Instruction {} make-non-immediate s24:@var{dst} n32:@var{offset}
[all …]
H A Dguile.info-8500foreign objects - instances of the class ‘<foreign-object>’
736make-instance’.
920make-class’
948 ‘<foreign-object-class>’. Then the returned metaclass would be a
950 ‘<foreign-object-class>’.
1827 compilation, speed gains in the underlying hardware, and foreign call
3282 FLAGS is a bitfield, whose lowest bit is ALLOW-OTHER-KEYS, second
3327 -- Instruction: foreign-call c12:CIF-IDX c12:PTR-IDX
3328 Call a foreign function. Fetch the CIF and foreign pointer from
5980 * foreign function interface: Foreign Function Interface.
[all …]
/dports/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.9/
H A DChangeLog459 Allows running make maintainer-clean.
467 Automake 'foreign' option is specified in configure.ac.
810 This code is enabled mainly for debug purposes. To make if have an
827 This also changes some bit operations to use a "bitfield" equivalent
828 one, with named fields, that should make it easier to understand what
1180 Bit twelve on CPR00 bitfield is not bit eleven...
1438 registers to make the secondary output clone the panel.
1586 Rename macro "bitfield" to "bits" and correct a wrong division.
2016 and make it work with EXA at least (as only the Xorg version has
2350 make siliconmotion build again. somehow a bunch of defines in
[all …]
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dguile.info-8142 -- generic: make
167make-instance’ is an alias for ‘make’.
481make-polar’.
1555foreign objects - instances of the class ‘<foreign-object>’
1975make-class’
2003 ‘<foreign-object-class>’. Then the returned metaclass would be a
2005 ‘<foreign-object-class>’.
2943 compilation, speed gains in the underlying hardware, and foreign call
4358 FLAGS is a bitfield, whose lowest bit is ALLOW-OTHER-KEYS, second
4476 -- Instruction: foreign-call c12:CIF-IDX c12:PTR-IDX
[all …]
/dports/net/haproxy18/haproxy-1.8.30/
H A DCHANGELOG112 - BUG/MEDIUM: listeners: do not pause foreign listeners
883 - MINOR: threads/fd: Use a bitfield to know if there are FDs for a thread in the FD cache
1161 - MINOR: tasks: Use a bitfield to track tasks activity per-thread
1163 - MINOR: applets: Use a bitfield to track applets activity per-thread
2551 - BUG/BUILD: don't automatically run "make" on "make install"
2954 - REORG/MINOR: lua: convert boolean "int" to bitfield
3881 - MINOR: lua: use bitfield and macro in place of integer and enum
6048 - BUG: proto_tcp: don't try to bind to a foreign address if sin_family is unknown
7051 - [BUILD] add a 'make tags' target
8163 to make them easily distinguishable.
[all …]

12345678910>>...15