Searched refs:os (Results 51 - 75 of 75) sorted by relevance

123

/barrelfish-master/lib/openssl-1.0.0d/crypto/cms/
H A Dcms_ess.c382 ASN1_OCTET_STRING *os = NULL; local
410 os = ASN1_item_pack(&rct, ASN1_ITEM_rptr(CMS_Receipt), NULL);
416 return os;
H A Dcms_smime.c508 ASN1_OCTET_STRING **pos, *os; local
538 os = cms_encode_Receipt(si);
540 if (!os)
544 rct_cont = BIO_new_mem_buf(os->data, os->length);
559 *pos = os;
H A Dcms_sd.c843 ASN1_OCTET_STRING *os = NULL; local
850 os = CMS_signed_get0_data_by_OBJ(si,
853 if (!os)
866 if (os)
876 if (mlen != (unsigned int)os->length)
883 if (memcmp(mval, os->data, mlen))
/barrelfish-master/tools/aarch64_gem5/
H A Dgem5script.py9 import inspect, os namespace
11 import os namespace
25 bfsrcdir='%s/../..' % os.path.dirname(inspect.getfile(inspect.currentframe()))
/barrelfish-master/tools/harness/tests/
H A Dechoserver.py10 import re, os, subprocess, select, time, datetime namespace
106 logfile = open(os.path.join(self.testdir, LOGFILENAME), 'w')
141 with open(os.path.join(testdir, LOGFILENAME), 'r') as logfile:
H A Dmem_appel.py4 import sys, re, numpy, os, datetime namespace
H A Ddevif_test.py13 import os namespace
H A Ddistopsbench.py4 import sys, re, numpy, os, datetime namespace
/barrelfish-master/tools/molly/
H A Dm5script.py9 import os namespace
/barrelfish-master/tools/imx8x/
H A Dboard_ctrl.py15 import os namespace
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_comp.c848 char *os = DidName(d);\
849 if (os[0] == '@') {\
850 ++os; number_sort = FALSE;\
851 } else if (os[0] == '$') {\
852 ++os; number_sort = TRUE;\
856 if (os[0]=='=' && os[1]=='<' && os[2]==0) {\
858 } else if (os[0]=='<' && os[
[all...]
/barrelfish-master/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_crypt.c416 ASN1_OCTET_STRING *os = NULL; local
442 os = ASN1_OCTET_STRING_new();
444 if(!os || !ASN1_OCTET_STRING_set(os, buf, len))
452 ASN1_TYPE_set(params, V_ASN1_SEQUENCE, os);
/barrelfish-master/usr/eclipseclp/GecodeInterface/
H A DMakefile.in180 ADD_GECODE_CONFIG_FLAGS=--with-host-os=linux --disable-examples
H A Dgfd.cpp3687 BoolVarArgs os(size);
3688 res = assign_BoolVarArgs_from_ec_array(solver, size, oarr, os);
3691 nooverlap(*solver, xs, ws, ys, hs, os);
3760 BoolVarArgs os(size);
3761 res = assign_BoolVarArgs_from_ec_array(solver, size, oarr, os);
3764 nooverlap(*solver, x1s, ws, x2s, y1s, hs, y2s, os);
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dutil.tcl559 switch -exact -- $tcl_platform(os) {
584 switch -exact -- $tcl_platform(os) {
/barrelfish-master/include/arch/x86_32/barrelfish/
H A Dinvocations_arch.h589 uint64_t umsk, bool os)
595 invoke_cptr, counter, 0, evt, umsk, os ? 1 : 0).error;
587 invoke_perfmon_setup(struct capref dispcap, uint8_t counter, uint64_t evt, uint64_t umsk, bool os) argument
/barrelfish-master/usr/eclipseclp/config/
H A Dconfig.guess178 os=netbsd
180 os=netbsdelf
184 os=netbsd
203 echo "${machine}-${os}${release}"
/barrelfish-master/include/
H A Dzlib.h113 int os; /* operating system */ member in struct:gz_header_s
675 deflate(). The text, time, os, extra field, name, and comment information
686 the time set to zero, and os set to 255, with no extra, name, or comment
828 The text, time, xflags, and os fields are filled in with the gzip header
/barrelfish-master/tools/tracing/
H A Danalyze_traces.py4 import os namespace
/barrelfish-master/kernel/arch/x86_32/
H A Dsyscall.c90 bool os = args[4];
91 perfmon_amd_measure_start(event, umask, os ? true : false, idx);
/barrelfish-master/doc/000-overview/
H A DOverview.tex70 Figure~\ref{fig:os-arch} shows an overview of the components of the OS. Each
91 \includegraphics[width=0.5\columnwidth]{os-arch.pdf}
93 \caption{High level overview of the Barrelfish OS architecture}\label{fig:os-arch}
/barrelfish-master/lib/lwip2/src/core/
H A Dtcp_out.c279 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_RAM)
/barrelfish-master/lib/zlib/
H A Dinflate.c663 state->head->os = (int)(hold >> 8);
H A Ddeflate.c610 put_byte(s, s->gzhead->os & 0xff);
/barrelfish-master/doc/012-services/
H A DServices.tex970 %% \includegraphics[width=0.5\columnwidth]{os-arch.pdf}
972 %% \caption{High level overview of the Barrelfish OS architecture}\label{fig:os-arch}

Completed in 280 milliseconds

123