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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon60452
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 11 int b_type; /* what kind of block this is */ member in struct:__anon60575
  /ndk/sources/host-tools/make-3.81/
vmsfunctions.c 105 dentry->d_namlen = dnam->nam$b_name + dnam->nam$b_type;
208 FileName.dsc$w_length = Nam.nam$b_name + Nam.nam$b_type + Nam.nam$b_ver;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 161 b_type = stat.S_IFMT(b_stat.st_mode)
162 if a_type != b_type:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 161 b_type = stat.S_IFMT(b_stat.st_mode)
162 if a_type != b_type:

Completed in 1179 milliseconds