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

  /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/
BallsRS.java 28 public static final int PART_COUNT = 4000;
112 mPoints = new ScriptField_Point(mRS, PART_COUNT, Allocation.USAGE_SCRIPT);
120 mGridCache = Allocation.createSized(mRS, Element.F32_2(mRS), PART_COUNT);
121 mBalls = new ScriptField_Ball(mRS, PART_COUNT, Allocation.USAGE_SCRIPT);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
test-gen.c 628 int part_count = 0, r; local
631 while (parts[part_count].func)
632 ++part_count;
635 data = (insn_data*) malloc (part_count * sizeof (insn_data));
648 for (part = 0; part < part_count; ++part)
665 for (part = 0; part < part_count; ++part)
693 for (part = 0; part < part_count; ++part)
  /external/syslinux/com32/chain/
partiter.c 133 siz = (uint64_t)gpth->part_count * gpth->part_size;
142 iter->gpt.pe_count = (int)gpth->part_count;
571 gpt_lsiz = (uint64_t)gpth->part_size * gpth->part_count;
614 gpt_lsiz = (uint64_t)gpth->part_size * gpth->part_count;
  /external/syslinux/com32/include/syslinux/
disk.h 165 uint32_t part_count; member in struct:disk_gpt_header
  /external/syslinux/win/
syslinux.c 47 #define PART_COUNT 4
147 for (p = 0; p < PART_COUNT; p++)
  /external/python/cpython3/Lib/email/
header.py 519 for i in range(self._current_line.part_count()-1, 0, -1):
561 if self.part_count()==0:
582 def part_count(self):
577 def part_count(self): member in class:_Accumulator
  /external/v8/src/runtime/
runtime-regexp.cc 747 int part_count = indices->length();
750 isolate->factory()->NewJSArray(FAST_ELEMENTS, part_count, part_count,
757 if (part_count == 1 && indices->at(0) == subject_length) {
761 FOR_WITH_HANDLE_SCOPE(isolate, int, i = 0, i, i < part_count, i++, {
    [all...]
  /external/syslinux/com32/lib/syslinux/
disk.c 580 gpt->lba_table, gpt->part_count, gpt->part_size, gpt->table_chksum);
  /external/syslinux/bios/com32/elflink/ldlinux/
ldlinux.elf 
  /external/syslinux/efi32/com32/elflink/ldlinux/
ldlinux.elf 

Completed in 455 milliseconds