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

  /prebuilts/go/darwin-x86/src/runtime/
type.go 36 mtyp *_type
iface.go 95 if t.mtyp == itype && (t.name == iname || *t.name == *iname) && t.pkgpath == ipkgpath {
  /prebuilts/go/linux-x86/src/runtime/
type.go 36 mtyp *_type
iface.go 95 if t.mtyp == itype && (t.name == iname || *t.name == *iname) && t.pkgpath == ipkgpath {
  /external/pdfium/third_party/libopenjpeg20/
jp2.h 115 OPJ_BYTE mtyp, pcol; member in struct:opj_jp2_cmap_comp
jp2.c 899 if (cmap[i].mtyp != 0 && cmap[i].mtyp != 1) {
900 opj_event_msg(p_manager, EVT_ERROR, "Unexpected MTYP value.\n");
909 else if (pcol_usage[pcol] && cmap[i].mtyp != 0) {
913 else if (cmap[i].mtyp == 0 && cmap[i].pcol != 0) {
914 /* I.5.3.5 PCOL: If the value of the MTYP field for this channel is 0, then
924 if (!pcol_usage[i] && cmap[i].mtyp != 0) {
941 cmap[i].mtyp = 1U;
985 if(cmap[i].mtyp == 0){
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
decode.go 559 func (dec *Decoder) decodeMap(mtyp reflect.Type, state *decoderState, value reflect.Value, keyOp, elemOp decOp, ovfl error) {
562 value.Set(reflect.MakeMap(mtyp))
565 keyIsPtr := mtyp.Key().Kind() == reflect.Ptr
566 elemIsPtr := mtyp.Elem().Kind() == reflect.Ptr
568 key := decodeIntoValue(state, keyOp, keyIsPtr, allocValue(mtyp.Key()), ovfl)
569 elem := decodeIntoValue(state, elemOp, elemIsPtr, allocValue(mtyp.Elem()), ovfl)
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
decode.go 559 func (dec *Decoder) decodeMap(mtyp reflect.Type, state *decoderState, value reflect.Value, keyOp, elemOp decOp, ovfl error) {
562 value.Set(reflect.MakeMap(mtyp))
565 keyIsPtr := mtyp.Key().Kind() == reflect.Ptr
566 elemIsPtr := mtyp.Elem().Kind() == reflect.Ptr
568 key := decodeIntoValue(state, keyOp, keyIsPtr, allocValue(mtyp.Key()), ovfl)
569 elem := decodeIntoValue(state, elemOp, elemIsPtr, allocValue(mtyp.Elem()), ovfl)
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go 277 mtyp *rtype // method type (without receiver)
    [all...]
value.go 576 t = m.mtyp
    [all...]
all_test.go 434 mtyp := typ
435 testType(t, 10, mtyp.Key(), "string")
436 testType(t, 11, mtyp.Elem(), "*int32")
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go 277 mtyp *rtype // method type (without receiver)
    [all...]
value.go 576 t = m.mtyp
    [all...]
all_test.go 434 mtyp := typ
435 testType(t, 10, mtyp.Key(), "string")
436 testType(t, 11, mtyp.Elem(), "*int32")
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.c 2180 unsigned mtyp = s->n_type & BFD_MACH_O_N_TYPE; local
    [all...]

Completed in 312 milliseconds