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

  /frameworks/base/media/mca/filterfw/jni/
jni_native_buffer.cpp 25 jfieldID size_field = env->GetFieldID(base_class, "mSize", "I"); local
30 *size = env->GetIntField(buffer, size_field);
44 jfieldID size_field = env->GetFieldID(base_class, "mSize", "I"); local
48 env->SetIntField(buffer, size_field, size);
  /toolchain/binutils/binutils-2.25/opcodes/
cris-opc.c 203 {"add", 0x0A00, 0x01c0, "m s,R", 0, SIZE_FIELD, 0,
214 {"add", 0x0A00, 0x01c0, "m s,R", 0, SIZE_FIELD,
257 {"adds", 0x0820, 0x03c0, "z s,R", 0, SIZE_FIELD, 0,
272 {"addu", 0x0800, 0x03e0, "z s,R", 0, SIZE_FIELD, 0,
286 {"and", 0x0B00, 0x00C0, "m s,R", 0, SIZE_FIELD, 0,
442 {"bound", 0x09c0, 0x0200, "m s,R", 0, SIZE_FIELD,
446 {"bound", 0x0dcf, 0x0200, "m Y,R", 0, SIZE_FIELD, 0,
521 {"cmp", 0x0Ac0, 0x0100, "m s,R", 0, SIZE_FIELD, 0,
532 {"cmps", 0x08e0, 0x0300, "z s,R", 0, SIZE_FIELD, 0,
540 {"cmpu", 0x08c0, 0x0320, "z s,R" , 0, SIZE_FIELD, 0
    [all...]
  /external/llvm/unittests/MC/
StringTableBuilderTest.cpp 51 // size_field + "pygmy hippopotamus\0" + "river horse\0"
  /external/google-breakpad/src/processor/
basic_source_line_resolver.cc 442 char *size_field = strtok_r(NULL, " \r\n", &cursor); local
443 if (!size_field) return false;
449 MemAddr size = strtoul(size_field, NULL, 16);
  /toolchain/binutils/binutils-2.25/include/opcode/
cris.h 250 SIZE_FIELD
  /toolchain/binutils/binutils-2.25/gas/config/
tc-cris.c     [all...]

Completed in 394 milliseconds