Searched refs:got (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/include/arch/arm/machine/
H A Dasm.h131 #define GOT_GET(x,got,sym) \
133 ldr x, [x, got]
134 #define GOT_INIT(got,gotsym,pclabel) \
135 ldr got, gotsym; \
136 pclabel: add got, pc
156 #define GOT_GET(x,got,sym) \
158 #define GOT_INIT(got,gotsym,pclabel)
/barrelfish-master/tools/demo/TestAquarium/
H A DProgram.cs29 /// <returns>true if got trace command, false for error or EOF</returns>
36 int got = stream.Read(trace, offset, trace.Length - offset);
37 if (got == 0)
39 offset += got;
/barrelfish-master/lib/libc/tests/resolv/
H A Dresolv_test.c60 static int *got = NULL; variable
202 got[i] += error == 0;
249 got = calloc(hosts->sl_cur, sizeof(int));
250 ATF_REQUIRE(got != NULL);
269 if (ask[i] != got[i] && got[i] != 0) {
270 printf("Error: host %s ask %d got %d\n",
271 hosts->sl_str[i], ask[i], got[i]);
277 free(got);
/barrelfish-master/lib/zlib/
H A Dinflate.c1244 unsigned got;
1247 got = *have;
1249 while (next < len && got < 4) {
1250 if ((int)(buf[next]) == (got < 2 ? 0 : 0xff))
1251 got++;
1253 got = 0;
1255 got = 4 - got;
1258 *have = got;
/barrelfish-master/usr/skb/programs/
H A Dbridge_fake_bigfish.pl10 % This file fakes the machine config for 'bigfish' at UW. I got it
16 % facts that should be inserted in the database. I got the facts by
/barrelfish-master/tools/demo/Aquarium/
H A DWindow1.xaml.cs1754 int got = stream.Read(data, position, data.Length - position);
1755 if (got == 0)
1757 position += got;
/barrelfish-master/doc/018-Practical-guide/
H A DhelloWorldApp.tex467 pci_client.c: got vector 2
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Delipsys.pl288 % A simple arithmetic predicate, e.g. +/3 or abs/2 got an expression
H A Dtracer_tcl.pl223 %writeln(error, got:Cmd),

Completed in 169 milliseconds