Searched refs:kind (Results 1 - 25 of 58) sorted by relevance

123

/barrelfish-2018-10-04/lib/libc/gdtoa/
H A D_ldtoa.c61 int be, kind; local
82 kind = STRTOG_Normal;
88 kind = STRTOG_Zero;
91 kind = STRTOG_Denormal;
95 kind = STRTOG_Infinite;
98 kind = STRTOG_NaN;
104 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
/barrelfish-2018-10-04/usr/tests/thcminitest/
H A Dthcminitest.c30 static const char *kind; variable
147 kind = "client";
150 kind = "server";
157 printf("%s %s Done!\n", argv[0], kind);
/barrelfish-2018-10-04/lib/bomp_new/
H A Domp.c223 * \param kind which schedule to be used (one of OMP_SCHED_*)
224 * \param modifier modifier to tweak the scheduler (depends on kind)
227 * is used as schedule kind, by setting the value of the run-sched-var ICV.
229 void omp_set_schedule(omp_sched_t kind, argument
232 OMP_SET_ICV_TASK(run_sched, kind);
239 * \param kind returns the current scheduler setting (one of OMP_SCHED_*)
245 void omp_get_schedule(omp_sched_t *kind, argument
248 if (kind) {
249 *kind = OMP_GET_ICV_TASK(run_sched);
/barrelfish-2018-10-04/lib/gdtoa/
H A Darithchk.c33 int kind; member in struct:Akind
166 a->name, a->kind);
177 if (a->kind <= 2 && fzcheck())
H A Dgdtoa.c157 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local
172 kind = *kindp &= ~STRTOG_Inexact;
173 switch(kind & STRTOG_Retmask) {
321 if (kind & STRTOG_Neg)
/barrelfish-2018-10-04/lib/cxx/include/mach-o/
H A Dcompact_unwind_encoding.h450 uint32_t kind; // UNWIND_SECOND_LEVEL_REGULAR member in struct:unwind_info_regular_second_level_page_header
459 uint32_t kind; // UNWIND_SECOND_LEVEL_COMPRESSED member in struct:unwind_info_compressed_second_level_page_header
/barrelfish-2018-10-04/lib/bomp/
H A Domp.c220 * \param kind which schedule to be used (one of OMP_SCHED_*)
221 * \param modifier modifier to tweak the scheduler (depends on kind)
224 * is used as schedule kind, by setting the value of the run-sched-var ICV.
226 void omp_set_schedule(omp_sched_t kind, argument
229 OMP_SET_ICV_TASK(run_sched, kind);
236 * \param kind returns the current scheduler setting (one of OMP_SCHED_*)
242 void omp_get_schedule(omp_sched_t *kind, argument
245 if (kind) {
246 *kind = OMP_GET_ICV_TASK(run_sched);
/barrelfish-2018-10-04/include/
H A Domp.h201 extern void omp_set_schedule(omp_sched_t kind, int modifier);
202 extern void omp_get_schedule(omp_sched_t *kind, int *modifier);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_array.c482 uword kind; local
485 if (!(adr = get_elt_address(a, ta, &kind, vmod.did, tmod, &err)))
491 switch (kind)
579 uword kind; local
583 if (!(adr = get_elt_address(a, ta, &kind, vmod.did, tmod, &err)))
588 switch (kind)
654 uword kind; local
658 if (!(adr = get_elt_address(a, ta, &kind, vmod.did, tmod, &err)))
663 if (kind == TINT)
667 else if (kind
728 uword kind; local
877 get_elt_address(value v, type t, uword *kind, dident mod_did, type mod_tag, int *perr) argument
945 get_first_elt(pword *p, pword *q, uword *kind, uword *size, dident vmod_did, type mod_tag) argument
[all...]
H A Demu_util.c602 char *kind; local
631 kind = "catch"; after_call = 1;
635 kind = "exception"; after_call = 0;
639 kind = "inline"; after_call = 0;
643 kind = "inline"; after_call = 0;
647 kind = "inline"; after_call = 0;
651 kind = "inline"; after_call = 0;
655 kind = "clause"; after_call = 1;
658 p_fprintf(current_err_, "%s 0x%lx -> 0x%lx ", kind, b, BBp(b));
H A Dbip_io.c917 int kind = SFILE; local
938 kind = SQUEUE;
949 kind = SSTRING;
977 kind = SSTRING;
984 if (kind == SFILE)
1003 kind = SSTRING;
1011 kind = SQUEUE;
1027 kind = SFD; /* preliminary */
1037 /* At this point: kind, mode, size are set.
1046 if (kind
[all...]
/barrelfish-2018-10-04/lib/usb/class/
H A Dusb_hid.c231 if (s->kindset & (1 << c->kind)) {
297 c->kind = USB_HID_KIND_INPUT;
322 c->kind = USB_HID_KIND_OUTPUT;
326 c->kind = USB_HID_KIND_COLLECTION;
333 c->kind = USB_HID_KIND_FEATURE;
337 c->kind = USB_HID_KIND_ENDCOLLECTION;
510 * \param k the kind of the report descriptor we want to get the size of
530 if (h.kind == k) {
571 * \param k the kind of the report item we want to locate
572 * \param index the index of the report with kind
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpthreads.c29 int kind; member in struct:pthread_mutex_attr
230 POSIXCOMPAT_DEBUG("kind = %u\n", (*attr)->kind);
233 (*mutex)->attrs.kind = PTHREAD_MUTEX_NORMAL;
259 if ((*mutex)->attrs.kind == PTHREAD_MUTEX_RECURSIVE) {
449 ma->kind = PTHREAD_MUTEX_DEFAULT;
493 *type = (*attr)->kind;
510 (*attr)->kind = type;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dmkdef.pl21 # kind of symbol it is (function or variable) and what algorithms they're
33 # existence:platform:kind:algorithms
51 # - "kind" is "FUNCTION" or "VARIABLE". The meaning of that is obvious.
396 my %kind; # For anything undefined, we assume "FUNCTION"
423 # params: symbol, alias, platforms, kind
918 $kind{$s} = $k;
949 if (!defined($k)) { $k = $kind{$s}; }
950 $kind{$r} = $k."(".$s.")";
954 print STDERR "DEBUG: \$variant{\"$s\"} = ",$v,"; \$r = $r; \$p = ",$platform{$r},"; \$a = ",$algorithm{$r},"; \$kind = ",$kind{
[all...]
/barrelfish-2018-10-04/lib/lua/src/
H A Dldebug.c517 const char *kind = NULL; local
519 kind = getupvalname(ci, o, &name); /* check whether 'o' is an upvalue */
520 if (!kind && isinstack(ci, o)) /* no? try a register */
521 kind = getobjname(ci_func(ci)->p, currentpc(ci),
524 if (kind)
526 op, kind, name, t);
/barrelfish-2018-10-04/usr/tests/thcidctest/
H A Dthcidctest.c30 static const char *kind; variable
561 kind = "client";
564 kind = "server";
571 printf("%s %s DONE!\n", argv[0], kind);
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dfd.pl783 kind: [constraint], label
798 kind: [constraint], label
814 kind: [constraint], label
822 kind: [constraint], label
864 kind: [constraint], label
940 kind: [constraint], label
957 kind: [constraint], label
999 kind: [constraint], label
1016 kind: [constraint], label
1301 kind label
1330 kind: [constraint], label
1338 kind: [constraint], label
1382 kind: [constraint], label
1536 kind: [constraint], label
1577 kind: [constraint], label
1601 kind: [constraint], label
1643 kind: [constraint], label
1664 kind: [constraint], label
1724 kind: [constraint], label
1748 kind: [constraint], label
1790 kind: [constraint], label
1814 kind: [constraint], label
1856 kind: [constraint], label
1875 kind: [constraint], label
1996 kind: [constraint], label
2035 kind: [constraint], label
2059 kind: [constraint], label
2101 kind: [constraint], label
2125 kind: [constraint], label
2759 kind: [constraint], label
2777 kind: [constraint], label
2819 kind: [constraint], label
2839 kind: [constraint], label
2948 kind: [constraint], label
3000 kind: [constraint], label
3046 kind: [constraint], label
3090 kind: [constraint], label
3228 kind: [constraint], label
3265 kind: [constraint], label
[all...]
/barrelfish-2018-10-04/include/sys/
H A Dsysctl.h255 #define SYSCTL_OID_RAW(id, parent_child_head, nbr, name, kind, a1, a2, handler, fmt, descr) \
260 .oid_kind = (kind), \
271 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
274 nbr, #name, kind, a1, a2, handler, fmt, descr)
277 #define SYSCTL_OID_GLOBAL(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
280 nbr, #name, kind, a1, a2, handler, fmt, descr)
282 #define SYSCTL_ADD_OID(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
283 sysctl_add_oid(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, __DESCR(descr))
993 struct sysctl_oid_list *parent, int nbr, const char *name, int kind,
H A Dcdefs.h809 #define __datatype_type_tag(kind, type) \
810 __attribute__((__type_tag_for_datatype__(kind, type)))
813 #define __datatype_type_tag(kind, type)
/barrelfish-2018-10-04/usr/bench/thc_v_flounder/
H A Dempty.c75 static const char *kind; variable
525 kind = "client";
528 kind = "server";
/barrelfish-2018-10-04/include/usb/class/
H A Dusb_hid.h163 enum usb_hid_kind kind; ///< member in struct:usb_hid_item
444 enum usb_hid_kind kind, uint8_t index, struct usb_hid_location *loc,
/barrelfish-2018-10-04/usr/eclipseclp/Opium/
H A Dopium_light_kernel_patch.pl70 functionality for this particular kind of queries.
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dfuture.tex17 attached disks. Adding that kind of data would simplify discovery of disks and
/barrelfish-2018-10-04/tools/fof/
H A DFutureWork.tex37 any kind of data-flow analysis and optimization. Instead of
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindCursor.hpp249 uint32_t kind() const { function in class:libunwind::UnwindSectionRegularPageHeader
251 _addr + offsetof(unwind_info_regular_second_level_page_header, kind));
295 uint32_t kind() const { function in class:libunwind::UnwindSectionCompressedPageHeader
298 offsetof(unwind_info_compressed_second_level_page_header, kind));

Completed in 213 milliseconds

123