Searched refs:location (Results 1 - 25 of 49) sorted by relevance

12

/barrelfish-master/usr/tests/testconcurrent/
H A Dtestconcurrent.c23 uint64_t location = 10; local
24 uint64_t res = cas(&location, 10, 20);
25 printf("cas: %ld, %ld\n", res, location);
/barrelfish-master/usr/bench/xomp_bench/
H A Dspawn_bench.c58 xomp_wloc_t location = XOMP_WORKER_LOC_MIXED; local
60 if (!strncmp(argv[i], "--location=", 11)) {
64 location = XOMP_WORKER_LOC_LOCAL;
69 if (location == XOMP_WORKER_LOC_MIXED) {
104 .worker_loc = location,
120 return (location == XOMP_WORKER_LOC_LOCAL);
H A Dwork_bench.c69 xomp_wloc_t location = XOMP_WORKER_LOC_MIXED; local
71 if (!strncmp(argv[i], "--location=", 11)) {
75 location = XOMP_WORKER_LOC_LOCAL;
80 if (location == XOMP_WORKER_LOC_MIXED) {
110 .core_stride = (location == XOMP_WORKER_LOC_LOCAL) ? 1 : 2,
114 .worker_loc = location,
130 return (location == XOMP_WORKER_LOC_LOCAL);
H A Dshare_bench.c102 xomp_wloc_t location = XOMP_WORKER_LOC_MIXED; local
104 if (!strncmp(argv[i], "--location=", 11)) {
108 location = XOMP_WORKER_LOC_LOCAL;
113 if (location == XOMP_WORKER_LOC_MIXED) {
149 .worker_loc = location,
165 return (location == XOMP_WORKER_LOC_LOCAL);
/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DViewletArray.java37 * Note that ViewletArray is not responsible for maintaining location names,
43 * This is a list of Integers which denotes this ViewletArray's location
45 * size [4,3] would have location [], and its elements would have location
49 private List location; field in class:ViewletArray
90 * list of integers to be the top level location (location).
91 * The sub-ViewletArrays will then have locations location @ [1], location @
109 List location)
107 ViewletArray(List size, List fixity, Viewable viewable, ViewletFactory viewletFactory, List location) argument
189 createSubArray(List size, List fixity, Viewable viewable, ViewletFactory viewletFactory, List location) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509v3/
H A Dv3_info.c92 ASN1_SIMPLE(ACCESS_DESCRIPTION, location, GENERAL_NAME)
113 ret = i2v_GENERAL_NAME(method, desc->location, ret);
162 if(!v2i_GENERAL_NAME_ex(acc->location, method, ctx, &ctmp, 0))
190 i2a_GENERAL_NAME(bp, a->location);
H A Dv3_ocsp.c283 if(GENERAL_NAME_print(bp, ad->location) <= 0) goto err;
H A Dv3_utl.c491 if (ad->location->type == GEN_URI)
493 if (!append_ia5(&ret, ad->location->d.uniformResourceIdentifier))
/barrelfish-master/lib/cxx/unwind/
H A DDwarfParser.hpp79 RegisterSavedWhere location; member in struct:libunwind::CFI_Parser::RegisterLocation
434 results->savedRegisters[reg].location = kRegisterInCFA;
457 results->savedRegisters[reg].location = kRegisterUnused;
471 results->savedRegisters[reg].location = kRegisterUnused;
489 results->savedRegisters[reg].location = kRegisterInRegister;
567 results->savedRegisters[reg].location = kRegisterAtExpression;
586 results->savedRegisters[reg].location = kRegisterInCFA;
625 results->savedRegisters[reg].location = kRegisterOffsetFromCFA;
640 results->savedRegisters[reg].location = kRegisterOffsetFromCFA;
653 results->savedRegisters[reg].location
[all...]
H A DDwarfInstructions.hpp72 assert(0 && "getCFA(): unknown location");
82 switch (savedReg.location) {
102 _LIBUNWIND_ABORT("unsupported restore location for register");
109 switch (savedReg.location) {
125 _LIBUNWIND_ABORT("unsupported restore location for float register");
132 switch (savedReg.location) {
148 _LIBUNWIND_ABORT("unsupported restore location for vector register");
173 if (prolog.savedRegisters[i].location !=
H A DUnwindRegistersRestore.S34 # set up eax and ret on new stack location
125 movq 56(%rdi), %rsp # cut back rsp to new location
/barrelfish-master/usr/bench/bomp_mm/
H A Dmm.c187 static void matrix_share(xomp_wloc_t location) argument
208 if (location == XOMP_WORKER_LOC_MIXED) {
323 xomp_wloc_t location = XOMP_WORKER_LOC_MIXED; local
325 if (!strncmp(argv[i], "--location=", 11)) {
329 location = XOMP_WORKER_LOC_LOCAL;
334 if (location == XOMP_WORKER_LOC_MIXED) {
367 .worker_loc = location,
384 matrix_share(location);
388 return (location == XOMP_WORKER_LOC_LOCAL);
/barrelfish-master/include/rcce/
H A DRCCE.h95 int location; /* location of bit within line (0-255) */ member in struct:__anon264
/barrelfish-master/lib/openssl-1.0.0d/crypto/ocsp/
H A Docsp_ext.c505 if (!(ad->location = GENERAL_NAME_new())) goto err;
508 ad->location->type = GEN_URI;
509 ad->location->d.ia5 = ia5;
/barrelfish-master/lib/openssl-1.0.0d/Netware/
H A Dset_env.bat60 rem Set INCLUDES to location of Novell NDK includes
64 rem Set Imports to location of Novell NDK import files
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dvbs_data.pl115 % The goegraphical location of the nodes - node( id, x-coord, y-coord ).
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dkernel.tex558 These move\index{move} one pword from a source location to a destination.
653 read_constant(C) & match constant with location S++ \\
654 read_nil & match nil constant with location S++ \\
655 read_integer(C) & match integer constant with location S++ \\
656 read_float(C) & match float constant with location S++ \\
657 read_atom(C) & match atom constant with location S++ \\
658 read_string(C) & match string constant with location S++ \\
661 read_variable(a(A)) & move content of location S++ to argument \\
662 read_variable(y(Y)) & move content of location S++ to environment \\
663 read_variable(N,y(Y)) & move content of location
[all...]
H A Ddebugger.tex103 with no goal information (just location information like clause or
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Decoptions.tex37 The default setting is NULL, which means that the location is
H A Dembed.tex138 This must be set to the location where {\eclipse} is installed,
141 the \verb+ECLIPSEDIR+ location before initialising the embedded {\eclipse}
190 module, and the location of this library, e.g.\
222 This must be set to the location where {\eclipse} is installed,
225 the \verb+ECLIPSEDIR+ location before initialising the embedded {\eclipse}
H A Dembtcl.tex68 lappend auto_path "/location/of/my/eclipse/lib_tcl"
76 % LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/location/of/my/eclipse/lib/sparc_sunos5
100 lappend auto_path "/location/of/my/eclipse/lib_tcl"
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dhttp_grammar.pl190 obje_head(location) --> ["Location"], [:], uri.
/barrelfish-master/doc/015-disk-driver-arch/
H A Ddesign.tex17 violating domain separation. To stop this from occuring, a central location
/barrelfish-master/doc/018-Practical-guide/
H A Dreadme.tex179 driver and user programs to a location that the target machine can boot from,
/barrelfish-master/doc/014-bulk-transfer/
H A Dbulk-transfer.tex113 value is enough to find the location of buffer within shared memory,
129 same pbuf-id but pointing at new buffer location and send it back to
130 the driver as new free pbuf to use. And the location of previous
150 end up writing at same physical location, leading to data corruption.
436 \item \textbf{offset:} The location of slot within the shared pool.
1024 can only guess about location and type of data inside the other

Completed in 277 milliseconds

12