HomeSort by relevance Sort by last modified time
    Searched full:use1 (Results 1 - 5 of 5) sorted by null

  /external/llvm/test/Analysis/Dominators/
2006-10-02-BreakCritEdges.ll 6 declare void @use1(i32)
15 call void @use1( i32 %i )
19 call void @use1( i32 %i )
  /external/llvm/test/Transforms/InstCombine/
2009-01-31-Pressure.ll 4 declare void @use1(i1)
11 call void @use1(i1 %C)
19 call void @use1(i1 %C)
  /external/chromium_org/third_party/openssl/openssl/apps/
passwd.c 44 size_t pw_maxlen, int usecrypt, int use1, int useapr1);
73 int usecrypt = 0, use1 = 0, useapr1 = 0; local
102 use1 = 1;
156 if (!usecrypt && !use1 && !useapr1) /* use default */
158 if (usecrypt + use1 + useapr1 > 1) /* conflict */
166 if (use1 || useapr1) badopt = 1;
211 else if (use1 || useapr1)
246 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
275 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
419 size_t pw_maxlen, int usecrypt, int use1, int useapr1
    [all...]
  /external/openssl/apps/
passwd.c 44 size_t pw_maxlen, int usecrypt, int use1, int useapr1);
73 int usecrypt = 0, use1 = 0, useapr1 = 0; local
102 use1 = 1;
156 if (!usecrypt && !use1 && !useapr1) /* use default */
158 if (usecrypt + use1 + useapr1 > 1) /* conflict */
166 if (use1 || useapr1) badopt = 1;
211 else if (use1 || useapr1)
246 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
275 quiet, table, reverse, pw_maxlen, usecrypt, use1, useapr1))
419 size_t pw_maxlen, int usecrypt, int use1, int useapr1
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 863 // <Def0> <Def1> <Use0> <Use1> <ImpDef0> <ImpDef1> <ImpUse0> <ImpUse1>
    [all...]

Completed in 188 milliseconds