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

  /external/openssh/
addrmatch.c 299 struct xaddr tmp_addr, tmp_mask, tmp_result; local
304 if (addr_and(&tmp_result, &tmp_addr, &tmp_mask) == -1)
306 return (addr_is_all0s(&tmp_result));
353 struct xaddr tmp_mask, tmp_result; local
360 if (addr_and(&tmp_result, host, &tmp_mask) == -1)
362 return addr_cmp(&tmp_result, net);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 191 NJ_RESULT tmp_result; local
205 tmp_result.word = tmp_word;
226 tmp_result.word.yomi = cursor->cond.yomi;
227 tmp_result.word.stem.info1 = cursor->cond.ylen;
241 ret = njd_get_word_data(iwnn, cursor->cond.ds, loctset, (NJ_UINT16)i, &tmp_result.word);
246 ret = njd_get_stroke(iwnn, &tmp_result, tmp_stroke, sizeof(tmp_stroke));
283 ret = njd_get_word_data(iwnn, cursor->cond.ds, loctset, (NJ_UINT16)i, &tmp_result.word);
296 result->word = tmp_result.word;
304 ret = njd_get_word_data(iwnn, cursor->cond.ds, loctset, (NJ_UINT16)i, &(tmp_result.word));
310 ret = njd_get_stroke(iwnn, &tmp_result, tmp_stroke, sizeof(tmp_stroke))
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 2525 CommandReturnObject tmp_result; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 1316 uint32 pkres, tmp_result; local
    [all...]
  /external/lldb/source/Commands/
CommandObjectProcess.cpp 930 bool tmp_result; local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 17831 IRTemp tmp_result = IRTemp_INVALID; local
    [all...]

Completed in 286 milliseconds