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

  /system/chre/host/msm/daemon/generated/
chre_slpi_stub.c 536 static __inline int _stub_method(remote_handle _handle, uint32_t _mid) {
539 _TRY(_nErr, __QAIC_REMOTE(remote_handle_invoke)(_handle, REMOTE_SCALARS_MAKEX(0, _mid, 0, 0, 0, 0), _pra));
544 uint32_t _mid = 0; variable
545 return _stub_method(_chre_slpi_handle(), _mid);
548 uint32_t _mid = 1; variable
549 return _stub_method(_chre_slpi_handle(), _mid);
552 uint32_t _mid = 2; variable
553 return _stub_method(_chre_slpi_handle(), _mid);
556 uint32_t _mid = 3; variable
557 return _stub_method(_chre_slpi_handle(), _mid);
583 uint32_t _mid = 4; variable
602 uint32_t _mid = 5; variable
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 274 int _mid; local
280 _mid = _lower + ((_upper-_lower) >> 1);
281 if ( ( opcodes.getOpcodeValue(instructions.get(p).getOpcode())) < _SyntheticAccessorFSM_trans_keys[_mid] )
282 _upper = _mid - 1;
283 else if ( ( opcodes.getOpcodeValue(instructions.get(p).getOpcode())) > _SyntheticAccessorFSM_trans_keys[_mid] )
284 _lower = _mid + 1;
286 _trans += (_mid - _keys);
297 int _mid; local
303 _mid = _lower + (((_upper-_lower) >> 1) & ~1);
304 if ( ( opcodes.getOpcodeValue(instructions.get(p).getOpcode())) < _SyntheticAccessorFSM_trans_keys[_mid] )
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 10933 const char *_mid; local
10956 const char *_mid; local
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 11634 const char *_mid; local
11657 const char *_mid; local
    [all...]

Completed in 183 milliseconds