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

  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 329 BitVector AllocSet = TRI.getAllocatableSet(MF);
331 for (int R = AllocSet.find_first(); R != -1; R = AllocSet.find_next(R))
333 AllocSet.set(*AI);
335 AllocSet.set(Mips::ZERO);
336 AllocSet.set(Mips::ZERO_64);
338 Defs |= AllocSet.flip();
  /external/llvm/lib/Support/
regcomp.c 88 static cset *allocset(struct parse *);
657 * Note a significant property of this code: if the allocset() did SETERROR,
678 if ((cs = allocset(p)) == NULL) {
679 /* allocset did set error status in p */
1055 - allocset - allocate a set of characters for []
1058 allocset(struct parse *p) function
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 87 static cset *allocset(struct parse *);
621 * Note a significant property of this code: if the allocset() did SETERROR,
642 if ((cs = allocset(p)) == NULL) {
643 /* allocset did set error status in p */
1019 - allocset - allocate a set of characters for []
1022 allocset(struct parse *p) function
    [all...]
  /bionic/libc/upstream-netbsd/libc/regex/
regcomp.c 146 static cset *allocset(struct parse *p);
755 * Note a significant property of this code: if the allocset() did SETERROR,
766 cs = allocset(p);
1226 - allocset - allocate a set of characters for []
1227 == static cset *allocset(struct parse *p);
1230 allocset( function
    [all...]
  /prebuilts/sdk/renderscript/lib/arm/
libc.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libc.so 
  /prebuilts/sdk/renderscript/lib/mips/
libc.so 
  /prebuilts/sdk/renderscript/lib/x86/
libc.so 

Completed in 142 milliseconds