Searched defs:extra (Results 1 - 18 of 18) sorted by relevance

/seL4-camkes-master/tools/riscv-pk/softfloat/
H A Ds_shiftRightJam64Extra.c44 softfloat_shiftRightJam64Extra( uint64_t a, uint64_t extra, uint_fast32_t dist ) argument
H A Ds_shortShiftRightJam64Extra.c44 softfloat_shortShiftRightJam64Extra( uint64_t a, uint64_t extra, uint_fast8_t dist ) argument
H A Ds_shiftRightJam128Extra.c44 softfloat_shiftRightJam128Extra( uint64_t a64, uint64_t a0, uint64_t extra, uint_fast32_t dist ) argument
H A Ds_shortShiftRightJam128Extra.c44 softfloat_shortShiftRightJam128Extra( uint64_t a64, uint64_t a0, uint64_t extra, uint_fast8_t dist ) argument
H A Df32_to_i64.c53 uint_fast64_t sig64, extra; local
H A Df32_to_ui64.c53 uint_fast64_t sig64, extra; local
H A Df128M_roundToInt.c78 bool extra; local
H A DprimitiveTypes.h46 struct uint64_extra { uint64_t extra, v; }; member in struct:uint64_extra
47 struct uint128_extra { uint64_t extra; struct uint128 v; }; member in struct:uint128_extra
50 struct uint64_extra { uint64_t v, extra; }; member in struct:uint64_extra
51 struct uint128_extra { struct uint128 v; uint64_t extra; }; member in struct:uint128_extra
H A Dprimitives.h312 softfloat_shortShiftRightJam64Extra( uint64_t a, uint64_t extra, uint_fast8_t dist ) argument
364 softfloat_shortShiftRightJam128Extra( uint64_t a64, uint64_t a0, uint64_t extra, uint_fast8_t dist ) argument
401 softfloat_shiftRightJam64Extra( uint64_t a, uint64_t extra, uint_fast32_t dist ) argument
[all...]
/seL4-camkes-master/tools/riscv-pk/machine/
H A Dfinisher.c25 static void finisher_open(const struct fdt_scan_node *node, void *extra) argument
31 static void finisher_prop(const struct fdt_scan_prop *prop, void *extra) argument
41 static void finisher_done(const struct fdt_scan_node *node, void *extra) argument
H A Duart.c39 static void uart_open(const struct fdt_scan_node *node, void *extra) argument
45 static void uart_prop(const struct fdt_scan_prop *prop, void *extra) argument
55 static void uart_done(const struct fdt_scan_node *node, void *extra) argument
H A Duart16550.c33 static void uart16550_open(const struct fdt_scan_node *node, void *extra) argument
39 static void uart16550_prop(const struct fdt_scan_prop *prop, void *extra) argument
49 static void uart16550_done(const struct fdt_scan_node *node, void *extra) argument
H A Duart16750.c35 static void uart16750_open(const struct fdt_scan_node *node, void *extra) argument
41 static void uart16750_prop(const struct fdt_scan_prop *prop, void *extra) argument
55 static void uart16750_done(const struct fdt_scan_node *node, void *extra) argument
H A Dfdt.h47 void *extra; member in struct:fdt_cb
H A Dhtif.c122 static void htif_open(const struct fdt_scan_node *node, void *extra) argument
128 static void htif_prop(const struct fdt_scan_prop *prop, void *extra) argument
136 static void htif_done(const struct fdt_scan_node *node, void *extra) argument
H A Dfdt.c155 static void mem_open(const struct fdt_scan_node *node, void *extra) argument
161 static void mem_prop(const struct fdt_scan_prop *prop, void *extra) argument
172 mem_done(const struct fdt_scan_node *node, void *extra) argument
220 hart_open(const struct fdt_scan_node *node, void *extra) argument
232 hart_prop(const struct fdt_scan_prop *prop, void *extra) argument
252 hart_done(const struct fdt_scan_node *node, void *extra) argument
272 hart_close(const struct fdt_scan_node *node, void *extra) argument
310 clint_open(const struct fdt_scan_node *node, void *extra) argument
318 clint_prop(const struct fdt_scan_prop *prop, void *extra) argument
331 clint_done(const struct fdt_scan_node *node, void *extra) argument
388 plic_open(const struct fdt_scan_node *node, void *extra) argument
396 plic_prop(const struct fdt_scan_prop *prop, void *extra) argument
416 plic_done(const struct fdt_scan_node *node, void *extra) argument
477 plic_redact(const struct fdt_scan_node *node, void *extra) argument
516 compat_open(const struct fdt_scan_node *node, void *extra) argument
522 compat_prop(const struct fdt_scan_prop *prop, void *extra) argument
530 compat_close(const struct fdt_scan_node *node, void *extra) argument
566 chosen_open(const struct fdt_scan_node *node, void *extra) argument
574 chosen_close(const struct fdt_scan_node *node, void *extra) argument
583 chosen_prop(const struct fdt_scan_prop *prop, void *extra) argument
625 hart_filter_open(const struct fdt_scan_node *node, void *extra) argument
634 hart_filter_prop(const struct fdt_scan_prop *prop, void *extra) argument
662 hart_filter_done(const struct fdt_scan_node *node, void *extra) argument
716 fdt_print_open(const struct fdt_scan_node *node, void *extra) argument
730 fdt_print_prop(const struct fdt_scan_prop *prop, void *extra) argument
773 fdt_print_done(const struct fdt_scan_node *node, void *extra) argument
778 fdt_print_close(const struct fdt_scan_node *node, void *extra) argument
[all...]
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/src/
H A Derror.c30 size_t extra = length - JSON_ERROR_SOURCE_LENGTH + 4; local
/seL4-camkes-master/projects/musllibc/src/malloc/
H A Dmalloc.c404 size_t extra = self->psize; local
471 size_t extra = self->psize; local
[all...]

Completed in 50 milliseconds