HomeSort by: relevance | last modified time | path
    Searched refs:lli (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccfg/
duration.c 48 long long int lli; local
82 lli = strtoll(str + 1, &endptr, 10);
86 if (errno != 0 || lli < 0 || lli > UINT32_MAX) {
89 duration->parts[0] = (uint32_t)lli;
103 lli = strtoll(str + 1, &endptr, 10);
107 if (errno != 0 || lli < 0 || lli > UINT32_MAX) {
110 duration->parts[1] = (uint32_t)lli;
119 lli = strtoll(str + 1, &endptr, 10)
    [all...]
  /src/external/apache2/llvm/bin/lli/
Makefile 3 PROG_CXX= lli
8 .PATH: ${LLVM_SRCDIR}/tools/lli
10 SRCS= lli.cpp \
  /src/tests/lib/libc/stdlib/
t_strtol.c 50 check(struct test *t, long int li, long long int lli, intmax_t ji, char *end)
57 if (lli != -1 && lli != t->res)
59 "(rv = %lld)", t->str, t->base, lli);
106 long long int lli; local
118 lli = strtoll(t[i].str, NULL, t[i].base);
125 check(&t[i], li, lli, ji, end);
130 if (lli != ulli)
150 long long int lli; local
174 CHECK(lli, "%lld", strtoll)
201 long long int lli; local
282 long long int lli; local
    [all...]
  /src/external/apache2/llvm/bin/
Makefile 17 lli \
  /src/external/apache2/llvm/dist/llvm/utils/
codegen-diff 92 between the code that B<llc> generated and the code that B<lli> generated.
100 B<lli>. Set a breakpoint in C<Emitter::finishFunction()> and wait until
102 to print out the assembly dump of the function B<lli> just compiled.
103 (Use C<lli -debug> to find out where the function starts and ends in memory.)
108 instruction, with the B<llc> version first, and the B<lli> version second.
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
parser.c 1180 long long int lli; local
1210 lli = strtoll(str + 1, NULL, 10);
1211 if (errno != 0 || lli < 0 || lli > UINT32_MAX) {
1214 duration->parts[0] = (uint32_t)lli;
1228 lli = strtoll(str + 1, NULL, 10);
1229 if (errno != 0 || lli < 0 || lli > UINT32_MAX) {
1232 duration->parts[1] = (uint32_t)lli;
1241 lli = strtoll(str + 1, NULL, 10)
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/nxp/lpc/
lpc18xx.dtsi 95 lli-bus-interface-ahb1;
96 lli-bus-interface-ahb2;

Completed in 18 milliseconds