HomeSort by relevance Sort by last modified time
    Searched refs:b_hash (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bufferobject.c 14 long b_hash; member in struct:__anon5510
125 b->b_hash = -1;
225 b->b_hash = -1;
316 if ( self->b_hash != -1 )
317 return self->b_hash;
342 self->b_hash = 0;
353 self->b_hash = x;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bufferobject.c 14 long b_hash; member in struct:__anon5855
125 b->b_hash = -1;
225 b->b_hash = -1;
316 if ( self->b_hash != -1 )
317 return self->b_hash;
343 self->b_hash = x;

Completed in 7145 milliseconds