HomeSort by: relevance | last modified time | path
    Searched defs:precise (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryLocation.h 42 // it contains, N, is 'precise'. Precise, in this context, means that we know
45 // precise values, and can conservatively represent all of the values unioned
49 // Concretely, a precise MemoryLocation is (%p, 4) in
91 // FIXME: Migrate all users to construct via either `precise` or `upperBound`,
95 // Since the overwhelming majority of users of this provide precise values,
96 // this assumes the provided value is precise.
100 static LocationSize precise(uint64_t Value) { return LocationSize(Value); } function in class:llvm::LocationSize
101 static LocationSize precise(TypeSize Value) { function in class:llvm::LocationSize
104 return precise(Value.getFixedSize())
    [all...]
  /src/external/bsd/libevent/dist/
evutil_time.c 317 const int precise = flags & EV_MONOT_PRECISE; local
330 if (! precise && ! fallback) {
452 Our strategy, if precise timers are turned off, is to just use the best
453 GetTickCount equivalent available. If we've been asked for precise timing,
521 const int precise = flags & EV_MONOT_PRECISE; local
533 if (precise && !fallback) {
608 int precise)
  /src/external/bsd/ntp/dist/sntp/libevent/
evutil_time.c 316 const int precise = flags & EV_MONOT_PRECISE; local
329 if (! precise && ! fallback) {
451 Our strategy, if precise timers are turned off, is to just use the best
452 GetTickCount equivalent available. If we've been asked for precise timing,
520 const int precise = flags & EV_MONOT_PRECISE; local
532 if (precise && !fallback) {
607 int precise)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-ch.cc 1069 bool precise = (nexits == (int) exits.length ()); local
1072 if (precise)
1075 for (unsigned i = 0; i < loop->num_nodes && precise; ++i)
1091 precise = false;
1095 for (class loop *l = bb->loop_father; l != loop && precise;
1099 precise = false;
1107 precise = false;
1111 if (precise
1120 else if (precise)
  /src/external/bsd/libevent/dist/test/
regress_util.c 1399 const int precise = strstr(data->setup_data, "precise") != NULL; local
1405 if (precise)
1409 if (precise || fallback) {
1422 TT_BLATHER(("Precise = %d", precise));
1456 const int precise = strstr(data->setup_data, "precise") != NULL; local
1461 if (precise)
1463 if (precise)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_util.c 1396 const int precise = strstr(data->setup_data, "precise") != NULL; local
1402 if (precise)
1406 if (precise || fallback) {
1419 TT_BLATHER(("Precise = %d", precise));
1453 const int precise = strstr(data->setup_data, "precise") != NULL; local
1458 if (precise)
1460 if (precise)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 2408 ARCPreciseLifetime_t precise)
2409 : Param(param), Precise(precise) {}
2412 ARCPreciseLifetime_t Precise;
2415 CGF.EmitARCRelease(Param, Precise);
2548 ARCPreciseLifetime_t precise = (D.hasAttr<ObjCPreciseLifetimeAttr>() local
2551 precise); local
  /src/external/gpl3/gdb/dist/sim/frv/
frv-sim.h 278 unsigned char precise;
276 unsigned char precise; member in struct:frv_interrupt
  /src/external/gpl3/gdb.old/dist/sim/frv/
frv-sim.h 278 unsigned char precise;
276 unsigned char precise; member in struct:frv_interrupt

Completed in 166 milliseconds