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

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 393 const char* bit_masks[] = { member in namespace:google::protobuf::compiler::java
448 string mask = bit_masks[bitInVarIndex];
457 string mask = bit_masks[bitInVarIndex];
476 string mask = bit_masks[bitInVarIndex];
  /external/fio/lib/
axmap.c 194 static unsigned long bit_masks[] = { variable
225 mask = bit_masks[nr_bits] << bit;
391 uint64_t mask = ~bit_masks[(data->bit + 1) & BLOCKS_PER_UNIT_MASK];

Completed in 71 milliseconds