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

  /external/mksh/src/
check.pl 934 local(%cnt, $sfield);
949 $sfield = $field;
959 $sfield .= ":$cnt";
1093 $test{$sfield} = $val;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic54x.c 608 struct stag_field *sfield = xmalloc (sizeof (struct stag_field)); local
610 memset (sfield, 0, sizeof (*sfield));
611 sfield->name = strcpy (xmalloc (strlen (name) + 1), name);
612 sfield->offset = offset;
613 sfield->bitfield_offset = parent->current_bitfield_offset;
614 sfield->stag = stag;
616 parent->field = sfield;
622 sf->next = sfield;
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
debug.go 540 fmt.Fprintf(os.Stderr, "%sfield %d:\t%s\tid=%d\n", indent+1, i, field.Name, field.Id)
685 fmt.Fprintf(os.Stderr, "%sfield %d:\t%s\n", indent, fieldNum, wire.StructT.Field[fieldNum].Name)
  /prebuilts/go/linux-x86/src/encoding/gob/
debug.go 540 fmt.Fprintf(os.Stderr, "%sfield %d:\t%s\tid=%d\n", indent+1, i, field.Name, field.Id)
685 fmt.Fprintf(os.Stderr, "%sfield %d:\t%s\n", indent, fieldNum, wire.StructT.Field[fieldNum].Name)
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.opc 151 immediate (int sfield, int ex, LocalData * ld)
155 switch (sfield)
rx-decode.c 152 immediate (int sfield, int ex, LocalData * ld)
156 switch (sfield)
    [all...]

Completed in 115 milliseconds